This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository librepository.
commit dc24fb576ed3ca4d1918b676c065d50c5a843a7b Author: Torsten Werner <[email protected]> Date: Mon Aug 3 20:41:20 2009 +0000 * Add myself to Uploaders. * Reset Maintainer back to Debian Java Maintainers. * Add missing Depends: ${misc:Depends}. * Add Vcs-* headers. * Update Standards-Version: 3.8.2. --- debian/changelog | 12 ++++++++++-- debian/compat | 2 +- debian/control | 19 ++++++++++--------- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7682942..df8b544 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,16 @@ -librepository (0.1.4-4) UNRELEASED; urgency=low +librepository (0.1.4-4) unstable; urgency=low + [ Matthias Klose ] * Depend on default-jre-headless. - -- Matthias Klose <[email protected]> Thu, 31 Jul 2008 11:22:49 +0000 + [ Torsten Werner ] + * Add myself to Uploaders. + * Reset Maintainer back to Debian Java Maintainers. + * Add missing Depends: ${misc:Depends}. + * Add Vcs-* headers. + * Update Standards-Version: 3.8.2. + + -- Torsten Werner <[email protected]> Mon, 03 Aug 2009 22:33:03 +0200 librepository (0.1.4-3) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 5281552..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +5 diff --git a/debian/control b/debian/control index d8c21df..284a43e 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,16 @@ Source: librepository -Section: libs +Section: java Priority: optional -Maintainer: Ubuntu Core developers <[email protected]> -XSBC-Original-Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Rene Engelhard <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, default-jdk-builddep, ant, libjcommon-java (>= 1.0.10-1) -Standards-Version: 3.7.2 +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Rene Engelhard <[email protected]>, Michael Koch <[email protected]>, Torsten Werner <[email protected]> +Build-Depends: debhelper (>= 5), cdbs, default-jdk-builddep, ant, libjcommon-java (>= 1.0.10) +Standards-Version: 3.8.2 +Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/librepository +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/librepository/ Package: librepository-java -Section: libs Architecture: all -Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, libjcommon-java (>= 1.0.10-1) +Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, libjcommon-java (>= 1.0.10-1), ${misc:Depends} Recommends: librepository-java-gcj Suggests: librepository-java-doc Description: abstraction library for accessing hierachic bulk content @@ -29,6 +29,7 @@ Description: abstraction library for accessing hierachic bulk content Package: librepository-java-doc Section: doc Architecture: all +Depends: ${misc:Depends} Description: abstraction library for accessing hierachic bulk content -- documentation LibRepository provides a simple abstraction layer to access bulk content that is organized in a hierarchical layer. @@ -47,7 +48,7 @@ Description: abstraction library for accessing hierachic bulk content -- documen Package: librepository-java-gcj Section: libs Architecture: any -Depends: ${shlibs:Depends}, libjcommon-java (>= 1.0.10-1), librepository-java (= ${source:Version}) +Depends: ${shlibs:Depends}, libjcommon-java (>= 1.0.10-1), librepository-java (= ${source:Version}), ${misc:Depends} Description: abstraction library for accessing hierachic bulk content (native code) LibRepository provides a simple abstraction layer to access bulk content that is organized in a hierarchical layer. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/librepository.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

