[libcommons-lang-java] 19/51: libcommons-lang-java (2.3-1) 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 da6869e88afedf3a795678d77ad2a57172824711
Author: Arnaud Vandyck <avdyk at debian.org>
Date: Fri Apr 20 08:36:14 2007 +0000
libcommons-lang-java (2.3-1) unstable; urgency=low
* New upstream (closes: #419850)
* Removed Ola Lundqvist and Stefan Gybas from co-maintainers.
* Standards-Version to 3.7.2, nothing to do.
* Removed PROPOSAL.html from docs files (it does not exist anymore)
-- Arnaud Vandyck <avdyk at debian.org> Fri, 20 Apr 2007 09:14:04 +0200
---
debian/changelog | 9 +++++++++
debian/control | 4 ++--
debian/docs | 1 -
debian/rules | 3 ++-
4 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bf8676e..044225d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libcommons-lang-java (2.3-1) unstable; urgency=low
+
+ * New upstream (closes: #419850)
+ * Removed Ola Lundqvist and Stefan Gybas from co-maintainers.
+ * Standards-Version to 3.7.2, nothing to do.
+ * Removed PROPOSAL.html from docs files (it does not exist anymore)
+
+ -- Arnaud Vandyck <avdyk at debian.org> Fri, 20 Apr 2007 09:14:04 +0200
+
libcommons-lang-java (2.1-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index bcdc65c..1fff432 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: libcommons-lang-java
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Ola Lundqvist <opal at debian.org>, Stefan Gybas <sgybas at debian.org>, Arnaud Vandyck <avdyk at 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
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
Package: libcommons-lang-java
Architecture: all
diff --git a/debian/docs b/debian/docs
index ba39ec1..bf4a55c 100644
--- a/debian/docs
+++ b/debian/docs
@@ -1,3 +1,2 @@
-PROPOSAL.html
STATUS.html
docs/api
diff --git a/debian/rules b/debian/rules
index dbd0e85..4ab6b6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,12 @@
# 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
include /usr/share/cdbs/1/rules/simple-patchsys.mk
LIBRARY=commons-lang
-VERSION=2.1
BUILD=build
SOURCES=src/java
DIST=dist
--
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