[Pkg-cli-apps-commits] r4677 - in /packages/blam/trunk/debian: changelog control rules

meebey at users.alioth.debian.org meebey at users.alioth.debian.org
Sun Mar 8 11:31:14 UTC 2009


Author: meebey
Date: Sun Mar  8 11:31:14 2009
New Revision: 4677

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4677
Log:
  * debian/rules:  
    + Call dh_clideps for arch:all packages too, as blam went from arch:any
      to arch:all. All binary dependecies were missing because of this.
    + Added call for dh_clistrip and dh_clifixperms and removed manual the
      chmod +x call.
  * debian/control:
    + Bumped cli-common-dev build-dep to >= 0.4.9 as we use dh_clistrip of
      it now.


Modified:
    packages/blam/trunk/debian/changelog
    packages/blam/trunk/debian/control
    packages/blam/trunk/debian/rules

Modified: packages/blam/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/blam/trunk/debian/changelog?rev=4677&op=diff
==============================================================================
--- packages/blam/trunk/debian/changelog (original)
+++ packages/blam/trunk/debian/changelog Sun Mar  8 11:31:14 2009
@@ -1,3 +1,16 @@
+blam (1.8.6-2) unstable; urgency=low
+
+  * debian/rules:
+    + Call dh_clideps for arch:all packages too, as blam went from arch:any
+      to arch:all. All binary dependecies were missing because of this.
+    + Added call for dh_clistrip and dh_clifixperms and removed manual the
+      chmod +x call.
+  * debian/control:
+    + Bumped cli-common-dev build-dep to >= 0.4.9 as we use dh_clistrip of
+      it now.
+
+ -- Mirco Bauer <meebey at debian.org>  Sun, 08 Mar 2009 12:06:25 +0100
+
 blam (1.8.6-1) unstable; urgency=low
 
   [ Carlos Martín Nieto ]

Modified: packages/blam/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/blam/trunk/debian/control?rev=4677&op=diff
==============================================================================
--- packages/blam/trunk/debian/control (original)
+++ packages/blam/trunk/debian/control Sun Mar  8 11:31:14 2009
@@ -5,9 +5,13 @@
 Uploaders:  Carlos Martín Nieto <carlos at cmartin.tk>
 Build-Depends: debhelper (>= 5), cdbs
 Build-Depends-Indep: mono-devel (>= 2.0),
- libmono-dev (>= 2.0), cli-common-dev (>= 0.4.4), intltool,
- libgnome2.0-cil, libwebkit1.0-cil (>= 0.2)
- libgconf2.0-cil, libndesk-dbus-glib1.0-cil (>= 0.4.1)
+ libmono-dev (>= 2.0),
+ cli-common-dev (>= 0.4.9),
+ intltool,
+ libgnome2.0-cil,
+ libgconf2.0-cil,
+ libwebkit1.0-cil (>= 0.2),
+ libndesk-dbus-glib1.0-cil (>= 0.4.1)
 Standards-Version: 3.8.0
 Homepage: http://cmartin.tk/blam.html
 Vcs-Svn: svn://svn.debian.org/pkg-cli-apps/packages/blam/trunk/

Modified: packages/blam/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/blam/trunk/debian/rules?rev=4677&op=diff
==============================================================================
--- packages/blam/trunk/debian/rules (original)
+++ packages/blam/trunk/debian/rules Sun Mar  8 11:31:14 2009
@@ -9,11 +9,10 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL='-n'
 DEB_CONFIGURE_USER_FLAGS += MCS=/usr/bin/csc GMCS=/usr/bin/csc
 
-common-binary-predeb-arch::
+common-binary-predeb-arch common-binary-predeb-indep::
+	dh_clistrip
+	dh_clifixperms
 	dh_clideps -d
-
-common-binary-post-install-arch::
-	chmod 755 debian/blam/usr/lib/blam/blam.exe
 
 install/blam::
 	rm -f debian/blam/usr/lib/blam/libblam.la
@@ -25,4 +24,3 @@
 	rm -f lib/RSSFeed.dll
 	rm -f config.satus
 	rm -f config.log
-




More information about the Pkg-cli-apps-commits mailing list