r36774 - in /packages/vmtk/trunk/debian: changelog control rules

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Mon Aug 9 08:18:56 UTC 2010


Author: johannr-guest
Date: Mon Aug  9 08:18:40 2010
New Revision: 36774

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36774
Log:
New upstream release. Add DM-Upload-Allowed flag.

Modified:
    packages/vmtk/trunk/debian/changelog
    packages/vmtk/trunk/debian/control
    packages/vmtk/trunk/debian/rules

Modified: packages/vmtk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/changelog?rev=36774&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/changelog (original)
+++ packages/vmtk/trunk/debian/changelog Mon Aug  9 08:18:40 2010
@@ -1,3 +1,13 @@
+vmtk (0.9.0-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control:
+    - Add DM-Upload-Allowed: yes.
+    - Bump XS-Python-Version field to 2.6.
+  * debian/rules: Use uscan in get-orig-source target.
+
+ -- Johannes Ring <johannr at simula.no>  Fri, 06 Aug 2010 14:34:09 +0200
+
 vmtk (0.9~bzr276-1) unstable; urgency=low
 
   * Initial release (Closes: #584222)

Modified: packages/vmtk/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/control?rev=36774&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/control (original)
+++ packages/vmtk/trunk/debian/control Mon Aug  9 08:18:40 2010
@@ -9,8 +9,9 @@
  libinsighttoolkit3-dev | libinsighttoolkit-dev, libjpeg62-dev, libtiff4-dev,
  libfreetype6-dev, libxext-dev, libpng12-dev, libexpat1-dev, uuid-dev,
  libgdcm2-dev, libopenjpeg-dev, libssl-dev
-XS-Python-Version: 2.5
+XS-Python-Version: 2.6
 Standards-Version: 3.8.4
+DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/vmtk/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/
 

Modified: packages/vmtk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/vmtk/trunk/debian/rules?rev=36774&op=diff
==============================================================================
--- packages/vmtk/trunk/debian/rules (original)
+++ packages/vmtk/trunk/debian/rules Mon Aug  9 08:18:40 2010
@@ -58,10 +58,8 @@
 	dh_installman -p$(cdbs_curpkg) debian/vmtk.1
 
 USCAN_DESTDIR := $(CURDIR)
-REVISION := $(shell echo $(DEB_UPSTREAM_VERSION) | cut -d'r' -f2)
 
 get-orig-source:
-	bzr branch lp:vmtk-packaging vmtk-$(DEB_UPSTREAM_VERSION)
-	tar czf $(CURDIR)/vmtk_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
-	  vmtk-$(DEB_UPSTREAM_VERSION) --exclude .bzr
-	rm -rf $(CURDIR)/vmtk-$(DEB_UPSTREAM_VERSION)
+	uscan --force-download --verbose --destdir $(USCAN_DESTDIR) \
+	 --download-version $(DEB_UPSTREAM_VERSION) \
+	 --upstream-version $(DEB_UPSTREAM_VERSION)




More information about the debian-science-commits mailing list