[SCM] WorldForge transport library branch, master, updated. upstream/0.3.8-29-gd7ade4f
Stephen M. Webb
stephen.webb at bregmasoft.ca
Fri Jan 27 22:32:41 UTC 2012
The following commit has been merged in the master branch:
commit da809295f62f61efce8a7b25ff8b0d49d0e86704
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date: Fri Jan 27 16:23:33 2012 -0500
debian/rules: add --with autoreconf to regenerate autoconfigury
diff --git a/debian/changelog b/debian/changelog
index f6ec16c..9320a3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ skstream (0.3.8-1) UNRELEASED; urgency=low
* added VCs- fields to debian/control
* debian/copyright: convert to DEP-5 format
* debian/compat: set to compatibility level 9
+ * debian/rules: add --with autoreconf to regenerate autoconfigury
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca> Fri, 27 Jan 2012 16:01:23 -0500
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca> Fri, 27 Jan 2012 16:22:32 -0500
skstream (0.3.6-5) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 403598a..6a37322 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Section: libs
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
libcppunit-dev
Standards-Version: 3.9.2
Homepage: http://www.worldforge.org/
diff --git a/debian/rules b/debian/rules
index 4fe2ee3..3d6a27c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_install:
dh_install --fail-missing -X.la -X.a
--
WorldForge transport library
More information about the Pkg-games-commits
mailing list