[pkg-java] r13259 - trunk/libjlatexmath-java/debian
Sylvestre Ledru
sylvestre at alioth.debian.org
Tue Feb 8 13:12:07 UTC 2011
Author: sylvestre
Date: 2011-02-08 13:11:54 +0000 (Tue, 08 Feb 2011)
New Revision: 13259
Added:
trunk/libjlatexmath-java/debian/orig-tar.sh
Modified:
trunk/libjlatexmath-java/debian/changelog
trunk/libjlatexmath-java/debian/watch
Log:
* watch file updated
* Repack script added
* Switch to dpkg-source 3.0 (quilt) format
Modified: trunk/libjlatexmath-java/debian/changelog
===================================================================
--- trunk/libjlatexmath-java/debian/changelog 2011-02-08 05:29:08 UTC (rev 13258)
+++ trunk/libjlatexmath-java/debian/changelog 2011-02-08 13:11:54 UTC (rev 13259)
@@ -1,3 +1,11 @@
+libjlatexmath-java (0.9.4-3) unstable; urgency=low
+
+ * watch file updated
+ * Repack script added
+ * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Tue, 08 Feb 2011 14:04:38 +0100
+
libjlatexmath-java (0.9.4-2) unstable; urgency=low
* Upload in unstable
Added: trunk/libjlatexmath-java/debian/orig-tar.sh
===================================================================
--- trunk/libjlatexmath-java/debian/orig-tar.sh (rev 0)
+++ trunk/libjlatexmath-java/debian/orig-tar.sh 2011-02-08 13:11:54 UTC (rev 13259)
@@ -0,0 +1,20 @@
+#!/bin/sh -e
+
+# called by uscan with '--upstream-version' <version> <file>
+DIR=libjlatexmath-java-$2
+TAR=../libjlatexmath-java_$2.orig.tar.gz
+
+# clean up the upstream tarball
+unzip $3
+mv jlatexmath-$2 $DIR
+tar -c -z -f $TAR $DIR
+rm -rf $DIR $3
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+ . .svn/deb-layout
+ mv $TAR $origDir
+ echo "moved $TAR to $origDir"
+fi
+
+exit 0
Property changes on: trunk/libjlatexmath-java/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
+ *
Modified: trunk/libjlatexmath-java/debian/watch
===================================================================
--- trunk/libjlatexmath-java/debian/watch 2011-02-08 05:29:08 UTC (rev 13258)
+++ trunk/libjlatexmath-java/debian/watch 2011-02-08 13:11:54 UTC (rev 13259)
@@ -1,3 +1,3 @@
version=3
-http://forge.scilab.org/index.php/p/jlatexmath/downloads/ jlatexmath-src-(.*).jar debian
-#jlatexmath-(.*)\.tar\.gz debian debian/orig-tar.sh
+http://forge.scilab.org/index.php/p/jlatexmath/downloads/direct/ \
+.*/jlatexmath-src-all-(.*).zip debian debian/orig-tar.sh
More information about the pkg-java-commits
mailing list