[Pkg-cli-apps-commits] r5023 - in /packages/f-spot/trunk/debian: changelog patches/gio-sharp-pcfile.dpatch rules

laney-guest at users.alioth.debian.org laney-guest at users.alioth.debian.org
Thu Jul 9 21:24:52 UTC 2009


Author: laney-guest
Date: Thu Jul  9 21:24:51 2009
New Revision: 5023

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5023
Log:
* debian/rules: Remove gio-sharp-unstable.pc from the package. f-spot is not
  the authorative source for gio-sharp and therefore should not make it
  available to others to use. (Closes: #532943)
* debian/patches/debian_dont_link_libmono.dpatch:
  + Small patch to prevent libmono0 linkage in F-Spot's unmanaged
    libraries. This should save dependency chain space

Removed:
    packages/f-spot/trunk/debian/patches/gio-sharp-pcfile.dpatch
Modified:
    packages/f-spot/trunk/debian/changelog
    packages/f-spot/trunk/debian/rules

Modified: packages/f-spot/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/f-spot/trunk/debian/changelog?rev=5023&op=diff
==============================================================================
--- packages/f-spot/trunk/debian/changelog (original)
+++ packages/f-spot/trunk/debian/changelog Thu Jul  9 21:24:51 2009
@@ -1,12 +1,4 @@
-f-spot (0.5.0.3-6) UNRELEASED; urgency=low
-
-  * debian/patches/debian_dont_link_libmono.dpatch:
-    + Small patch to prevent libmono0 linkage in F-Spot's unmanaged
-      libraries. This should save dependency chain space
-
- -- Jo Shields <directhex at apebox.org>  Wed, 08 Jul 2009 23:28:35 +0100
-
-f-spot (0.5.0.3-5) unstable; urgency=low
+f-spot (0.5.0.3-5) UNRELEASED; urgency=low
 
   [ Tim Retout ]
   * Remove self from Uploaders.
@@ -18,12 +10,17 @@
     exist. The effect of this bug was that the import dialog defaulted to
     the user's home directory despite any configuration that may be in place.
     Thanks to Graham Bleach. (LP: #354264)
-  * debian/patches/gio-sharp-pcfile.dpatch: Add new patch to remove
-    gio-sharp.dll.config from gio#'s pcfile. Thanks to Bojan Rajkovic.
-    (Closes: #532943)
+  * debian/rules: Remove gio-sharp-unstable.pc from the package. f-spot is not
+    the authorative source for gio-sharp and therefore should not make it
+    available to others to use. (Closes: #532943)
   * debian/control: Bump standards-version, no changes 
 
- -- Iain Lane <laney at ubuntu.com>  Sun, 05 Jul 2009 18:54:14 +0100
+  [ Jo Shields ]
+  * debian/patches/debian_dont_link_libmono.dpatch:
+    + Small patch to prevent libmono0 linkage in F-Spot's unmanaged
+      libraries. This should save dependency chain space
+
+ -- Iain Lane <laney at ubuntu.com>  Thu, 09 Jul 2009 22:23:28 +0100
 
 f-spot (0.5.0.3-4) unstable; urgency=low
 

Modified: packages/f-spot/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/f-spot/trunk/debian/rules?rev=5023&op=diff
==============================================================================
--- packages/f-spot/trunk/debian/rules (original)
+++ packages/f-spot/trunk/debian/rules Thu Jul  9 21:24:51 2009
@@ -37,6 +37,7 @@
 	   $(CURDIR)/debian/f-spot/usr/lib/f-spot/*.so
 	cp $(CURDIR)/debian/NDesk.Glitz.dll.config \
 	   $(CURDIR)/debian/f-spot/usr/lib/f-spot/
+	rm $(CURDIR)/debian/f-spot/usr/lib/pkgconfig/gio-sharp-unstable.pc
 
 clean::
 	rm -rf $(MONO_SHARED_DIR)/.wapi




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