This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-io.
commit 6cafabd44a87fbf14270326da756497035e76da5 Author: Varun Hiremath <[email protected]> Date: Mon Jan 21 08:02:31 2008 +0000 * New upstream release * Bump Standards-Version to 3.7.3 * Bump up debhelper compat to 6 * Replace XS-Vcs headers with Vcs * debian/patches: - remove 01_no_ext_links.dpatch - not required - remove 02_no_mkdir_in_homedir.dpatch - not required * Remove dpatch from Build-Depends * Update debian/rules and debian/libcommons-io-java-doc.install with new target dirs --- debian/changelog | 15 +++++++++++++++ debian/compat | 2 +- debian/control | 10 +++++----- debian/libcommons-io-java-doc.install | 2 +- debian/patches/00list | 2 -- debian/patches/01_no_ext_links.dpatch | 19 ------------------- debian/patches/02_no_mkdir_in_homedir.dpatch | 19 ------------------- debian/rules | 3 +-- 8 files changed, 23 insertions(+), 49 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2deced9..b0fb47c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +commons-io (1.4-1) UNRELEASED; urgency=low + + * New upstream release + * Bump Standards-Version to 3.7.3 + * Bump up debhelper compat to 6 + * Replace XS-Vcs headers with Vcs + * debian/patches: + - remove 01_no_ext_links.dpatch - not required + - remove 02_no_mkdir_in_homedir.dpatch - not required + * Remove dpatch from Build-Depends + * Update debian/rules and debian/libcommons-io-java-doc.install + with new target dirs + + -- Varun Hiremath <[email protected]> Mon, 21 Jan 2008 13:33:21 +0530 + commons-io (1.3.2-2) unstable; urgency=low * debian/patches: Add 02_no_mkdir_in_homedir.dpatch to stop creating diff --git a/debian/compat b/debian/compat index 7ed6ff8..1e8b314 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +6 diff --git a/debian/control b/debian/control index 27613c0..042afdb 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: commons-io Section: libs Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Trygve Laugstøl <[email protected]>, Arnaud Vandyck <[email protected]>, Varun Hiremath <[email protected]>, Kumar Appaiah <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, dpatch +Uploaders: Trygve Laugstøl <[email protected]>, Arnaud Vandyck <[email protected]>, Varun Hiremath <[email protected]>, Kumar Appaiah <[email protected]> +Build-Depends: debhelper (>= 6), cdbs Build-Depends-Indep: ant, junit, java-gcj-compat-dev -Standards-Version: 3.7.2 -XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-io -XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-io +Standards-Version: 3.7.3 Homepage: http://commons.apache.org/io/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-io +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-io Package: libcommons-io-java Architecture: all diff --git a/debian/libcommons-io-java-doc.install b/debian/libcommons-io-java-doc.install index e28983c..307d037 100644 --- a/debian/libcommons-io-java-doc.install +++ b/debian/libcommons-io-java-doc.install @@ -1 +1 @@ -build/javadoc/* usr/share/doc/libcommons-io-java-doc/api/ +target/apidocs/* usr/share/doc/libcommons-io-java-doc/api/ diff --git a/debian/patches/00list b/debian/patches/00list deleted file mode 100644 index 61a14a9..0000000 --- a/debian/patches/00list +++ /dev/null @@ -1,2 +0,0 @@ -01_no_ext_links -02_no_mkdir_in_homedir diff --git a/debian/patches/01_no_ext_links.dpatch b/debian/patches/01_no_ext_links.dpatch deleted file mode 100755 index b804753..0000000 --- a/debian/patches/01_no_ext_links.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 01_no_ext_links.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad commons-io-1.3.2~/build.xml commons-io-1.3.2/build.xml ---- commons-io-1.3.2~/build.xml 2007-09-21 00:33:32.000000000 +0530 -+++ commons-io-1.3.2/build.xml 2007-09-21 00:35:25.000000000 +0530 -@@ -296,8 +296,6 @@ - <path refid="build.classpath"> - </path> - </classpath> -- <link href="http://java.sun.com/j2se/1.4/docs/api/" /> -- <link href="http://java.sun.com/webservices/docs/1.5/api/" /> - </javadoc> - </target> - <target name="get-deps" unless="noget"> diff --git a/debian/patches/02_no_mkdir_in_homedir.dpatch b/debian/patches/02_no_mkdir_in_homedir.dpatch deleted file mode 100755 index 458a433..0000000 --- a/debian/patches/02_no_mkdir_in_homedir.dpatch +++ /dev/null @@ -1,19 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 02_no_mkdir_in_homedir.dpatch by <[email protected]> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad commons-io-1.3.2~/build.xml commons-io-1.3.2/build.xml ---- commons-io-1.3.2~/build.xml 2007-09-21 06:23:27.000000000 +0530 -+++ commons-io-1.3.2/build.xml 2007-10-08 18:36:21.000000000 +0530 -@@ -66,8 +66,6 @@ - <path id="build.classpath"> - </path> - <target name="init" description="o Initializes some properties"> -- <mkdir dir="${libdir}"> -- </mkdir> - <condition property="noget"> - <equals arg2="only" arg1="${build.sysclasspath}"> - </equals> diff --git a/debian/rules b/debian/rules index 981923a..318b883 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk -include /usr/share/cdbs/1/rules/dpatch.mk JAVA_HOME := /usr/lib/jvm/java-gcj/ ANT_HOME := /usr/share/ant @@ -12,7 +11,7 @@ DEB_JARS := #junit ant-junit DEB_ANT_BUILD_TARGET := jar javadoc install/libcommons-io-java:: - dh_install build/commons-io-$(DEB_UPSTREAM_VERSION).jar usr/share/java/ + dh_install target/commons-io-$(DEB_UPSTREAM_VERSION).jar usr/share/java/ dh_link usr/share/java/commons-io-$(DEB_UPSTREAM_VERSION).jar usr/share/java/commons-io.jar get-orig-source: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-io.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

