[Pkg-cli-apps-commits] [SCM] banshee-alarm-extension branch, master, updated. 35587e0eb1ece38902448490db1c20a725960bca
Chow Loong Jin
hyperair at gmail.com
Sat May 30 14:29:15 UTC 2009
The following commit has been merged in the master branch:
commit 6d60ca57f93fad48b64f2cf55a755f32ffec3e60
Author: Chow Loong Jin <hyperair at gmail.com>
Date: Sat May 30 18:42:06 2009 +0800
Add some missing things into build-dep, cli-common
* debian/control:
+ mono-devel (>= 2.0.1)
+ cli-common-dev (>= 0.5.7)
+ intltool (>= 0.35.0)
+ pkg-config (>= 0.9.0)
* debian/rules:
+ include /usr/share/cli-common/cli.make
diff --git a/debian/control b/debian/control
index be1188b..7a9da8d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,10 @@ Maintainer: Debian CLI Applications Team <pkg-cli-apps at lists.alioth.debian.org>
Uploaders: Chow Loong Jin <hyperair at gmail.com>
Build-Depends: debhelper (>= 7.0.50),
autotools-dev,
+ mono-devel (>= 2.0.1),
+ cli-common-dev (>= 0.5.7),
+ pkg-config (>= 0.9.0),
+ intltool (>= 0.35.0),
banshee (>= 1.0)
Standards-Version: 3.8.1
Homepage: http://banshee-unofficial-plugins.googlecode.com
diff --git a/debian/rules b/debian/rules
index b80be5d..0e4f556 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
+include /usr/share/cli-common/cli.make
+
# some variables for get-orig-source
MAKEFILE = $(firstword $(MAKEFILE_LIST))
DEBIAN_DIR = $(dir $(MAKEFILE))
--
banshee-alarm-extension
More information about the Pkg-cli-apps-commits
mailing list