[pkg-java] r13602 - trunk/jmdns/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Wed Apr 27 11:44:00 UTC 2011


Author: malat-guest
Date: 2011-04-27 11:43:58 +0000 (Wed, 27 Apr 2011)
New Revision: 13602

Modified:
   trunk/jmdns/debian/changelog
   trunk/jmdns/debian/rules
Log:
Start packaging 3.4.0

Modified: trunk/jmdns/debian/changelog
===================================================================
--- trunk/jmdns/debian/changelog	2011-04-27 05:21:56 UTC (rev 13601)
+++ trunk/jmdns/debian/changelog	2011-04-27 11:43:58 UTC (rev 13602)
@@ -1,5 +1,6 @@
-jmdns (3.1-1.1) unstable; urgency=low
+jmdns (3.4.0-1) unstable; urgency=low
 
+  [ Ioan Eugen STAN ]
   * Non-maintainer upload.
   * Fix "Package does not install Maven artifacts" (Closes: #620048)
   * Enabled maven artifact deployment:
@@ -12,8 +13,11 @@
      - debian/patches/javaDocLink: patch to link JavaDoc to system doc
      - debian/patches/series: the series of patches
 
- -- Ioan Eugen STAN <stan.ieugen at gmail.com>  Mon, 11 Apr 2011 00:42:54 +0300
+  [ Mathieu Malaterre ]
+  * New upsteam 3.4.0
 
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com>  Wed, 27 Apr 2011 13:39:54 +0200
+
 jmdns (3.1-1) unstable; urgency=low
 
   * New upstream.

Modified: trunk/jmdns/debian/rules
===================================================================
--- trunk/jmdns/debian/rules	2011-04-27 05:21:56 UTC (rev 13601)
+++ trunk/jmdns/debian/rules	2011-04-27 11:43:58 UTC (rev 13602)
@@ -75,13 +75,14 @@
 	wget http://voxel.dl.sourceforge.net/sourceforge/jmdns/$@
 
 get-orig-source: $(UPSTREAM_SRC).zip
-	unzip -q $(UPSTREAM_SRC).zip
+	unzip -q $(UPSTREAM_SRC).zip -d $(DEBIAN_SRC_DIR)
 	# Also remove pre-generated Javadoc
 	rm -rf $(UPSTREAM_SRC)/docs/
 	# Remove pre-generated jar file:
 	rm -rf $(UPSTREAM_SRC)/lib/jmdns.jar
-	GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
+	GZIP="--best --no-name" tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
 	rm -rf $(UPSTREAM_SRC)
+	rm $(UPSTREAM_SRC).zip
 
 binary: binary-indep binary-arch
 .PHONY: build build-arch build-indep clean binary-indep binary-arch binary install-indep




More information about the pkg-java-commits mailing list