[med-svn] r9239 - trunk/packages/dicomscope/trunk/debian

Thorsten Alteholz alteholz-guest at alioth.debian.org
Tue Jan 10 18:52:02 UTC 2012


Author: alteholz-guest
Date: 2012-01-10 18:52:02 +0000 (Tue, 10 Jan 2012)
New Revision: 9239

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

Modified: trunk/packages/dicomscope/trunk/debian/changelog
===================================================================
--- trunk/packages/dicomscope/trunk/debian/changelog	2012-01-10 18:50:55 UTC (rev 9238)
+++ trunk/packages/dicomscope/trunk/debian/changelog	2012-01-10 18:52:02 UTC (rev 9239)
@@ -1,3 +1,11 @@
+dicomscope (3.6.0-9) UNRELEASED; urgency=low
+
+  [ Thorsten Alteholz ]
+  * debian/rules get-orig-source: put orig.tar.gz in ../tarballs to allow
+    automatic build with svn-buildpackage
+
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Tue, 10 Jan 2012 18:29:15 +0100
+
 dicomscope (3.6.0-8) unstable; urgency=low
 
   * Fix FTBFS with OpenJDK7. Closes: #651404

Modified: trunk/packages/dicomscope/trunk/debian/rules
===================================================================
--- trunk/packages/dicomscope/trunk/debian/rules	2012-01-10 18:50:55 UTC (rev 9238)
+++ trunk/packages/dicomscope/trunk/debian/rules	2012-01-10 18:52:02 UTC (rev 9239)
@@ -66,3 +66,8 @@
 	GZIP="--best --no-name" tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
 	rm -rf $(DEBIAN_SRC_DIR)
 	rm $(UPSTREAM_SRC).zip
+	#
+	# 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