[Debian-in-commits] [aspell-ml] 01/01: 769016; reproducible, dh to 9, really fixed Vcs-* URLs

Kartik Mistry kartik at moszumanska.debian.org
Sun Mar 27 11:33:17 UTC 2016


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

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

commit 1a6875c6c774d6d3bea2ce2151b058b70688a8ec
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date:   Sun Mar 27 17:03:06 2016 +0530

    769016; reproducible, dh to 9, really fixed Vcs-* URLs
---
 debian/changelog | 5 ++++-
 debian/compat    | 2 +-
 debian/control   | 4 ++--
 debian/rules     | 2 +-
 4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4eafa31..829d596 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,11 @@ aspell-ml (0.04-1-7) unstable; urgency=medium
   * debian/control:
     + Bumped Standards-Version to 3.9.7 (no changes).
     + Fixed Vcs-* URLs.
+    + Bumped debhelper dependency to 9.
+  * debian/rules:
+    + Make aspell-ml reproducible (Closes: #769016)
 
- -- Kartik Mistry <kartik at debian.org>  Sun, 27 Mar 2016 16:58:03 +0530
+ -- Kartik Mistry <kartik at debian.org>  Sun, 27 Mar 2016 17:01:34 +0530
 
 aspell-ml (0.04-1-6) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index dfec4af..c3f6482 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,11 @@ 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://wiki.smc.org.in/Aspell_Malayalam
 Vcs-Git: https://anonscm.debian.org/debian-in/aspell-ml.git
-Vcs-Browser: https://anonscm.debian.org/gitweb/?p=debian-in/aspell-ml.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-in/aspell-ml.git
 Standards-Version: 3.9.7
 
 Package: aspell-ml
diff --git a/debian/rules b/debian/rules
index 846eae8..4e62598 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_md5sums:
 	dh_md5sums -Xvar/lib/aspell
 
 override_dh_install:
-	gzip -9c ml.cwl > $(BASEDIR)/usr/share/aspell/ml.cwl.gz
+	gzip -n -9c ml.cwl > $(BASEDIR)/usr/share/aspell/ml.cwl.gz
 	touch $(BASEDIR)/var/lib/aspell/ml.compat
 	touch $(BASEDIR)/var/lib/aspell/ml.rws
 	dh_installdirs

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



More information about the Debian-in-commits mailing list