[libjlha-java] 02/11: * Team upload. * Remove PaulLiu from Uploaders. * Replace references to classpath-doc by default-jdk-doc. * Update Standards-Version: 3.8.4 * Add Vcs headers. * Switch to source format 3.0. * Clean up d/rules.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 14 11:47:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libjlha-java.
commit 8d71dbde0bcfe9a817b55c7da178f4165a57ab1d
Author: Torsten Werner <twerner at debian.org>
Date: Sun Apr 11 14:49:30 2010 +0000
* Team upload.
* Remove PaulLiu from Uploaders.
* Replace references to classpath-doc by default-jdk-doc.
* Update Standards-Version: 3.8.4
* Add Vcs headers.
* Switch to source format 3.0.
* Clean up d/rules.
---
debian/changelog | 12 ++++++++++++
debian/control | 10 ++++++----
debian/libjlha-java.dirs | 1 -
debian/patches/series | 3 +++
debian/rules | 11 ++---------
debian/source/format | 1 +
6 files changed, 24 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0ac6799..1420932 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libjlha-java (0.0.20050504-8) unstable; urgency=low
+
+ * Team upload.
+ * Remove PaulLiu from Uploaders.
+ * Replace references to classpath-doc by default-jdk-doc.
+ * Update Standards-Version: 3.8.4
+ * Add Vcs headers.
+ * Switch to source format 3.0.
+ * Clean up d/rules.
+
+ -- Torsten Werner <twerner at debian.org> Sun, 11 Apr 2010 16:47:58 +0200
+
libjlha-java (0.0.20050504-7) unstable; urgency=low
* debian/control:
diff --git a/debian/control b/debian/control
index 6aef314..68c32a0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,13 @@ Source: libjlha-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Koch <konqueror at gmx.de>, Ying-Chun Liu (PaulLiu) <paulliu at debian.org>
+Uploaders: Michael Koch <konqueror at gmx.de>
Build-Depends: cdbs (>= 0.4.36), debhelper (>= 5)
-Build-Depends-Indep: ant, default-jdk-builddep, classpath-doc
-Standards-Version: 3.8.2
+Build-Depends-Indep: ant, default-jdk-builddep, default-jdk-doc
+Standards-Version: 3.8.4
Homepage: http://homepage1.nifty.com/dangan/Content/Program/Java/jLHA/LhaLibrary.html
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libjlha-java
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libjlha-java/
Package: libjlha-java
Architecture: all
@@ -22,7 +24,7 @@ Description: LHA compress/decompress library for Java
Package: libjlha-java-doc-ja
Architecture: all
Section: doc
-Depends: ${misc:Depends}, classpath-doc
+Depends: ${misc:Depends}, default-jdk-doc
Suggests: libjlha-java
Description: Japanese documentation for libjlha-java, the LHA library for Java
This package is a library that supports reading and writing an archive file
diff --git a/debian/libjlha-java.dirs b/debian/libjlha-java.dirs
deleted file mode 100644
index 13c9f03..0000000
--- a/debian/libjlha-java.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/java
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6503cc2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+01_AntBuildfiles.patch
+02_AccessingClassField.patch
+03_DateDeprecation.patch
diff --git a/debian/rules b/debian/rules
index 7d6ae29..d39233a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,6 @@
#!/usr/bin/make -f
-# debian/rules for jlha (uses cdbs).
-
-UPSTREAM_VERSION := $(shell dpkg-parsechangelog |\
- egrep '^Version:' | cut -f2 -\d' ' | cut -f1 -d- )
-# Add here any variable or target overrides you need
-
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/ant.mk
JAVA_HOME := /usr/lib/jvm/default-java
@@ -16,8 +9,8 @@ DEB_ANT_BUILD_TARGET := all
install/libjlha-java::
install -m 644 target/jlha.jar \
- $(CURDIR)/debian/libjlha-java/usr/share/java/jlha-$(UPSTREAM_VERSION).jar
- dh_link /usr/share/java/jlha-$(UPSTREAM_VERSION).jar /usr/share/java/jlha.jar
+ $(CURDIR)/debian/libjlha-java/usr/share/java/jlha-$(DEB_UPSTREAM_VERSION).jar
+ dh_link /usr/share/java/jlha-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jlha.jar
clean::
rm -f $(CURDIR)/gjdoc_rawcomment.cache
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/libjlha-java.git
More information about the pkg-java-commits
mailing list