[Pkg-mono-svn-commits] rev 3365 - evolution-sharp/trunk/debian

Mirco Bauer meebey-guest at alioth.debian.org
Fri Sep 21 17:44:07 UTC 2007


Author: meebey-guest
Date: 2007-09-21 17:44:07 +0000 (Fri, 21 Sep 2007)
New Revision: 3365

Modified:
   evolution-sharp/trunk/debian/changelog
   evolution-sharp/trunk/debian/control
   evolution-sharp/trunk/debian/rules
Log:
- evolution-sharp 0.13.3-3 release



Modified: evolution-sharp/trunk/debian/changelog
===================================================================
--- evolution-sharp/trunk/debian/changelog	2007-09-21 17:42:58 UTC (rev 3364)
+++ evolution-sharp/trunk/debian/changelog	2007-09-21 17:44:07 UTC (rev 3365)
@@ -1,3 +1,14 @@
+evolution-sharp (0.13.3-3) unstable; urgency=low
+
+  * Added myself to Uploaders.
+  * Do not Conflict with libevolution-cil as libevolution2.0-cil provides it.
+    (thats like conflicting against libevolution2.0-cil directly)
+    (libevolution-cil was never in a release, so no big problem)
+  * Removed Provides, as it doesn't provide an ABI compatible version.
+  * Use dh_clifixperms instead of custom find commands in debian/rules.
+
+ -- Mirco Bauer <meebey at debian.org>  Fri, 21 Sep 2007 16:28:06 +0200
+
 evolution-sharp (0.13.3-2) unstable; urgency=low
 
   * Do not Conflict but Replace libevoltion2.0-cil

Modified: evolution-sharp/trunk/debian/control
===================================================================
--- evolution-sharp/trunk/debian/control	2007-09-21 17:42:58 UTC (rev 3364)
+++ evolution-sharp/trunk/debian/control	2007-09-21 17:44:07 UTC (rev 3365)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
-Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>
+Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 4.0.0), dpatch, libgtk2.0-dev (>= 2.0.0), libgnome2.0-cil, gtk-sharp2-gapi, evolution-dev (>= 2.6.0), evolution-data-server-dev (>= 1.6.1), libecal1.2-dev, libebook1.2-dev, cli-common-dev (>= 0.4.4), mono-mcs | c-sharp-compiler, libmono-dev (>= 1.0)
 Standards-Version: 3.7.2
 XS-X-Vcs-Svn: svn://svn.debian.org/svn/pkg-mono/evolution-sharp/trunk
@@ -10,9 +10,7 @@
 Package: libevolution3.0-cil
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
-Conflicts: libevolution-cil
 Replaces: libevolution-cil, libevolution2.0-cil
-Provides: libevolution-cil
 Description: CLI bindings for Evolution
- This package provides CLI bindings for Evolution API, for using with Mono
+ This package provides CLI bindings for the Evolution API, for using with Mono
  programs.

Modified: evolution-sharp/trunk/debian/rules
===================================================================
--- evolution-sharp/trunk/debian/rules	2007-09-21 17:42:58 UTC (rev 3364)
+++ evolution-sharp/trunk/debian/rules	2007-09-21 17:44:07 UTC (rev 3365)
@@ -34,16 +34,14 @@
 	dh_clean -k 
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	-cd $(CURDIR)/debian && find -type f -name "*.dll" -exec chmod -x {} \;
 
 binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_install --sourcedir=debian/tmp
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-		-cd $(CURDIR)/debian && find -type f -name "*.mdb" -exec rm -f {} \;
+	find debian/ -type f -name "*.mdb" -delete
 endif
-	
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installman
@@ -52,6 +50,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
+	dh_clifixperms
 	dh_makeclilibs -V
 	dh_installdeb
 	dh_shlibdeps




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