[pkg-java] r7164 - trunk/fop/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Fri Oct 17 20:24:54 UTC 2008


Author: twerner
Date: 2008-10-17 20:24:54 +0000 (Fri, 17 Oct 2008)
New Revision: 7164

Modified:
   trunk/fop/debian/changelog
   trunk/fop/debian/control
   trunk/fop/debian/orig-tar.sh
   trunk/fop/debian/rules
Log:
* Implement target get-orig-source in debian/rules.
* Add myself to Uploaders.

Modified: trunk/fop/debian/changelog
===================================================================
--- trunk/fop/debian/changelog	2008-10-16 21:40:39 UTC (rev 7163)
+++ trunk/fop/debian/changelog	2008-10-17 20:24:54 UTC (rev 7164)
@@ -15,7 +15,7 @@
 
   [ Michael Koch ]
   * Fixed watch file for changed upstream location.
-	
+
   [ Vincent Fourmond ]
   * Added myself to uploaders
   * There are no reasons to keep fop in contrib now that batik and
@@ -23,8 +23,12 @@
   * Tighten up dependencies of fop on batik 1.7
   * Convert fop.sh to java-wrappers
 
- -- Vincent Fourmond <fourmond at debian.org>  Mon, 06 Oct 2008 20:26:52 +0200
+  [ Torsten Werner ]
+  * Implement target get-orig-source in debian/rules.
+  * Add myself to Uploaders.
 
+ -- Torsten Werner <twerner at debian.org>  Fri, 17 Oct 2008 22:23:44 +0200
+
 fop (1:0.94.dfsg-2) unstable; urgency=low
 
   * Fixed name of versioned jar.

Modified: trunk/fop/debian/control
===================================================================
--- trunk/fop/debian/control	2008-10-16 21:40:39 UTC (rev 7163)
+++ trunk/fop/debian/control	2008-10-17 20:24:54 UTC (rev 7164)
@@ -2,7 +2,9 @@
 Section: text
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>, Sylvestre Ledru <sylvestre.ledru at inria.fr>, Vincent Fourmond <fourmond at debian.org>
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>,
+ Sylvestre Ledru <sylvestre.ledru at inria.fr>,
+ Vincent Fourmond <fourmond at debian.org>, Torsten Werner <twerner at debian.org>
 Build-Depends: debhelper (>= 5), cdbs (>= 0.4.27)
 Build-Depends-Indep: ant-optional, libbatik-java (>= 1.7), libavalon-framework-java (>=4.1.2-2), libxalan2-java, libxerces2-java, openjdk-6-jdk, libcommons-io-java, libcommons-logging-java, junit, libxmlgraphics-commons-java (>= 1.2), libservlet2.4-java, libxml-commons-external-java
 Standards-Version: 3.8.0

Modified: trunk/fop/debian/orig-tar.sh
===================================================================
--- trunk/fop/debian/orig-tar.sh	2008-10-16 21:40:39 UTC (rev 7163)
+++ trunk/fop/debian/orig-tar.sh	2008-10-17 20:24:54 UTC (rev 7164)
@@ -2,19 +2,16 @@
 
 # called by uscan with '--upstream-version' <version> <file>
 DIR=fop-$2
-TAR=../fop_$2.orig.tar.gz
 
 # clean up the upstream tarball
 tar -zxvf $3 
-rm -rf $DIR/lib/*
-tar -czf $TAR $DIR/
-rm -rf $DIR $3
+tar -czf $3 --exclude '*/lib/*' $DIR
+rm -rf $DIR
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then
     . .svn/deb-layout
-    mv $TAR $origDir
-    echo "moved $TAR to $origDir"
+    mv $3 $origDir
+    echo "moved $3 to $origDir"
 fi
 
-exit 0

Modified: trunk/fop/debian/rules
===================================================================
--- trunk/fop/debian/rules	2008-10-16 21:40:39 UTC (rev 7163)
+++ trunk/fop/debian/rules	2008-10-17 20:24:54 UTC (rev 7164)
@@ -37,3 +37,6 @@
 
 clean::
 	-rm -Rf build
+
+get-orig-source:
+	uscan --force-download --rename




More information about the pkg-java-commits mailing list