r11514 - packages/trunk/fenix-plugins/debian

Peter Pentchev roam-guest at alioth.debian.org
Fri Nov 26 13:47:58 UTC 2010


Author: roam-guest
Date: 2010-11-26 13:47:56 +0000 (Fri, 26 Nov 2010)
New Revision: 11514

Modified:
   packages/trunk/fenix-plugins/debian/changelog
   packages/trunk/fenix-plugins/debian/control
   packages/trunk/fenix-plugins/debian/rules
Log:
Use debhelper override rules.


Modified: packages/trunk/fenix-plugins/debian/changelog
===================================================================
--- packages/trunk/fenix-plugins/debian/changelog	2010-11-26 13:19:07 UTC (rev 11513)
+++ packages/trunk/fenix-plugins/debian/changelog	2010-11-26 13:47:56 UTC (rev 11514)
@@ -1,6 +1,6 @@
 fenix-plugins (0.0.20070803-4) UNRELEASED; urgency=low
 
-  TODO: debhelper: overrides, then 8
+  TODO: debhelper: 8
   TODO: dpkg-buildflags
 
   [ Miriam Ruiz ]
@@ -29,6 +29,7 @@
   * Bump the debhelper compatibility level to 7:
     - shorten the rules file using the dh(1) helper
     - use "dh --with autotools_dev" to handle config.guess and config.sub
+    - use debhelper override rules
 
  -- Peter Pentchev <roam at ringlet.net>  Thu, 25 Nov 2010 16:09:06 +0200
 

Modified: packages/trunk/fenix-plugins/debian/control
===================================================================
--- packages/trunk/fenix-plugins/debian/control	2010-11-26 13:19:07 UTC (rev 11513)
+++ packages/trunk/fenix-plugins/debian/control	2010-11-26 13:47:56 UTC (rev 11514)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bdefreese at debian.org>
-Build-Depends: debhelper (>= 7.0.8), autotools-dev (>= 20100122.1~),
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev (>= 20100122.1~),
  autoconf, automake1.10 | automake1.9,
  zlib1g-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-net1.2-dev, libsdl-mixer1.2-dev,
  libsmpeg-dev, libfreetype6-dev, fenix, fenix-dev, libtool

Modified: packages/trunk/fenix-plugins/debian/rules
===================================================================
--- packages/trunk/fenix-plugins/debian/rules	2010-11-26 13:19:07 UTC (rev 11513)
+++ packages/trunk/fenix-plugins/debian/rules	2010-11-26 13:47:56 UTC (rev 11514)
@@ -17,9 +17,7 @@
 	plugins/mpeg.so plugins/exec.so \
 	plugins/tcpsock.so plugins/fsock.so
 
-build: build-stamp
-build-stamp:
-	dh build --before auto_build --with autotools_dev
+override_dh_auto_build:
 	for i in */ ; do \
 		if [ -e "$$i/configure.ac" ]; then \
 			cp -f /usr/share/libtool/config/ltmain.sh "$$i/ltmain.sh" ; \
@@ -29,25 +27,11 @@
 		CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
 		CONFFLAGS="--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)" \
 		$(PLUGINS)
-	dh build --remaining
-	touch $@
 
-clean:
-	dh $@ --before auto_clean
+override_dh_auto_clean:
 	dh_auto_clean -- fullclean
-	dh $@ --remaining --with autotools_dev
 
-install: build
-	dh $@
+override_dh_makeshlibs:
 
-# Build architecture-independent files here.
-binary-indep: build install
-	dh $@
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh $@ --before makeshlibs
-	dh $@ --after makeshlibs
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+	dh $@ --with autotools_dev




More information about the Pkg-games-commits mailing list