[Pkg-cli-apps-commits] r4288 - in /packages/beagle-xesam/trunk/debian: changelog control rules
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Fri Dec 12 22:51:23 UTC 2008
Author: meebey
Date: Fri Dec 12 22:51:23 2008
New Revision: 4288
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4288
Log:
* debian/control:
+ Versioned mono-devel build-dep to >= 2.0, as older versions (as found in
etch) are not shipping the needed applications.
+ Updated build-dep of cli-common-dev to >= 0.5.4 as we use dh_clistrip of
it now.
* debian/rules:
+ Use dh_clistrip instead of custom find commands.
Modified:
packages/beagle-xesam/trunk/debian/changelog
packages/beagle-xesam/trunk/debian/control
packages/beagle-xesam/trunk/debian/rules
Modified: packages/beagle-xesam/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle-xesam/trunk/debian/changelog?rev=4288&op=diff
==============================================================================
--- packages/beagle-xesam/trunk/debian/changelog (original)
+++ packages/beagle-xesam/trunk/debian/changelog Fri Dec 12 22:51:23 2008
@@ -1,5 +1,6 @@
-beagle-xesam (0.1-2) UNRELEASED; urgency=low
+beagle-xesam (0.1-2) experimental; urgency=low
+ [ David Paleino ]
* Group Policy:
+ implement debian/rules get-orig-source target
* debian/control:
@@ -10,6 +11,15 @@
* debian/rules:
+ passing /usr/bin/csc as MCS to ./configure
+ [ Mirco Bauer ]
+ * debian/control:
+ + Versioned mono-devel build-dep to >= 2.0, as older versions (as found in
+ etch) are not shipping the needed applications.
+ + Updated build-dep of cli-common-dev to >= 0.5.4 as we use dh_clistrip of
+ it now.
+ * debian/rules:
+ + Use dh_clistrip instead of custom find commands.
+
-- David Paleino <d.paleino at gmail.com> Fri, 28 Nov 2008 23:41:34 +0100
beagle-xesam (0.1-1) unstable; urgency=low
Modified: packages/beagle-xesam/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle-xesam/trunk/debian/control?rev=4288&op=diff
==============================================================================
--- packages/beagle-xesam/trunk/debian/control (original)
+++ packages/beagle-xesam/trunk/debian/control Fri Dec 12 22:51:23 2008
@@ -4,9 +4,9 @@
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team at lists.alioth.debian.org>
Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Mirco Bauer <meebey at debian.org>
Build-Depends: debhelper (>= 5.0.37.2), dpatch
-Build-Depends-Indep: cli-common-dev (>= 0.4.4),
+Build-Depends-Indep: cli-common-dev (>= 0.5.4),
intltool,
- mono-devel,
+ mono-devel (>= 2.0),
libglib2.0-cil,
beagle-dev,
libndesk-dbus-glib1.0-cil,
Modified: packages/beagle-xesam/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/beagle-xesam/trunk/debian/rules?rev=4288&op=diff
==============================================================================
--- packages/beagle-xesam/trunk/debian/rules (original)
+++ packages/beagle-xesam/trunk/debian/rules Fri Dec 12 22:51:23 2008
@@ -59,10 +59,6 @@
$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
dh_install -i --sourcedir=debian/tmp
-
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- find debian/ -type f -name "*.mdb" -delete
-endif
binary-indep: build install
dh_testdir
@@ -74,6 +70,7 @@
dh_makeclilibs -m 1.0 -i
dh_link -i
dh_strip -i
+ dh_clistrip -i
dh_compress -i -X.xpi
dh_fixperms -i
dh_clifixperms -i
More information about the Pkg-cli-apps-commits
mailing list