[pkg-java] r16358 - trunk/junit4/debian
Tony Mancill
tmancill at alioth.debian.org
Sat Nov 17 19:50:51 UTC 2012
Author: tmancill
Date: 2012-11-17 19:50:51 +0000 (Sat, 17 Nov 2012)
New Revision: 16358
Modified:
trunk/junit4/debian/changelog
trunk/junit4/debian/orig-tar.sh
trunk/junit4/debian/watch
Log:
patch for #693524 (d/watch)
Modified: trunk/junit4/debian/changelog
===================================================================
--- trunk/junit4/debian/changelog 2012-11-09 07:50:46 UTC (rev 16357)
+++ trunk/junit4/debian/changelog 2012-11-17 19:50:51 UTC (rev 16358)
@@ -1,3 +1,12 @@
+junit4 (4.10-4) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Update watchfile to fix Github breakage. (Closes: #693524)
+ - Update unused debug line in orig-tar.sh too.
+ - Thank you to Jonathan McCrohan <jmccrohan at gmail.com>
+
+ -- tony mancill <tmancill at debian.org> Sat, 17 Nov 2012 11:47:27 -0800
+
junit4 (4.10-3) unstable; urgency=low
* Team upload.
Modified: trunk/junit4/debian/orig-tar.sh
===================================================================
--- trunk/junit4/debian/orig-tar.sh 2012-11-09 07:50:46 UTC (rev 16357)
+++ trunk/junit4/debian/orig-tar.sh 2012-11-17 19:50:51 UTC (rev 16358)
@@ -7,7 +7,7 @@
ORIG_TAR=$3
#rm -f $3
-#wget -O $TAR http://github.com/KentBeck/junit/tarball/r$VERSION
+#wget -O $TAR http://github.com/KentBeck/junit/archive/r$VERSION
# clean up the upstream tarball
mkdir $DIR
Modified: trunk/junit4/debian/watch
===================================================================
--- trunk/junit4/debian/watch 2012-11-09 07:50:46 UTC (rev 16357)
+++ trunk/junit4/debian/watch 2012-11-17 19:50:51 UTC (rev 16358)
@@ -1,3 +1,3 @@
version=3
-http://github.com/KentBeck/junit/tags/ /KentBeck/junit/tarball/r([\d\.]*) debian debian/orig-tar.sh
+http://github.com/KentBeck/junit/tags/ .*/r(\d[\d\.]+)\.tar\.gz debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list