[SCM] Packaging for cube2font branch, master, updated. upstream/1.2-4-gbcc1d61

Martin Erik Werner martinerikwerner at gmail.com
Sat Jan 14 21:04:20 UTC 2012


The following commit has been merged in the master branch:
commit 0822b95505fe8d71986388705a19a68ddf28500c
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sat Jan 14 19:27:40 2012 +0100

    Fixes for XZ

diff --git a/debian/control b/debian/control
index 54cd75c..f3bd475 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Homepage: http://www.redeclipse.net
 
 Package: cube2font
 Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: utility program for creating font bitmaps for Cube Engine games
  cube2font is a utility program designed to create font bitmaps for Cube
@@ -28,6 +29,7 @@ Package: cube2font-dbg
 Section: debug
 Architecture: any
 Priority: extra
+Pre-Depends: dpkg (>= 1.15.6~)
 Depends: cube2font (= ${binary:Version}), ${misc:Depends}
 Description: debugging symbols for cube2font
  This package contains the debugging symbols for the font bitmap creation tool
diff --git a/debian/rules b/debian/rules
index f1951f3..b246732 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_install:
 	make -C src/ system-install-cube2font DESTDIR=../debian/cube2font \
 		prefix=/usr
 
-overrride_dh_builddeb:
+override_dh_builddeb:
 	dh_builddeb -Zxz
 
 VER=$(shell dpkg-parsechangelog | sed -rne 's/^Version: ([^-]+).*/\1/p')

-- 
Packaging for cube2font



More information about the Pkg-games-commits mailing list