[med-svn] [cinema] 04/10: improvements to get-orig-source

Andreas Tille tille at debian.org
Sat Dec 2 15:28:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository cinema.

commit c61b9deaf09822284618f974830e5901c9f03e3f
Author: Thorsten Alteholz <alteholz at debian.org>
Date:   Mon Jan 9 18:36:40 2012 +0000

    improvements to get-orig-source
---
 debian/changelog | 6 +++++-
 debian/rules     | 5 ++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f52add0..e8d40bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index 0d35ca8..63756db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ get-orig-source:
 	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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/cinema.git



More information about the debian-med-commit mailing list