[med-svn] r9220 - trunk/packages/ctk/trunk/debian

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


Author: alteholz-guest
Date: 2012-01-09 18:31:30 +0000 (Mon, 09 Jan 2012)
New Revision: 9220

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

Modified: trunk/packages/ctk/trunk/debian/changelog
===================================================================
--- trunk/packages/ctk/trunk/debian/changelog	2012-01-09 17:08:06 UTC (rev 9219)
+++ trunk/packages/ctk/trunk/debian/changelog	2012-01-09 18:31:30 UTC (rev 9220)
@@ -6,6 +6,10 @@
   * Add BFD module (requires binutils-dev)
   * Remove a test (takes too long)
 
+  [ Thorsten Alteholz ]
+  * debian/get-orig-source: put orig.tar.gz in ../tarballs to allow
+    automatic build with svn-buildpackage
+
  -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Sun, 04 Sep 2011 14:53:54 +0200
 
 ctk (0.1.0-4) experimental; urgency=low

Modified: trunk/packages/ctk/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/ctk/trunk/debian/get-orig-source	2012-01-09 17:08:06 UTC (rev 9219)
+++ trunk/packages/ctk/trunk/debian/get-orig-source	2012-01-09 18:31:30 UTC (rev 9220)
@@ -21,6 +21,11 @@
 
 FOLDER=${PACKAGE}-${VERSION}
 
+#
+# put orig.tar in ../tarballs (-> default location for svn-buildpackage)
+mkdir -p ../tarballs
+cd ../tarballs
+
 git clone https://github.com/commontk/CTK.git ${FOLDER}
 cd ${FOLDER}
 git checkout ${REVISION}




More information about the debian-med-commit mailing list