Codebase list fcitx-configtool / c73749f
debian: Prepare for new release. Boyuan Yang 6 years ago
6 changed file(s) with 58 addition(s) and 35 deletion(s). Raw diff Collapse all Expand all
0 fcitx-configtool (0.4.9-1) unstable; urgency=medium
1
2 * Team upload.
3 * New upstream release.
4 * Refresh packaging instructions.
5 + Apply "wrap-and-sort -abst".
6 + Limit gtk+-3.0 version requirement.
7 + Bump Standards-Version to 4.1.0.
8 + Enable full hardening.
9 + Point homepage to GitHub.
10 + Use canonical Vcs URL.
11 + Fix typo in d/control description.
12 * Point d/watch to download.fcitx-im.org.
13
14 -- Boyuan Yang <073plan@gmail.com> Fri, 29 Sep 2017 11:09:23 +0800
15
016 fcitx-configtool (0.4.8-3) unstable; urgency=medium
117
218 * Upload to unstable
11 Section: utils
22 Priority: optional
33 Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
4 Uploaders: Aron Xu <aron@debian.org>, YunQiang Su <wzssyqa@gmail.com>
5 Build-Depends: cmake,
6 debhelper (>= 9),
7 fcitx-bin,
8 fcitx-libs-dev (>= 1:4.2.8),
9 iso-codes,
10 libdbus-glib-1-dev,
11 libgtk-3-dev,
12 libgtk2.0-dev (>= 2.22),
13 libunique-dev,
14 pkg-config
15 Standards-Version: 3.9.6
16 Homepage: http://www.fcitx-im.org
17 Vcs-Git: git://anonscm.debian.org/pkg-ime/fcitx-configtool.git
18 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/fcitx-configtool.git
4 Uploaders:
5 Aron Xu <aron@debian.org>,
6 YunQiang Su <wzssyqa@gmail.com>,
7 Build-Depends:
8 cmake,
9 debhelper (>= 10),
10 fcitx-bin,
11 fcitx-libs-dev (>= 1:4.2.8),
12 iso-codes,
13 libdbus-glib-1-dev,
14 libgtk-3-dev (>= 3.12),
15 libgtk2.0-dev (>= 2.22),
16 libunique-dev,
17 pkg-config,
18 Standards-Version: 4.1.0
19 Homepage: https://github.com/fcitx/fcitx-configtool
20 Vcs-Git: https://anonscm.debian.org/git/pkg-ime/fcitx-configtool.git
21 Vcs-Browser: https://anonscm.debian.org/git/pkg-ime/fcitx-configtool.git
1922
2023 Package: fcitx-config-common
2124 Architecture: all
22 Depends: adwaita-icon-theme | gnome-icon-theme-symbolic, ${misc:Depends}
25 Depends:
26 adwaita-icon-theme | gnome-icon-theme-symbolic,
27 ${misc:Depends},
2328 Description: graphic Fcitx configuration tool - common files
2429 Fcitx is the Free Chinese Input Toy of X, which was initially designed
2530 for Chinese users, and used XIM protocol. Now it has already evolved
3035 It is an ideal choice for the vast majority. Many of its features make
3136 users of Unix-like platforms have a fully modern input experience for
3237 the first time. It has also greatly lower the threshold for developers,
33 making the development of extended funtions much easier than ever before.
38 making the development of extended functions much easier than ever before.
3439 .
3540 This package provides common files for the graphic configuration tool.
3641
3742 Package: fcitx-config-gtk
3843 Architecture: any
39 Depends: fcitx-config-common (= ${source:Version}),
40 ${misc:Depends},
41 ${shlibs:Depends}
44 Depends:
45 fcitx-config-common (= ${source:Version}),
46 ${misc:Depends},
47 ${shlibs:Depends},
4248 Description: graphic Fcitx configuration tool - Gtk+ 3 version
4349 Fcitx is the Free Chinese Input Toy of X, which was initially designed
4450 for Chinese users, and used XIM protocol. Now it has already evolved
4955 It is an ideal choice for the vast majority. Many of its features make
5056 users of Unix-like platforms have a fully modern input experience for
5157 the first time. It has also greatly lower the threshold for developers,
52 making the development of extended funtions much easier than ever before.
58 making the development of extended functions much easier than ever before.
5359 .
5460 This package provides GTK+ 3 version of the graphic configuration tool.
5561
5662 Package: fcitx-config-gtk2
5763 Architecture: any
58 Depends: fcitx-config-common (= ${source:Version}),
59 ${misc:Depends},
60 ${shlibs:Depends}
64 Depends:
65 fcitx-config-common (= ${source:Version}),
66 ${misc:Depends},
67 ${shlibs:Depends},
6168 Description: graphic Fcitx configuration tool - Gtk+ 2 version
6269 Fcitx is the Free Chinese Input Toy of X, which was initially designed
6370 for Chinese users, and used XIM protocol. Now it has already evolved
6875 It is an ideal choice for the vast majority. Many of its features make
6976 users of Unix-like platforms have a fully modern input experience for
7077 the first time. It has also greatly lower the threshold for developers,
71 making the development of extended funtions much easier than ever before.
78 making the development of extended functions much easier than ever before.
7279 .
7380 This package provides GTK+ 2 version of the graphic configuration tool.
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: fcitx-configtool
2 Source: http://fcitx-im.org
2 Source: https://download.fcitx-im.org/fcitx-configtool/
33
44 Files: *
55 Copyright: 2010, 2011, 2012, CSSlayer <wengxt@gmail.com>
00 #!/usr/bin/make -f
11
2 DPKG_EXPORT_BUILDFLAGS = 1
3 -include /usr/share/dpkg/default.mk
4 CFLAGS += $(CPPFLAGS)
5 CXXFLAGS += $(CPPFLAGS)
2 #export DH_VERBOSE = 1
3 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
64
75 %:
8 dh $@
6 dh $@ --buildsystem=cmake
97
108 override_dh_auto_configure:
11 dh_auto_configure -Scmake -- -DENABLE_GTK2=On -DENABLE_GTK3=On
9 dh_auto_configure -- -DENABLE_GTK2=On -DENABLE_GTK3=On
0 version=3
1 http://code.google.com/p/fcitx/downloads/list .*/fcitx-configtool-*\.*(.*)\.tar\.xz
0 version=4
1 opts="" \
2 https://download.fcitx-im.org/fcitx-configtool/ \
3 fcitx-configtool-?(\d[\d.]*)@ARCHIVE_EXT@ debian uupdate