[SCM] pyepr branch, master, updated. upstream/0.6.1-35-gc2bcc39

Antonio Valentino antonio.valentino at tiscali.it
Sun May 12 18:17:05 UTC 2013


The following commit has been merged in the master branch:
commit e93c68f3288602b0544bff4d4949f090ce5ce806
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun May 12 19:11:06 2013 +0200

    Preserve the original changelog name

diff --git a/debian/changelog b/debian/changelog
index 9065faf..a871a81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-pyepr (0.6.1-2ubuntu1) UNRELEASED; urgency=low
+pyepr (0.6.1-3) UNRELEASED; urgency=low
 
   * Call dh_numpy3
+  * Preserve the original changelog name  
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 21 Oct 2012 12:29:06 +0200
 
diff --git a/debian/rules b/debian/rules
index cb17980..f40df21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@
 
 #PY2VERS=$(shell pyversions -vr)
 PY3VERS=$(shell py3versions -vr)
+
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 export CFLAGS ?= -O0
 endif
@@ -71,7 +72,7 @@ override_dh_auto_install: $(PY3VERS:%=install-python%)
 
 
 override_dh_installchangelogs:
-	dh_installchangelogs doc/NEWS.txt
+	dh_installchangelogs -k doc/NEWS.txt
 
 
 override_dh_compress:

-- 
Python ENVISAT Product Reader API



More information about the Pkg-grass-devel mailing list