This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit 88716757c260bc7bbaf0e8bec9d0010514bb1f62 Author: Stuart Prescott <[email protected]> Date: Thu May 13 23:54:50 2010 +0000 debsrc3.0 conversion --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 6 ++---- debian/source/format | 1 + 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index e59b653..d47a412 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +latexdraw (2.0.8+1-2) UNRELEASED; urgency=low + + * Switch to dpkg-source 3.0 (quilt) format. + + -- Stuart Prescott <[email protected]> Fri, 14 May 2010 00:52:55 +0100 + latexdraw (2.0.8+1-1) unstable; urgency=low * New upstream release (2.0.7 contained Windows-only bugfix; not uploaded to diff --git a/debian/control b/debian/control index 83e0f5a..1d64e5a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: latexdraw Section: graphics Priority: optional Maintainer: Stuart Prescott <[email protected]> -Build-Depends: debhelper (>= 5), quilt +Build-Depends: debhelper (>= 5) Build-Depends-Indep: openjdk-6-jdk | sun-java6-jdk, ant, imagemagick, diff --git a/debian/rules b/debian/rules index 757120f..866d270 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,6 @@ # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 -include /usr/share/quilt/quilt.make - # If the user has not explicitly set JAVA_HOME, export sensible value # to make sure that the correct compiler is used by ant. # Prefer openjdk-6 @@ -18,7 +16,7 @@ export JAVA_HOME build: build-stamp -build-stamp: $(QUILT_STAMPFN) +build-stamp: dh_testdir ant -Dlib.dir=/usr/share/java compile ant -Dlib.dir=/usr/share/java jar @@ -26,7 +24,7 @@ build-stamp: $(QUILT_STAMPFN) convert -geometry 16x16 res/LaTeXDrawIcon.png out/latexdraw16.xpm touch $@ -clean: unpatch +clean: dh_testdir dh_testroot rm -f build-stamp 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/latexdraw.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

