[osmpbf] 11/16: Use simple makefile buildsystem by default.

Bas Couwenberg sebastic at xs4all.nl
Tue Mar 11 23:42:13 UTC 2014


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

sebastic-guest pushed a commit to branch debian
in repository osmpbf.

commit 5e97e98bd77e44b1e7bc220817a1b86e823f813f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Mar 11 23:06:57 2014 +0100

    Use simple makefile buildsystem by default.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9333bb6..a85c048 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ osmpbf (1.3.1-1) UNRELEASED; urgency=medium
   * Change Maintainer to Debian GIS Project.
   * Change Priority to optional.
   * Add myself to Uploaders.
+  * Use simple makefile buildsystem by default.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 12 Mar 2014 00:04:57 +0100
 
diff --git a/debian/rules b/debian/rules
index fbedc6c..2c42caa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
+	dh $@ --buildsystem makefile
 
 override_dh_auto_clean:
 	dh_auto_clean

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



More information about the Pkg-grass-devel mailing list