Followup-For: Bug #638425 Control: tag -1 pending NMUing this s.t. we get a bullseye release free of this issue detected by piuparts ;-) Uploaded aspell-hsb Baptiste's patch to DELAYED/5 s.t. this reaches bullseye before the hard freeze starts.
Andreas
diff -Nru aspell-cs-0.51.0/debian/aspell-cs.info-aspell aspell-cs-0.51.0/debian/aspell-cs.info-aspell --- aspell-cs-0.51.0/debian/aspell-cs.info-aspell 2012-06-28 11:49:47.000000000 +0200 +++ aspell-cs-0.51.0/debian/aspell-cs.info-aspell 2021-02-22 15:14:45.000000000 +0100 @@ -6,4 +6,4 @@ Not-casechars: [^a-zA-Zì¹èø¾ýáíéúùï»òÌ©ÈØ®ÝÁÍÉÚÙÏ«Ò] Additionalchars: ì¹èø¾ýáíéúùï»òÌ©ÈØ®ÝÁÍÉÚÙÏ«Ò Aspell-Locales: cs - +Auto-Compat: cs diff -Nru aspell-cs-0.51.0/debian/changelog aspell-cs-0.51.0/debian/changelog --- aspell-cs-0.51.0/debian/changelog 2021-01-01 16:20:57.000000000 +0100 +++ aspell-cs-0.51.0/debian/changelog 2021-02-22 15:45:32.000000000 +0100 @@ -1,3 +1,26 @@ +aspell-cs (0.51.0-1.2) unstable; urgency=medium + + [ Andreas Beckmann ] + * Non-maintainer upload. + * Bump debhelper dependency to 9 to match compat level. (Closes: #736856) + * Whitespace cleanup. + * Add watch file. + * Recover .orig tarball, this is not a native package. + + [ Baptiste Beauplat ] + * Leave rws and compat file generation to aspell-autobuildhash + (Closes: #638425): + - Bump dictionaries-common-dev version to 1.23 in Build-Depends, required + to automatically create symlinks and clean files + - Replace aspell and dictionaries-common Depends by ${aspell:Depends} + - Drop .rws and .compat files and links from the package, now generated + at installation time, by aspell-autobuildhash trigger + - Add Auto-Compat field in info-aspell to trigger .compat file + generation + * Convert package format to 3.0 (quilt) (Closes: #953599) + + -- Andreas Beckmann <a...@debian.org> Mon, 22 Feb 2021 15:45:32 +0100 + aspell-cs (0.51.0-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. @@ -32,4 +55,3 @@ * Upload to unstable -- OndÅej Surý <ond...@debian.org> Wed, 29 Mar 2006 11:15:22 +0200 - diff -Nru aspell-cs-0.51.0/debian/control aspell-cs-0.51.0/debian/control --- aspell-cs-0.51.0/debian/control 2012-06-28 11:49:47.000000000 +0200 +++ aspell-cs-0.51.0/debian/control 2021-02-22 15:38:48.000000000 +0100 @@ -3,14 +3,13 @@ Priority: optional Maintainer: Miroslav Kure <ku...@debian.cz> Uploaders: OndÅej Surý <ond...@debian.org> -Build-Depends: debhelper (>= 4.0.0), dictionaries-common-dev (>= 0.9.1) +Build-Depends: debhelper (>= 9), dictionaries-common-dev (>= 1.23.0) Standards-Version: 3.7.3 Package: aspell-cs Architecture: all -Depends: aspell (>= 0.60.3-3), dictionaries-common (>= 0.49.2) +Depends: ${aspell:Depends}, ${misc:Depends} Provides: aspell-dictionary Description: Czech dictionary for GNU Aspell This package contains all the required files to add support for the Czech language to the GNU Aspell spell checker. - diff -Nru aspell-cs-0.51.0/debian/copyright aspell-cs-0.51.0/debian/copyright --- aspell-cs-0.51.0/debian/copyright 2012-06-28 11:49:47.000000000 +0200 +++ aspell-cs-0.51.0/debian/copyright 2021-02-22 15:37:37.000000000 +0100 @@ -27,4 +27,4 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. +Public License can be found in `/usr/share/common-licenses/GPL-2'. diff -Nru aspell-cs-0.51.0/debian/rules aspell-cs-0.51.0/debian/rules --- aspell-cs-0.51.0/debian/rules 2012-06-28 11:49:47.000000000 +0200 +++ aspell-cs-0.51.0/debian/rules 2021-02-22 15:30:48.000000000 +0100 @@ -21,7 +21,7 @@ clean: dh_testdir dh_testroot - rm -f build-stamp + rm -f build-stamp dh_clean --exclude ./doc/README.orig @@ -34,13 +34,9 @@ for f in *.cwl; do \ gzip -9 -c "$$f" > "$(DEB_DESTDIR)/usr/share/aspell/"$$f".gz"; \ WL=`echo $$f | sed 's/\.cwl$$//'`; \ - touch "$(DEB_DESTDIR)/var/lib/aspell/$$WL.rws"; \ - dh_link "var/lib/aspell/$$WL.rws" "usr/lib/aspell/$$WL.rws"; \ echo "$$WL" >> "$(DEB_DESTDIR)/usr/share/aspell/$(DICT_LANG).contents"; \ done - touch $(DEB_DESTDIR)/var/lib/aspell/$(DICT_LANG).compat - installdeb-aspell @@ -49,7 +45,7 @@ binary-indep: build install dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs dh_installdocs dh_installexamples # dh_install @@ -72,4 +68,4 @@ binary-arch: build install binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build clean binary-indep binary-arch binary install diff -Nru aspell-cs-0.51.0/debian/source/format aspell-cs-0.51.0/debian/source/format --- aspell-cs-0.51.0/debian/source/format 1970-01-01 01:00:00.000000000 +0100 +++ aspell-cs-0.51.0/debian/source/format 2021-02-22 15:14:45.000000000 +0100 @@ -0,0 +1 @@ +3.0 (quilt) diff -Nru aspell-cs-0.51.0/debian/watch aspell-cs-0.51.0/debian/watch --- aspell-cs-0.51.0/debian/watch 1970-01-01 01:00:00.000000000 +0100 +++ aspell-cs-0.51.0/debian/watch 2021-02-22 15:25:20.000000000 +0100 @@ -0,0 +1,3 @@ +version=4 +options=dversionmangle=s/\.0$/-0/ \ +https://ftp.gnu.org/gnu/aspell/dict/cs/aspell-cs-(\d\S+)\.tar\.(?:bz2|gz|xz)