[Pkg-scicomp-commits] viper/trunk/debian

Johannes Ring johannr at simula.no
Fri Oct 24 08:32:26 UTC 2008


SVN commit 3941 by johannr-guest:

debian/changelog: Updated ITP bug number.
debian/rules: Added manpage and fixed get-orig-source target.


 M  +1 -1      viper/trunk/debian/changelog  
 M  +7 -1      viper/trunk/debian/rules  
 A             viper/trunk/debian/viper.1  


--- viper/trunk/debian/changelog #3940:3941
@@ -1,6 +1,6 @@
 viper (0.3.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #503264)
 
  -- Johannes Ring <johannr at simula.no>  Mon, 15 Sep 2008 14:04:39 +0200
 
--- viper/trunk/debian/rules #3940:3941
@@ -6,6 +6,12 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 DEB_COMPRESS_EXCLUDE := .py .pdf
+DEB_INSTALL_MANPAGES_python-viper := debian/viper.1
 
+USCAN_DESTDIR := $(CURDIR)
+SRC_VERSION := $(shell dpkg-parsechangelog | \
+		sed -ne 's/^Version: \(.*\)-.*/\1/p')
+
 get-orig-source:
-	uscan --force-download --verbose
+	uscan --force-download --verbose --destdir $(USCAN_DESTDIR) \
+	 --download-version $(SRC_VERSION) --upstream-version $(SRC_VERSION)



More information about the Pkg-scicomp-commits mailing list