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

Stephen M. Webb stephen.webb at bregmasoft.ca
Sat Jan 28 01:42:44 UTC 2012


The following commit has been merged in the master branch:
commit 84901f62d6014345f62def63bea81361e902dd5e
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Fri Jan 27 19:06:03 2012 -0500

    debian/rules: regenerated autoconfigury

diff --git a/debian/changelog b/debian/changelog
index 8079bb8..a9b701a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ wfmath (0.3.12-1) UNRELEASED; urgency=low
   * refined doc packaging rules
   * added symbols tracking
   * debian/copyright: converted to DEP-5 format
+  * debian/rules: regenerated autoconfigury
 
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 27 Jan 2012 12:49:30 -0500
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 27 Jan 2012 19:05:17 -0500
 
 wfmath (0.3.9-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5a52a8d..d52d9a9 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), doxygen
+Build-Depends: debhelper (>= 8),
+               dh-autoreconf,
+               doxygen
 Standards-Version: 3.9.2
 Homepage: http://www.worldforge.org/
 Vcs-Git: git://git.debian.org/git/pkg-games/wfmath.git
@@ -11,22 +13,24 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/wfmath.git
 
 Package: libwfmath-0.3-6
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: WorldForge math library
  The primary focus of WFMath is geometric objects. Thus,
  it includes an several shapes (boxes, balls, lines),
- in addition to the basic math objects that are used to 
+ in addition to the basic math objects that are used to
  build these shapes (points, vectors, matrices).
 
 Package: libwfmath-0.3-dev
 Section: libdevel
 Architecture: any
-Depends: libwfmath-0.3-6 (= ${binary:Version}), ${misc:Depends}
+Depends: libwfmath-0.3-6 (= ${binary:Version}),
+         ${misc:Depends}
 Suggests: libwfmath-doc
 Description: WorldForge math library - development files
  The primary focus of WFMath is geometric objects. Thus,
  it includes an several shapes (boxes, balls, lines),
- in addition to the basic math objects that are used to 
+ in addition to the basic math objects that are used to
  build these shapes (points, vectors, matrices).
  .
  This package contains the development files.
@@ -38,7 +42,7 @@ Depends: ${misc:Depends}
 Description: WorldForge math library - API documentation
  The primary focus of WFMath is geometric objects. Thus,
  it includes an several shapes (boxes, balls, lines),
- in addition to the basic math objects that are used to 
+ in addition to the basic math objects that are used to
  build these shapes (points, vectors, matrices).
  .
  This package contains the API documentation files.
@@ -47,11 +51,12 @@ Package: libwfmath-0.3-6-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libwfmath-0.3-6 (= ${binary:Version}), ${misc:Depends}
+Depends: libwfmath-0.3-6 (= ${binary:Version}),
+         ${misc:Depends}
 Description: WorldForge math library - debugging library
  The primary focus of WFMath is geometric objects. Thus,
  it includes an several shapes (boxes, balls, lines),
- in addition to the basic math objects that are used to 
+ in addition to the basic math objects that are used to
  build these shapes (points, vectors, matrices).
  .
  This package contains the library with debugging symbols.
diff --git a/debian/rules b/debian/rules
index 1def309..9095a06 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 math library



More information about the Pkg-games-commits mailing list