This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository josm.
commit 6566c74c4309cd705f135f71f98e16d239dbd8c9 Author: Bas Couwenberg <[email protected]> Date: Sat Jan 7 23:17:25 2017 +0100 Don't remove icons from JOSM source, icons from OSM SVN no longer used. --- debian/changelog | 6 ++++++ debian/rules | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 729bc15..9b0143c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +josm (0.0.svn11223+dfsg-2) UNRELEASED; urgency=medium + + * Don't remove icons from JOSM source, icons from OSM SVN no longer used. + + -- Bas Couwenberg <[email protected]> Sat, 07 Jan 2017 23:17:09 +0100 + josm (0.0.svn11223+dfsg-1) unstable; urgency=medium * New tested snapshot. diff --git a/debian/rules b/debian/rules index 23b86da..355ff2b 100755 --- a/debian/rules +++ b/debian/rules @@ -70,8 +70,6 @@ get-orig-source: test -d ../tarballs/. || mkdir -p ../tarballs @echo Downloading josm from ${SVNREPO} svn export -r ${SVNREV} ${SVNREPO} ${DESTDIR} - @echo Removing icons directory - rm -rf ${DESTDIR}/images/styles/standard @echo Removing duplicated code rm -rf ${DESTDIR}/src/com/google ${DESTDIR}/src/com/kitfox ${DESTDIR}/src/oauth ${DESTDIR}/src/org/apache/commons/compress ${DESTDIR}/src/org/apache/commons/logging @echo Fetching revision metadata -- 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

