[pkg-java] r13958 - trunk/commons-csv/debian

Torsten Werner twerner at alioth.debian.org
Fri Aug 5 21:57:27 UTC 2011


Author: twerner
Date: 2011-08-05 21:57:26 +0000 (Fri, 05 Aug 2011)
New Revision: 13958

Removed:
   trunk/commons-csv/debian/patches/
Modified:
   trunk/commons-csv/debian/changelog
   trunk/commons-csv/debian/control
   trunk/commons-csv/debian/copyright
   trunk/commons-csv/debian/rules
Log:
* Team upload.
* Convert debian/copyright to UTF-8 encoding.
* Add Depends: ${misc:Depend} and remove Java runtime dependencies.
* Remove directory debian/patches and dpatch dependency.

Modified: trunk/commons-csv/debian/changelog
===================================================================
--- trunk/commons-csv/debian/changelog	2011-08-05 16:17:32 UTC (rev 13957)
+++ trunk/commons-csv/debian/changelog	2011-08-05 21:57:26 UTC (rev 13958)
@@ -1,5 +1,7 @@
-commons-csv (0.1-SNAPSHOT+svn678580-2) UNRELEASED; urgency=low
+commons-csv (0.1-SNAPSHOT+svn678580-2) unstable; urgency=low
 
+  * Team upload.
+
   [ Emmanuel Bourg ]
   * Update of the URLs
 
@@ -14,8 +16,13 @@
   * debian/control: Fully depend on -headless runtimes
   * debian/rules, debian/control: Switch to default-jdk
 
- -- Thierry Carrez <thierry.carrez at ubuntu.com>  Mon, 05 Jul 2010 16:03:50 +0200
+  [ Torsten Werner ]
+  * Convert debian/copyright to UTF-8 encoding.
+  * Add Depends: ${misc:Depend} and remove Java runtime dependencies.
+  * Remove directory debian/patches and dpatch dependency.
 
+ -- Torsten Werner <twerner at debian.org>  Fri, 05 Aug 2011 23:46:29 +0200
+
 commons-csv (0.1-SNAPSHOT+svn678580-1) unstable; urgency=low
 
   [ Kumar Appaiah ]

Modified: trunk/commons-csv/debian/control
===================================================================
--- trunk/commons-csv/debian/control	2011-08-05 16:17:32 UTC (rev 13957)
+++ trunk/commons-csv/debian/control	2011-08-05 21:57:26 UTC (rev 13958)
@@ -4,8 +4,8 @@
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Jan-Pascal van Best <janpascal at vanbest.org>, Michael Koch <konqueror at gmx.de>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7), cdbs (>=0.4.48), dpatch (>= 2.0),
- default-jdk, ant-optional (>= 1.6.5), junit (>= 3.8.1)
+Build-Depends: debhelper (>= 7), cdbs (>=0.4.48), default-jdk,
+ ant-optional (>= 1.6.5), junit (>= 3.8.1)
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-csv
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/commons-csv
@@ -13,13 +13,14 @@
 
 Package: libcommons-csv-java
 Architecture: all
-Depends: default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Description: a Java library for working with csv (comma separated values) files
  libcommons-csv-java is the Apache Commons library for working with csv (comma
  separated value) files.
 
 Package: libcommons-csv-java-doc
 Architecture: all
+Depends: ${misc:Depends}
 Section: doc
 Description: documentation for libcommons-csv-java
  libcommons-csv-java is the Apache Commons library for working with csv (comma

Modified: trunk/commons-csv/debian/copyright
===================================================================
--- trunk/commons-csv/debian/copyright	2011-08-05 16:17:32 UTC (rev 13957)
+++ trunk/commons-csv/debian/copyright	2011-08-05 21:57:26 UTC (rev 13958)
@@ -12,7 +12,7 @@
                   Martin van den Bemt <mvdb at apache.org>,
                   Yonik Seeley <yonik at apache.org>
 
-Copyright: © 2001-2008 The Apache Software Foundation 
+Copyright: © 2001-2008 The Apache Software Foundation 
 
 License: Apache 2.0
 

Modified: trunk/commons-csv/debian/rules
===================================================================
--- trunk/commons-csv/debian/rules	2011-08-05 16:17:32 UTC (rev 13957)
+++ trunk/commons-csv/debian/rules	2011-08-05 21:57:26 UTC (rev 13958)
@@ -2,7 +2,6 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/dpatch.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 # Uncomment this to turn on verbose mode.




More information about the pkg-java-commits mailing list