[med-svn] r8251 - trunk/packages/acedb/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Oct 21 20:57:05 UTC 2011
Author: tille
Date: 2011-10-21 20:57:05 +0000 (Fri, 21 Oct 2011)
New Revision: 8251
Modified:
trunk/packages/acedb/trunk/debian/changelog
trunk/packages/acedb/trunk/debian/rules
Log:
Unfortunately I missed the change in my last commit
Modified: trunk/packages/acedb/trunk/debian/changelog
===================================================================
--- trunk/packages/acedb/trunk/debian/changelog 2011-10-21 20:50:35 UTC (rev 8250)
+++ trunk/packages/acedb/trunk/debian/changelog 2011-10-21 20:57:05 UTC (rev 8251)
@@ -1,3 +1,10 @@
+acedb (4.9.39+dfsg.01-5) UNRELEASED; urgency=low
+
+ [Thorsten Alteholz]
+ * debian/rules: get-orig-source moves target into ../tarballs
+
+ -- DMPT <debian-med-packaging at lists.alioth.debian.org> Fri, 21 Oct 2011 22:53:01 +0200
+
acedb (4.9.39+dfsg.01-4) unstable; urgency=low
* debian/patches/no-curses.patch: Do not build against ncurses
Modified: trunk/packages/acedb/trunk/debian/rules
===================================================================
--- trunk/packages/acedb/trunk/debian/rules 2011-10-21 20:50:35 UTC (rev 8250)
+++ trunk/packages/acedb/trunk/debian/rules 2011-10-21 20:57:05 UTC (rev 8251)
@@ -101,6 +101,8 @@
UPSTREAMVERSION=4.9.39
ATTEMPTNO=01
get-orig-source:
+ mkdir -p ../tarballs && \
+ cd ../tarballs && \
fname=ACEDB-source.$(UPSTREAMVERSION).tar.gz && \
dname=acedb_$(UPSTREAMVERSION)+dfsg.$(ATTEMPTNO) && \
if [ -r "$$fname" ]; then \
@@ -115,5 +117,5 @@
) && \
rm -f $$dname/wmd5/rfc* && \
find $$dname -name CVS | xargs -r rm -rf && \
- tar czvf ../$${dname}.orig.tar.gz $$dname && \
+ tar czvf $${dname}.orig.tar.gz $$dname && \
rm -rf $$dname
More information about the debian-med-commit
mailing list