[med-svn] r9240 - trunk/packages/dicom3tools/trunk/debian
Thorsten Alteholz
alteholz-guest at alioth.debian.org
Tue Jan 10 18:52:33 UTC 2012
Author: alteholz-guest
Date: 2012-01-10 18:52:33 +0000 (Tue, 10 Jan 2012)
New Revision: 9240
Modified:
trunk/packages/dicom3tools/trunk/debian/changelog
trunk/packages/dicom3tools/trunk/debian/rules
Log:
improvements to get-orig-source
Modified: trunk/packages/dicom3tools/trunk/debian/changelog
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/changelog 2012-01-10 18:52:02 UTC (rev 9239)
+++ trunk/packages/dicom3tools/trunk/debian/changelog 2012-01-10 18:52:33 UTC (rev 9240)
@@ -1,3 +1,11 @@
+dicom3tools (1.0~20111213-2) 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:50:18 +0100
+
dicom3tools (1.0~20111213-1) unstable; urgency=low
* New upstream
Modified: trunk/packages/dicom3tools/trunk/debian/rules
===================================================================
--- trunk/packages/dicom3tools/trunk/debian/rules 2012-01-10 18:52:02 UTC (rev 9239)
+++ trunk/packages/dicom3tools/trunk/debian/rules 2012-01-10 18:52:33 UTC (rev 9240)
@@ -120,6 +120,11 @@
mv $(UPSTREAM_SRC) $(DEBIAN_SRC_DIR)
GZIP="--best --no-name" tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
rm -rf $(DEBIAN_SRC_DIR)
+ #
+ # put orig.tar in ../tarballs (-> default location for svn-buildpackage)
+ mkdir -p ../tarballs
+ mv *.orig.tar.gz ../tarballs
+ mv $(UPSTREAM_SRC).tar.bz2 ../tarballs
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
More information about the debian-med-commit
mailing list