Author: alteholz-guest Date: 2011-11-21 18:45:21 +0000 (Mon, 21 Nov 2011) New Revision: 8637
Modified: trunk/packages/activiz.net/trunk/debian/changelog trunk/packages/activiz.net/trunk/debian/get-orig-source Log: make svn-buildpackage happy with location of orig.tar Modified: trunk/packages/activiz.net/trunk/debian/changelog =================================================================== --- trunk/packages/activiz.net/trunk/debian/changelog 2011-11-21 17:08:59 UTC (rev 8636) +++ trunk/packages/activiz.net/trunk/debian/changelog 2011-11-21 18:45:21 UTC (rev 8637) @@ -1,3 +1,11 @@ +activiz.net (5.6.1-4) UNRELEASED; urgency=low + + [ Thorsten Alteholz ] + * debian/get-orig-source: put orig.tar.gz in ../tarballs to allow + automatic build with svn-buildpackage + + -- Mathieu Malaterre <[email protected]> Mon, 21 Nov 2011 18:00:00 +0100 + activiz.net (5.6.1-3) unstable; urgency=low * Need doxygen-latex to pull dvips/latex dependency. Modified: trunk/packages/activiz.net/trunk/debian/get-orig-source =================================================================== --- trunk/packages/activiz.net/trunk/debian/get-orig-source 2011-11-21 17:08:59 UTC (rev 8636) +++ trunk/packages/activiz.net/trunk/debian/get-orig-source 2011-11-21 18:45:21 UTC (rev 8637) @@ -4,6 +4,11 @@ #VERSION=5.6.1 VERSION=`dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-` +# +# put orig.tar in ../tarballs (-> default location for svn-buildpackage) +mkdir -p ../tarballs +cd ../tarballs + rm -rf activiz.net-$VERSION # c31433cf52778339d29404a7818f4b6c188d5212 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
