[SCM] Packaging of the FTE QuakeC Compiler branch, master, updated. upstream/3343+svn3400-15-g43792eb

Bruno Kleinert fuddl at tauware.de
Fri Mar 25 17:53:36 UTC 2011


The following commit has been merged in the master branch:
commit 43792eb43d123aab208afced4381f9655d59a07a
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Fri Mar 25 18:53:07 2011 +0100

    Use debhelper (>= 8) to build the package
    
    Drop build-dependency on cdbs, rewrite debian/rules, bum debian/compat
    to 8

diff --git a/debian/changelog b/debian/changelog
index 0cb68cb..a903154 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+fteqcc (3343+svn3400-3) unstable; urgency=low
+
+  * Use debhelper 8 to build the source package
+    * Bump build-dependency to debhelper (>= 8)
+    * Drop build-dependency on cdbs
+    * Rewrite debian/rules
+    * Bump debian/compat to 8
+
+ -- Bruno "Fuddl" Kleinert <fuddl at debian.org>  Fri, 25 Mar 2011 18:51:37 +0100
+
 fteqcc (3343+svn3400-2) unstable; urgency=low
 
   * Update standards version to 3.9.1 without changes
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index 5dfc2bc..5d1fe8f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Bruno "Fuddl" Kleinert <fuddl at debian.org>
-Build-Depends: debhelper (>= 5), cdbs
+Build-Depends: debhelper (>= 8)
 Standards-Version: 3.9.1
 Homepage: http://fteqw.sourceforge.net/
 Vcs-git: git://git.debian.org/pkg-games/fteqcc.git
diff --git a/debian/rules b/debian/rules
index d3c674f..e1732a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,19 +1,16 @@
 #!/usr/bin/make -f
+#export DH_VERBOSE=1
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/makefile.mk
+%:
+	dh $@
 
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-    NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-    MAKEFLAGS += -j$(NUMJOBS)
-endif
-
-DEB_MAKE_BUILD_TARGET=all
-
-install/fteqcc::
+override_dh_auto_install:
 	mkdir -p debian/fteqcc/usr/bin
 	install -s fteqcc.bin debian/fteqcc/usr/bin/fteqcc
 
-clean::
+override_dh_auto_clean:
 	rm -f *.o fteqcc.bin fteqcc.log
+
+override_dh_auto_test:
+	# Do nothing. This is intentional, as the test binaries require external
+	# sources.

-- 
Packaging of the FTE QuakeC Compiler



More information about the Pkg-games-commits mailing list