[pkg-java] r17006 - trunk/libapache-poi-java/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Tue Jul 9 21:26:43 UTC 2013


Author: ebourg-guest
Date: 2013-07-09 21:26:43 +0000 (Tue, 09 Jul 2013)
New Revision: 17006

Modified:
   trunk/libapache-poi-java/debian/changelog
   trunk/libapache-poi-java/debian/control
   trunk/libapache-poi-java/debian/copyright
   trunk/libapache-poi-java/debian/rules
Log:
Updated Standards-Version to 3.9.4 (no changes)
Use canonical URLs for the Vcs-* fields
Removed Michael Koch from the uploaders (Closes: #654046)
debian/rules: Improved the clean target
Added the upstream changelog




Modified: trunk/libapache-poi-java/debian/changelog
===================================================================
--- trunk/libapache-poi-java/debian/changelog	2013-07-09 10:56:19 UTC (rev 17005)
+++ trunk/libapache-poi-java/debian/changelog	2013-07-09 21:26:43 UTC (rev 17006)
@@ -1,11 +1,18 @@
 libapache-poi-java (3.6+dfsg-3) UNRELEASED; urgency=low
 
-  * Team upload.
+  [ tony mancill ]
   * Update debian/copyright to DEP5 format; clarify license of 
     chunks_parse_cmds.tbl.  (Closes: #659067)
 
- -- tony mancill <tmancill at debian.org>  Sat, 11 Feb 2012 09:25:33 -0800
+  [ Emmanuel Bourg ]
+  * Updated Standards-Version to 3.9.4 (no changes)
+  * Use canonical URLs for the Vcs-* fields
+  * Removed Michael Koch from the uploaders (Closes: #654046)
+  * debian/rules: Improved the clean target
+  * Added the upstream changelog
 
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 09 Jul 2013 23:10:21 +0200
+
 libapache-poi-java (3.6+dfsg-2) unstable; urgency=low
 
   * Rename package from jakarta-poi to apache-poi. Add appropriate Conflicts,

Modified: trunk/libapache-poi-java/debian/control
===================================================================
--- trunk/libapache-poi-java/debian/control	2013-07-09 10:56:19 UTC (rev 17005)
+++ trunk/libapache-poi-java/debian/control	2013-07-09 21:26:43 UTC (rev 17006)
@@ -2,11 +2,11 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Rene Engelhard <rene at debian.org>, Michael Koch <konqueror at gmx.de>, Torsten Werner <twerner at debian.org>, Damien Raude-Morvan <drazzib at debian.org>
+Uploaders: Rene Engelhard <rene at debian.org>, Torsten Werner <twerner at debian.org>, Damien Raude-Morvan <drazzib at debian.org>, Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: debhelper (>= 7), cdbs, ant, ant-optional, junit, default-jdk, libcommons-logging-java, liblog4j1.2-java, libxalan2-java, libcommons-beanutils-java, libcommons-lang-java, maven-repo-helper
-Standards-Version: 3.9.2
-Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libapache-poi-java
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libapache-poi-java/
+Standards-Version: 3.9.4
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libapache-poi-java
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libapache-poi-java/
 Homepage: http://poi.apache.org
 
 Package: libapache-poi-java

Modified: trunk/libapache-poi-java/debian/copyright
===================================================================
--- trunk/libapache-poi-java/debian/copyright	2013-07-09 10:56:19 UTC (rev 17005)
+++ trunk/libapache-poi-java/debian/copyright	2013-07-09 21:26:43 UTC (rev 17006)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Apache POI - the Java API for Microsoft Documents
 Source: http://poi.apache.org
 

Modified: trunk/libapache-poi-java/debian/rules
===================================================================
--- trunk/libapache-poi-java/debian/rules	2013-07-09 10:56:19 UTC (rev 17005)
+++ trunk/libapache-poi-java/debian/rules	2013-07-09 21:26:43 UTC (rev 17006)
@@ -16,10 +16,12 @@
 DEB_JARS := $(ANT_HOME)/lib/ant-junit.jar $(ANT_HOME)/lib/ant-nodeps.jar junit xalan2
 DEB_ANT_BUILD_TARGET := jar maven-poms javadocs
 #DEB_ANT_CHECK_TARGET := test
+DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt
 
 ANT_ARGS := -Dversion.id=$(VERSION)
 
 clean::
+	mh_clean
 	-test -d docs/skin/css && rmdir docs/skin/css
 	-rm -rf debian/tmp
 




More information about the pkg-java-commits mailing list