[SCM] pyepr branch, master, updated. upstream/0.5-8-gb017792

Antonio Valentino antonio.valentino at tiscali.it
Fri Aug 12 19:36:29 UTC 2011


The following commit has been merged in the master branch:
commit b0177929c633dfc2d59690482d8b55114c00aa7e
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Fri Aug 12 20:21:44 2011 +0200

    Enabled automatic testing

diff --git a/debian/changelog b/debian/changelog
index 4eb34de..9c6b861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ pyepr (0.6-1) unstable; urgency=low
 
   * New upstream release
   * Updated copyright file
+  * Enabled automatic testing
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Fri, 12 Aug 2011 20:11:56 +0200
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Fri, 12 Aug 2011 20:46:01 +0200
 
 pyepr (0.5-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 46e48e6..64d80e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,12 +16,12 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
 	dh_auto_clean
-	$(RM) src/epr.c
-	$(RM) -r doc/_build doc/html
+	$(MAKE) distclean
 
 
-# suppress dh_auto_test since it requires a large download
 override_dh_auto_test:
+	dh_auto_test --buildsystem=python_distutils
+	$(MAKE) check
 
 
 override_dh_installdocs:
@@ -39,4 +39,5 @@ override_dh_compress:
 
 
 .PHONY: override_dh_auto_build override_dh_auto_clean override_dh_auto_test \
-        override_dh_installdcs override_dh_installchangelogs override_dh_compress
+        override_dh_installdcs override_dh_installchangelogs \
+        override_dh_compress

-- 
Python ENVISAT Product Reader API



More information about the Pkg-grass-devel mailing list