[Pkg-mono-svn-commits] rev 1812 - non-group/f-spot/trunk/debian

Brandon Hale tseng-guest@costa.debian.org
Fri, 03 Jun 2005 22:59:08 +0000


Author: tseng-guest
Date: 2005-06-03 22:59:07 +0000 (Fri, 03 Jun 2005)
New Revision: 1812

Modified:
   non-group/f-spot/trunk/debian/control
   non-group/f-spot/trunk/debian/rules
Log:
Add MONO_SHARED_DIR work arounds.


Modified: non-group/f-spot/trunk/debian/control
===================================================================
--- non-group/f-spot/trunk/debian/control	2005-06-03 10:24:26 UTC (rev 1811)
+++ non-group/f-spot/trunk/debian/control	2005-06-03 22:59:07 UTC (rev 1812)
@@ -8,7 +8,7 @@
 
 Package: f-spot
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${net:Depends}, libgphoto2-2 (>= 2.1.4), libexif10 (>= 0.5.1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, libgphoto2-2 (>= 2.1.4), libexif10 (>= 0.5.1)
 Description: personal photo management application
  F-Spot is meant to be an easy-to-use photo management
  application.  It allows for importing of your existing

Modified: non-group/f-spot/trunk/debian/rules
===================================================================
--- non-group/f-spot/trunk/debian/rules	2005-06-03 10:24:26 UTC (rev 1811)
+++ non-group/f-spot/trunk/debian/rules	2005-06-03 22:59:07 UTC (rev 1812)
@@ -1,5 +1,7 @@
 #! /usr/bin/make -f
 
+export MONO_SHARED_DIR=$(CURDIR)
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
@@ -14,8 +16,14 @@
 # Speed up loading.
 LDFLAGS += -Wl,-O1
 
+common-configure-indep::
+	mkdir -p $(MONO_SHARED_DIR)/.wapi
+
 binary-predeb/f-spot::
 	dh_clideps -d -p$(cdbs_curpkg) $(DEB_DH_NETDEPS_ARGS)
 
 binary-install/f-spot::
 	rm $(CURDIR)/debian/f-spot/usr/lib/f-spot/*.a $(CURDIR)/debian/f-spot/usr/lib/f-spot/*.la $(CURDIR)/debian/f-spot/usr/lib/f-spot/*.so
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi