[Pkg-mono-svn-commits] rev 3134 - db4o/trunk/debian

Jose Carlos Garcia Sogo jsogo at alioth.debian.org
Mon May 14 15:13:36 UTC 2007


Author: jsogo
Date: 2007-05-14 15:13:35 +0000 (Mon, 14 May 2007)
New Revision: 3134

Modified:
   db4o/trunk/debian/changelog
   db4o/trunk/debian/control
   db4o/trunk/debian/rules
Log:
   db4o:
    + Build depend on pkg-config
    + use dh_clifixperms


Modified: db4o/trunk/debian/changelog
===================================================================
--- db4o/trunk/debian/changelog	2007-05-14 14:49:11 UTC (rev 3133)
+++ db4o/trunk/debian/changelog	2007-05-14 15:13:35 UTC (rev 3134)
@@ -1,3 +1,10 @@
+db4o (6.1.401~dfsg-2) UNRELEASED; urgency=low
+
+  * Build depends on pkg-config (Closes: #423752)
+  * Use dh_clifixperms instead of own 'find' command.
+
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Mon, 14 May 2007 17:12:52 +0200
+
 db4o (6.1.401~dfsg-1) unstable; urgency=low
 
   * New usptream release.

Modified: db4o/trunk/debian/control
===================================================================
--- db4o/trunk/debian/control	2007-05-14 14:49:11 UTC (rev 3133)
+++ db4o/trunk/debian/control	2007-05-14 15:13:35 UTC (rev 3134)
@@ -4,7 +4,7 @@
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>
 Build-Depends: debhelper (>= 5), cdbs, dpatch
-Build-Depends-Indep: mono-gmcs (>= 1.1.6) | c-sharp-compiler, mono-gac, cli-common-dev (>= 0.4.4), libmono-cecil-flowanalysis0.1-cil
+Build-Depends-Indep: mono-gmcs (>= 1.1.6) | c-sharp-compiler, mono-gac, cli-common-dev (>= 0.4.4), libmono-cecil-flowanalysis0.1-cil, pkg-config
 Standards-Version: 3.7.2
 
 Package: libdb4o6.1-cil

Modified: db4o/trunk/debian/rules
===================================================================
--- db4o/trunk/debian/rules	2007-05-14 14:49:11 UTC (rev 3133)
+++ db4o/trunk/debian/rules	2007-05-14 15:13:35 UTC (rev 3134)
@@ -46,8 +46,6 @@
 	chmod 755 debian/tmp/usr/bin/db4oadmin
 	rm -f debian/tmp/usr/lib/cli/db4o/Db4objects.Db4o.Tests.exe
 
-	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod 644 {} \;
-
 	# Delete unneeded license files
 	rm -f debian/tmp/usr/lib/cli/db4o/*.txt
 
@@ -59,7 +57,7 @@
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 		-cd $(CURDIR)/debian && find -type f -name "*.mdb" -exec rm -f {} \;
 endif
-	
+	dh_clifixperms	
 	dh_installchangelogs
 	dh_installdocs
 	dh_installcligac




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