[pkg-java] r16378 - trunk/libflexdock-java/debian
Sylvestre Ledru
sylvestre at alioth.debian.org
Mon Dec 24 08:12:47 UTC 2012
Author: sylvestre
Date: 2012-12-24 08:12:46 +0000 (Mon, 24 Dec 2012)
New Revision: 16378
Modified:
trunk/libflexdock-java/debian/changelog
trunk/libflexdock-java/debian/orig-tar.sh
trunk/libflexdock-java/debian/watch
Log:
* New upstream release
* Update of the watch file
Modified: trunk/libflexdock-java/debian/changelog
===================================================================
--- trunk/libflexdock-java/debian/changelog 2012-12-24 08:09:05 UTC (rev 16377)
+++ trunk/libflexdock-java/debian/changelog 2012-12-24 08:12:46 UTC (rev 16378)
@@ -1,3 +1,10 @@
+libflexdock-java (1.2.1-1~exp1) experimental; urgency=low
+
+ * New upstream release
+ * Update of the watch file
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Mon, 24 Dec 2012 08:57:36 +0100
+
libflexdock-java (1.2.0-1~exp1) experimental; urgency=low
* New upstream release
Modified: trunk/libflexdock-java/debian/orig-tar.sh
===================================================================
--- trunk/libflexdock-java/debian/orig-tar.sh 2012-12-24 08:09:05 UTC (rev 16377)
+++ trunk/libflexdock-java/debian/orig-tar.sh 2012-12-24 08:12:46 UTC (rev 16378)
@@ -9,11 +9,11 @@
TAR=../${SOURCE}_${VERSION}.orig.tar.gz
# clean up the upstream tarball
-# Export to the $DIR directory since there is no directory in
+# Export to the $DIR directory since there is no directory in
# the archive
-unzip $3 -d $DIR
+tar zxvf $3
tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
-rm -rf $DIR $3
+rm -rf $DIR
# move to directory 'tarballs'
if [ -r .svn/deb-layout ]; then
Modified: trunk/libflexdock-java/debian/watch
===================================================================
--- trunk/libflexdock-java/debian/watch 2012-12-24 08:09:05 UTC (rev 16377)
+++ trunk/libflexdock-java/debian/watch 2012-12-24 08:12:46 UTC (rev 16378)
@@ -1,4 +1,3 @@
version=3
http://forge.scilab.org/index.php/p/flexdock/downloads/direct/ \
- .*/flexdock-([\d\.]*)-src.zip debian debian/orig-tar.sh
-
+ .*/flexdock-([\d\.]*).tar.gz debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list