[Pkg-cli-apps-commits] [SCM] banshee branch, master, updated. debian/1.4.3-4-19-g1fa180b

Chow Loong Jin hyperair at gmail.com
Thu May 14 12:50:00 UTC 2009


The following commit has been merged in the master branch:
commit 3c1ed735723262c981e6f684442780be1dd59c86
Author: Chow Loong Jin <hyperair at gmail.com>
Date:   Wed Apr 22 03:13:48 2009 +0800

    Make dh_clideps be called with -d and remove CDBS stuff for good

diff --git a/debian/rules b/debian/rules
index 9d38957..b952e33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,27 +3,7 @@
 include /usr/share/quilt/quilt.make
 include /usr/share/cli-common/cli.make
 
-#include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
-#include /usr/share/cdbs/1/class/gnome.mk
-#include /usr/share/cdbs/1/rules/utils.mk
-#
-#common-binary-post-install-arch:: list-missing
-#
-#export MONO_SHARED_DIR=$(CURDIR)
-#
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-#
-#DEB_CONFIGURE_EXTRA_FLAGS += --disable-static --enable-release \
-#                             --with-vendor-build-id="`lsb_release -ds`" \
-#                             MCS=/usr/bin/csc
-#
-#common-binary-predeb-arch::
-#	dh_clifixperms
-#	dh_clideps -d
-#
-#clean::
-#	rm -rf $(MONO_SHARED_DIR)/.wapi
 
 override_dh_auto_configure: patch
 	dh_auto_configure -- --disable-static --enable-release \
@@ -33,6 +13,9 @@ override_dh_auto_configure: patch
 override_dh_auto_clean: unpatch
 	dh_auto_clean
 
+override_dh_clideps:
+	dh_clideps -d
+
 # disable tests
 override_dh_auto_test:
 

-- 
banshee



More information about the Pkg-cli-apps-commits mailing list