This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libquartz-java.
commit d5d9df6bf532f49052f035e7d281236265a959d1 Author: Torsten Werner <[email protected]> Date: Wed Aug 17 11:36:39 2011 +0000 - Do not build modules quartz-jboss and examples. * Switch to source format 3.0. --- debian/changelog | 4 +++- debian/install | 1 - debian/patches/0001-disable-2-modules.patch | 22 ++++++++++++++++++++++ debian/patches/series | 1 + debian/source/format | 1 + 5 files changed, 27 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 75b0750..bf24c18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,12 +2,14 @@ libquartz-java (1.7.3-1) unstable; urgency=low UNRELEASED * New upstream release. + - Do not build modules quartz-jboss and examples. * Update d/watch and d/orig-tar.sh to create the orig tarball from the SVN repo. * Update Homepage field. * Use Maven to build package because upstream has switched to Maven. + * Switch to source format 3.0. - -- Torsten Werner <[email protected]> Wed, 17 Aug 2011 07:34:28 +0200 + -- Torsten Werner <[email protected]> Wed, 17 Aug 2011 13:29:42 +0200 libquartz-java (1.6.6-1) unstable; urgency=low diff --git a/debian/install b/debian/install deleted file mode 100644 index 527fc28..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -build/*.jar /usr/share/java/ diff --git a/debian/patches/0001-disable-2-modules.patch b/debian/patches/0001-disable-2-modules.patch new file mode 100644 index 0000000..acb32a1 --- /dev/null +++ b/debian/patches/0001-disable-2-modules.patch @@ -0,0 +1,22 @@ +From: Torsten Werner <[email protected]> +Date: Wed, 17 Aug 2011 13:28:39 +0200 +Subject: [PATCH] disable 2 modules + +--- + pom.xml | 2 -- + 1 files changed, 0 insertions(+), 2 deletions(-) + +diff --git a/pom.xml b/pom.xml +index fc2b698..23b2cc6 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -68,8 +68,6 @@ + + <modules> + <module>quartz</module> +- <module>quartz-jboss</module> +- <module>examples</module> + </modules> + + <build> +-- diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..11d8ee5 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-disable-2-modules.patch 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/libquartz-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

