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

Tony Mancill tmancill at alioth.debian.org
Tue May 7 05:16:11 UTC 2013


Author: tmancill
Date: 2013-05-07 05:16:11 +0000 (Tue, 07 May 2013)
New Revision: 16601

Modified:
   trunk/libcommons-codec-java/debian/MANIFEST.MF
   trunk/libcommons-codec-java/debian/changelog
   trunk/libcommons-codec-java/debian/copyright
   trunk/libcommons-codec-java/debian/patches/manifest.diff
   trunk/libcommons-codec-java/debian/patches/series
Log:
sync changes for 1.8-1

Modified: trunk/libcommons-codec-java/debian/MANIFEST.MF
===================================================================
--- trunk/libcommons-codec-java/debian/MANIFEST.MF	2013-05-07 03:56:22 UTC (rev 16600)
+++ trunk/libcommons-codec-java/debian/MANIFEST.MF	2013-05-07 05:16:11 UTC (rev 16601)
@@ -1,12 +1,11 @@
-Export-Package: org.apache.commons.codec;version="1.7",org.apache.comm
- ons.codec.net;version="1.7",org.apache.commons.codec.language.bm;vers
- ion="1.7",org.apache.commons.codec.language;version="1.7",org.apache.
- commons.codec.digest;version="1.7",org.apache.commons.codec.binary;ve
- rsion="1.7"
+Export-Package: org.apache.commons.codec;version="1.8",org.apache.comm
+ ons.codec.net;version="1.8",org.apache.commons.codec.language.bm;vers
+ ion="1.8",org.apache.commons.codec.language;version="1.8",org.apache.
+ commons.codec.digest;version="1.8",org.apache.commons.codec.binary;ve
+ rsion="1.8"
 Bundle-Name: Commons Codec
 Bundle-Vendor: The Apache Software Foundation
-Bundle-Version: 1.7.0
-Bnd-LastModified: 1347365112432
+Bundle-Version: 1.8.0
 Bundle-ManifestVersion: 2
 Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
 Bundle-Description: The codec package contains simple encoder and deco

Modified: trunk/libcommons-codec-java/debian/changelog
===================================================================
--- trunk/libcommons-codec-java/debian/changelog	2013-05-07 03:56:22 UTC (rev 16600)
+++ trunk/libcommons-codec-java/debian/changelog	2013-05-07 05:16:11 UTC (rev 16601)
@@ -1,12 +1,20 @@
-libcommons-codec-java (1.7-1) experimental; urgency=low
+libcommons-codec-java (1.8-1) unstable; urgency=low
 
+  * Team upload.
+  * New upstream release
+  * Refreshed the patches and the OSGi metadata
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 28 Apr 2013 22:20:29 +0200
+
+libcommons-codec-java (1.7-1) unstable; urgency=low
+
   * Team upload
-  * New upstream release.  (Closes: #694463)
+  * New upstream release (Closes: #694463).
   * 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>  Tue, 26 Mar 2013 17:24:15 +0100
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 27 Mar 2013 06:50:46 +0100
 
 libcommons-codec-java (1.6-1) unstable; urgency=low
 

Modified: trunk/libcommons-codec-java/debian/copyright
===================================================================
--- trunk/libcommons-codec-java/debian/copyright	2013-05-07 03:56:22 UTC (rev 16600)
+++ trunk/libcommons-codec-java/debian/copyright	2013-05-07 05:16:11 UTC (rev 16601)
@@ -4,26 +4,26 @@
 Source: http://commons.apache.org/codec/
 
 Files: *
-Copyright: 2002-2011, The Apache Software Foundation
+Copyright: 2002-2011 The Apache Software Foundation
 License: Apache-2.0
 Comment:
  Upstream authors: Henri Yandell <bayard at generationjava.com>,
-                   Tim OBrien <tobrien at apache.org>,
-                   Scott Sanders <sanders at totalsync.com>,
-                   Rodney Waldhoff <rwaldhoff at apache.org>,
-                   Daniel Rall <dlr at finemaltcoding.com>,
-                   Jon S. Stevens <jon at collab.net>,
-                   Gary D. Gregory <ggregory at seagullsw.com>,
-                   David Graham <dgraham at apache.org>,
-                   Christopher O'Brien <siege at preoccupied.net>,
-                   Martin Redington,
-                   Jeffery Dever,
-                   Steve Zimmermann <steve.zimmermann at heii.com>,
-                   Benjamin Walstrum <ben at walstrum.com>,
-                   Oleg Kalnichevski <oleg at ural.ru>,
-                   Dave Dribin <apache at dave.dribin.org>,
-                   Alex Karasulu <aok123 at bellsouth.net>,
-                   Matthew Inger <mattinger at yahoo.com>
+                  Tim OBrien <tobrien at apache.org>,
+                  Scott Sanders <sanders at totalsync.com>,
+                  Rodney Waldhoff <rwaldhoff at apache.org>,
+                  Daniel Rall <dlr at finemaltcoding.com>,
+                  Jon S. Stevens <jon at collab.net>,
+                  Gary D. Gregory <ggregory at seagullsw.com>,
+                  David Graham <dgraham at apache.org>,
+                  Christopher O'Brien <siege at preoccupied.net>,
+                  Martin Redington,
+                  Jeffery Dever,
+                  Steve Zimmermann <steve.zimmermann at heii.com>,
+                  Benjamin Walstrum <ben at walstrum.com>,
+                  Oleg Kalnichevski <oleg at ural.ru>,
+                  Dave Dribin <apache at dave.dribin.org>,
+                  Alex Karasulu <aok123 at bellsouth.net>,
+                  Matthew Inger <mattinger at yahoo.com>
 
 Files: src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java
 Copyright: 2002-2011 The Apache Software Foundation,
@@ -42,5 +42,5 @@
 License: Apache-2.0
 
 License: Apache-2.0
- On Debian systems, the full text of the Apache License can be found
- in the file `/usr/share/common-licenses/Apache-2.0'.
+ On Debian systems the full text of the Apache License can be found
+ in `/usr/share/common-licenses/Apache-2.0'.

Modified: trunk/libcommons-codec-java/debian/patches/manifest.diff
===================================================================
--- trunk/libcommons-codec-java/debian/patches/manifest.diff	2013-05-07 03:56:22 UTC (rev 16600)
+++ trunk/libcommons-codec-java/debian/patches/manifest.diff	2013-05-07 05:16:11 UTC (rev 16601)
@@ -3,11 +3,9 @@
 Author: Damien Raude-Morvan <drazzib at debian.org>
 Last-Update: 2009-11-28
 Forwarded: not-needed
-Index: libcommons-codec-java/build.xml
-===================================================================
---- libcommons-codec-java.orig/build.xml	2011-12-02 21:56:52.000000000 +0000
-+++ libcommons-codec-java/build.xml	2012-05-23 11:47:05.990089606 +0100
-@@ -106,7 +106,8 @@
+--- a/build.xml
++++ b/build.xml
+@@ -107,7 +107,8 @@
          <mkdir dir="${build.home}/classes/META-INF"/>
          <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
          <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>

Modified: trunk/libcommons-codec-java/debian/patches/series
===================================================================
--- trunk/libcommons-codec-java/debian/patches/series	2013-05-07 03:56:22 UTC (rev 16600)
+++ trunk/libcommons-codec-java/debian/patches/series	2013-05-07 05:16:11 UTC (rev 16601)
@@ -1,2 +1 @@
 manifest.diff
-properties.diff




More information about the pkg-java-commits mailing list