Patch to update URLs attached.
RFP for libistack-commons-java is #692348.
diff --git debian/orig-tar.sh debian/orig-tar.sh index 3f86bf0..d110984 100755 --- debian/orig-tar.sh +++ debian/orig-tar.sh @@ -5,7 +5,7 @@ TAR=../libcodemodel-java_$VERSION.orig.tar.gz DIR=libcodemodel-java-$VERSION.orig # clean up the upstream tarball -svn export https://svn.java.net/svn/codemodel~svn/tags/codemodel-$VERSION/ \ +svn export https://svn.java.net/svn/codemodel~svn/tags/codemodel-project-$VERSION/ \ $DIR GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR diff --git debian/watch debian/watch index e14fd2d..e17c860 100644 --- debian/watch +++ debian/watch @@ -1,4 +1,4 @@ version=3 opts="uversionmangle=s/-(alpha|beta)-/~$1/" \ http://java.net/projects/codemodel/sources/svn/show/tags \ - /projects/codemodel/sources/svn/show/tags/codemodel-(\d+).(\d+).* debian debian/orig-tar.sh + /projects/codemodel/sources/svn/show/tags/codemodel-project-(\d+).(\d+).* debian debian/orig-tar.sh