[Debian-in-commits] [aspell-pa] 01/01: S-V, Vcs-* URLs, reproducible build

Kartik Mistry kartik at moszumanska.debian.org
Mon Mar 28 05:23:05 UTC 2016


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

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

commit fee169d2261dc53b9873dc1c34d0b200de415434
Author: Kartik Mistry <kartik.mistry at gmail.com>
Date:   Mon Mar 28 10:52:56 2016 +0530

    S-V, Vcs-* URLs, reproducible build
---
 debian/changelog | 14 ++++++++++++++
 debian/compat    |  2 +-
 debian/control   | 15 ++++++---------
 debian/install   |  4 ++--
 debian/rules     |  2 +-
 5 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e18be1..790b48a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+aspell-pa (0.01-1-5) unstable; urgency=low
+
+  * Team upload.
+
+  [ Kartik Mistry ]
+  * debian/control:
+    + Updated Standards-Version to 3.9.7 (no changes needed).
+    + Fixed Vcs-* fields.
+    + Updated dh dependency to 9.
+  * debian/rules:
+    + Add -n option to gzip for reproducible build.
+
+ -- Kartik Mistry <kartik at debian.org>  Mon, 28 Mar 2016 10:51:58 +0530
+
 aspell-pa (0.01-1-4) unstable; urgency=low
 
   [Vasudev Kamath]
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 1c9f80f..9b228ae 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,16 @@ Priority: optional
 Maintainer: Debian-IN Team <debian-in-workers at lists.alioth.debian.org>
 Uploaders: Soumyadip Modak <soumyadip at softhome.net>,
            Jaldhar H. Vyas <jaldhar at debian.org>
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: aspell (>= 0.60.4-2),
-                     dictionaries-common-dev (>= 0.9.1)
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: aspell (>= 0.60.4-2), dictionaries-common-dev (>= 0.9.1)
 Homepage: http://sourceforge.net/projects/punlinux/
-Vcs-Git: git://git.debian.org/debian-in/aspell-pa.git
-Vcs-Browser: http://git.debian.org/?p=debian-in/aspell-pa.git;a=summary
-Standards-Version: 3.9.2
+Vcs-Git: https://git.debian.org/debian-in/aspell-pa.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-in/aspell-pa.git
+Standards-Version: 3.9.7
 
 Package: aspell-pa
 Architecture: all
-Depends: ${misc:Depends},
-         aspell (>= 0.60.4-2),
-         dictionaries-common (>= 0.9.1)
+Depends: aspell (>= 0.60.4-2), dictionaries-common (>= 0.9.1), ${misc:Depends}
 Description: Punjabi (pa) dictionary for GNU aspell
  This package contains the required files to add support for the Punjabi
  (pa) language to the GNU Aspell spell checker.
diff --git a/debian/install b/debian/install
index 6826fec..6ce6cfe 100644
--- a/debian/install
+++ b/debian/install
@@ -1,5 +1,5 @@
-*.multi         usr/lib/aspell
 *.alias         usr/lib/aspell
 *.dat           usr/lib/aspell
-u-guru.cset	usr/lib/aspell
+*.multi         usr/lib/aspell
 u-guru.cmap	usr/lib/aspell
+u-guru.cset	usr/lib/aspell
diff --git a/debian/rules b/debian/rules
index 7dddc9d..c773c20 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_md5sums:
 	dh_md5sums -Xvar/lib/aspell
 
 override_dh_install:
-	gzip -9c pa.cwl > $(BASEDIR)/usr/share/aspell/pa.cwl.gz
+	gzip -n -9c pa.cwl > $(BASEDIR)/usr/share/aspell/pa.cwl.gz
 	touch $(BASEDIR)/var/lib/aspell/pa.compat
 	touch $(BASEDIR)/var/lib/aspell/pa.rws
 	dh_installdirs

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



More information about the Debian-in-commits mailing list