Codebase list fcitx-sunpinyin / 3dd8583
debian: Prepare for a new release. Boyuan Yang 5 years ago
5 changed file(s) with 37 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 fcitx-sunpinyin (0.4.2-2) unstable; urgency=medium
1
2 * Team upload.
3 * debian/control:
4 + Bump Standards-Version to 4.1.5. (no changes needed)
5 + Bump debhelper compat to v11.
6 + Use debian-input-method mailing list in maintainer field.
7 Closes: #899506.
8 + Use git repo on Salsa platform in Vcs fields.
9 * debian/rules: Use "dh_missing --fail-missing".
10 * debian/copyright: Refresh information.
11 * debian/changelog: Remove trailing spaces.
12
13 -- Boyuan Yang <073plan@gmail.com> Mon, 09 Jul 2018 13:31:51 +0800
14
015 fcitx-sunpinyin (0.4.2-1) unstable; urgency=medium
116
217 * Team upload.
5570
5671 fcitx-sunpinyin (0.3.5-1) unstable; urgency=low
5772
58 * New upstream release.
73 * New upstream release.
5974
6075 -- YunQiang Su <wzssyqa@gmail.com> Tue, 10 Apr 2012 16:53:12 +0800
6176
6782
6883 fcitx-sunpinyin (0.3.4-1+build1) unstable; urgency=low
6984
70 * Rebuild for Multi-arched sunpinyin.
85 * Rebuild for Multi-arched sunpinyin.
7186
7287 -- YunQiang Su <wzssyqa@gmail.com> Tue, 03 Apr 2012 23:27:22 +0800
7388
7994
8095 fcitx-sunpinyin (0.3.3-1) unstable; urgency=low
8196
82 * New upstream release: fcitx 4.2.0.
97 * New upstream release: fcitx 4.2.0.
8398
8499 -- YunQiang Su <wzssyqa@gmail.com> Sun, 05 Feb 2012 21:23:55 +0800
85100
104119
105120 fcitx-sunpinyin (0.2.1-1) unstable; urgency=low
106121
107 * Initial release (Closes: #604023)
122 * Initial release (Closes: #604023)
108123
109124 -- Aron Xu <aron@debian.org> Wed, 09 Mar 2011 23:26:26 +0800
00 Source: fcitx-sunpinyin
11 Section: utils
22 Priority: optional
3 Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
3 Maintainer: Debian Input Method Team <debian-input-method@lists.debian.org>
44 Uploaders:
55 Aron Xu <aron@debian.org>,
6 YunQiang Su <wzssyqa@gmail.com>,
6 YunQiang Su <syq@debian.org>,
77 Build-Depends:
88 cmake,
9 debhelper (>= 10),
9 debhelper (>= 11~),
1010 fcitx-bin,
1111 fcitx-libs-dev (>= 1:4.2.9),
1212 libsqlite3-dev,
1313 libsunpinyin-dev (>= 3.0.0~git20160910),
1414 libx11-dev,
1515 pkg-config,
16 Standards-Version: 4.1.0
17 Homepage: https://github.com/fcitx/fcitx-sunpinyin
18 Vcs-Git: https://anonscm.debian.org/git/pkg-ime/fcitx-sunpinyin.git
19 Vcs-Browser: https://anonscm.debian.org/git/pkg-ime/fcitx-sunpinyin.git
16 Standards-Version: 4.1.5
17 Homepage: https://gitlab.com/fcitx/fcitx-sunpinyin
18 Vcs-Git: https://salsa.debian.org/input-method-team/fcitx-sunpinyin.git
19 Vcs-Browser: https://salsa.debian.org/input-method-team/fcitx-sunpinyin
2020
2121 Package: fcitx-sunpinyin
2222 Architecture: any
77
88 Files: debian/*
99 Copyright: 2010, Aron Xu <happyaron.xu@gmail.com>
10 2018, Boyuan Yang <073plan@gmail.com>
1011 License: GPL-3+
1112
1213 License: GPL-3+
2728 .
2829 On Debian systems, the full text of GPL-3 could be found at
2930 /usr/share/common-licenses/GPL-3 .
30
00 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Uncomment this to turn on verbose mode.
3 # export DH_VERBOSE=1
14
2 #export DH_VERBOSE = 1
5 # see FEATURE AREAS in dpkg-buildflags(1)
36 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
7 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
48
59 %:
610 dh $@
11
712 override_dh_makeshlibs:
13
14 override_dh_missing:
15 dh_missing --fail-missing