This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm.
commit e5f0a1b5866e90f37c1cc4deead6acbb269d8045 Author: Bas Couwenberg <[email protected]> Date: Wed Oct 4 00:09:15 2017 +0200 Remove BTS link from About > Info tab. --- debian/changelog | 6 ++++++ debian/patches/01-bts.patch | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6c0d325..e4eef22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +josm (0.0.svn12921+dfsg-2) UNRELEASED; urgency=medium + + * Remove BTS link from About > Info tab. + + -- Bas Couwenberg <[email protected]> Wed, 04 Oct 2017 00:09:02 +0200 + josm (0.0.svn12921+dfsg-1) unstable; urgency=medium * New hotfix tested snapshot. diff --git a/debian/patches/01-bts.patch b/debian/patches/01-bts.patch index 71e58bf..c0bd3de 100644 --- a/debian/patches/01-bts.patch +++ b/debian/patches/01-bts.patch @@ -26,14 +26,6 @@ Forwarded: not-needed "<p>" + tr("Last change at {0}", version.getTime()) + "</p>" + "<p style='font-size:50%'></p>" + "<p>" + tr("Java Version {0}", System.getProperty("java.version")) + "</p>" + -@@ -95,6 +100,7 @@ public final class AboutAction extends J - info.add(new JLabel(tr("Homepage")), GBC.std().insets(10, 0, 10, 0)); - info.add(new UrlLabel(Main.getJOSMWebsite(), 2), GBC.eol().fill(GBC.HORIZONTAL)); - info.add(GBC.glue(0, 5), GBC.eol()); -+ info.add(new UrlLabel("https://bugs.debian.org/", 2), GBC.eol().fill(GBC.HORIZONTAL)); - - about.addTab(tr("Info"), info); - about.addTab(tr("Readme"), createScrollPane(readme)); --- a/src/org/openstreetmap/josm/data/Version.java +++ b/src/org/openstreetmap/josm/data/Version.java @@ -39,6 +39,7 @@ public class Version { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

