[SCM] pyepr branch, master, updated. upstream/0.6-13-gd5c39bc

Antonio Valentino antonio.valentino at tiscali.it
Sun Nov 6 11:32:09 UTC 2011


The following commit has been merged in the master branch:
commit e67a58a125b5344dc7790ad7cd43556969faa331
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Nov 6 12:30:07 2011 +0100

    Use dh_sphinxdoc

diff --git a/debian/changelog b/debian/changelog
index f45a9dc..a0be262 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,9 +3,9 @@ pyepr (0.6-1) unstable; urgency=low
   * New upstream release
   * Updated copyright file
   * debian/README.test file added
-  * Use common javascript code from libjs-sphinxdoc
+  * Use dh_sphinxdoc and common javascript code from libjs-sphinxdoc
 
- -- Antonio Valentino <antonio.valentino at tiscali.it>  Mon, 15 Aug 2011 21:30:43 +0200
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Sun, 06 Nov 2011 12:28:45 +0100
 
 pyepr (0.5-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1dc91ed..d5084fc 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-grass/pyepr.git
 Package: python-epr
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
-         python-numpy, libjs-jquery
+         ${sphinxdoc:Depends}, python-numpy
 X-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: Python ENVISAT Product Reader API
diff --git a/debian/rules b/debian/rules
index 5593823..0266eed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,12 +24,6 @@ override_dh_auto_clean:
 override_dh_auto_test:
 
 
-override_dh_installdocs:
-	dh_installdocs
-	$(RM) $(DESTDIR)/usr/share/doc/python-epr/html/_statis/jquery.js
-	$(RM) $(DESTDIR)/usr/share/doc/python-epr/html/_statis/underscore.js
-
-
 override_dh_installchangelogs:
 	dh_installchangelogs doc/NEWS.txt
 
@@ -40,5 +34,4 @@ 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_installchangelogs override_dh_compress

-- 
Python ENVISAT Product Reader API



More information about the Pkg-grass-devel mailing list