[pkg-java] r4295 - trunk/libcommons-lang-java/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sun Sep 30 20:03:00 UTC 2007


Author: mkoch
Date: 2007-09-30 20:03:00 +0000 (Sun, 30 Sep 2007)
New Revision: 4295

Modified:
   trunk/libcommons-lang-java/debian/changelog
   trunk/libcommons-lang-java/debian/compat
   trunk/libcommons-lang-java/debian/control
   trunk/libcommons-lang-java/debian/rules
Log:
libcommons-lang-java (2.3-2) unstable; urgency=low

  * Use ecj instead of ecj-bootstrap in Build-Depends. Closes: #444506.
  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
  * Use Homepage field in debian/control instead of naming it in the
    long description.
  * Updated debhelper level to 5.
  * Added myself to Uploaders.

 -- Michael Koch <konqueror at gmx.de>  Sun, 30 Sep 2007 21:49:22 +0200



Modified: trunk/libcommons-lang-java/debian/changelog
===================================================================
--- trunk/libcommons-lang-java/debian/changelog	2007-09-30 18:51:33 UTC (rev 4294)
+++ trunk/libcommons-lang-java/debian/changelog	2007-09-30 20:03:00 UTC (rev 4295)
@@ -1,3 +1,14 @@
+libcommons-lang-java (2.3-2) unstable; urgency=low
+
+  * Use ecj instead of ecj-bootstrap in Build-Depends. Closes: #444506.
+  * Moved debhelper and cdbs from Build-Depends-Indep to Build-Depends.
+  * Use Homepage field in debian/control instead of naming it in the
+    long description.
+  * Updated debhelper level to 5.
+  * Added myself to Uploaders.
+
+ -- Michael Koch <konqueror at gmx.de>  Sun, 30 Sep 2007 21:49:22 +0200
+
 libcommons-lang-java (2.3-1) unstable; urgency=low
 
   * New upstream (closes: #419850)

Modified: trunk/libcommons-lang-java/debian/compat
===================================================================
--- trunk/libcommons-lang-java/debian/compat	2007-09-30 18:51:33 UTC (rev 4294)
+++ trunk/libcommons-lang-java/debian/compat	2007-09-30 20:03:00 UTC (rev 4295)
@@ -1 +1 @@
-4
+5

Modified: trunk/libcommons-lang-java/debian/control
===================================================================
--- trunk/libcommons-lang-java/debian/control	2007-09-30 18:51:33 UTC (rev 4294)
+++ trunk/libcommons-lang-java/debian/control	2007-09-30 20:03:00 UTC (rev 4295)
@@ -2,9 +2,11 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>
-Build-Depends-Indep: debhelper (>> 4.0.0), ecj-bootstrap, classpath-common, fastjar, junit (>= 3.8.1), cdbs, gjdoc
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>> 5), cdbs
+Build-Depends-Indep: ecj, classpath-common, fastjar, junit (>= 3.8.1), gjdoc
 Standards-Version: 3.7.2
+Homepage: http://jakarta.apache.org/commons/lang/
 
 Package: libcommons-lang-java
 Architecture: all
@@ -30,5 +32,3 @@
     compareTo and toString methods.
  .
  This is a part of the Apache Jakarta Project.
- Home: <http://jakarta.apache.org/commons/lang/>
-

Modified: trunk/libcommons-lang-java/debian/rules
===================================================================
--- trunk/libcommons-lang-java/debian/rules	2007-09-30 18:51:33 UTC (rev 4294)
+++ trunk/libcommons-lang-java/debian/rules	2007-09-30 20:03:00 UTC (rev 4295)
@@ -1,12 +1,7 @@
 #!/usr/bin/make -f
-# debian/rules for libcommons-lang-java
 
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-#export DH_COMPAT=4
-
 export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
 
 include /usr/share/cdbs/1/rules/debhelper.mk




More information about the pkg-java-commits mailing list