The following commit has been merged in the master branch:
commit ecb5300dd787b68322efab2ec684d437bf7b8980
Author: Stephen M. Webb <[email protected]>
Date:   Sun Jan 29 13:25:05 2012 -0500

    used xz compression for packaging

diff --git a/debian/changelog b/debian/changelog
index 3bcaecf..4b5f589 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ skstream (0.3.8-1) UNRELEASED; urgency=low
   * debian/compat: set to compatibility level 9
   * debian/rules: add --with autoreconf to regenerate autotools files
   * debian/control: tweaked for multi-arch
+  * used xz compression for packaging
 
- -- Stephen M. Webb <[email protected]>  Fri, 27 Jan 2012 16:22:32 
-0500
+ -- Stephen M. Webb <[email protected]>  Sun, 29 Jan 2012 13:24:34 
-0500
 
 skstream (0.3.6-5) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 6fbda66..407a375 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/skstream.git
 
 Package: libskstream-0.3-6
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Description: iostream-based C++ socket library
@@ -26,6 +27,7 @@ Description: iostream-based C++ socket library
 Package: libskstream-0.3-dev
 Section: libdevel
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libskstream-0.3-6 (= ${binary:Version}),
          ${misc:Depends}
 Description: iostream-based C++ socket library - development files
@@ -38,6 +40,7 @@ Package: libskstream-0.3-6-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: libskstream-0.3-6 (= ${binary:Version}),
          ${misc:Depends}
 Description: iostream-based C++ socket library - debugging symbols
diff --git a/debian/rules b/debian/rules
index 3d6a27c..2646147 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,3 +9,6 @@ override_dh_install:
 override_dh_strip:
        dh_strip --dbg-package=libskstream-0.3-6-dbg
 
+override_dh_builddeb:
+       dh_builddeb -- -Zxz
+

-- 
WorldForge transport library

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to