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


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

    use xz compression for packaging

diff --git a/debian/changelog b/debian/changelog
index 9443143..73915bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ varconf (0.6.7-1) UNRELEASED; urgency=low
   * added symbols tracking
   * debian/copyright: convert to DEP-5 format
   * debian/rules: regenerate autoconfigury
+  * use xz compression for packaging
 
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 27 Jan 2012 21:34:14 -0500
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 27 Jan 2012 21:36:29 -0500
 
 varconf (0.6.6-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d66b75f..87b2ae6 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/varconf.git
 
 Package: libvarconf-1.0-7
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Description: WorldForge configuration file handling library
@@ -27,6 +28,7 @@ Description: WorldForge configuration file handling library
 Package: libvarconf-dev
 Architecture: any
 Section: libdevel
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
 Depends: libsigc++-2.0-dev,
          libvarconf-1.0-7 (= ${binary:Version}),
          ${misc:Depends}
@@ -46,6 +48,7 @@ Package: libvarconf-1.0-7-dbg
 Architecture: any
 Section: debug
 Priority: extra
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
 Depends: libvarconf-1.0-7 (= ${binary:Version}),
          ${misc:Depends}
 Description: WorldForge configuration file handling library - debugging libraries
diff --git a/debian/rules b/debian/rules
index 90fd021..e811d7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,6 @@ override_dh_strip:
 	done
 	dh_strip -s --remaining-packages
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
+

-- 
WorldForge configuration library



More information about the Pkg-games-commits mailing list