This is an automated email from the git hooks/post-receive script. osallou pushed a commit to branch master in repository bytecode.
commit dca8fb4dba173dc1bc337e328de71c5efd42ac88 Author: Olivier Sallou <[email protected]> Date: Tue Jun 21 09:53:21 2016 +0200 update to latest Debian standards --- debian/changelog | 4 +++- debian/control | 8 +++++--- debian/patches/buildxml.patch | 5 +++++ debian/rules | 2 +- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 14dc15d..010ad71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,13 @@ bytecode (0.92.svn.20090106-2) UNRELEASED; urgency=low + [ Andreas TilleĀ ] * Use Homepage field instead of putting this information into long description. [ Team upload - O. Sallou ] * d/compat, d/patches: Use compat 9 (Closes: #817385). + * Move package to pkg-java repository and team - -- Andreas Tille <[email protected]> Mon, 09 Mar 2009 13:12:58 +0100 + -- Olivier Sallou <[email protected]> Mon, 09 Mar 2009 13:12:58 +0100 bytecode (0.92.svn.20090106-1) unstable; urgency=low diff --git a/debian/control b/debian/control index d79b374..6868445 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,10 @@ Source: bytecode -Section: devel +Section: java Priority: optional -Maintainer: Steffen Moeller <[email protected]> +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Olivier Sallou <[email protected]> Build-Depends: debhelper (>= 4.0.0), default-jdk, quilt, junit, ant -Standards-Version: 3.8.0 +Standards-Version: 3.9.6 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-escience/bytecode/trunk/ XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-escience/bytecode/ Homepage: http://www.biojava.org @@ -20,6 +21,7 @@ Description: Java bytecode manipulation library Package: libbytecode-java-doc Architecture: all +Depends: ${misc:Depends} Suggests: lynx|www-browser Section: doc Description: Documentation for the API of the Java bytecode library diff --git a/debian/patches/buildxml.patch b/debian/patches/buildxml.patch index 093ff2f..9822e52 100644 --- a/debian/patches/buildxml.patch +++ b/debian/patches/buildxml.patch @@ -1,3 +1,8 @@ +Author: Stefen Moeller +Last-Updated: 2007-09-04 +Forwarded: no +Subject: fix build.xml for Debian build +Description: adapt build file for Debian --- build.xml 2003-07-07 17:55:08.000000000 +0200 +++ build.xml 2007-09-04 15:19:31.000000000 +0200 @@ -37,7 +37,7 @@ diff --git a/debian/rules b/debian/rules index 597b749..74e4784 100755 --- a/debian/rules +++ b/debian/rules @@ -33,7 +33,7 @@ clean: unpatch install: build dh_testdir dh_testroot - dh_clean -k + dh_clean dh_installdirs # Add here commands to install the package into debian/bytecode. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bytecode.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

