[pkg-java] r18086 - trunk/logback/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Apr 28 10:26:16 UTC 2014


Author: ebourg-guest
Date: 2014-04-28 10:26:16 +0000 (Mon, 28 Apr 2014)
New Revision: 18086

Modified:
   trunk/logback/debian/changelog
   trunk/logback/debian/orig-tar.sh
Log:
debian/orig-tar.sh: Remove the non repacked tarball



Modified: trunk/logback/debian/changelog
===================================================================
--- trunk/logback/debian/changelog	2014-04-26 17:28:49 UTC (rev 18085)
+++ trunk/logback/debian/changelog	2014-04-28 10:26:16 UTC (rev 18086)
@@ -1,3 +1,10 @@
+logback (1:1.1.1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * debian/orig-tar.sh: Remove the non repacked tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 28 Apr 2014 12:25:36 +0200
+
 logback (1:1.1.1-1) unstable; urgency=medium
 
   * Team upload.

Modified: trunk/logback/debian/orig-tar.sh
===================================================================
--- trunk/logback/debian/orig-tar.sh	2014-04-26 17:28:49 UTC (rev 18085)
+++ trunk/logback/debian/orig-tar.sh	2014-04-28 10:26:16 UTC (rev 18086)
@@ -7,6 +7,7 @@
 
 # clean up the upstream tarball
 tar xzf $3
+rm $3
 mv logback-$2 $DIR
 XZ_OPT=--best tar cJf $TAR -X debian/orig-tar.exclude $DIR
 rm -rf $DIR




More information about the pkg-java-commits mailing list