[pkg-java] r16831 - trunk/javacc/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Jun 6 13:13:03 UTC 2013


Author: ebourg-guest
Date: 2013-06-06 13:13:02 +0000 (Thu, 06 Jun 2013)
New Revision: 16831

Modified:
   trunk/javacc/debian/changelog
   trunk/javacc/debian/orig-tar.sh
   trunk/javacc/debian/rules
Log:
debian/rules: Fixed the get-orig-source target



Modified: trunk/javacc/debian/changelog
===================================================================
--- trunk/javacc/debian/changelog	2013-06-06 12:05:07 UTC (rev 16830)
+++ trunk/javacc/debian/changelog	2013-06-06 13:13:02 UTC (rev 16831)
@@ -1,6 +1,5 @@
 javacc (5.0-5) unstable; urgency=low
 
-  * Team upload.
   * Fixed the watch file
   * Enabled the unit tests
   * Updated Standards-Version to 3.9.4
@@ -9,6 +8,7 @@
   * Replaced the dependency of the documentation package on classpath-doc
     with default-jre-doc
   * debian/rules: Added a clean target to allow rebuilds
+  * debian/orig-tar.sh: Install the tarball in the parent directory
   * debian/copyright: Updated to the Copyright Format 1.0
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 07 May 2013 13:14:38 +0200

Modified: trunk/javacc/debian/orig-tar.sh
===================================================================
--- trunk/javacc/debian/orig-tar.sh	2013-06-06 12:05:07 UTC (rev 16830)
+++ trunk/javacc/debian/orig-tar.sh	2013-06-06 13:13:02 UTC (rev 16831)
@@ -9,6 +9,7 @@
 mv javacc $DIR
 tar -czf $TAR --exclude 'junit.jar' $DIR
 rm -rf $3 $DIR
+mv $TAR ..
 
 # move to directory 'tarballs'
 if [ -r .svn/deb-layout ]; then

Modified: trunk/javacc/debian/rules
===================================================================
--- trunk/javacc/debian/rules	2013-06-06 12:05:07 UTC (rev 16830)
+++ trunk/javacc/debian/rules	2013-06-06 13:13:02 UTC (rev 16831)
@@ -33,4 +33,4 @@
 	dh_install -p$(PACKAGE)-doc examples usr/share/doc/javacc
 
 get-orig-source:
-	sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)
+	uscan --force-download --rename --repack




More information about the pkg-java-commits mailing list