1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254
|
sunpinyin (3.0.0~rc2+ds1-4) unstable; urgency=medium
* Team upload.
* New upstream release.
* Remove Liang Guo from the uploaders list. (Closes: #961611)
Thanks for all your work!
* debian/patches: Drop all backported patches.
* Refresh packaging:
+ Bump Standards-Version to 4.6.0.
+ Bump debhelper compat to v13.
-- Boyuan Yang <byang@debian.org> Fri, 01 Oct 2021 22:53:17 -0400
sunpinyin (3.0.0~rc1+ds1-3) unstable; urgency=medium
* Team upload.
* Upload to unstable
* Remove old debug symbol migration from (<< 3.0.0~rc1+ds1-1~)
- 3.0.0~rc1+ds1-2 is already in the Debian 10 stable.
* debian/patches/use-cppflags-envvar.patch: Use the CPPFLAGS environment
variable for build. It fixes the hardening build.
* debian/salsa-ci.yml: Add salsa CI config
-- Changwoo Ryu <cwryu@debian.org> Wed, 11 Dec 2019 13:35:01 +0900
sunpinyin (3.0.0~rc1+ds1-3~exp2) experimental; urgency=high
* Team upload.
* debian/control:
+ Add missing build-dependency dh-python.
+ Use "Rules-Requires-Root: no".
+ Denote python3-dev build-dependency as python3-dev:any.
+ Bump debhelper compat to v12.
+ Bump Standards-Version to 4.4.1.
* debian/rules:
- Drop override for dh_install, no longer necessary.
+ Try to export buildflags using buildflags.mk.
-- Boyuan Yang <byang@debian.org> Fri, 06 Dec 2019 11:32:35 -0500
sunpinyin (3.0.0~rc1+ds1-3~exp1) experimental; urgency=medium
* Team upload.
* Use python 3 instead of python 2 (Closes: #938600)
- debian/{control,rules}: Use python3, drop python-sunpinyin, build
python3-sunpinyin
- debian/patches/python3.patch: Fix python 3 syntax
-- Changwoo Ryu <cwryu@debian.org> Tue, 03 Dec 2019 18:42:41 +0900
sunpinyin (3.0.0~rc1+ds1-2) unstable; urgency=medium
* Team upload.
* Rebuild for Debian Buster.
* Backport upstream fixes till git version 20181120.
* debian/patches:
+ Backport upstream fix for m68k architecture. (Closes: #905238)
+ Various minor fixes.
* debian/control:
+ Bump Standards-Version to 4.2.1 (no changes needed).
-- Boyuan Yang <byang@debian.org> Wed, 21 Nov 2018 09:30:42 -0500
sunpinyin (3.0.0~rc1+ds1-1) unstable; urgency=medium
* Team upload.
* New upstream snapshot 20180629.
+ Added support for riscv64 architecture. (Closes: #898019)
+ Made the build reproducible. (Closes: #860201)
+ Various fixes.
* debian: Apply "wrap-and-sort -abst".
* debian/control:
+ Update Maintainer field with debian-input-method mailing list address.
(Closes: #899693)
+ Bump debhelper compat to v11.
+ Bump Standards-Version to 4.1.4.
+ Update homepage information. (Closes: #860202)
+ Drop unnecessary build dependency quilt.
+ Drop old -dbg package in favor of automatic -dbgsym package.
+ Migrate git packaging repo onto Salsa platform.
+ Update Uploaders list and use @debian.org mail address.
* debian/copyright:
+ Explicitly write wrapper files in Files-Excluded field.
+ Refresh information.
* debian/changelog:
+ Remove trailing spaces.
* debian/patches/backport: Backport all latter commits from trunk.
* debian/rules:
+ Use "dh_missing --fail-missing".
+ Add full hardening.
+ Update dh_strip for automatic debug package migration.
* debian/watch: Refine and reintroduce watch file.
-- Boyuan Yang <073plan@gmail.com> Sat, 30 Jun 2018 08:27:47 +0800
sunpinyin (3.0.0~git20160910-1) unstable; urgency=medium
* New upstream snapshot 20160910
* Refresh debian/copyright
* Remove debian/patches/{strndup_in_cxx.patch,
detect-endianness-for-arm64.patch, pod2man.patch, gcc-6.patch},
applied upstream
* debian/docs, rename README to README.md
* debian/control
- Use secure uri in vcs-*
- Update homepage
- Bump Standards-Version to 3.9.8
* Remove debian/watch
* Remove debian/libsunpinyin3v5.postinst, work down by dh generated
Trigger
-- Liang Guo <guoliang@debian.org> Thu, 13 Oct 2016 02:44:02 +0800
sunpinyin (2.0.3+git20140127-5) unstable; urgency=medium
* Fix compile with gcc-6 by Rico Tzschichholz
-- Aron Xu <aron@debian.org> Sat, 06 Aug 2016 21:35:29 +0800
sunpinyin (2.0.3+git20140127-4) unstable; urgency=medium
* Break & replace libsunpinyin3, this make upgrade smothly
-- Liang Guo <guoliang@debian.org> Wed, 14 Oct 2015 13:55:28 +0800
sunpinyin (2.0.3+git20140127-3) unstable; urgency=medium
* Library rename for gcc-5 transition (Closes: #799651)
* Fix formatting in description (Closes: #769793)
-- Aron Xu <happyaron.xu@gmail.com> Thu, 08 Oct 2015 13:47:10 +0800
sunpinyin (2.0.3+git20140127-2) unstable; urgency=medium
* Team upload.
* Fixed pod2man invocations. (Closes: #790287)
* Acknowledge Chen Baozi's NMU.
-- Guo Yixuan (郭溢譞) <culu.gyx@gmail.com> Sun, 05 Jul 2015 15:20:03 -0400
sunpinyin (2.0.3+git20140127-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix aarch64 endian check. (Closes: #727273)
-- Chen Baozi <baozich@debian.org> Wed, 11 Feb 2015 12:34:59 +0000
sunpinyin (2.0.3+git20140127-1) unstable; urgency=low
* New upstream snapshot 20140127
* Update my mail address
* Bump stardard version to 3.9.5
-- Liang Guo <guoliang@debian.org> Sat, 01 Mar 2014 15:22:47 +0800
sunpinyin (2.0.3+git20130507-1) unstable; urgency=low
* New upstream snapshot 20130507.
- Fix aarch64 endian check. (Closes: #727273)
- Remove disable-lm-dict-compile.patch, merged into upstream
- Binaries and manpages are installed automatic now
* Use --datadir instead of --libdatadir now
* Remove DMUA stantz.
* Update Git URL to be canonical.
-- YunQiang Su <wzssyqa@gmail.com> Thu, 24 Oct 2013 18:13:41 +0800
sunpinyin (2.0.3+git20120607-1) unstable; urgency=low
* New upstream snapshot 20120607.
-- YunQiang Su <wzssyqa@gmail.com> Sat, 09 Jun 2012 16:40:36 +0800
sunpinyin (2.0.3+git20120404-1) unstable; urgency=medium
* Medium urgency for fixing RC bug.
* New upstream commit: fix FTBFS with gcc-4.7 (Closes: #667385).
* Add Multi-Arch: same to libsunpinyin3, -dev and -dbg.
* Add YunQiang Su to uploaders.
-- YunQiang Su <wzssyqa@gmail.com> Wed, 11 Apr 2012 03:06:40 +0800
sunpinyin (2.0.3+git20120222-2) unstable; urgency=low
[ debian/patches/unistd_h_determine_macro.patch ]
* include unistd.h if it exists, not only when "sun" defined.
(Closes: #667385)
-- YunQiang Su <wzssyqa@gmail.com> Wed, 04 Apr 2012 17:16:10 +0800
sunpinyin (2.0.3+git20120222-1) unstable; urgency=low
* Team upload: git snapshot 20120222.
- fix breaks if LDFLAGS in environment contains
multiple words (Closese #646001).
- rm patches merged to upstream:
append-os-environ-toenv.patch
fix-ftbfs-on-sh.patch
remove-10-candidate-words-limitation.patch
- refresh disable-lm-dict-compile.patch.
* Bump stardard version to 3.9.3: no modify needed.
* add libsunpinyin3-dbg and python-sunpinyin packages.
* debian/compat to 9, multiarch it.
* rewrite debian/rules with dh 7 format.
-- YunQiang Su <wzssyqa@gmail.com> Fri, 30 Mar 2012 15:31:55 +0800
sunpinyin (2.0.3-5) unstable; urgency=low
* Call dh_makeshlibs with -V, rather than dh_shlibdeps
-- Liang Guo <bluestonechina@gmail.com> Wed, 05 Oct 2011 02:52:25 +0800
sunpinyin (2.0.3-4) unstable; urgency=low
* Update Format field in debian/copyright
* Add Upstream-Contact in debian/copyright
* Add DM-Upload-Allowed in debian/control
* remove 10 candidate words limitation
-- Liang Guo <bluestonechina@gmail.com> Tue, 27 Sep 2011 21:50:42 +0800
sunpinyin (2.0.3-3) unstable; urgency=low
* Call dh_makeshlibs with -V (Close: #632355)
* Bump Standards-Version to 3.9.2
* Add build-arch and build-indep in debian/rules
* Update debian/copyright to fit DEP-5
* Move git repository from collab-maint to pkg-ime,
Update Vcs-* fields in debian/control
-- Liang Guo <bluestonechina@gmail.com> Thu, 08 Sep 2011 23:13:01 +0800
sunpinyin (2.0.3-2) unstable; urgency=low
* Build with prefix=$(DEB_DESTDIR)/usr (Close: #617752)
* Fix FTBFS on SH (Close: #617753)
* Fix FTBFS on MIPSEL.
-- Liang Guo <bluestonechina@gmail.com> Tue, 15 Mar 2011 00:20:57 +0800
sunpinyin (2.0.3-1) unstable; urgency=low
* New Upstream Version 2.0.3.
* Upload to unstable.
* Update VCS field in debian/control.
-- Liang Guo <bluestonechina@gmail.com> Sat, 19 Feb 2011 10:38:38 +0800
sunpinyin (2.0.2-1) experimental; urgency=low
* Initial release (Closes: #478811)
-- Liang Guo <bluestonechina@gmail.com> Wed, 18 Aug 2010 16:47:54 +0800
|