[classworlds] 15/24: * Team upload. * Switch to 3.0 (quilt) source format. * Bump Standards-Version to 3.9.2: - Add Vcs-* fields. - Add Homepage field. - Drop duplicate section field on package. * d/control: Build-Depends on default-jdk-doc instead of openjdk-6-doc (Closes: #567268). * d/rules: Strip "-final" from version number to generate correct JAR name (Closes: #614541)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Jul 21 14:23:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository classworlds.
commit 76ac6e50f00d7b47ca630f2be994592874c65092
Author: Damien Raude-Morvan <drazzib at debian.org>
Date: Sun May 1 22:01:41 2011 +0000
* Team upload.
* Switch to 3.0 (quilt) source format.
* Bump Standards-Version to 3.9.2:
- Add Vcs-* fields.
- Add Homepage field.
- Drop duplicate section field on package.
* d/control: Build-Depends on default-jdk-doc instead of openjdk-6-doc
(Closes: #567268).
* d/rules: Strip "-final" from version number to generate correct JAR name
(Closes: #614541)
---
debian/changelog | 15 +++++++++++++++
debian/control | 12 +++++++-----
debian/rules | 5 ++---
debian/source/format | 1 +
4 files changed, 25 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 73e5acf..9ae2382 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+classworlds (1.1-final-5) unstable; urgency=low
+
+ * Team upload.
+ * Switch to 3.0 (quilt) source format.
+ * Bump Standards-Version to 3.9.2:
+ - Add Vcs-* fields.
+ - Add Homepage field.
+ - Drop duplicate section field on package.
+ * d/control: Build-Depends on default-jdk-doc instead of openjdk-6-doc
+ (Closes: #567268).
+ * d/rules: Strip "-final" from version number to generate correct JAR name
+ (Closes: #614541)
+
+ -- Damien Raude-Morvan <drazzib at debian.org> Sun, 01 May 2011 23:56:39 +0200
+
classworlds (1.1-final-4) unstable; urgency=low
[ Michael Koch ]
diff --git a/debian/control b/debian/control
index 67a437c..5ed36fc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,15 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Trygve Laugstøl <trygvis at inamo.no>, Paul Cager <paul-debian at home.paulcager.org>,
Torsten Werner <twerner at debian.org>
Build-Depends-Indep: ant, ant-optional, libxalan2-java, maven-ant-helper (>> 4),
- maven-repo-helper, openjdk-6-doc
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk, quilt
-Standards-Version: 3.8.1
+ maven-repo-helper, default-jdk-doc
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk
+Standards-Version: 3.9.2
+Homepage: http://classworlds.codehaus.org/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/classworlds/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/classworlds/
Package: libclassworlds-java
Architecture: all
-Section: java
Depends: ${misc:Depends}
Suggests: libclassworlds-java-doc
Description: framework for container developers requiring manipulation of ClassLoaders
@@ -29,7 +31,7 @@ Description: framework for container developers requiring manipulation of ClassL
Package: libclassworlds-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, classpath-doc
+Depends: ${misc:Depends}, default-jdk-doc
Suggests: libclassworlds-java
Description: Documentation for the Classworlds Java library
Classworlds is a framework for container developers who require complex
diff --git a/debian/rules b/debian/rules
index bd3b9cd..23f814a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,9 @@
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)
+VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -s "s/-final//")
JAVA_HOME := /usr/lib/jvm/default-java
DEB_JARS := ant-trax ant-nodeps xalan2
DEB_ANT_BUILD_TARGET := package javadoc
@@ -24,4 +23,4 @@ binary-post-install/lib$(PACKAGE)-java-doc::
dh_install -plib$(PACKAGE)-java-doc build/api usr/share/doc/lib$(PACKAGE)-java
clean::
- -rm -rf debian/tmp
+ mh_clean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/classworlds.git
More information about the pkg-java-commits
mailing list