diff -Nru aspell-gu-0.03-0/debian/changelog aspell-gu-0.03-0/debian/changelog --- aspell-gu-0.03-0/debian/changelog 2013-10-04 15:45:06.000000000 +0000 +++ aspell-gu-0.03-0/debian/changelog 2016-03-27 14:35:35.000000000 +0000 @@ -1,3 +1,16 @@ +aspell-gu (0.03-0-9) unstable; urgency=low + + [ Kartik Mistry ] + * debian/rules: + + Add -n option to gzip for reproducible build. + * debian/control: + + Bumped Standards-Version to 3.9.7 (no changes). + + Fixed Vcs-* URLs. + * Bumped debian/compat to 9 + * Updated debian/copyright. + + -- Kartik Mistry Sun, 27 Mar 2016 20:05:23 +0530 + aspell-gu (0.03-0-8) unstable; urgency=low [Kartik Mistry] diff -Nru aspell-gu-0.03-0/debian/compat aspell-gu-0.03-0/debian/compat --- aspell-gu-0.03-0/debian/compat 2012-08-22 15:14:26.000000000 +0000 +++ aspell-gu-0.03-0/debian/compat 2016-03-27 14:32:39.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru aspell-gu-0.03-0/debian/control aspell-gu-0.03-0/debian/control --- aspell-gu-0.03-0/debian/control 2012-12-20 05:52:58.000000000 +0000 +++ aspell-gu-0.03-0/debian/control 2016-03-27 14:30:17.000000000 +0000 @@ -4,12 +4,12 @@ Maintainer: Debian-IN Team Uploaders: Kartik Mistry , Jaldhar H. Vyas -Build-Depends: debhelper (>= 7.0.50~) +Build-Depends: debhelper (>= 9) Build-Depends-Indep: aspell (>= 0.60.3-2), dictionaries-common-dev (>= 0.9.1) Homepage: http://sourceforge.net/projects/aspell-gu -Vcs-Git: git://anonscm.debian.org/debian-in/aspell-gu.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-in/aspell-gu.git;a=summary -Standards-Version: 3.9.4 +Vcs-Git: https://anonscm.debian.org/debian-in/aspell-gu.git +Vcs-Browser: https://anonscm.debian.org/cgit/debian-in/aspell-gu.git +Standards-Version: 3.9.7 Package: aspell-gu Architecture: all diff -Nru aspell-gu-0.03-0/debian/copyright aspell-gu-0.03-0/debian/copyright --- aspell-gu-0.03-0/debian/copyright 2012-12-20 05:52:58.000000000 +0000 +++ aspell-gu-0.03-0/debian/copyright 2016-03-27 14:35:20.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: aspell-gu Source: http://sourceforge.net/projects/aspell-gu/ Upstream-Contact: Kartik Mistry @@ -25,7 +25,8 @@ `/usr/share/common-licenses/GPL-3'. Files: debian/* -Copyright: 2006-2011, Kartik Mistry +Copyright: 2006-2016, Kartik Mistry , + Debian-IN Team License: GPL-3+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software diff -Nru aspell-gu-0.03-0/debian/rules aspell-gu-0.03-0/debian/rules --- aspell-gu-0.03-0/debian/rules 2012-08-22 15:14:26.000000000 +0000 +++ aspell-gu-0.03-0/debian/rules 2016-03-27 14:25:46.000000000 +0000 @@ -12,7 +12,7 @@ dh_md5sums -Xvar/lib/aspell override_dh_install: - gzip -9c gu.cwl > $(BASEDIR)/usr/share/aspell/gu.cwl.gz + gzip -n -9c gu.cwl > $(BASEDIR)/usr/share/aspell/gu.cwl.gz touch $(BASEDIR)/var/lib/aspell/gu.compat touch $(BASEDIR)/var/lib/aspell/gu.rws dh_installdirs