[commons-io] 17/47: * 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
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Apr 26 10:54:04 UTC 2016
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 <varun at debian.org>
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 <varun at debian.org> 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 <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Arnaud Vandyck <avdyk at debian.org>, Varun Hiremath <varunhiremath at gmail.com>, Kumar Appaiah <akumar at ee.iitm.ac.in>
-Build-Depends: debhelper (>= 5), cdbs, dpatch
+Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Arnaud Vandyck <avdyk at debian.org>, Varun Hiremath <varun at debian.org>, Kumar Appaiah <akumar at ee.iitm.ac.in>
+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 <varunhiremath at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at 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 <varunhiremath at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at 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
More information about the pkg-java-commits
mailing list