[pkg-java] r18073 - trunk/aspectj/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Apr 25 15:00:07 UTC 2014
Author: ebourg-guest
Date: 2014-04-25 15:00:07 +0000 (Fri, 25 Apr 2014)
New Revision: 18073
Modified:
trunk/aspectj/debian/orig-tar.sh
Log:
Fixed the name of the upstream tarball
Modified: trunk/aspectj/debian/orig-tar.sh
===================================================================
--- trunk/aspectj/debian/orig-tar.sh 2014-04-25 14:53:18 UTC (rev 18072)
+++ trunk/aspectj/debian/orig-tar.sh 2014-04-25 15:00:07 UTC (rev 18073)
@@ -8,7 +8,7 @@
VERSION=$2
TAG="`echo $VERSION | tr . _`"
DIR="org.aspectj-$TAG"
-TAR=../aspectj_$VERSION+dfsg.tar.xz
+TAR=../aspectj_$VERSION+dfsg.orig.tar.xz
# Extract the upstream tarball fetched by uscan
rm -Rf $DIR
More information about the pkg-java-commits
mailing list