The following commit has been merged in the master branch:
commit 271e1dae09fe94acf49097257513e1308bbb353c
Author: Stephen M. Webb <[email protected]>
Date: Fri Jan 27 23:21:18 2012 -0500
use xz compression for packaging
diff --git a/debian/changelog b/debian/changelog
index 1c07fb1..084f04b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,9 @@ atlas-cpp (0.6.2-1) UNRELEASED; urgency=low
* added lintian override for multiple DSOs in package
* added more zlib and libbz build dependencies
* debian/rules: convert to use dh build sequencer
+ * use xz compression for packaging
- -- Stephen M. Webb <[email protected]> Fri, 27 Jan 2012 22:29:36
-0500
+ -- Stephen M. Webb <[email protected]> Fri, 27 Jan 2012 23:20:30
-0500
atlas-cpp (0.6.1-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f2a281e..b44a9b9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/atlas-cpp.git
Package: libatlas-cpp-0.6-1
Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~), ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: World Forge wire protocol library - runtime libs
This library implements the Atlas protocol, for use in client-server
@@ -26,6 +27,7 @@ Package: libatlas-cpp-0.6-1-dbg
Architecture: any
Section: debug
Priority: extra
+Pre-Depends: dpkg (>= 1.15.6~)
Depends: libatlas-cpp-0.6-1 (= ${binary:Version}), ${misc:Depends}
Description: World Forge wire protocol library - debugging libs
This library implements the Atlas protocol, for use in client-server
@@ -36,6 +38,7 @@ Description: World Forge wire protocol library - debugging
libs
Package: libatlas-cpp-doc
Architecture: all
Section: doc
+Pre-Depends: dpkg (>= 1.15.6~)
Depends: ${misc:Depends}
Suggests: libatlas-cpp-0.6-dev (>= ${source:Version})
Description: World Forge wire protocol library - documentation
@@ -47,6 +50,7 @@ Description: World Forge wire protocol library - documentation
Package: libatlas-cpp-0.6-dev
Architecture: any
Section: libdevel
+Pre-Depends: dpkg (>= 1.15.6~)
Depends: libatlas-cpp-0.6-1 (= ${binary:Version}),
pkg-config,
${misc:Depends},
diff --git a/debian/rules b/debian/rules
index 933091e..130e930 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,6 @@ override_dh_strip:
done
dh_strip -s --remaining-packages
+override_dh_builddeb:
+ dh_builddeb -- -Zxz
--
WorldForge protocol library
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits