[pkg-java] r10520 - trunk/jmagick/debian
Michael Koch
mkoch at alioth.debian.org
Mon Sep 21 08:54:46 UTC 2009
Author: mkoch
Date: 2009-09-21 08:54:46 +0000 (Mon, 21 Sep 2009)
New Revision: 10520
Modified:
trunk/jmagick/debian/changelog
trunk/jmagick/debian/orig-tar.sh
trunk/jmagick/debian/watch
Log:
- fixed watch file and orig-tar.sh for current upstream layout.
Modified: trunk/jmagick/debian/changelog
===================================================================
--- trunk/jmagick/debian/changelog 2009-09-21 06:10:30 UTC (rev 10519)
+++ trunk/jmagick/debian/changelog 2009-09-21 08:54:46 UTC (rev 10520)
@@ -1,3 +1,10 @@
+jmagick (6.2.6-0-5) UNRELEASED; urgency=low
+
+ * Fixed watch file to point to correct download location.
+ * Adjusted debian/orig-tar.sh for new upstream layout.
+
+ -- Michael Koch <konqueror at gmx.de> Mon, 21 Sep 2009 10:40:58 +0200
+
jmagick (6.2.6-0-4) unstable; urgency=medium
* debian/control:
Modified: trunk/jmagick/debian/orig-tar.sh
===================================================================
--- trunk/jmagick/debian/orig-tar.sh 2009-09-21 06:10:30 UTC (rev 10519)
+++ trunk/jmagick/debian/orig-tar.sh 2009-09-21 08:54:46 UTC (rev 10520)
@@ -1,14 +1,14 @@
#!/bin/sh -e
# called by uscan with '--upstream-version' <version> <file>
-UPSTREAM_TAR=../JMagick-$2.tar.gz
+UPSTREAM_TAR=../jmagick-$2-src.tar.gz
DIR=jmagick-$2.orig
rm -f $3
# clean up the upstream tarball
tar zxf $UPSTREAM_TAR
-mv JMagick-$2 $DIR
+mv $2 $DIR
GZIP=--best tar czf $3 -X debian/orig-tar.exclude $DIR
rm -rf $DIR $UPSTREAM_TAR
Modified: trunk/jmagick/debian/watch
===================================================================
--- trunk/jmagick/debian/watch 2009-09-21 06:10:30 UTC (rev 10519)
+++ trunk/jmagick/debian/watch 2009-09-21 08:54:46 UTC (rev 10520)
@@ -1,2 +1,3 @@
version=3
-http://www.yeo.id.au/jmagick/ quickload/JMagick-(.*)\.tar\.gz debian debian/orig-tar.sh
+#http://downloads.jmagick.org/ ([\d\.]*)/ debian debian/orig-tar.sh
+http://downloads.jmagick.org/([\d\.]*)/ jmagick-([\d\.]*)-src\.tar\.gz debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list