[Debian-in-commits] [SCM] aspell-gu.git branch, master, updated. debian/0.03-0-6-2-ge2c05dc

Kartik Mistry kartik at debian.org
Wed Dec 21 14:31:57 UTC 2011


The following commit has been merged in the master branch:
commit e2c05dcd9e0fe5c6e7871add691c018d809c8276
Author: Kartik Mistry <kartik at debian.org>
Date:   Wed Dec 21 20:01:44 2011 +0530

    Bump up debian/compat to 7, Updated rules to exclude /var folder md5sums (the bug that other aspell packages already fixed)

diff --git a/debian/changelog b/debian/changelog
index e2f8572..f32ab25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,11 +2,14 @@ aspell-gu (0.03-0-7) unstable; urgency=low
 
   [Kartik Mistry]
   * debian/control:
-    + Updated Vcs-* fields.
+    + Updated Vcs-* fields for new Git repository.
   * debian/copyright:
     + Updated to latest DEP-5 format.
+  * Bump debian/compat to 7.
+  * debian/rules:
+    + Exclude /var/lib/aspell folder from md5sum calculation.
 
- -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Wed, 21 Dec 2011 19:48:54 +0530
+ -- Debian-IN Team <debian-in-workers at lists.alioth.debian.org>  Wed, 21 Dec 2011 19:59:04 +0530
 
 aspell-gu (0.03-0-6) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/rules b/debian/rules
index 66b652a..f16ab0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ BASEDIR=`pwd`/debian/aspell-gu
 override_dh_auto_configure:
 	./configure
 
+override_dh_md5sums:
+	dh_md5sums -Xvar/lib/aspell
+
 override_dh_install:
 	gzip -9c gu.cwl > $(BASEDIR)/usr/share/aspell/gu.cwl.gz
 	touch $(BASEDIR)/var/lib/aspell/gu.compat
@@ -15,5 +18,6 @@ override_dh_install:
 	dh_installdirs
 	installdeb-aspell
 	dh_install
+
 %:
 	dh $@

-- 
aspell-gu.git



More information about the Debian-in-commits mailing list