[pkg-java] r15163 - in tags/jzlib: . 1.1.0-1/debian

Damien Raude-Morvan drazzib at alioth.debian.org
Thu Oct 6 21:57:33 UTC 2011


Author: drazzib
Date: 2011-10-06 21:57:33 +0000 (Thu, 06 Oct 2011)
New Revision: 15163

Added:
   tags/jzlib/1.1.0-1/
   tags/jzlib/1.1.0-1/debian/changelog
   tags/jzlib/1.1.0-1/debian/control
   tags/jzlib/1.1.0-1/debian/copyright
   tags/jzlib/1.1.0-1/debian/javabuild
   tags/jzlib/1.1.0-1/debian/libjzlib-java.jlibs
   tags/jzlib/1.1.0-1/debian/libjzlib-java.poms
   tags/jzlib/1.1.0-1/debian/rules
Removed:
   tags/jzlib/1.1.0-1/debian/build.xml
   tags/jzlib/1.1.0-1/debian/changelog
   tags/jzlib/1.1.0-1/debian/control
   tags/jzlib/1.1.0-1/debian/copyright
   tags/jzlib/1.1.0-1/debian/libjzlib-java.poms
   tags/jzlib/1.1.0-1/debian/pom.xml
   tags/jzlib/1.1.0-1/debian/rules
Log:
[svn-buildpackage] Tagging jzlib 1.1.0-1

Deleted: tags/jzlib/1.1.0-1/debian/build.xml
===================================================================
--- trunk/jzlib/debian/build.xml	2011-10-04 20:03:29 UTC (rev 15148)
+++ tags/jzlib/1.1.0-1/debian/build.xml	2011-10-06 21:57:33 UTC (rev 15163)
@@ -1,32 +0,0 @@
-<?xml version="1.0"?>
-<project name="jzlib" default="jar" basedir="..">
-
-<target name="init">
-        <property name="src.dir" value="."/>
-        <property name="build.dir" value="build"/>
-        <property name="jar" value="${build.dir}/${deb.package}-${deb.version}.jar"/>
-</target>
-
-<target name="compile" depends="init">
-        <mkdir dir="${build.dir}"/>
-        <javac srcdir="${src.dir}"
-		includes="com/**/*"
-		source="1.4" target="1.4"
-                destdir="${build.dir}"
-                debug="on">
-        </javac>
-</target>
-
-<target name="jar" depends="compile">
-        <delete file="${jar}"/>
-
-        <jar jarfile="${jar}"
-                basedir="${build.dir}" />
-
-</target>
-
-<target name="clean" depends="init">
-        <delete dir="${build.dir}"/>
-</target>
-
-</project>

Deleted: tags/jzlib/1.1.0-1/debian/changelog
===================================================================
--- trunk/jzlib/debian/changelog	2011-10-04 20:03:29 UTC (rev 15148)
+++ tags/jzlib/1.1.0-1/debian/changelog	2011-10-06 21:57:33 UTC (rev 15163)
@@ -1,86 +0,0 @@
-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

Copied: tags/jzlib/1.1.0-1/debian/changelog (from rev 15162, trunk/jzlib/debian/changelog)
===================================================================
--- tags/jzlib/1.1.0-1/debian/changelog	                        (rev 0)
+++ tags/jzlib/1.1.0-1/debian/changelog	2011-10-06 21:57:33 UTC (rev 15163)
@@ -0,0 +1,98 @@
+jzlib (1.1.0-1) unstable; urgency=low
+
+  * New upstream release (since 2008)!
+    - d/copyright: Update source location to github and copyright's years.
+    - d/copyright: Use DEP-5 format.
+  * d/libjzlib-java.poms: Drop debian/pom.xml and use upstream pom.xml.
+  * d/{control,rules}: Use javahelper to build jzlib instead of ant.
+    - d/build.xml: Dropped.
+    - d/javabuild and d/libjzlib-java.jlibs: Added for javahelper.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 06 Oct 2011 23:51:14 +0200
+
+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.1.0-1/debian/control
===================================================================
--- trunk/jzlib/debian/control	2011-10-04 20:03:29 UTC (rev 15148)
+++ tags/jzlib/1.1.0-1/debian/control	2011-10-06 21:57:33 UTC (rev 15163)
@@ -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.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.

Copied: tags/jzlib/1.1.0-1/debian/control (from rev 15162, trunk/jzlib/debian/control)
===================================================================
--- tags/jzlib/1.1.0-1/debian/control	                        (rev 0)
+++ tags/jzlib/1.1.0-1/debian/control	2011-10-06 21:57:33 UTC (rev 15163)
@@ -0,0 +1,23 @@
+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.2
+Section: java
+Priority: optional
+Build-Depends: debhelper (>= 7), default-jdk, javahelper, 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.

Deleted: tags/jzlib/1.1.0-1/debian/copyright
===================================================================
--- trunk/jzlib/debian/copyright	2011-10-04 20:03:29 UTC (rev 15148)
+++ tags/jzlib/1.1.0-1/debian/copyright	2011-10-06 21:57:33 UTC (rev 15163)
@@ -1,35 +0,0 @@
-This is JZlib.  It was initially made into a Debian package by Adam Heath
-<doogie at debian.org>.  The homepage is http://www.jcraft.com/jzlib/.  No
-modifications were done to the upstream source in making this package.
-
-Authors: Atsuhiko Yamanaka <ymnk at jcraft.com>
-         Lapo Luchini <lapo at lapo.it>
-
-Copyright: Copyright (c) 2000,2001,2002,2003 ymnk JCraft, Inc.
-           Copyright (c) 2001 Lapo Luchini
-
-License:
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
-  1. Redistributions of source code must retain the above copyright notice,
-     this list of conditions and the following disclaimer.
-
-  2. Redistributions in binary form must reproduce the above copyright
-     notice, this list of conditions and the following disclaimer in
-     the documentation and/or other materials provided with the distribution.
-
-  3. The names of the authors may not be used to endorse or promote products
-     derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
-INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
-FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,
-INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
-OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: tags/jzlib/1.1.0-1/debian/copyright (from rev 15162, trunk/jzlib/debian/copyright)
===================================================================
--- tags/jzlib/1.1.0-1/debian/copyright	                        (rev 0)
+++ tags/jzlib/1.1.0-1/debian/copyright	2011-10-06 21:57:33 UTC (rev 15163)
@@ -0,0 +1,66 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174
+Upstream-Name: JZlib
+Upstream-Contact: Atsuhiko Yamanaka <ymnk at jcraft.com>
+Source: https://github.com/ymnk/jzlib
+Comment:
+ JZlib has been developed by ymnk at jcraft.com,
+ but he has just re-implemented zlib in pure Java.
+ So, all credit should go to authors Jean-loup Gailly and Mark Adler
+ and contributors of zlib.  Here is the copyright notice of zlib version 1.1.3,
+  |Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
+  |
+  |This software is provided 'as-is', without any express or implied
+  |warranty.  In no event will the authors be held liable for any damages
+  |arising from the use of this software.
+  |
+  |Permission is granted to anyone to use this software for any purpose,
+  |including commercial applications, and to alter it and redistribute it
+  |freely, subject to the following restrictions:
+  |
+  |1. The origin of this software must not be misrepresented; you must not
+  |   claim that you wrote the original software. If you use this software
+  |   in a product, an acknowledgment in the product documentation would be
+  |   appreciated but is not required.
+  |2. Altered source versions must be plainly marked as such, and must not be
+  |   misrepresented as being the original software.
+  |3. This notice may not be removed or altered from any source distribution.
+  |
+  |Jean-loup Gailly        Mark Adler
+  |jloup at gzip.org          madler at alumni.caltech.edu
+
+
+Files: *
+Copyright: Copyright (c) 2000,2001,2002,2003 ymnk JCraft, Inc.
+Copyright: Copyright (c) 2001 Lapo Luchini
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+  1. Redistributions of source code must retain the above copyright notice,
+     this list of conditions and the following disclaimer.
+ .
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the distribution.
+ .
+  3. The names of the authors may not be used to endorse or promote products
+     derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT,
+ INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
+ OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Files: debian/*
+Copyright: Copyright 2002-2008, Adam Heath <doogie at debian.org>
+Copyright: Copyright 2008-2011, Damien Raude-Morvan <drazzib at debian.org>
+License: Apache-2.0
+ On Debian systems, the complete text of the Apache License Version 2.0,
+ can be found in /usr/share/common-licenses/Apache-2.0.

Copied: tags/jzlib/1.1.0-1/debian/javabuild (from rev 15162, trunk/jzlib/debian/javabuild)
===================================================================
--- tags/jzlib/1.1.0-1/debian/javabuild	                        (rev 0)
+++ tags/jzlib/1.1.0-1/debian/javabuild	2011-10-06 21:57:33 UTC (rev 15163)
@@ -0,0 +1 @@
+jzlib.jar src/main/java

Copied: tags/jzlib/1.1.0-1/debian/libjzlib-java.jlibs (from rev 15162, trunk/jzlib/debian/libjzlib-java.jlibs)
===================================================================
--- tags/jzlib/1.1.0-1/debian/libjzlib-java.jlibs	                        (rev 0)
+++ tags/jzlib/1.1.0-1/debian/libjzlib-java.jlibs	2011-10-06 21:57:33 UTC (rev 15163)
@@ -0,0 +1 @@
+jzlib.jar
\ No newline at end of file

Deleted: tags/jzlib/1.1.0-1/debian/libjzlib-java.poms
===================================================================
--- trunk/jzlib/debian/libjzlib-java.poms	2011-10-04 20:03:29 UTC (rev 15148)
+++ tags/jzlib/1.1.0-1/debian/libjzlib-java.poms	2011-10-06 21:57:33 UTC (rev 15163)
@@ -1 +0,0 @@
-debian/pom.xml

Copied: tags/jzlib/1.1.0-1/debian/libjzlib-java.poms (from rev 15162, trunk/jzlib/debian/libjzlib-java.poms)
===================================================================
--- tags/jzlib/1.1.0-1/debian/libjzlib-java.poms	                        (rev 0)
+++ tags/jzlib/1.1.0-1/debian/libjzlib-java.poms	2011-10-06 21:57:33 UTC (rev 15163)
@@ -0,0 +1 @@
+pom.xml --usj-name=jzlib

Deleted: tags/jzlib/1.1.0-1/debian/pom.xml
===================================================================
--- trunk/jzlib/debian/pom.xml	2011-10-04 20:03:29 UTC (rev 15148)
+++ tags/jzlib/1.1.0-1/debian/pom.xml	2011-10-06 21:57:33 UTC (rev 15163)
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>com.jcraft</groupId>
-  <artifactId>jzlib</artifactId>
-  <version>1.0.7</version>
-  <name>JZlib</name>
-  <description>JZlib is a re-implementation of zlib in pure Java</description>
-  <url>http://www.jcraft.com/jzlib/</url>
-
-  <organization>
-    <name>jcraft</name>
-    <url>http://www.jcraft.com/jsch</url>
-  </organization>
-
-  <licenses>
-    <license>
-      <name>BSD</name>
-      <url>http://www.jcraft.com/jzlib/LICENSE.txt</url>
-    </license>
-  </licenses>
-
-  <distributionManagement>
-    <status>deployed</status>
-  </distributionManagement>
-
-</project>
\ No newline at end of file

Deleted: tags/jzlib/1.1.0-1/debian/rules
===================================================================
--- trunk/jzlib/debian/rules	2011-10-04 20:03:29 UTC (rev 15148)
+++ tags/jzlib/1.1.0-1/debian/rules	2011-10-06 21:57:33 UTC (rev 15163)
@@ -1,30 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-POM_VERSION          := 1.0.7
-MAVEN_REPO           := http://repository.sonatype.org/service/local/repositories/central/content
-
-JAVA_HOME            := /usr/lib/jvm/default-java
-ANT_HOME             := /usr/share/ant
-
-DEB_ANT_BUILD_TARGET := jar
-DEB_ANT_CLEAN_TARGET := clean
-DEB_ANT_BUILDFILE    := debian/build.xml
-DEB_ANT_ARGS         := -Ddeb.package=$(DEB_SOURCE_PACKAGE) -Ddeb.version=$(DEB_UPSTREAM_VERSION)
-
-install/libjzlib-java::
-	mh_installpoms -plibjzlib-java
-	mh_installjar -plibjzlib-java -l debian/pom.xml build/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar
-
-clean::
-	-rm -rf debian/tmp
-
-get-orig-source:
-	uscan --force-download --rename
-
-get-orig-pom:
-	wget -O debian/pom.xml $(MAVEN_REPO)/com/jcraft/jzlib/$(POM_VERSION)/jzlib-$(POM_VERSION).pom
-	perl -p -i -e 's/<version>$(POM_VERSION)/<version>$(DEB_UPSTREAM_VERSION)/' debian/pom.xml
-

Copied: tags/jzlib/1.1.0-1/debian/rules (from rev 15162, trunk/jzlib/debian/rules)
===================================================================
--- tags/jzlib/1.1.0-1/debian/rules	                        (rev 0)
+++ tags/jzlib/1.1.0-1/debian/rules	2011-10-06 21:57:33 UTC (rev 15163)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export JAVA_HOME := /usr/lib/jvm/default-java
+
+%:
+	dh $@ --with javahelper --with jh_maven_repo_helper
+
+get-orig-source:
+	uscan --force-download --rename




More information about the pkg-java-commits mailing list