[libcommons-lang-java] 20/51: libcommons-lang-java (2.3-2) unstable; urgency=low
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jan 12 13:38:34 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcommons-lang-java.
commit 90b7333bdd79d8f25675a9d53ca17ed1a079a2a5
Author: Michael Koch <konqueror at gmx.de>
Date: Sun Sep 30 20:03:00 2007 +0000
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
---
debian/changelog | 11 +++++++++++
debian/compat | 2 +-
debian/control | 8 ++++----
debian/rules | 5 -----
4 files changed, 16 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 044225d..1989e18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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)
diff --git a/debian/compat b/debian/compat
index b8626c4..7ed6ff8 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+5
diff --git a/debian/control b/debian/control
index 1fff432..82f7e9d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: libcommons-lang-java
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 @@ Description: Extension of the java.lang package
compareTo and toString methods.
.
This is a part of the Apache Jakarta Project.
- Home: <http://jakarta.apache.org/commons/lang/>
-
diff --git a/debian/rules b/debian/rules
index 4ab6b6a..b461961 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang-java.git
More information about the pkg-java-commits
mailing list