This is an automated email from the git hooks/post-receive script. stuart pushed a commit to branch master in repository latexdraw.
commit 59d3d0d7f29bd8dc6c03df87360dfbd37dba776e Merge: 0e43646 2f0d36d Author: Stuart Prescott <[email protected]> Date: Mon Oct 5 15:50:47 2009 +0000 * Import new upstream version 2.0.4 into svn build.xml | 2 +- debian/README.Debian-source | 28 ++-- debian/changelog | 6 + debian/rules | 3 + lang/pl/1_6.properties | 58 +++++++++ lang/pl/1_7.properties | 60 +++++++++ lang/pl/1_8.properties | 57 ++++++++ lang/pl/1_9.properties | 70 ++++++++++ lang/pl/LaTeXDrawFrame.properties | 207 ++++++++++++++++++++++++++++++ lang/pl/dialogFrames.properties | 116 +++++++++++++++++ lang/pl/others.properties | 44 +++++++ latexDraw/lang/LaTeXDrawLang.java | 16 ++- latexDraw/ui/DrawContainer.java | 150 ++++++++++++++-------- latexDraw/ui/LaTeXDrawFrame.java | 6 +- latexDraw/ui/dialog/PreferencesFrame.java | 7 + latexDraw/util/StreamExecReader.java | 78 +++++++++++ release_note.txt | 10 ++ res/translators.txt | 15 ++- 18 files changed, 851 insertions(+), 82 deletions(-) diff --cc debian/README.Debian-source index e3deb50,0000000..c772355 mode 100644,000000..100644 --- a/debian/README.Debian-source +++ b/debian/README.Debian-source @@@ -1,34 -1,0 +1,34 @@@ + +Repackaging of original source for latexdraw +--------------------------------------------------------------------- + - latexdraw version 2.0.3+1. ++latexdraw version 2.0.4+1. + - Downloaded file: LaTeXDraw2.0.3_src.zip ++Downloaded file: LaTeXDraw2.0.4_src.zip +From: sourceforge.net - Path: ../LaTeXDraw2.0.3_src.zip ++Path: ../LaTeXDraw2.0.4_src.zip + - $ md5sum --binary LaTeXDraw2.0.3_src.zip - 2933b8446f25ffee0fe3c7ffc18e2af0 *LaTeXDraw2.0.3_src.zip ++$ md5sum --binary LaTeXDraw2.0.4_src.zip ++08318d10eb61687de120b791544ef8af *LaTeXDraw2.0.4_src.zip + +The following commands were used to repackage the original source (the +'touch' commands ensure that the md5sum of the archives stays the same): + - $ unzip -qq -d . LaTeXDraw2.0.3_src.zip ++$ unzip -qq -d . LaTeXDraw2.0.4_src.zip + - $ mv LaTeXDraw2.0.3_src latexdraw-2.0.3+1.orig ++$ mv LaTeXDraw2.0.4_src latexdraw-2.0.4+1.orig + - $ touch -t 199001010000.00 latexdraw-2.0.3+1.orig ++$ touch -t 199001010000.00 latexdraw-2.0.4+1.orig + - $ tar cf latexdraw_2.0.3+1.orig.tar --owner 0 --group 0 --numeric-owner --exclude=bin --exclude=doc --exclude=lib --exclude=src?lib --exclude=*.class --exclude=*.jar latexdraw-2.0.3+1.orig ++$ tar cf latexdraw_2.0.4+1.orig.tar --owner 0 --group 0 --numeric-owner --exclude=bin --exclude=doc --exclude=lib --exclude=src?lib --exclude=*.class --exclude=*.jar latexdraw-2.0.4+1.orig + - $ touch -t 199001010000.00 latexdraw_2.0.3+1.orig.tar ++$ touch -t 199001010000.00 latexdraw_2.0.4+1.orig.tar + - $ gzip -9 latexdraw_2.0.3+1.orig.tar ++$ gzip -9 latexdraw_2.0.4+1.orig.tar + - $ md5sum --binary latexdraw_2.0.3+1.orig.tar.gz - 48d44a3bab27eaf3b1d8fadc57afa0db *latexdraw_2.0.3+1.orig.tar.gz ++$ md5sum --binary latexdraw_2.0.4+1.orig.tar.gz ++8532ca5be422ea4dab9a36d5120f0bdd *latexdraw_2.0.4+1.orig.tar.gz + - -- Stuart Prescott <[email protected]> Wed, 15 Jul 2009 18:15:29 +0100 ++ -- Stuart Prescott <[email protected]> Mon, 05 Oct 2009 16:40:49 +0100 +--------------------------------------------------------------------- + diff --cc debian/changelog index a814c31,0000000..47d424a mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,118 -1,0 +1,124 @@@ ++latexdraw (2.0.4+1-1) UNRELEASED; urgency=low ++ ++ * (NOT RELEASED YET) New upstream release ++ ++ -- Stuart Prescott <[email protected]> Mon, 05 Oct 2009 16:47:29 +0100 ++ +latexdraw (2.0.3+1-1) unstable; urgency=low + + * New upstream release. + * Add additional Recommended packages for new export features. + * Fix typo in long description, with thanks to Kai Weber (Closes: #529195). + * Bump standards to 3.8.2 (no changes). + + -- Stuart Prescott <[email protected]> Wed, 15 Jul 2009 23:35:52 +0100 + +latexdraw (2.0.2+1-2) unstable; urgency=low + + * Convert packaging to quilt. + * Update package description to mention SVG file format. + + -- Stuart Prescott <[email protected]> Sun, 03 May 2009 23:49:35 +0100 + +latexdraw (2.0.2+1-1) unstable; urgency=low + + * New upstream release. + * Modify clean target to properly clean up. + + -- Stuart Prescott <[email protected]> Sun, 03 May 2009 17:51:09 +0100 + +latexdraw (2.0.1+1-1) unstable; urgency=low + + * New upstream release. + * Re-enable license and release notes in About box. + * Update copyright years in debian/copyright. + + -- Stuart Prescott <[email protected]> Thu, 23 Apr 2009 23:48:45 +0100 + +latexdraw (2.0.0+2-1) unstable; urgency=low + + * Adjusted repackaging to remove pre-built javadoc API documentation. + * Fix link to on-line help pages. + + -- Stuart Prescott <[email protected]> Thu, 23 Apr 2009 22:54:57 +0100 + +latexdraw (2.0.0+1-1) unstable; urgency=low + + * New upstream release + * Associate latexdraw with image/svg+xml since that is its new native image + format. + + -- Stuart Prescott <[email protected]> Thu, 23 Apr 2009 16:58:58 +0100 + +latexdraw (1.9.5+1-4) unstable; urgency=low + + * Update copyright format. + * Include new version of repackaging script. + * Include get-orig-source target and update watch file. + * Update syntax in .desktop files. + * Bump standards version to 3.8.1 (no changes required). + + -- Stuart Prescott <[email protected]> Mon, 20 Apr 2009 23:45:10 +0100 + +latexdraw (1.9.5+1-3) unstable; urgency=low + + * Include openjdk-6 in the tests for available JREs in /usr/bin/latexdraw. + * Remove statement from debian/copyright about why the package is not in main. + * Remove unneeded targets from debian/rules. + * Add to copyright file the copyright information for PictureChooser.java + which contains example code from Sun Microsystems. + * Convert debian/copyright into machine-readable form. + * Remove "-client" from build call as it is no longer required with + openjdk-6-jdk 6b11-1. + + -- Stuart Prescott <[email protected]> Wed, 16 Jul 2008 23:27:08 +0100 + +latexdraw (1.9.5+1-2) unstable; urgency=low + + * Change Build-Depends to use openjdk-6-jdk instead of sun-java6-jdk + * Move from contrib to main since all Build-Depends are now in main + + -- Stuart Prescott <[email protected]> Tue, 15 Jul 2008 19:29:49 +0100 + +latexdraw (1.9.5+1-1) unstable; urgency=low + + * Add source revision to the Debianised source tarball + * Remove docs from source tarball and regenerate during build + * Omit API documentation from build for end-user program but leave + target in debian/rules for making it + * Include help files in doc-base + + -- Stuart Prescott <[email protected]> Tue, 01 Jul 2008 00:38:18 +0100 + +latexdraw (1.9.5-2) unstable; urgency=low + + * Include Homepage field in debian/control + * Bump standards version to 3.8.0 (no changes required) + + -- Stuart Prescott <[email protected]> Wed, 9 Jan 2008 14:40:35 +0000 + +latexdraw (1.9.5-1) unstable; urgency=low + + * New upstream release + + -- Stuart Prescott <[email protected]> Mon, 5 Nov 2007 00:45:30 +0000 + +latexdraw (1.9.4-1) unstable; urgency=low + + * New upstream release + + -- Stuart Prescott <[email protected]> Tue, 30 Oct 2007 18:36:42 +0000 + +latexdraw (1.9.3-1) unstable; urgency=low + + * New upstream release + + -- Stuart Prescott <[email protected]> Tue, 3 July 2007 00:14:04 +0100 + +latexdraw (1.9.1-1) unstable; urgency=low + + * Initial packaging efforts. + * Initial release (Closes: #431905) + + -- Stuart Prescott <[email protected]> Wed, 11 Apr 2007 15:10:01 +0100 + diff --cc debian/rules index e0246b3,0000000..757120f mode 100755,000000..100755 --- a/debian/rules +++ b/debian/rules @@@ -1,89 -1,0 +1,92 @@@ +#!/usr/bin/make -f + +# 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 +JAVA_HOME ?= $(shell echo \ + ` \ + ( t=/usr/lib/jvm/java-6-openjdk && test -d $$t && test -f $$t/bin/javac && echo $$t ) \ + || ( t=/usr/lib/jvm/java-6-sun && test -d $$t && test -f $$t/bin/javac && echo $$t ) \ + ` \ + ) +export JAVA_HOME + +build: build-stamp + +build-stamp: $(QUILT_STAMPFN) + dh_testdir + ant -Dlib.dir=/usr/share/java compile + ant -Dlib.dir=/usr/share/java jar + convert -geometry 32x32 res/LaTeXDrawIcon.png out/latexdraw32.xpm + convert -geometry 16x16 res/LaTeXDrawIcon.png out/latexdraw16.xpm + touch $@ + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + find . -name \*.jar -exec rm -f {} \; + find . -name \*.class -exec rm -f {} \; + rm -rf out/ api/ + dh_clean + +# A target for building the API docs with javadoc is provided here +# but is not actually used in the Debian package. To successfully +# build the API documentation, the packages +# libjiu-java-doc, libjlibeps-java-doc +# must be installed too. +apidocs: build + ant -Dlib.dir=/usr/share/java doc + +install: build + dh_testdir + dh_testroot + dh_clean -k + +# Build architecture-dependent files here. +binary-arch: + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + + dh_installchangelogs + dh_installchangelogs -k release_note.txt + dh_installdocs + dh_install ++ # dh_installmenu isn't required for squeeze/sid but makes backporting to lenny ++ # even easier; triggers lintian warning but dh_installmenu is a harmless noop ++ # W: latexdraw source: dh_desktop-is-deprecated + dh_installmenu + dh_installmime + dh_desktop + dh_installman + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch + +# Be explicit given that there is plenty of confusion about what this target means +get-orig-source: get-latest-source + +get-latest-source: + cd $(dir $_).. && \ + uscan=$$(uscan --report --dehs --upstream-version 0) && \ + uver=$$(echo "$$uscan" | sed -n 's,<upstream-version>\(.*\)</.*>,\1,p') && \ + uurl=$$(echo "$$uscan" | sed -n 's,<upstream-url>\(.*\)</.*>,\1,p') && \ + echo debian/repackage --upstream-version "$${uver}" "$${uurl}" $(CURDIR) &&\ + sh debian/repackage --upstream-version "$${uver}" "$${uurl}" $(CURDIR) + + +.PHONY: build clean binary-indep binary-arch binary install get-orig-source get-latest-source -- 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

