[med-svn] r9223 - trunk/packages/cinema/trunk/debian

Thorsten Alteholz alteholz-guest at alioth.debian.org
Mon Jan 9 18:36:40 UTC 2012


Author: alteholz-guest
Date: 2012-01-09 18:36:40 +0000 (Mon, 09 Jan 2012)
New Revision: 9223

Modified:
   trunk/packages/cinema/trunk/debian/changelog
   trunk/packages/cinema/trunk/debian/rules
Log:
improvements to get-orig-source

Modified: trunk/packages/cinema/trunk/debian/changelog
===================================================================
--- trunk/packages/cinema/trunk/debian/changelog	2012-01-09 18:35:10 UTC (rev 9222)
+++ trunk/packages/cinema/trunk/debian/changelog	2012-01-09 18:36:40 UTC (rev 9223)
@@ -1,5 +1,9 @@
-cinema (3.0.23-1) unstable; urgency=low
+cinema (3.0.23-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 
+  [ Thorsten Alteholz ]
+  * debian/get-orig-source: put orig.tar.gz in ../tarballs to allow
+    automatic build with svn-buildpackage
+
  -- Steffen Moeller <moeller at debian.org>  Tue, 07 Jun 2011 18:40:09 +0200

Modified: trunk/packages/cinema/trunk/debian/rules
===================================================================
--- trunk/packages/cinema/trunk/debian/rules	2012-01-09 18:35:10 UTC (rev 9222)
+++ trunk/packages/cinema/trunk/debian/rules	2012-01-09 18:36:40 UTC (rev 9223)
@@ -19,6 +19,9 @@
 	tar xzvf cinema-3_0_23.tar.gz
 	cd cinema-3_0_23 && rm -r classes lib
 	mv cinema-3_0_23 cinema-3.0.23
-	tar czvf cinema-3.0.23.orig.tar.gz cinema-3.0.23
+	tar czvf cinema_3.0.23.orig.tar.gz cinema-3.0.23
 	rm -r cinema-3.0.23
 	rm cinema-3_0_23.tar.gz
+	# put orig.tar in ../tarballs (-> default location for svn-buildpackage)
+	mkdir -p ../tarballs
+	mv *orig.tar.gz ../tarballs




More information about the debian-med-commit mailing list