This is an automated email from the git hooks/post-receive script. fnatter-guest pushed a commit to branch master in repository freeplane.
commit 96f6cd48360877c844c7c8211841e165cb106a65 Author: Felix Natter <[email protected]> Date: Fri Oct 16 19:51:42 2015 +0200 fix lintians --- debian/changelog | 2 ++ debian/compat | 2 +- debian/control | 2 +- debian/freeplane.menu | 2 -- debian/patches/97_jmapviewer1.11.patch | 5 +++++ 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 77419ff..8b2e6be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ freeplane (1.3.15-3) experimental; urgency=medium * Upgrade JMapViewer to 1.11 (Closes: #801475) + * Remove freeplane.menu because freeplane.desktop exists + * Upgrade to debhelper 9 -- Felix Natter <[email protected]> Thu, 15 Oct 2015 15:47:58 +0200 diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index dddefc8..3faaa12 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Felix Natter <[email protected]> Section: editors Priority: extra Build-Depends: cdbs, - debhelper (>= 7), + debhelper (>= 9), docbook-xsl, docbook-xml, xsltproc, diff --git a/debian/freeplane.menu b/debian/freeplane.menu deleted file mode 100644 index fe006da..0000000 --- a/debian/freeplane.menu +++ /dev/null @@ -1,2 +0,0 @@ -?package(freeplane):needs="X11" section="Applications/Office" hints="Mind map" \ - title="Freeplane" command="/usr/bin/freeplane" icon="/usr/share/pixmaps/freeplane.xpm" diff --git a/debian/patches/97_jmapviewer1.11.patch b/debian/patches/97_jmapviewer1.11.patch index 7702243..4664296 100644 --- a/debian/patches/97_jmapviewer1.11.patch +++ b/debian/patches/97_jmapviewer1.11.patch @@ -1,3 +1,8 @@ +Description: Fixes for incompatibilities in JMapViewer 1.11 +Author: Felix Natter +Applied-Upstream: https://github.com/freeplane/freeplane/commit/808193bce07cc99bc65fc647f369d780d1cb7049 +Reviewed-by: <name and email of a reviewer, optional> +Last-Update: 2015-10-15 --- a/freeplane_plugin_openmaps/src/org/freeplane/plugin/openmaps/LocationChoosenListener.java +++ b/freeplane_plugin_openmaps/src/org/freeplane/plugin/openmaps/LocationChoosenListener.java @@ -1,10 +1,11 @@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/freeplane.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

