[SCM] Packaging for scorched3d branch, master, updated. debian/43.2a.dfsg-5-4-gd4de04c

Stephen M. Webb stephen.webb at bregmasoft.ca
Tue Dec 13 03:28:07 UTC 2011


The following commit has been merged in the master branch:
commit d4de04ce2abb010e4a53e02dab66e8788e9209a2
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Mon Dec 12 20:52:18 2011 -0500

    Use xz compression.

diff --git a/debian/changelog b/debian/changelog
index cb33eee..2d5e8f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ scorched3d (43.2a.dfsg-6) UNRELEASED; urgency=low
 
   * Team upload.
   * Fixed FTBFS due to mawk sprint limit (Closes: #650579) (Closes: #628365).
+  * Use xz compression.
 
  -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Sun, 11 Dec 2011 21:52:37 -0500
 
diff --git a/debian/control b/debian/control
index efebb57..10ab599 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Homepage: http://scorched3d.sourceforge.net/
 
 Package: scorched3d
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6)
 Depends: ${misc:Depends}, ${shlibs:Depends},
 	 scorched3d-data (= ${source:Version})
 Description: 3D artillery game similar to Scorched Earth
diff --git a/debian/rules b/debian/rules
index 24c6eb5..2ecf19b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,6 +57,9 @@ override_dh_auto_clean:
 	rm -f config.log config.status
 	rm -rf data/avatars debian/avatars-svg/*.png
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
+
 override_dh_auto_install:
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 	# Both fonts are in ttf-dejavu-core. Remove them here and create
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..5bd47b7
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = xz

-- 
Packaging for scorched3d



More information about the Pkg-games-commits mailing list