[SCM] game about viruses invading your computer branch, master, updated. debian/1.0-1.dfsg.1-2

Ansgar Burchardt ansgar at 43-1.org
Sat Dec 3 13:03:02 UTC 2011


The following commit has been merged in the master branch:
commit 9e4ae7b27209ef099019560a580f49d90078695f
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date:   Sat Dec 3 13:50:26 2011 +0100

    Use xz compression for source and binary packages.

diff --git a/debian/control b/debian/control
index 5b61398..05cf89a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-games/viruskiller.git
 
 Package: viruskiller
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6)
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Game about viruses invading your computer
  Your computer has been invaded! Dozens of little viruses are pouring in via
diff --git a/debian/rules b/debian/rules
index af29feb..db68e4a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,5 @@ override_dh_auto_install:
 	rm $(CURDIR)/debian/viruskiller/usr/share/doc/viruskiller/LICENSE \
 		$(CURDIR)/debian/viruskiller/usr/share/doc/viruskiller/README
 
+override_dh_builddeb:
+	dh_builddeb -- -Zxz
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

-- 
game about viruses invading your computer



More information about the Pkg-games-commits mailing list