This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eigenbase-resgen.
commit 21f0232a3063a1f3da380e73e801201e80924863 Author: Damien Raude-Morvan <[email protected]> Date: Thu Jun 28 23:37:51 2012 +0000 * New upstream release. * Use debian 3.0 (quilt) source format. * d/control: Bump Standards-Version to 3.9.3. * d/copyright: Upgrade to lastest copyright format 1.0 * d/control: Remove JRE dependency for library package. --- debian/changelog | 10 ++++++++++ debian/control | 15 +++++++++------ debian/copyright | 17 +++++++++-------- debian/rules | 1 - debian/source/format | 1 + 5 files changed, 29 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9eae983..a775297 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +eigenbase-resgen (1.3.0.13768-1) unstable; urgency=low + + * New upstream release. + * Use debian 3.0 (quilt) source format. + * d/control: Bump Standards-Version to 3.9.3. + * d/copyright: Upgrade to lastest copyright format 1.0 + * d/control: Remove JRE dependency for library package. + + -- Damien Raude-Morvan <[email protected]> Thu, 28 Jun 2012 02:33:34 +0200 + eigenbase-resgen (1.3.0.13229-1) unstable; urgency=low * New upstream release (snapshot) diff --git a/debian/control b/debian/control index a593334..0b7207f 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,21 @@ Source: eigenbase-resgen Section: java Priority: optional Maintainer: Damien Raude-Morvan <[email protected]> -Build-Depends: cdbs, debhelper (>= 7), default-jdk, ant, quilt -Build-Depends-Indep: libxerces2-java, junit, libeigenbase-resgen-java, - default-jdk-doc, junit-doc -Standards-Version: 3.8.3 +Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk +Build-Depends-Indep: default-jdk-doc, + junit, + junit-doc, + libeigenbase-resgen-java, + libxerces2-java +Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/eigenbase-resgen Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/eigenbase-resgen Homepage: http://eigenbase.sourceforge.net/resgen/ Package: libeigenbase-resgen-java Architecture: all -Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless, libxerces2-java +Depends: libxerces2-java, + ${misc:Depends} Description: Java i18n code generator from XML files Eigenbase Resource Generator helps you build and maintain internationalized applications in Java. From a simple XML file, it generates classes to access @@ -36,4 +40,3 @@ Description: Java i18n code generator from XML files - documentation and it supports a variety of schemes to determine the current locale. . This package contains Javadoc API documentation of eigenbase-resgen. - diff --git a/debian/copyright b/debian/copyright index 6eb6ab9..e20a650 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,15 @@ -Format-Specification: http://dep.debian.net/deps/dep5/ -Name: ResGen: Eigenbase Resource Generator -Maintainer: Julian Hyde <[email protected]> +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ResGen: Eigenbase Resource Generator +Upstream-Contact: Julian Hyde <[email protected]> Source: http://eigenbase.sourceforge.net/download.html Files: * -Copyright: Copyright (C) 2005-2008 The Eigenbase Project -Copyright: Copyright (C) 2005-2008 Disruptive Tech -Copyright: Copyright (C) 2005-2008 LucidEra, Inc. -Copyright: Copyright (C) 2005-2008 Red Square, Inc. -Copyright: Copyright (C) 2000-2008 Kana Software, Inc. +Copyright: + Copyright (C) 2005-2008 The Eigenbase Project + Copyright (C) 2005-2008 Disruptive Tech + Copyright (C) 2005-2008 LucidEra, Inc. + Copyright (C) 2005-2008 Red Square, Inc. + Copyright (C) 2000-2008 Kana Software, Inc. License: LGPL-2.1+ Files: debian/* diff --git a/debian/rules b/debian/rules index a244a3d..32d4fae 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/class/ant.mk JAVA_HOME := /usr/lib/jvm/default-java diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eigenbase-resgen.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

