[Pkg-mono-svn-commits] rev 2486 - non-group/tomboy/trunk/debian

Dave Beckett dajobe at costa.debian.org
Wed Apr 26 04:12:18 UTC 2006


Author: dajobe
Date: 2006-04-26 04:12:17 +0000 (Wed, 26 Apr 2006)
New Revision: 2486

Modified:
   non-group/tomboy/trunk/debian/changelog
   non-group/tomboy/trunk/debian/control
   non-group/tomboy/trunk/debian/rules
Log:
tomboy 0.3.5-2

Modified: non-group/tomboy/trunk/debian/changelog
===================================================================
--- non-group/tomboy/trunk/debian/changelog	2006-04-25 23:02:20 UTC (rev 2485)
+++ non-group/tomboy/trunk/debian/changelog	2006-04-26 04:12:17 UTC (rev 2486)
@@ -1,3 +1,10 @@
+tomboy (0.3.5-2) unstable; urgency=low
+
+  * Add dependencies to native library (Closes: #364778)
+  * Enable Evolution plugin (Closes: #364779)
+
+ -- Dave Beckett <dajobe at debian.org>  Tue, 25 Apr 2006 20:59:25 -0700
+
 tomboy (0.3.5-1) unstable; urgency=low
 
   * New upstream release (Closes: #352531)

Modified: non-group/tomboy/trunk/debian/control
===================================================================
--- non-group/tomboy/trunk/debian/control	2006-04-25 23:02:20 UTC (rev 2485)
+++ non-group/tomboy/trunk/debian/control	2006-04-26 04:12:17 UTC (rev 2486)
@@ -2,12 +2,12 @@
 Section: gnome
 Priority: optional
 Maintainer: Dave Beckett <dajobe at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), mono-mcs (>= 1.1.8.1) | c-sharp-compiler, libgtk2.0-cil, libgnome2.0-cil, libgtkspell-dev (>= 2.0.9), libmono-dev (>= 1.1.8.1), intltool, libdbus-1-cil (>= 0.61-3), libpanel-applet2-dev, cli-common (>= 0.2.0), sharutils, libgnomeprintui2.2-dev, libgtk2.0-dev (>= 2.6), libatk1.0-dev (>= 1.2.4)
+Build-Depends: cdbs, debhelper (>= 5), mono-mcs (>= 1.1.8.1) | c-sharp-compiler, libgtk2.0-cil, libgnome2.0-cil, libgtkspell-dev (>= 2.0.9), libmono-dev (>= 1.1.8.1), intltool, libdbus-1-cil (>= 0.61-3), libpanel-applet2-dev, cli-common (>= 0.2.0), sharutils, libgnomeprintui2.2-dev, libgtk2.0-dev (>= 2.6), libatk1.0-dev (>= 1.2.4), libgmime2.1-cil
 Standards-Version: 3.6.2
 
 Package: tomboy
 Architecture: any
-Depends: ${cli:Depends}, ${misc:Depends}
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: desktop note taking program using Wiki style links
  Tomboy is a desktop note-taking application which is simple and easy to
  use. It lets you organise your notes intelligently by allowing you to

Modified: non-group/tomboy/trunk/debian/rules
===================================================================
--- non-group/tomboy/trunk/debian/rules	2006-04-25 23:02:20 UTC (rev 2485)
+++ non-group/tomboy/trunk/debian/rules	2006-04-26 04:12:17 UTC (rev 2486)
@@ -9,6 +9,9 @@
 DEB_CONFIGURE_SCRIPT_ENV := LDFLAGS="-Wl,-O1"
 DEB_INSTALL_DOCS_ALL := README NEWS
 
+# Add Depend: libgalago-cil to get Galago plugin
+#   However it currently fails to work so don't do that!
+
 common-configure-indep::
 	mkdir -p $(MONO_SHARED_DIR)/.wapi
 
@@ -22,9 +25,10 @@
 
 	mkdir -p debian/tomboy/usr/share/applications
 	cp debian/tomboy.desktop debian/tomboy/usr/share/applications
+	rm -f debian/tomboy/usr/lib/tomboy/Plugins/GalagoPresence.dll
 
 common-binary-predeb-arch::
-	dh_clideps
+	dh_clideps -d
 
 clean::
 	rm -rf $(MONO_SHARED_DIR)/.wapi
@@ -32,6 +36,8 @@
 	rm -f data/images/tomboy.png
 	rm -f data/images/tomboy-24.png
 
+	rm -f Tomboy/Plugins/*.dll*
+
 # cdbs leaves junk around after patching
 	if test -r config.guess.cdbs-orig ; then \
 	  mv -f config.guess.cdbs-orig config.guess; \




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