[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:49:57 UTC 2009
The following commit has been merged in the master branch:
commit 6d4ca7ee562631fdb6ceb595f059f8416893ef17
Author: Chow Loong Jin <hyperair at gmail.com>
Date: Tue Apr 21 21:12:30 2009 +0800
Beginning of dh7 transition
* debian/control,
debian/rules:
+ Transition to dh7
diff --git a/debian/changelog b/debian/changelog
index dffa17b..afa6703 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+banshee (1.4.3-5) UNRELEASED; urgency=low
+
+ * debian/control,
+ debian/rules:
+ + Transition to dh7
+
+ -- Chow Loong Jin <hyperair at gmail.com> Tue, 21 Apr 2009 21:12:09 +0800
+
banshee (1.4.3-4) unstable; urgency=low
* debian/control:
diff --git a/debian/control b/debian/control
index 8a29e49..5865863 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: sound
Priority: optional
Maintainer: Sebastian Dröge <slomo at debian.org>
Uploaders: Chow Loong Jin <hyperair at gmail.com>
-Build-Depends: debhelper (>= 5),
- cdbs,
+Build-Depends: debhelper (>= 7.2),
+ quilt,
autotools-dev,
cli-common-dev (>= 0.4.4),
intltool (>= 0.35),
diff --git a/debian/rules b/debian/rules
index c9fa888..2f4c915 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,24 +1,36 @@
#!/usr/bin/make -f
-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)
-
+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
-
+#
+#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 \
+ --with-vendor-build-id="`lsb_release -ds`" \
+ MCS=/usr/bin/csc
+override_dh_auto_clean: unpatch
+ dh_auto_clean
+
+%:
+ dh $@
--
banshee
More information about the Pkg-cli-apps-commits
mailing list