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

Johannes Ring johannr at simula.no
Mon Nov 24 05:50:28 UTC 2008


SVN commit 3980 by johannr-guest:

Updates for new upstream release of Viper.

 M  +1 -1      viper/trunk/debian/changelog  
 M  +2 -4      viper/trunk/debian/rules  
 D             viper/trunk/debian/viper.1  
 M  +1 -1      viper/trunk/debian/watch  


--- viper/trunk/debian/changelog #3979:3980
@@ -1,4 +1,4 @@
-viper (0.3.0-1) unstable; urgency=low
+viper (0.4.1-1) unstable; urgency=low
 
   * Initial release (Closes: #503264)
 
--- viper/trunk/debian/rules #3979:3980
@@ -6,12 +6,10 @@
 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 --destdir $(USCAN_DESTDIR) \
-	 --download-version $(SRC_VERSION) --upstream-version $(SRC_VERSION)
+	 --download-version $(DEB_UPSTREAM_VERSION) \
+	 --upstream-version $(DEB_UPSTREAM_VERSION)
--- viper/trunk/debian/watch #3979:3980
@@ -1,2 +1,2 @@
 version=3
-http://www.fenics.org/pub/software/viper/v([\d.]+)/viper-([\d.]+)\.tgz
+http://www.fenics.org/pub/software/viper/v([\d.]+)/viper-([\d.]+)\.tar.gz



More information about the Pkg-scicomp-commits mailing list