[josm-plugins] 01/12: Update SVN URLs to use HTTPS.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Oct 9 23:27:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository josm-plugins.
commit fa9c814e5e801773f4d4721382a8c319abd87267
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Oct 10 00:21:32 2015 +0200
Update SVN URLs to use HTTPS.
---
debian/changelog | 6 ++++++
debian/rules | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4563e03..6b7356d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+josm-plugins (0.0.svn31107+ds1-2) UNRELEASED; urgency=medium
+
+ * Update SVN URLs to use HTTPS.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 10 Oct 2015 00:19:24 +0200
+
josm-plugins (0.0.svn31107+ds1-1) unstable; urgency=medium
* New upstream SVN snapshot.
diff --git a/debian/rules b/debian/rules
index 7e2d541..0484ba7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH=/usr/share/josm/josm.jar:/usr/share/java/metadata-extractor.jar
-SVNREPO := http://svn.openstreetmap.org/applications/editors/josm/plugins/
+SVNREPO := https://svn.openstreetmap.org/applications/editors/josm/plugins/
PLUGINS := colorscheme DirectUpload editgpx lakewalker measurement openvisible routing
DATE := $(shell date +%Y%m%d)
@@ -46,7 +46,7 @@ get-orig-source:
rm -f ${DESTDIR}/"$$plugin"/data/*.lang; \
done
svn export -r ${SVNREV} ${SVNREPO}/build-common.xml ${DESTDIR}/build-common.xml
- svn info --xml http://svn.openstreetmap.org/applications/editors/josm/plugins/ > ${DESTDIR}/svn-info.xml
+ svn info --xml ${SVNREPO} > ${DESTDIR}/svn-info.xml
@echo Removing jar files
find ${DESTDIR} -name "*.jar" -exec rm -v {} \;
@echo Building snapshot tarball
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git
More information about the Pkg-grass-devel
mailing list