[Pkg-cli-apps-commits] r4295 - in /packages/giver/trunk/debian: changelog control rules
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Sun Dec 14 15:05:34 UTC 2008
Author: meebey
Date: Sun Dec 14 15:05:34 2008
New Revision: 4295
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4295
Log:
* debian/control
+ Bumped cli-common-dev build-dep to >= 0.5.4 as we use dh_clipstrip of it.
* debian/rules:
+ Added dh_clistrip call.
Modified:
packages/giver/trunk/debian/changelog
packages/giver/trunk/debian/control
packages/giver/trunk/debian/rules
Modified: packages/giver/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/changelog?rev=4295&op=diff
==============================================================================
--- packages/giver/trunk/debian/changelog (original)
+++ packages/giver/trunk/debian/changelog Sun Dec 14 15:05:34 2008
@@ -18,8 +18,11 @@
* debian/control:
+ Removed perl from build-deps as it's build essential.
+ Added Vcs-* fields.
+ + Bumped cli-common-dev build-dep to >= 0.5.4 as we use dh_clipstrip of it.
+ * debian/rules:
+ + Added dh_clistrip call.
- -- Iulian Udrea <iulian at ubuntu.com> Tue, 25 Nov 2008 21:05:22 +0000
+ -- Mirco Bauer <meebey at debian.org> Sun, 14 Dec 2008 16:04:18 +0100
giver (0.1.8-2) unstable; urgency=low
Modified: packages/giver/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/control?rev=4295&op=diff
==============================================================================
--- packages/giver/trunk/debian/control (original)
+++ packages/giver/trunk/debian/control Sun Dec 14 15:05:34 2008
@@ -11,7 +11,7 @@
libgconf2-dev,
intltool (>= 0.37.1),
mono-devel (>= 2.0),
- cli-common-dev (>= 0.4.4),
+ cli-common-dev (>= 0.5.4),
pkg-config (>= 0.22),
libavahi1.0-cil (>= 0.6.19),
libmono-cairo2.0-cil (>= 2.0),
Modified: packages/giver/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/giver/trunk/debian/rules?rev=4295&op=diff
==============================================================================
--- packages/giver/trunk/debian/rules (original)
+++ packages/giver/trunk/debian/rules Sun Dec 14 15:05:34 2008
@@ -53,6 +53,7 @@
dh_desktop
dh_link
dh_strip
+ dh_clistrip
dh_compress
dh_fixperms
dh_clifixperms
More information about the Pkg-cli-apps-commits
mailing list