This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository qmapshack.
commit 2eac01d841daae5e605dc07f02a0c09c15dceefd Author: Bas Couwenberg <[email protected]> Date: Fri Sep 18 00:03:31 2015 +0200 Don't remove planetsplitter, no longer built. --- debian/changelog | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index fd871ec..f98799c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ qmapshack (1.3.1-1) UNRELEASED; urgency=medium * Drop license & copyright for 3rdparty code, no longer included. * Add build dependency on libroutino-dev. * Override dh_install to use --list-missing. + * Don't remove planetsplitter, no longer built. -- Bas Couwenberg <[email protected]> Mon, 14 Sep 2015 01:00:04 +0200 diff --git a/debian/rules b/debian/rules index 11001a3..a5e4893 100755 --- a/debian/rules +++ b/debian/rules @@ -33,9 +33,6 @@ override_dh_auto_install: dh_auto_install install -m 644 $(CURDIR)/debian/*.xpm $(CURDIR)/debian/qmapshack/usr/share/pixmaps/ - # Use planetsplitter from routino package instead - $(RM) $(CURDIR)/debian/*/usr/bin/planetsplitter - override_dh_install: dh_install --list-missing -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

