[Pkg-cli-apps-commits] [SCM] banshee-coverwallpaper branch, master, updated. debian/0.1.1-1-5-g709bb64
Jo Shields
directhex at apebox.org
Fri Jan 22 13:14:55 UTC 2010
The following commit has been merged in the master branch:
commit 8c1e6dd0cfadc519c78c2b94ff6cbc241226d8c6
Author: Jo Shields <directhex at apebox.org>
Date: Fri Jan 22 13:00:02 2010 +0000
Use mono-csc from mono-devel 2.4.3
diff --git a/debian/changelog b/debian/changelog
index 0229155..8045a5f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+banshee-coverwallpaper (0.1.1-2) UNRELEASED; urgency=low
+
+ * debian/control,
+ debian/rules:
+ + Use mono-csc from mono-devel 2.4.3 as compiler
+
+ -- Jo Shields <directhex at apebox.org> Fri, 22 Jan 2010 12:53:04 +0000
+
banshee-coverwallpaper (0.1.1-1) unstable; urgency=low
* Initial release (Closes: #531209)
diff --git a/debian/control b/debian/control
index 060c7ad..97d0cde 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.
Uploaders: Chow Loong Jin <hyperair at gmail.com>
Build-Depends: debhelper (>= 7.0.50),
autotools-dev,
- mono-devel (>= 2.0.1),
+ mono-devel (>= 2.4.3),
cli-common-dev (>= 0.5.4),
banshee (>= 1.0)
Vcs-Git: git://git.debian.org/git/pkg-cli-apps/packages/banshee-coverwallpaper.git
diff --git a/debian/rules b/debian/rules
index f67c1c6..9546d51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ PACKAGE = $(shell sed -n 's/^Source: //p' $(DEBIAN_DIR)/control)
VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | \
sed -n 's/-.*//; s/^Version: //p')
+override_dh_auto_configure:
+ dh_auto_configure -- GMCS=/usr/bin/mono-csc
+
get-orig-source:
uscan \
--force-download \
--
banshee-coverwallpaper
More information about the Pkg-cli-apps-commits
mailing list