[pkg-java] r14616 - in tags/jzlib: . 1.0.7-4/debian
Torsten Werner
twerner at alioth.debian.org
Tue Aug 30 18:29:37 UTC 2011
Author: twerner
Date: 2011-08-30 18:29:36 +0000 (Tue, 30 Aug 2011)
New Revision: 14616
Added:
tags/jzlib/1.0.7-4/
tags/jzlib/1.0.7-4/debian/changelog
tags/jzlib/1.0.7-4/debian/control
tags/jzlib/1.0.7-4/debian/source/
Removed:
tags/jzlib/1.0.7-4/debian/changelog
tags/jzlib/1.0.7-4/debian/control
Log:
[svn-buildpackage] Tagging jzlib 1.0.7-4
Deleted: tags/jzlib/1.0.7-4/debian/changelog
===================================================================
--- trunk/jzlib/debian/changelog 2011-08-30 18:15:19 UTC (rev 14614)
+++ tags/jzlib/1.0.7-4/debian/changelog 2011-08-30 18:29:36 UTC (rev 14616)
@@ -1,81 +0,0 @@
-jzlib (1.0.7-4) UNRELEASED; urgency=low
-
- * d/control: Drop Depends on any JRE as a Java library don't need to
- depends on a runtime (Java Policy)
-
- -- Damien Raude-Morvan <drazzib at debian.org> Thu, 28 Apr 2011 23:11:40 +0200
-
-jzlib (1.0.7-3) unstable; urgency=low
-
- * Maven POMs:
- - debian/control: add a Build-Depends-Indep dependency on maven-repo-helper
- - debian/rules: use mh_installpoms and mh_installjar
- to install the POM and the jar to the Maven repository
- - debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
- - debian/rules: new get-orig-pom to update debian/pom.xml at new upstream
- release.
- * Bumping debhelper compat level from 5 to 7
-
- -- Damien Raude-Morvan <drazzib at debian.org> Sun, 17 Jan 2010 20:23:00 +0100
-
-jzlib (1.0.7-2) unstable; urgency=low
-
- * Set Maintainer field to Debian Java Team
- * Update Vcs-* fields
- * Add myself as Uploaders
- * Move ant and default-jdk form B-D-I to B-D (needed for clean)
- * Use default-jdk:
- - Build-Depend on default-jdk instead of java-gcj-compat-dev.
- - Depends on default-jre-headless
- - Use default-java from default-jdk as JAVA_HOME
- * Update to Standards-Version 3.8.3:
- - Add ${misc:Depends} in Depends field for debhelper
- - Move to "java" section of archive
- * debian/build.xml:
- - exclude test/samples classes from JAR
- - force source/target to 1.4 class format
-
- -- Damien Raude-Morvan <drazzib at debian.org> Sat, 26 Sep 2009 00:00:23 +0200
-
-jzlib (1.0.7-1) unstable; urgency=low
-
- * New upstream release
- * New maintainer (Closes: #491858)
- * Use CDBS (Ant with debian/build.xml) for building
- * Ship examples in libjzlib-java
- * debian/libjzlib-java.dirs: Removed because dirs are created by dh_install
- * debian/copyright: Made clear statements about license and upstreams
- authors (remove crufted debian/copyright.in and lintian override)
- * debian/watch: monitoring of upstream release on jcraft.com
- * debian/rules: create a get-orig-source using uscan and debian/watch
- * debian/control:
- * Use better synopsis and long description (Thanks to Ben Finney)
- * Add Homepage and Vcs-* fields
- * Bumping debhelper compat level from 4 to 5 (see debian/compat)
- * Build-Depends on GCJ instead of Kaffe
-
- -- Damien Raude-Morvan <drazzib at drazzib.com> Sun, 24 Aug 2008 22:45:34 +0200
-
-jzlib (1.0.5-1.1) unstable; urgency=low
-
- * NMU: Corrected kaffe-javac call (using
- /usr/lib/kaffe/bin/javac). Closes: #273613 (rc, ftbfs).
-
- -- Arnaud Vandyck <avdyk at debian.org> Wed, 2 Mar 2005 22:32:57 +0100
-
-jzlib (1.0.5-1) unstable; urgency=low
-
- * New upstream version.
- * Upgraded standards-version to 3.6.1(no changes).
- * Removed virtual build-depends, and instead use only kaffe.
- Closes: #250482(rc, ftbfs), #162374(ftbfs).
- * debian/copyright now includes the upstream LICENSE.txt. Upstream
- changed to 3-clause BSD, from LGPL.
-
- -- Adam Heath <doogie at debian.org> Sun, 19 Sep 2004 21:42:21 -0500
-
-jzlib (0.0.8-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Adam Heath <doogie at debian.org> Sat, 3 Aug 2002 18:33:52 -0500
Copied: tags/jzlib/1.0.7-4/debian/changelog (from rev 14615, trunk/jzlib/debian/changelog)
===================================================================
--- tags/jzlib/1.0.7-4/debian/changelog (rev 0)
+++ tags/jzlib/1.0.7-4/debian/changelog 2011-08-30 18:29:36 UTC (rev 14616)
@@ -0,0 +1,86 @@
+jzlib (1.0.7-4) unstable; urgency=low
+
+ [ Damien Raude-Morvan ]
+ * d/control: Drop Depends on any JRE as a Java library don't need to
+ depends on a runtime (Java Policy)
+
+ [ Torsten Werner ]
+ * Switch to source format 3.0.
+ * Update Standards-Version: 3.9.1.
+
+ -- Torsten Werner <twerner at debian.org> Tue, 30 Aug 2011 20:18:12 +0200
+
+jzlib (1.0.7-3) unstable; urgency=low
+
+ * Maven POMs:
+ - debian/control: add a Build-Depends-Indep dependency on maven-repo-helper
+ - debian/rules: use mh_installpoms and mh_installjar
+ to install the POM and the jar to the Maven repository
+ - debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
+ - debian/rules: new get-orig-pom to update debian/pom.xml at new upstream
+ release.
+ * Bumping debhelper compat level from 5 to 7
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Sun, 17 Jan 2010 20:23:00 +0100
+
+jzlib (1.0.7-2) unstable; urgency=low
+
+ * Set Maintainer field to Debian Java Team
+ * Update Vcs-* fields
+ * Add myself as Uploaders
+ * Move ant and default-jdk form B-D-I to B-D (needed for clean)
+ * Use default-jdk:
+ - Build-Depend on default-jdk instead of java-gcj-compat-dev.
+ - Depends on default-jre-headless
+ - Use default-java from default-jdk as JAVA_HOME
+ * Update to Standards-Version 3.8.3:
+ - Add ${misc:Depends} in Depends field for debhelper
+ - Move to "java" section of archive
+ * debian/build.xml:
+ - exclude test/samples classes from JAR
+ - force source/target to 1.4 class format
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Sat, 26 Sep 2009 00:00:23 +0200
+
+jzlib (1.0.7-1) unstable; urgency=low
+
+ * New upstream release
+ * New maintainer (Closes: #491858)
+ * Use CDBS (Ant with debian/build.xml) for building
+ * Ship examples in libjzlib-java
+ * debian/libjzlib-java.dirs: Removed because dirs are created by dh_install
+ * debian/copyright: Made clear statements about license and upstreams
+ authors (remove crufted debian/copyright.in and lintian override)
+ * debian/watch: monitoring of upstream release on jcraft.com
+ * debian/rules: create a get-orig-source using uscan and debian/watch
+ * debian/control:
+ * Use better synopsis and long description (Thanks to Ben Finney)
+ * Add Homepage and Vcs-* fields
+ * Bumping debhelper compat level from 4 to 5 (see debian/compat)
+ * Build-Depends on GCJ instead of Kaffe
+
+ -- Damien Raude-Morvan <drazzib at drazzib.com> Sun, 24 Aug 2008 22:45:34 +0200
+
+jzlib (1.0.5-1.1) unstable; urgency=low
+
+ * NMU: Corrected kaffe-javac call (using
+ /usr/lib/kaffe/bin/javac). Closes: #273613 (rc, ftbfs).
+
+ -- Arnaud Vandyck <avdyk at debian.org> Wed, 2 Mar 2005 22:32:57 +0100
+
+jzlib (1.0.5-1) unstable; urgency=low
+
+ * New upstream version.
+ * Upgraded standards-version to 3.6.1(no changes).
+ * Removed virtual build-depends, and instead use only kaffe.
+ Closes: #250482(rc, ftbfs), #162374(ftbfs).
+ * debian/copyright now includes the upstream LICENSE.txt. Upstream
+ changed to 3-clause BSD, from LGPL.
+
+ -- Adam Heath <doogie at debian.org> Sun, 19 Sep 2004 21:42:21 -0500
+
+jzlib (0.0.8-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Adam Heath <doogie at debian.org> Sat, 3 Aug 2002 18:33:52 -0500
Deleted: tags/jzlib/1.0.7-4/debian/control
===================================================================
--- trunk/jzlib/debian/control 2011-08-30 18:15:19 UTC (rev 14614)
+++ tags/jzlib/1.0.7-4/debian/control 2011-08-30 18:29:36 UTC (rev 14616)
@@ -1,24 +0,0 @@
-Source: jzlib
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Damien Raude-Morvan <drazzib at debian.org>
-Standards-Version: 3.8.3
-Section: java
-Priority: optional
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
-Build-Depends-Indep: maven-repo-helper
-Homepage: http://www.jcraft.com/jzlib/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jzlib/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jzlib/
-
-Package: libjzlib-java
-Architecture: all
-Depends: ${misc:Depends}
-Description: reimplementation of zlib in pure Java
- JZlib is a pure Java implementation of ZLib (see RFC-1950 and RFC-1951).
- .
- It supports all compression level and all flushing mode of ZLib and
- it can inflate and deflate exactly like ZLib does.
- It provide much more flexibility over 'java.util.zip.*' included in
- Java Platform API.
- .
- JZlib is licensed under a BSD style license.
Copied: tags/jzlib/1.0.7-4/debian/control (from rev 14615, trunk/jzlib/debian/control)
===================================================================
--- tags/jzlib/1.0.7-4/debian/control (rev 0)
+++ tags/jzlib/1.0.7-4/debian/control 2011-08-30 18:29:36 UTC (rev 14616)
@@ -0,0 +1,24 @@
+Source: jzlib
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Damien Raude-Morvan <drazzib at debian.org>
+Standards-Version: 3.9.1
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
+Build-Depends-Indep: maven-repo-helper
+Homepage: http://www.jcraft.com/jzlib/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jzlib/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jzlib/
+
+Package: libjzlib-java
+Architecture: all
+Depends: ${misc:Depends}
+Description: reimplementation of zlib in pure Java
+ JZlib is a pure Java implementation of ZLib (see RFC-1950 and RFC-1951).
+ .
+ It supports all compression level and all flushing mode of ZLib and
+ it can inflate and deflate exactly like ZLib does.
+ It provide much more flexibility over 'java.util.zip.*' included in
+ Java Platform API.
+ .
+ JZlib is licensed under a BSD style license.
More information about the pkg-java-commits
mailing list