[SCM] pyepr branch, master, updated. upstream/0.6-20-gcca3ffe
Antonio Valentino
antonio.valentino at tiscali.it
Thu Feb 23 21:06:09 UTC 2012
The following commit has been merged in the master branch:
commit 19515d9eb45e338da62842920e24b0aca539159d
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Thu Feb 23 20:21:40 2012 +0100
Call dh_numpy for an appropriate managements of dependency from numpy
diff --git a/debian/changelog b/debian/changelog
index dabb785..3c1b140 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ pyepr (0.6-1) unstable; urgency=low
* debian/README.test file added
* Switch to debhelper 8
* Use dh_sphinxdoc and common javascript code from libjs-sphinxdoc
+ * Call dh_numpy for an appropriate managements of dependency from
+ numpy
- -- Antonio Valentino <antonio.valentino at tiscali.it> Thu, 23 Feb 2012 19:39:45 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Thu, 23 Feb 2012 20:19:24 +0100
pyepr (0.5-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index b0a5dfe..20b59cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,11 @@ override_dh_auto_clean:
override_dh_auto_test:
+override_dh_install:
+ dh_install
+ dh_numpy
+
+
override_dh_installchangelogs:
dh_installchangelogs doc/NEWS.txt
@@ -33,4 +38,4 @@ override_dh_compress:
.PHONY: override_dh_auto_build override_dh_auto_clean override_dh_auto_test \
- override_dh_installchangelogs override_dh_compress
+ override_dh_installchangelogs override_dh_compress override_dh_install
--
Python ENVISAT Product Reader API
More information about the Pkg-grass-devel
mailing list