This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository liboptions-java.
commit 9199dea022caa4f00f87e0ac02549add630867b5 Author: Andreas Tille <[email protected]> Date: Sun Nov 29 09:18:08 2015 +0100 Update packaging --- debian/changelog | 8 ++++++++ debian/compat | 2 +- debian/control | 28 ++++++++++++++++++---------- debian/copyright | 13 +++++++------ 4 files changed, 34 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4fbfaf0..fc5c45d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +liboptions-java (0.0.20120113-2) unstable; urgency=medium + + * cme fix dpkg-control + * cme fix dpkg-copyright + * debhelper 9 + + -- Andreas Tille <[email protected]> Sun, 29 Nov 2015 09:15:43 +0100 + liboptions-java (0.0.20120113-1) unstable; urgency=low * Initial Debian Upload (Closes: #656199) diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 621a635..8eca3cf 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,26 @@ Source: liboptions-java -Priority: optional -Section: java Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 8), javahelper (>=0.25), default-jdk, ant, ant-optional, libjdom1-java, junit +Section: java +Priority: optional +Build-Depends: debhelper (>= 9), + javahelper, + default-jdk, + ant, + ant-optional, + libjdom1-java, + junit Build-Depends-Indep: default-jdk-doc -Standards-Version: 3.9.2 +Standards-Version: 3.9.6 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/liboptions-java.git +Vcs-Git: git://anonscm.debian.org/debian-med/liboptions-java.git X-Homepage: Obtained source in private mail -Vcs-Browser: http://git.debian.org/?p=debian-med/liboptions-java.git -Vcs-Git: git://git.debian.org/git/debian-med/liboptions-java.git Package: liboptions-java Architecture: all -Depends: ${java:Depends}, ${misc:Depends}, ${shlibs:Depends} +Depends: ${java:Depends}, + ${misc:Depends}, + ${shlibs:Depends} Recommends: ${java:Recommends} Description: command line option parsing library for Java Generic Java API to @@ -25,9 +32,10 @@ Description: command line option parsing library for Java and easy access to the results of these checks. Package: liboptions-java-doc -Section: doc Architecture: all -Depends: ${java:Depends}, ${misc:Depends} +Section: doc +Depends: ${java:Depends}, + ${misc:Depends} Recommends: ${java:Recommends} Description: command line option parsing library for Java (documentation) Generic Java API to diff --git a/debian/copyright b/debian/copyright index fb41e49..716de39 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,15 +1,16 @@ -Format: http://dep.debian.net/deps/dep5/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Options Upstream-Contact: Dr. Matthias Laux <[email protected]> Source: Send via e-mail Files: * Copyright: © 2004-2012 Dr. Matthias Laux <[email protected]> -License: Apache License Version 2.0 - On Debian systems you can find the Apache License Version 2.0 - at /usr/share/common-licenses Apache-2.0. +License: Apache Files: debian/* Copyright: © 2012 Andreas Tille -License: Apache License Version 2.0 - Same as options itself +License: Apache + +License: Apache + On Debian systems you can find the Apache License Version 2.0 + at /usr/share/common-licenses Apache-2.0. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/liboptions-java.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
