[megaglest-data] 24/64: Use xz compression for the .deb too
Markus Koschany
apo-guest at moszumanska.debian.org
Sat Jan 31 20:48:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository megaglest-data.
commit 8a234630b50ca821d0b7c3cd796e64676c38edab
Author: Paul Wise <pabs at debian.org>
Date: Fri Dec 16 05:00:49 2011 +0000
Use xz compression for the .deb too
---
debian/control | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/control b/debian/control
index 0dd19e5..b770c30 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/megaglest-data/
Homepage: http://megaglest.org/
Package: glest-data
+Pre-Depends: dpkg (>= 1.15.6~)
Depends: megaglest-data, ${misc:Depends}
Architecture: all
Section: oldlibs
diff --git a/debian/rules b/debian/rules
index fec40fe..b3c16fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,6 @@ override_dh_auto_install:
rdfind -outputname /dev/null -makesymlinks true debian/megaglest-data/
# Fix those symlinks to make them relative
symlinks -r -s -c debian/megaglest-data/
+
+override_dh_builddeb:
+ dh_builddeb -- -Zxz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/megaglest-data.git
More information about the Pkg-games-commits
mailing list