diff options
author | Niels Thykier <nthykier@debian.org> | 2010-04-05 20:24:25 +0000 |
---|---|---|
committer | Niels Thykier <nthykier@debian.org> | 2010-04-05 20:24:25 +0000 |
commit | ae0319cc30f359f7f3c79579f0a53b9328186ae5 (patch) | |
tree | 0c77a76e9f613e5a16dc306bfc47368e424273fd | |
parent | a64835f35a736d86a2845155aeb763d9008fc4cf (diff) | |
download | java-common-ae0319cc30f359f7f3c79579f0a53b9328186ae5.tar.gz |
Removed Arnaud Vandyck from Uploaders and added dh_lintian.debian/0.35
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/java-common.doc-base.policy | 7 | ||||
-rwxr-xr-x | debian/rules | 2 |
4 files changed, 7 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 4834a14..b9fb5ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,8 @@ java-common (0.35) unstable; urgency=low * Set DM-Upload-Allowed. * Removed self suggest in default-jre. * Fixed a spelling mistake in README.Debian. + * Removed Arnaud Vandyck from Uploaders - Thanks for your work on this + package. -- Niels Thykier <niels@thykier.net> Mon, 05 Apr 2010 18:01:40 +0200 diff --git a/debian/control b/debian/control index 086384f..1cc17e3 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: java-common Section: java Priority: optional Maintainer: Debian Java Mailing List <debian-java@lists.debian.org> -Uploaders: Stefan Gybas <sgybas@debian.org>, Arnaud Vandyck <avdyk@debian.org>, Michael Koch <konqueror@gmx.de>, Matthias Klose <doko@debian.org>, Torsten Werner <twerner@debian.org>, +Uploaders: Stefan Gybas <sgybas@debian.org>, Michael Koch <konqueror@gmx.de>, Matthias Klose <doko@debian.org>, Torsten Werner <twerner@debian.org>, Niels Thykier <niels@thykier.net> Build-Depends: debhelper (>= 7) Build-Depends-Indep: debiandoc-sgml, docbook-utils, docbook-xml, dpsyco-devel, lynx diff --git a/debian/java-common.doc-base.policy b/debian/java-common.doc-base.policy index 9cbec8a..70bc900 100644 --- a/debian/java-common.doc-base.policy +++ b/debian/java-common.doc-base.policy @@ -1,11 +1,8 @@ Document: java-policy Title: Debian Java Policy (proposal) -Author: Stephane Bortzmeyer +Author: Niels Thykier Abstract: The Debian Java Policy (currently a proposal) - describes how Java packages are handled in Debian - and the different conventions regarding the use - of virtual package likes java-virtual-machine or - java-compiler. + describes how Java packages are handled in Debian. Section: Debian Format: text diff --git a/debian/rules b/debian/rules index 0a251d9..8f46568 100755 --- a/debian/rules +++ b/debian/rules @@ -93,6 +93,7 @@ ifneq (,$(p_jre)) ln -sf $$t debian/$$p/usr/share/doc/$$p; \ t=$$p; \ done + dh_lintian -a dh_compress -a dh_fixperms -a dh_installdeb -a @@ -129,6 +130,7 @@ binary-indep: build-indep install-indep dh_installman -i dh_installchangelogs -i dh_link -i + dh_lintian -i dh_compress -i dh_fixperms -i dh_installdeb -i |