Author: alteholz-guest Date: 2012-01-09 18:37:32 +0000 (Mon, 09 Jan 2012) New Revision: 9225
Modified: trunk/packages/jai-core/trunk/debian/changelog trunk/packages/jai-core/trunk/debian/get-orig-source Log: improvements to get-orig-source Modified: trunk/packages/jai-core/trunk/debian/changelog =================================================================== --- trunk/packages/jai-core/trunk/debian/changelog 2012-01-09 18:37:07 UTC (rev 9224) +++ trunk/packages/jai-core/trunk/debian/changelog 2012-01-09 18:37:32 UTC (rev 9225) @@ -1,3 +1,11 @@ +jai-core (1.1.4-2) 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, 09 Jan 2011 18:00:00 +0100 + jai-core (1.1.4-1) unstable; urgency=low * Initial Debian Upload (Closes: #641272) Modified: trunk/packages/jai-core/trunk/debian/get-orig-source =================================================================== --- trunk/packages/jai-core/trunk/debian/get-orig-source 2012-01-09 18:37:07 UTC (rev 9224) +++ trunk/packages/jai-core/trunk/debian/get-orig-source 2012-01-09 18:37:32 UTC (rev 9225) @@ -23,6 +23,11 @@ FOLDER=${PACKAGE}-${VERSION} +# +# put orig.tar in ../tarballs (-> default location for svn-buildpackage) +mkdir -p ../tarballs +cd ../tarballs + # rev 111 is dated from: # Last Changed Date: 2007-08-31 18:25:50 +0200 (Fri, 31 Aug 2007) svn export -r 111 https://svn.java.net/svn/jai-core~svn/trunk ${FOLDER} _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
