[SCM] WorldForge math library branch, master, updated. debian/0.3.11-1_RFS1-9-g7eb8dd6

Stephen M. Webb stephen.webb at bregmasoft.ca
Thu Jan 26 20:12:17 UTC 2012


The following commit has been merged in the master branch:
commit 66f5d009986ed2de4852ca121910a1b54fb4d7f5
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Thu Jan 19 15:33:40 2012 -0500

    convert to use the dh build sequencer

diff --git a/debian/changelog b/debian/changelog
index 7d3b588..30c59d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 wfmath (0.3.12-1) UNRELEASED; urgency=low
 
   * new upstream release
+  * convert to use the dh build sequencer
 
  -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Thu, 19 Jan 2012 15:12:05 -0500
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index 4cfd646..6b3255b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: libs
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Stephen M. Webb <stephen.webb at bregmasoft.ca>
-Build-Depends: debhelper (>= 5), cdbs, doxygen
+Build-Depends: debhelper (>= 8), doxygen
 Standards-Version: 3.9.2
 Homepage: http://www.worldforge.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/wfmath.git
diff --git a/debian/rules b/debian/rules
index 29d0648..ed23870 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,18 @@
 #!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-# Copyright © 2004 Michael Koch <konqueror at gmx.de>
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+	dh $@ --parallel
 
-DEB_DH_INSTALL_ARGS = --fail-missing -X.la
+override_dh_install:
+	dh_install --fail-missing -X.la -X.a
 
-clean::
-	rm -rf $(CURDIR)/doc/html
-	rm -rf $(CURDIR)/doc/latex
-	rm -rf $(CURDIR)/doc/man
+override_dh_auto_build-indep:
+	$(MAKE) -C doc docs
+
+override_dh_auto_clean:
+	-rm -rf doc/html
+	-rm -rf doc/latex
+	-rm -rf doc/man
+	dh_auto_clean
 
-install/libwfmath-doc::
-	make docs
 
-DEB_DH_INSTALL_SOURCEDIR := debian/tmp

-- 
WorldForge math library



More information about the Pkg-games-commits mailing list