[josm] 07/08: Fix getting Debian-Release property.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Nov 24 09:26:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository josm.

commit bd569b20116f387e3490b0078bff41642f81579b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Nov 24 10:13:11 2015 +0100

    Fix getting Debian-Release property.
---
 debian/patches/01-bts.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/01-bts.patch b/debian/patches/01-bts.patch
index 63f0e74..435d41e 100644
--- a/debian/patches/01-bts.patch
+++ b/debian/patches/01-bts.patch
@@ -50,7 +50,7 @@ Forwarded: not-needed
              version = JOSM_UNKNOWN_VERSION;
          }
  
-+        debianVersion = properties.get("Debian-Release");
++        debianVersion = properties.getProperty("Debian-Release");
 +
          // the last changed data
          //

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm.git



More information about the Pkg-grass-devel mailing list