[mipp] 02/04: Drop buildsystem option from dh_auto_* commands, set globally already.

Bas Couwenberg sebastic at debian.org
Sat Aug 6 19:14:32 UTC 2016


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

sebastic pushed a commit to branch master
in repository mipp.

commit d1ccce4ea7a0ad9d0a49901770c74952e4e6285f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 6 20:41:20 2016 +0200

    Drop buildsystem option from dh_auto_* commands, set globally already.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 198229e..27ca0a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ mipp (0.10.0-1) unstable; urgency=medium
   * Update copyright file, changes:
     - Update copyright years for Lars Orum Rasmussen
     - Drop .0 from GPL license shortname
+  * Drop buildsystem option from dh_auto_* commands, set globally already.
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 06 Aug 2016 17:46:41 +0000
 
diff --git a/debian/rules b/debian/rules
index 7e76e68..0990c17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,11 +14,11 @@ export PYBUILD_TEST_ARGS=tests
 
 
 override_dh_auto_build:
-	dh_auto_build --buildsystem=pybuild
+	dh_auto_build
 	$(MAKE) -C doc html
 
 
 override_dh_auto_clean:
-	dh_auto_clean --buildsystem=pybuild
+	dh_auto_clean
 	$(RM) -r mipp.egg-info
 	$(MAKE) -C doc clean

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



More information about the Pkg-grass-devel mailing list