This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-httpclient.
commit a123297ac88b189088efd142daee7969a9b15efb Author: Emmanuel Bourg <[email protected]> Date: Thu Aug 14 12:31:42 2014 +0000 Switch to debhelper level 9 --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e66bed..bbdbf10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,12 @@ commons-httpclient (3.1-10.3) UNRELEASED; urgency=medium + [ Kumar Appaiah ] * debian/control: + Remove Kumar Appaiah from uploaders + [ Emmanuel Bourg ] + * Switch to debhelper level 9 + -- Kumar Appaiah <[email protected]> Sat, 29 Mar 2014 15:40:00 -0400 commons-httpclient (3.1-10.2) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 0eaba9b..692766e 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Michael Koch <[email protected]>, Varun Hiremath <[email protected]>, Torsten Werner <[email protected]>, Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 7), cdbs +Build-Depends: debhelper (>= 9), cdbs Build-Depends-Indep: maven-repo-helper, ant, default-jdk, libcommons-codec-java, libcommons-logging-java, junit Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/commons-httpclient -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

