[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:45 UTC 2012


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

    use xz compression for packaging

diff --git a/debian/changelog b/debian/changelog
index a9b701a..0b7b184 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ wfmath (0.3.12-1) UNRELEASED; urgency=low
   * added symbols tracking
   * debian/copyright: converted to DEP-5 format
   * debian/rules: regenerated autoconfigury
+  * use xz compression for packaging
 
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 27 Jan 2012 19:05:17 -0500
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 27 Jan 2012 19:14:05 -0500
 
 wfmath (0.3.9-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d52d9a9..9ae586f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/wfmath.git
 
 Package: libwfmath-0.3-6
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Description: WorldForge math library
@@ -24,6 +25,7 @@ Description: WorldForge math library
 Package: libwfmath-0.3-dev
 Section: libdevel
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libwfmath-0.3-6 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: libwfmath-doc
@@ -38,6 +40,7 @@ Description: WorldForge math library - development files
 Package: libwfmath-doc
 Section: doc
 Architecture: all
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}
 Description: WorldForge math library - API documentation
  The primary focus of WFMath is geometric objects. Thus,
@@ -51,6 +54,7 @@ Package: libwfmath-0.3-6-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libwfmath-0.3-6 (= ${binary:Version}),
          ${misc:Depends}
 Description: WorldForge math library - debugging library
diff --git a/debian/rules b/debian/rules
index 9095a06..d17ec27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,6 @@ override_dh_strip:
 	done
 	dh_strip -s --remaining-packages
 
+override_dh_build_deb:
+	dh_build_deb -- -Zxz
+

-- 
WorldForge math library



More information about the Pkg-games-commits mailing list