[Pkg-mono-svn-commits] rev 3325 - gtksourceview-sharp2/trunk/debian

Sebastian Dröge slomo at alioth.debian.org
Wed Sep 5 21:01:37 UTC 2007


Author: slomo
Date: 2007-09-05 21:01:37 +0000 (Wed, 05 Sep 2007)
New Revision: 3325

Modified:
   gtksourceview-sharp2/trunk/debian/changelog
   gtksourceview-sharp2/trunk/debian/rules
Log:
* ACK NMU by Thijs Kinkhorst (Closes: #392139).
* debian/rules:
  + Use dh_clifixperms instead of manual find magic.

Modified: gtksourceview-sharp2/trunk/debian/changelog
===================================================================
--- gtksourceview-sharp2/trunk/debian/changelog	2007-09-05 20:59:07 UTC (rev 3324)
+++ gtksourceview-sharp2/trunk/debian/changelog	2007-09-05 21:01:37 UTC (rev 3325)
@@ -5,7 +5,7 @@
     + Add myself to Uploaders.
   * debian/patches/fix_docsdir.dpatch:
     + Dropped, merged upstream.
-  * ACK NMU by Thijs Kinkhorst.
+  * ACK NMU by Thijs Kinkhorst (Closes: #392139).
   * debian/control,
     debian/compat:
     + Update to Standards-Version 3.7.2.
@@ -13,6 +13,8 @@
   * debian/control:
     + Remove Dave Beckett from Uploaders by his request.
     + Update Mircos mail address to the debian.org one.
+  * debian/rules:
+    + Use dh_clifixperms instead of manual find magic.
 
  -- Sebastian Dröge <slomo at debian.org>  Wed, 05 Sep 2007 22:33:13 +0200
 

Modified: gtksourceview-sharp2/trunk/debian/rules
===================================================================
--- gtksourceview-sharp2/trunk/debian/rules	2007-09-05 20:59:07 UTC (rev 3324)
+++ gtksourceview-sharp2/trunk/debian/rules	2007-09-05 21:01:37 UTC (rev 3325)
@@ -35,7 +35,7 @@
 	# Makefile smokes crack and install the .pc file outerspace
 	mkdir -p debian/tmp/usr/lib/pkgconfig/
 	find $(CURDIR)/debian/tmp -name "gtksourceview-sharp-2.0.pc" -exec mv {} debian/tmp/usr/lib/pkgconfig/ \;
-	-find $(CURDIR)/debian -follow -type f -name "*.dll" -exec chmod -x {} \;
+	dh_clifixperms
 
 binary-indep: build install
 	dh_testdir




More information about the Pkg-mono-svn-commits mailing list