[pkg-eucalyptus-commits] r167 - euca2ools/branches/2.0/debian

Miguel Landaeta nomadium-guest at alioth.debian.org
Thu Aug 25 02:16:16 UTC 2011


Author: nomadium-guest
Date: 2011-08-25 02:16:16 +0000 (Thu, 25 Aug 2011)
New Revision: 167

Modified:
   euca2ools/branches/2.0/debian/changelog
   euca2ools/branches/2.0/debian/rules
   euca2ools/branches/2.0/debian/watch
Log:
Add get-orig-source target to debian/rules

Modified: euca2ools/branches/2.0/debian/changelog
===================================================================
--- euca2ools/branches/2.0/debian/changelog	2011-08-25 02:11:20 UTC (rev 166)
+++ euca2ools/branches/2.0/debian/changelog	2011-08-25 02:16:16 UTC (rev 167)
@@ -3,6 +3,7 @@
   * New upstream release. (Closes: #638900).
   * Update versioned dependencies on python-boto to (>= 2.0~).
   * Switch to source format 3.0 (quilt).
+  * Add get-orig-source target to debian/rules.
 
  -- Miguel Landaeta <miguel at miguel.cc>  Wed, 24 Aug 2011 21:34:48 -0430
 

Modified: euca2ools/branches/2.0/debian/rules
===================================================================
--- euca2ools/branches/2.0/debian/rules	2011-08-25 02:11:20 UTC (rev 166)
+++ euca2ools/branches/2.0/debian/rules	2011-08-25 02:16:16 UTC (rev 167)
@@ -2,7 +2,7 @@
 
 DEB_PYTHON2_MODULE_PACKAGES := euca2ools
 
-DEB_SRCDIR = euca2ools
+#DEB_SRCDIR = euca2ools
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
@@ -17,3 +17,7 @@
 	$(RM) euca2ools/euca2ools/__init__.pyc
 	$(RM) --recursive euca2ools/euca2ools.egg-info
 	$(RM) --recursive $(CURDIR)/debian/manpages-help2man
+
+get-orig-source:
+	#uscan --download-current-version --force-download --rename
+	./debian/orig-tar.sh

Modified: euca2ools/branches/2.0/debian/watch
===================================================================
--- euca2ools/branches/2.0/debian/watch	2011-08-25 02:11:20 UTC (rev 166)
+++ euca2ools/branches/2.0/debian/watch	2011-08-25 02:16:16 UTC (rev 167)
@@ -4,3 +4,5 @@
 
 # Nightly builds
 #http://eucalyptussoftware.com/downloads/releases/nightly/euca2ools-(.*)-src.tar.gz
+
+debian debian/orig-tar.sh




More information about the pkg-eucalyptus-commits mailing list