[qlandkartegt] 01/02: Fix typo in dh_clean override.

Bas Couwenberg sebastic at debian.org
Sun Sep 4 17:43:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository qlandkartegt.

commit 3048fe26e777beae5a04881330cf3f8ae5aaea50
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 4 19:09:16 2016 +0200

    Fix typo in dh_clean override.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f629a28..296ba99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+qlandkartegt (1.8.1+ds-8) UNRELEASED; urgency=medium
+
+  * Fix typo in dh_clean override.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 04 Sep 2016 19:09:15 +0200
+
 qlandkartegt (1.8.1+ds-7) unstable; urgency=medium
 
   * Add -Wno-narrowing to CXXFLAGS to fix FTBFS on several architectures.
diff --git a/debian/rules b/debian/rules
index 69be041..fb0519e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ export DEB_CXXFLAGS_MAINT_APPEND=-Wno-narrowing
 %:
 	dh $@ --parallel
 
-overrid_dh_clean:
+override_dh_clean:
 	dh_clean debian/man/*.1
 	$(RM) -r src/icons/hicolor/
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qlandkartegt.git



More information about the Pkg-grass-devel mailing list