[SCM] WorldForge configuration library branch, master, updated. debian/0.6.7-1_RFS1-6-g8c783dd

Stephen M. Webb stephen.webb at bregmasoft.ca
Sat Jan 28 03:08:36 UTC 2012


The following commit has been merged in the master branch:
commit ad27833c7ea996ad02dec9a49134870e467f91ae
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Fri Jan 27 21:34:51 2012 -0500

    debian/rules: regenerate autoconfigury

diff --git a/debian/changelog b/debian/changelog
index b906695..9443143 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,9 @@ varconf (0.6.7-1) UNRELEASED; urgency=low
   * debian/control:  added Vcs- fields
   * added symbols tracking
   * debian/copyright: convert to DEP-5 format
+  * debian/rules: regenerate autoconfigury
 
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Thu, 26 Jan 2012 15:10:00 -0500
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 27 Jan 2012 21:34:14 -0500
 
 varconf (0.6.6-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 90d5d6c..d66b75f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ 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 (>= 8), libsigc++-2.0-dev
+Build-Depends: debhelper (>= 8),
+               dh-autoreconf,
+               libsigc++-2.0-dev
 Standards-Version: 3.9.2
 Homepage: http://www.worldforge.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/varconf.git
@@ -11,7 +13,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/varconf.git
 
 Package: libvarconf-1.0-7
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: WorldForge configuration file handling library
  Varconf is a configuration system designed for the STAGE server. Varconf
  can parse configuration files, command-line arguments and environment
@@ -43,7 +46,8 @@ Package: libvarconf-1.0-7-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libvarconf-1.0-7 (= ${binary:Version}), ${misc:Depends}
+Depends: libvarconf-1.0-7 (= ${binary:Version}),
+         ${misc:Depends}
 Description: WorldForge configuration file handling library - debugging libraries
  Varconf is a configuration system designed for the STAGE server. Varconf
  can parse configuration files, command-line arguments and environment
diff --git a/debian/rules b/debian/rules
index 316e02f..90fd021 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 override_dh_install:
 	dh_install --fail-missing -X.la -X.a

-- 
WorldForge configuration library



More information about the Pkg-games-commits mailing list