[qmapshack] 05/07: Reorder targets in rules file, drop get-orig-source target plain uscan is used now.
Bas Couwenberg
sebastic at xs4all.nl
Fri Jan 2 12:43:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository qmapshack.
commit 6c57110e09f159b1e5a5ddb0238c4b0f2079c6d0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jan 2 12:55:10 2015 +0100
Reorder targets in rules file, drop get-orig-source target plain uscan is used now.
---
debian/changelog | 2 ++
debian/rules | 10 ++--------
2 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4d15f65..3a69d27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ qmapshack (0.9.1-1) UNRELEASED; urgency=medium
* New upstream release.
* Refresh patches.
+ * Reorder targets in rules file, drop get-orig-source target plain
+ uscan is used now.
-- Bas Couwenberg <sebastic at xs4all.nl> Fri, 02 Jan 2015 12:48:57 +0100
diff --git a/debian/rules b/debian/rules
index 0e77797..4cd5fbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,9 +11,6 @@ export QT_SELECT := qt5
%:
dh $@ --parallel
-override_dh_installchangelogs:
- dh_installchangelogs changelog.txt
-
override_dh_auto_build:
$(RM) $(CURDIR)/src/icons/16x16/*
$(RM) $(CURDIR)/src/icons/32x32/*
@@ -33,9 +30,6 @@ override_dh_auto_install:
dh_auto_install
install -m 644 $(CURDIR)/debian/*.xpm $(CURDIR)/debian/qmapshack/usr/share/pixmaps/
+override_dh_installchangelogs:
+ dh_installchangelogs changelog.txt
-# get-orig-source to drop upstream .hg dir
-get-orig-source:
-# When this bug will be fixed uscan will be used again
-# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749225
- wget https://bitbucket.org/maproom/qmapshack/downloads/$(pkg)-$(upstream_version).tar.gz -O $(pkg)_$(upstream_version).orig.tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qmapshack.git
More information about the Pkg-grass-devel
mailing list