[pkg-java] r12099 - in trunk/commons-configuration/debian: . source

Torsten Werner twerner at alioth.debian.org
Sun Apr 11 14:02:25 UTC 2010


Author: twerner
Date: 2010-04-11 14:02:19 +0000 (Sun, 11 Apr 2010)
New Revision: 12099

Added:
   trunk/commons-configuration/debian/source/
   trunk/commons-configuration/debian/source/format
Modified:
   trunk/commons-configuration/debian/changelog
   trunk/commons-configuration/debian/control
   trunk/commons-configuration/debian/copyright
   trunk/commons-configuration/debian/rules
Log:
* Change Build-Depends: default-jdk-doc.
* Convert copyright file to UTF-8.
* Switch to source format 3.0.
* Update Standards-Version: 3.8.4

Modified: trunk/commons-configuration/debian/changelog
===================================================================
--- trunk/commons-configuration/debian/changelog	2010-04-11 09:30:51 UTC (rev 12098)
+++ trunk/commons-configuration/debian/changelog	2010-04-11 14:02:19 UTC (rev 12099)
@@ -1,3 +1,12 @@
+commons-configuration (1.6-5) unstable; urgency=low
+
+  * Change Build-Depends: default-jdk-doc.
+  * Convert copyright file to UTF-8.
+  * Switch to source format 3.0.
+  * Update Standards-Version: 3.8.4
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 11 Apr 2010 16:00:02 +0200
+
 commons-configuration (1.6-4) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/commons-configuration/debian/control
===================================================================
--- trunk/commons-configuration/debian/control	2010-04-11 09:30:51 UTC (rev 12098)
+++ trunk/commons-configuration/debian/control	2010-04-11 14:02:19 UTC (rev 12099)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>
-Build-Depends: ant, ant-optional, cdbs, debhelper (>= 5), openjdk-6-jdk, quilt
+Build-Depends: ant, ant-optional, cdbs, debhelper (>= 5), openjdk-6-jdk
 Build-Depends-Indep: maven-repo-helper, libcommons-beanutils-java, libcommons-codec-java,
  libcommons-collections3-java, libcommons-digester-java, libcommons-jxpath-java,
  libcommons-lang-java (>= 2.3), libcommons-logging-java, libservlet2.4-java,
- classpath-doc
-Standards-Version: 3.8.1
+ default-jdk-doc
+Standards-Version: 3.8.4
 Homepage: http://commons.apache.org/configuration/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/commons-configuration
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-configuration/

Modified: trunk/commons-configuration/debian/copyright
===================================================================
--- trunk/commons-configuration/debian/copyright	2010-04-11 09:30:51 UTC (rev 12098)
+++ trunk/commons-configuration/debian/copyright	2010-04-11 14:02:19 UTC (rev 12099)
@@ -12,14 +12,14 @@
                   Brian E. Dunbar <bdunbar at dunbarconsulting.org>,
                   Emmanuel Bourg <ebourg at apache.org>,
                   Oliver Heger <oheger at apache.org>,
-                  Jörg Schaible <joerg.schaible at gmx.de>,
+                  Jörg Schaible <joerg.schaible at gmx.de>,
                   Konstantin Shaposhnikov <ksh at scand.com>,
                   Jamie M. Guillemette <JMGuillemette at gmail.com>,
                   Jorge Ferrer <jorge.ferrer at gmail.com>,
                   Gabriele Garuglieri <gabriele.garuglieri at infoblu.it>,
                   Nicolas De Loof <nicolas.deloof at gmail.com>
 
-Copyright: © 2001-2008 The Apache Software Foundation
+Copyright: © 2001-2008 The Apache Software Foundation
 
 License: Apache 2.0
 

Modified: trunk/commons-configuration/debian/rules
===================================================================
--- trunk/commons-configuration/debian/rules	2010-04-11 09:30:51 UTC (rev 12098)
+++ trunk/commons-configuration/debian/rules	2010-04-11 14:02:19 UTC (rev 12099)
@@ -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/patchsys-quilt.mk
 
 PACKAGE			   := $(DEB_SOURCE_PACKAGE)
 VERSION			   := $(DEB_UPSTREAM_VERSION)

Added: trunk/commons-configuration/debian/source/format
===================================================================
--- trunk/commons-configuration/debian/source/format	                        (rev 0)
+++ trunk/commons-configuration/debian/source/format	2010-04-11 14:02:19 UTC (rev 12099)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list