[Debian-in-commits] [aspell-gu] 01/01: Reproducible build, S-V to 3.9.7, fixed Vcs-* URLs, dh to 9

Kartik Mistry kartik at moszumanska.debian.org
Sun Mar 27 14:33:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

kartik pushed a commit to branch master
in repository aspell-gu.

commit e847d7c0a98da7e1611d9f0e76087a485b093b11
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date:   Sun Mar 27 20:03:12 2016 +0530

    Reproducible build, S-V to 3.9.7, fixed Vcs-* URLs, dh to 9
---
 debian/changelog | 12 ++++++++++++
 debian/compat    |  2 +-
 debian/control   |  8 ++++----
 debian/rules     |  2 +-
 4 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 13e6394..752553d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+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
+
+ -- Kartik Mistry <kartik at debian.org>  Sun, 27 Mar 2016 20:00:25 +0530
+
 aspell-gu (0.03-0-8) unstable; urgency=low
 
   [Kartik Mistry]
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 008ee25..7bd458d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Priority: optional
 Maintainer: Debian-IN Team <debian-in-workers at lists.alioth.debian.org>
 Uploaders: Kartik Mistry <kartik at debian.org>,
            Jaldhar H. Vyas <jaldhar at debian.org>
-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 --git a/debian/rules b/debian/rules
index f16ab0b..a3e8307 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_md5sums:
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-in/aspell-gu.git



More information about the Debian-in-commits mailing list