[josm] 01/07: Also remove OSX support from upstream source.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Oct 10 22:17:48 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 75b2a91b5959683664d2c449558ebbebde1ad740
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Oct 10 18:34:28 2015 +0200

    Also remove OSX support from upstream source.
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 +++-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a51d855..c3b8656 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+josm (0.0.svn8800+dfsg2-1~exp2) UNRELEASED; urgency=medium
+
+  * Also remove OSX support from upstream source.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 10 Oct 2015 18:33:35 +0200
+
 josm (0.0.svn8800+dfsg2-1~exp1) experimental; urgency=medium
 
   * New tested snapshot.
diff --git a/debian/rules b/debian/rules
index 2e5dc7a..af89f99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ else
 VERSION := 0.0.0.${DATE}
 endif
 DESTDIR := ../tarballs/josm-${VERSION}
-DESTTGZ := ../tarballs/josm_${VERSION}+dfsg2.orig.tar.gz
+DESTTGZ := ../tarballs/josm_${VERSION}+dfsg3.orig.tar.gz
 
 DEB_VERSION := $(shell dpkg-parsechangelog | grep ^Version | cut -d\  -f2)
 DEB_UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | cut -d- -f1)
@@ -94,6 +94,8 @@ get-orig-source:
 	rm -fr ${DESTDIR}/src/org/openstreetmap/gui/jmapviewer/
 	@echo Removing embedded fonts
 	rm -fr ${DESTDIR}/data/fonts/
+	@echo Removing OSX support
+	rm -fr ${DESTDIR}/macosx/
 	@echo Removing Windows installer
 	rm -fr ${DESTDIR}/windows/
 	@echo Building snapshot tarball

-- 
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