[med-svn] r9242 - trunk/packages/bioimagexd/trunk/debian
Thorsten Alteholz
alteholz-guest at alioth.debian.org
Tue Jan 10 18:53:54 UTC 2012
Author: alteholz-guest
Date: 2012-01-10 18:53:54 +0000 (Tue, 10 Jan 2012)
New Revision: 9242
Modified:
trunk/packages/bioimagexd/trunk/debian/changelog
trunk/packages/bioimagexd/trunk/debian/get-orig-source
Log:
improvements to get-orig-source
Modified: trunk/packages/bioimagexd/trunk/debian/changelog
===================================================================
--- trunk/packages/bioimagexd/trunk/debian/changelog 2012-01-10 18:53:16 UTC (rev 9241)
+++ trunk/packages/bioimagexd/trunk/debian/changelog 2012-01-10 18:53:54 UTC (rev 9242)
@@ -1,5 +1,9 @@
-bioimagexd (1.0-1) unstable; urgency=low
+bioimagexd (1.0-1) UNRELEASED; urgency=low
* Initial Debian Upload (Closes: #)
+ [ 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> Mon, 12 Sep 2011 09:56:16 +0200
Modified: trunk/packages/bioimagexd/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/bioimagexd/trunk/debian/get-orig-source 2012-01-10 18:53:16 UTC (rev 9241)
+++ trunk/packages/bioimagexd/trunk/debian/get-orig-source 2012-01-10 18:53:54 UTC (rev 9242)
@@ -17,6 +17,11 @@
TARFILE=${PACKAGE}_${VERSION}.orig.tar.gz
fi
+#
+# put orig.tar in ../tarballs (-> default location for svn-buildpackage)
+mkdir -p ../tarballs
+cd ../tarballs
+
FOLDER=${PACKAGE}-${VERSION}
svn export -r 1732 https://bioimagexd.svn.sourceforge.net/svnroot/bioimagexd/bioimagexd/trunk ${FOLDER}
More information about the debian-med-commit
mailing list