[pkg-java] r16439 - in trunk/libcommons-codec-java/debian: . patches

Emmanuel Bourg ebourg-guest at alioth.debian.org
Tue Mar 26 16:26:59 UTC 2013


Author: ebourg-guest
Date: 2013-03-26 16:26:58 +0000 (Tue, 26 Mar 2013)
New Revision: 16439

Added:
   trunk/libcommons-codec-java/debian/patches/properties.diff
Modified:
   trunk/libcommons-codec-java/debian/changelog
   trunk/libcommons-codec-java/debian/patches/series
   trunk/libcommons-codec-java/debian/rules
Log:
Removed the -SNAPSHOT suffix from the version in the manifest

Modified: trunk/libcommons-codec-java/debian/changelog
===================================================================
--- trunk/libcommons-codec-java/debian/changelog	2013-03-26 15:09:22 UTC (rev 16438)
+++ trunk/libcommons-codec-java/debian/changelog	2013-03-26 16:26:58 UTC (rev 16439)
@@ -4,8 +4,9 @@
   * New upstream release.
   * Remove the deprecated DMUA flag
   * d/control: Bump Standards-Version to 3.9.4 (no changes needed).
+  * Removed the -SNAPSHOT suffix from the version specified in the manifest
 
- -- Emmanuel Bourg <ebourg at apache.org>  Mon, 25 Mar 2013 23:49:17 +0100
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 26 Mar 2013 17:24:15 +0100
 
 libcommons-codec-java (1.6-1) unstable; urgency=low
 

Added: trunk/libcommons-codec-java/debian/patches/properties.diff
===================================================================
--- trunk/libcommons-codec-java/debian/patches/properties.diff	                        (rev 0)
+++ trunk/libcommons-codec-java/debian/patches/properties.diff	2013-03-26 16:26:58 UTC (rev 16439)
@@ -0,0 +1,11 @@
+--- a/default.properties
++++ b/default.properties
+@@ -34,7 +34,7 @@
+ component.title = Encode/Decode Utilities
+ 
+ # The current version number of this component
+-component.version = 1.7-SNAPSHOT
++component.version = 1.7
+ 
+ # The name that is used to create the jar file
+ final.name = ${component.name}-${component.version}

Modified: trunk/libcommons-codec-java/debian/patches/series
===================================================================
--- trunk/libcommons-codec-java/debian/patches/series	2013-03-26 15:09:22 UTC (rev 16438)
+++ trunk/libcommons-codec-java/debian/patches/series	2013-03-26 16:26:58 UTC (rev 16439)
@@ -1 +1,2 @@
 manifest.diff
+properties.diff

Modified: trunk/libcommons-codec-java/debian/rules
===================================================================
--- trunk/libcommons-codec-java/debian/rules	2013-03-26 15:09:22 UTC (rev 16438)
+++ trunk/libcommons-codec-java/debian/rules	2013-03-26 16:26:58 UTC (rev 16439)
@@ -14,7 +14,7 @@
 
 binary-post-install/$(PACKAGE)::
 	mh_installpoms -p$(PACKAGE)
-	mh_installjar -p$(PACKAGE) -l pom.xml dist/commons-codec-$(VERSION)-SNAPSHOT.jar
+	mh_installjar -p$(PACKAGE) -l pom.xml dist/commons-codec-$(VERSION).jar
 
 clean::
 	mh_clean




More information about the pkg-java-commits mailing list