--- tomboy-0.12.0.orig/debian/copyright +++ tomboy-0.12.0/debian/copyright @@ -0,0 +1,49 @@ +This package was debianized by Brandon Hale on +Mon, 20 Sep 2004 20:08:46 -0400. + +It was downloaded from http://www.beatniksoftware.com/tomboy/ + +Upstream Author: Alex Graveley + +Copyright (C) 2004, 2005 Alex Graveley + +Tomboy is licensed under the LGPL V2.1, see COPYING for more details. +On Debian systems, the complete text of the GNU Lesser General Public +License V2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. + +--- + +tomboykeybinder.{c,h} and tomboyutil.{c,h} are MIT/X11 (BSD like) + +Copyright: + + Copyright (C) 2008 Alex Graveley + +License: + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + IABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + F CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +--- + +The tomboy-16.xpm.uu, tomboy-32.xpm.uu, tomboy.png.uu and +tomboy-24.png.uu files are uuencodings of icons in PNG format that are: + + Copyright Jakub Steiner, Copyright Novell + from http://jimmac.musichall.cz/i.php?i=tomboy --- tomboy-0.12.0.orig/debian/rules +++ tomboy-0.12.0/debian/rules @@ -0,0 +1,31 @@ +#!/usr/bin/make -f + +export MONO_SHARED_DIR=$(CURDIR) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk + +LDFLAGS+=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed +DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper GMCS=/usr/bin/csc +DEB_INSTALL_DOCS_ALL := README NEWS +DEB_CONFIGURE_EXTRA_FLAGS += --with-mono-addins=system + +common-configure-indep:: + mkdir -p $(MONO_SHARED_DIR)/.wapi + +install/tomboy:: + mkdir -p debian/tomboy/usr/share/pixmaps + uudecode debian/tomboy-16.xpm.uu && mv tomboy-16.xpm debian/tomboy/usr/share/pixmaps + uudecode debian/tomboy-32.xpm.uu && mv tomboy-32.xpm debian/tomboy/usr/share/pixmaps + mkdir -p debian/tomboy/usr/lib/tomboy/addins + cp debian/PrintNotes.dll.config debian/tomboy/usr/lib/tomboy/addins + rm -rf debian/tomboy/usr/lib/tomboy/libprintnotes.la + rm -rf debian/tomboy/usr/lib/tomboy/libtomboy.la +common-binary-predeb-arch:: + dh_clifixperms + dh_clideps -d + +clean:: + rm -rf $(MONO_SHARED_DIR)/.wapi + --- tomboy-0.12.0.orig/debian/changelog +++ tomboy-0.12.0/debian/changelog @@ -0,0 +1,553 @@ +tomboy (0.12.0-0ubuntu2) jaunty; urgency=low + + * Mono 2.0 transition. (LP: #303830) + - Build-Depend on mono-devel instead of mono-gmcs so that csc is + available. + - Add GMCS=/usr/bin/csc to configure arguments so that csc is selected + as the compiler... + - ...then add debian/patches/02_configurable_compiler.patch so that it + is used. + + -- James Westby Mon, 01 Dec 2008 00:51:34 +0000 + +tomboy (0.12.0-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #273606) + - Reverted to 0.10.x-era printing add-in, as the new one is not + ready yet. + - Many fixes to note synchronization (#535279). + - Fixes to internal Gnome.Keyring code (#499841, Alexey Nedilko). + - Remove extraneous note saves when using dbus interface + (#543593, John Carr). + - Relicensed tomboykeybinder and tomboyutil to MIT/X11. + - Add buil-dep on libgnomeprintui2.2-dev + - Update debian/copyright to reflect tomboykeybinder tomboyutil + * debian/watch: + - Use 0.12.x releases + + -- Pedro Fragoso Mon, 22 Sep 2008 19:22:24 +0100 + +tomboy (0.11.3-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #260498) + - Fix to build with gnome-sharp 2.23.90 + + -- Pedro Fragoso Fri, 22 Aug 2008 20:16:16 +0100 + +tomboy (0.11.2-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #259109) + - Fix to build with gtk-sharp 2.10 (#547900). + - Partial fix for spell-checking/fixed-width issues + (#530856, Stefan Schweizer). + - Fixes to HTML Export add-in linking + (#546623, Stefan Schweizer). (LP: #211118) + - Fix makefiles to support parallel building (#547506). + + -- Pedro Fragoso Mon, 18 Aug 2008 16:36:07 +0100 + +tomboy (0.11.1-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #254802) + - New tray icon code using GtkStatusIcon (kill libegg, + #349265, Stefan Cosma). + - Fix crashers: #544406, #460642, #544996, #523035, (LP: #202360) + - Fix bugzilla addin to accept bug IDs of one or more digits (#533024). + - Fix behavior when start note is recreated + (#508982, Jon Lund Steffensen) + - Include .mdb files during install. Enable --debug, --trace + , and --profile. + - Translation updates + * debian/patches/98_from-svn-fix-notes.patch: + - Removed, merged upstream + + -- Pedro Fragoso Mon, 04 Aug 2008 18:48:19 +0100 + +tomboy (0.11.0-0ubuntu2) intrepid; urgency=low + + * debian/patches/98_from-svn-fix-notes.patch: + - Fix crashing on creating new notes on notebook (LP: #250502) + * debian/rules: + - Fix path when removing libtomboy.la + + -- Pedro Fragoso Thu, 24 Jul 2008 02:14:35 +0100 + +tomboy (0.11.0-0ubuntu1) intrepid; urgency=low + + * New upstream release (LP: #241481) + - Update printing to use Gtk.Print (#512369, John Anderson). Formatting and + styles not supported yet, patches welcome. + - Bump gtk-sharp dependency to 2.10. + - New Tasque addin, disabled by default. + - Add "New notebook..." menu item to Notebook toolbar button (#532196). + - Increase default max width of note menu to 100 characters. + - Fix check for Mono.Addins >= 0.3 (#521616, Łukasz Jernaś). + - Move to managed code for calculating color contrasts (Sebastian Dröge). + - Fix shebang lines in bash scripts (#521160, Romain Tartiere). + - Show text lables on toolbar buttons (#528844). + - Don't show sync password in log and console output (#524707). + * debian/control: + - Remove Build depend on libgnomeprintui2.2-dev + - Bump Build depend on libgtk2.0-dev (>= 2.10.0) + - Bump Build depenf on libmono-addins0.2-cil (>= 0.3) and + libmono-addins-gui0.2-cil (>= 0.3) + - Suggest tasque since it's on universe + * debian/rules: + - Remove la files on install + * debian/watch: + - Updated for 0.11.x series + * Modify Maintainer to Ubuntu Desktop Team + + + -- Pedro Fragoso Fri, 20 Jun 2008 01:02:43 +0100 + +tomboy (0.10.2-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Tue, 20 May 2008 11:05:10 +0200 + +tomboy (0.10.1-1) unstable; urgency=low + + * New upstream bugfix release. + + -- Sebastian Dröge Mon, 07 Apr 2008 21:40:51 +0200 + +tomboy (0.10.0-1) unstable; urgency=low + + * New upstream stable release: + + Upload to unstable. + + -- Sebastian Dröge Mon, 10 Mar 2008 19:34:31 +0100 + +tomboy (0.9.8-1) experimental; urgency=low + + * New upstream release: + + debian/patches/02_link-libX11.patch, + debian/patches/99_autoreconf.patch: + - Dropped, not needed anymore. + * debian/rules, + debian/PrintNotes.dll.config: + + Install dll mappings for the Print Notes addin. + + -- Sebastian Dröge Tue, 04 Mar 2008 11:46:34 +0100 + +tomboy (0.9.7-2) experimental; urgency=low + + * Rebuild against gtk-sharp2 2.10.4-2 (Closes: #468906). + + -- Sebastian Dröge Mon, 03 Mar 2008 05:06:13 +0100 + +tomboy (0.9.7-1) experimental; urgency=low + + * New upstream development release: + + debian/control: + - Updated build dependencies. + + debian/patches/01_external-mono-addins.patch: + - Dropped, merged upstream. + + debian/watch: + - Updated for the new release series. + + debian/patches/01_dllmaps.patch: + - Fix dllmap to point to the correct path. + * debian/rules, + debian/patches/99_ltmain_as-needed.patch: + + Link the native libraries with --as-needed to get fewer dependencies. + * debian/patches/02_link-libX11.patch: + + Link libtomboy with libX11. + * debian/patches/99_autoreconf.patch: + + Regenerated for the above change. + * debian/control: + + Update Standards-Version to 3.7.3, no additional changes needed. + + Use Homepage field. + + Build depend on autotools-dev. + + -- Sebastian Dröge Fri, 29 Feb 2008 08:02:26 +0100 + +tomboy (0.8.2-1) unstable; urgency=low + + * New upstream bugfix release: + + debian/patches/02_CVE-2005-4790-insecure-search-path.patch: + - Dropped, merged upstream. + + debian/patches/99_autoreconf.patch: + - Updated for the new version. + + -- Sebastian Dröge Mon, 26 Nov 2007 17:05:20 +0100 + +tomboy (0.8.1-2) unstable; urgency=high + + * debian/patches/02_CVE-2005-4790-insecure-search-path.patch: + + SECURITY, CVE-2005-4790: + Multiple untrusted search path vulnerabilities in SUSE Linux 9.3 and + 10.0, and possibly other distributions, cause the working directory to + be added to LD_LIBRARY_PATH, which might allow local users to execute + arbitrary code via (1) beagle, (2) tomboy, or (3) blam. + NOTE: in August 2007, the tomboy vector was reported for other + distributions. + Patch taken from upstream SVN. + * debian/tomboy.menu: + + Fix section. It's now "Applications/Data Management". + + -- Sebastian Dröge Wed, 14 Nov 2007 05:34:45 +0100 + +tomboy (0.8.1-1) unstable; urgency=low + + * New upstream bugfix release, with many translation updates. + * debian/patches/99_autoreconf.patch: + + Updated for the new version. + + -- Sebastian Dröge Tue, 16 Oct 2007 12:58:54 +0200 + +tomboy (0.8.0-2) unstable; urgency=low + + * debian/patches/01_external-mono-addins.patch, + debian/patches/99_autoreconf.patch, + debian/control.in, + debian/rules: + + Build against an external Mono.Addins. Patch taken from upstream SVN. + + -- Sebastian Dröge Sat, 22 Sep 2007 11:23:05 +0200 + +tomboy (0.8.0-1) unstable; urgency=low + + * New upstream release (Closes: #436809): + + Adds sync support (Closes: #313302). + + debian/patches/01_define.cs.patch: + - Dropped, merged upstream. + + debian/tomboy.desktop: + - Dropped, upstream's desktop file is usable now and we use it since + some time already anyway. + + -- Sebastian Dröge Mon, 17 Sep 2007 15:41:26 +0200 + +tomboy (0.6.3-2) unstable; urgency=low + + * debian/patches/01_define.cs.patch: + + Fix FTBFS caused by having an "[assembly: ..." attribute in the end. + It's only allowed directly after "using ..." (Closes: #441657). + * debian/rules: + + Call dh_clifixperms to get proper permissions on all files. + + -- Sebastian Dröge Wed, 12 Sep 2007 07:04:21 +0200 + +tomboy (0.6.3-1) unstable; urgency=low + + * New maintainer with permission of the old maintainer. Thanks to Dave + Beckett for the work on this package in the past. + * New upstream release (Closes: #418566, #415420): + + DBus support is fixed and tomboy is single-instance + again (Closes: #407744, #313298, #400552) + + Fixes crash when opening preferences (Closes: #386271) + + Ship fixed width plugin (Closes: #372776) + + Fixes interaction with session manager (Closes: #356833) + + Fixes bad interaction with different linking mechanisms (Closes: #396177) + + debian/control: + - Update build dependencies. Tomboy uses C# 2.0 now and also uses the + external ndesk-dbus packages. + - Suggest evolution as tomboy has a evolution plugin which allows + dragging mails from evolution to notes and adds a nice link to the + mail in the note. + + debian/patches/01-dbus0.9.patch: + - Dropped, not needed anymore with the new version. + * Acknowledge NMU by Michael Ablassmeier (Closes: #388205) + * debian/control: + + Set me as maintainer. + * debian/rules, + debian/tomboy.desktop: + + Use upstream's desktop file now as it has proper translations. + * debian/rules: + + Drop now unecessary restoring of config.{sub,guess} as it is done + properly by cdbs since some time already. + + Drop unecessary cleaning of the plugins as upstream's build system cares + for this now. + * debian/watch: + + Update watch file for the 0.6 series. + + -- Sebastian Dröge Sat, 14 Apr 2007 17:09:41 +0200 + +tomboy (0.5.0-1) experimental; urgency=low + + * New upstream release + * Added new plugins: Bugzilla, FixedWidth, NoteOfTheDay + + -- Dave Beckett Thu, 16 Nov 2006 13:58:37 -0800 + +tomboy (0.4.1-2) unstable; urgency=low + + * Added Build-Depends: on libdbus-glib-1-dev to get D-Bus remote + control enabled (Closes: #393484) + * Updated Build-Depends: for cli-common-dev to >= 0.4.4 + + -- Dave Beckett Thu, 19 Oct 2006 00:02:29 -0700 + +tomboy (0.4.1-1) unstable; urgency=low + + * New upstream release + * Upstream sources now DFSG as last old icon removed. + - removed 01_image_name patch + * Added D-BUS API change patch 04_dbus0.9.patch. (Closes: #385382) + * Acknowledge NMU in 0.3.9+dfsg-2.1 for previous patch. + * Depend on libdbus-1-dev (>= 0.90), no longer use libdbus-cil + * Packaged new Sticky Notes import plugin + + -- Dave Beckett Sat, 23 Sep 2006 19:30:03 -0700 + +tomboy (0.3.9+dfsg-2.1) unstable; urgency=high + + * Non-maintainer upload. + * Add Patch for deprecated dbus functions (Closes: #385382) + + -- Michael Ablassmeier Tue, 19 Sep 2006 09:11:38 +0200 + +tomboy (0.3.9+dfsg-2) unstable; urgency=medium + + * Added postint to rebuild broken scrollkeeper database using + patch to fix it from Loïc Minier - Thanks (Closes: #383201) + * Fixes RC bug, thus urgency medium. + + -- Dave Beckett Sun, 3 Sep 2006 09:48:52 -0700 + +tomboy (0.3.9+dfsg-1) unstable; urgency=medium + + * Provide DFSG version of sources + * Disable scrollkeeper from installing into /var (Closes: #382800) + + -- Dave Beckett Sun, 13 Aug 2006 12:36:00 -0700 + +tomboy (0.3.9-1) unstable; urgency=medium + + * New upstream release + - Builds against GTK 2.0, removed patch 02_gtk-sharp2.patch + - Builds against dbus directly rather than using dbus-sharp. Change + from Build-Depends on libdbus-cil-1 to libdbus-glib-1-2 + - Preference dialog modality fixed (Closes: #313295) + - Italic pasting fixed (Closes: #329476) + - Added StickyNoteImport plugin + - Uses gnome document tools. Add Build-Depends on gnome-doc-utils and + scrollkeeper + * Upstream application icon changed "due to legal restrictions" + - Remove the replacement third-party images we were using. + - Continue to remove one use of the old icon from the source tarball. + - Updated patch 01_image_name to remove the last use of the old icon + - Added XPM versions of the new icons + * Standards version 3.7.2 (no changes) + * Updated to latest Debian Mono Policy. Build-Depend on cli-common-dev + * Build depend on libgmime2.2-cil replacing libgmime2.1-cil which was + removed from Debian yesterday fixing FTBFS on arm (Closes: #382653) + * Urgency medium due to FTBFS fix. + + -- Dave Beckett Sat, 12 Aug 2006 09:43:31 -0700 + +tomboy (0.3.5-2) unstable; urgency=low + + * Add dependencies to native library (Closes: #364778) + * Enable Evolution plugin (Closes: #364779) + + -- Dave Beckett Tue, 25 Apr 2006 20:59:25 -0700 + +tomboy (0.3.5-1) unstable; urgency=low + + * New upstream release (Closes: #352531) + * Require dbus 0.61-3 to get a non-broken assembly version (see bug #354798) + * Packaging updates from Ubuntu 0.3.5-0ubuntu1 thanks to Sebastian Dröge + * 02_Trie.cs_mcs119.patch deleted as merged into upstream. + + -- Dave Beckett Sat, 18 Mar 2006 19:47:02 -0800 + +tomboy (0.3.5-0ubuntu1) dapper; urgency=low + + * New upstream release + * 01_image_name.patch: + + Updated for new upstream version + * 02_gtk-sharp2.patch: + + Use Gtk#2 instead of Gtk# + * Tightened and adjusted Build-Depends + * Added ${misc:Depends} to Depends + * Updated debhelper compat version to 5 + + -- Sebastian Dröge Fri, 24 Feb 2006 17:01:15 +0100 + +tomboy (0.3.3-3) unstable; urgency=low + + * Build against libdbus-1-cil (Closes: #338495) + + -- Dave Beckett Thu, 12 Jan 2006 19:41:41 -0800 + +tomboy (0.3.3-2) unstable; urgency=low + + * Added patch from CVS to fix Mono 1.1.9.x build (Closes: 337356) + - 02_Trie.cs_mcs119.patch from CVS + + -- Dave Beckett Thu, 3 Nov 2005 19:59:02 -0800 + +tomboy (0.3.3-1) unstable; urgency=low + + * New upstream release + * New ExportToHTML plugin + * Updated image name fixing patch 01_image_name.patch + * Removed Mono 1.1.8.x build patches merged upstream: + - 02_mono118_Trie.patch + - 03_mono118_AppletFactory.patch + + -- Dave Beckett Wed, 10 Aug 2005 19:33:28 +0100 + +tomboy (0.3.2-9) unstable; urgency=low + + * Removed obsolete Build-Depend: on mono-jit and mono-utils + * Updated debian/watch file to new location. + * Added 24x24 icon from same author as the other icons, cleaned up by + Gordon Ingram to help the toolbar icon look better (Closes: 316765) + * Rebuild for mono 1.1.8.1 + * Applied patches from CVS to fix 1.1.8.x builds: + 02_mono118_Trie.patch and 03_mono118_AppletFactory.patch + * Add MONO_SHARED_DIR to stop monodis core dumping when called + inside dh_clideps + + -- Dave Beckett Mon, 11 Jul 2005 17:13:26 +0100 + +tomboy (0.3.2-8) unstable; urgency=low + + * Added 16x16 and 32x32 pixmap xpm icons + * Added menu and tomboy.desktop linked to the icons + + -- Dave Beckett Tue, 14 Jun 2005 23:07:01 +0100 + +tomboy (0.3.2-7) unstable; urgency=low + + * Upload to unstable + * Depend on libdbus-cil 0.23.4-3 built with mono in unstable + * Remove dependency on mono-mint (Closes: 311956) + + -- Dave Beckett Fri, 10 Jun 2005 16:22:59 +0100 + +tomboy (0.3.2-6) experimental; urgency=low + + * Merge with ubuntu up to 0.3.2-4ubuntu5: + - changed the uudecode line from update-config to post-patches in + debian/rules + - not applying Tomboy/Trie.cs patch + + -- Dave Beckett Wed, 1 Jun 2005 20:13:48 +0100 + +tomboy (0.3.2-5) experimental; urgency=low + + * Rebuild package with source inside changes + + -- Dave Beckett Fri, 27 May 2005 13:20:41 +0100 + +tomboy (0.3.2-4) experimental; urgency=low + + * Upload of tomboy to experimental (Closes: 272264) + * Require mono 1.1.6+ + * Build-Depends on sharutils for uudecode + + -- Dave Beckett Fri, 27 May 2005 13:09:47 +0100 + +tomboy (0.3.2-3) experimental; urgency=low + + * Standards-Version 3.6.1.0 and depend on newer debhelper for cdbs + + -- Dave Beckett Fri, 15 Apr 2005 22:21:52 +0100 + +tomboy (0.3.2-2) experimental; urgency=low + + * Rebuild against mono 1.1 packages. + * Require cli-common + + -- Dave Beckett Fri, 15 Apr 2005 22:04:15 +0100 + +tomboy (0.3.2-1) experimental; urgency=low + + * New upstream release + + -- Dave Beckett Sun, 10 Apr 2005 15:48:23 +0100 + +tomboy (0.3.1-1) experimental; urgency=low + + * Port of the packaging from Ubuntu to Debian + * Removed non-distributable image from orig.tar.gz and + added debian/README.Debian-source to explain this + * Added replacement image debian/tomboy.png.uu from Jacub Steiner + * Added patches/01_image_name.patch to rename mentions to the image + + -- Dave Beckett Sun, 10 Apr 2005 15:29:35 +0100 + +tomboy (0.3.1-0ubuntu6) hoary; urgency=low + + * Rebuilt against new libdbus-cil. + + -- Daniel Holbach Wed, 16 Mar 2005 21:11:11 +0100 + +tomboy (0.3.1-0ubuntu5) hoary; urgency=low + + * Rebuild with current libs. + + -- Sebastien Bacher Sat, 19 Feb 2005 14:57:09 +0100 + +tomboy (0.3.1-0ubuntu4) hoary; urgency=low + + * Er, libpanel-applet2-dev + + -- Matt Zimmerman Wed, 2 Feb 2005 20:49:44 -0800 + +tomboy (0.3.1-0ubuntu3) hoary; urgency=low + + * Build-Depend on libpanel-applet-dev, not libpanel-applet2-0 + + -- Matt Zimmerman Wed, 2 Feb 2005 11:01:26 -0800 + +tomboy (0.3.1-0ubuntu2) hoary; urgency=low + + * debian/control + build-dep on libpanel-applet2-0 to fix FTBFS. + + -- Brandon Hale Mon, 31 Jan 2005 23:52:04 -0500 + +tomboy (0.3.1-0ubuntu1) hoary; urgency=low + + * New upstream release + - Made the move to Gnome Panel applet. (TrayIcon mode is still supported). + - New plugin system, so anyone can customize their Tomboy notes. + - A Note printing plugin + - A new preferences dialog + * debian/control + - Add libdbus-cil to build-deps + + -- Brandon Hale Thu, 27 Jan 2005 18:35:41 -0500 + +tomboy (0.2.2-1ubuntu1) hoary; urgency=low + + * Update Build-Dep and fix FTBFS. + + -- Fabio M. Di Nitto Mon, 22 Nov 2004 13:10:03 +0100 + +tomboy (0.2.2-1) hoary; urgency=low + + * New upstream release + + -- Brandon Hale Sun, 21 Nov 2004 15:35:03 -0500 + +tomboy (0.2.0-1) unstable; urgency=low + + * New upstream release + + -- Brandon Hale Mon, 11 Oct 2004 09:31:35 -0400 + +tomboy (0.1.2-2) unstable; urgency=low + + * Fix up build-depends in debian/control, use ${net:Depends} and dh_netdeps + as well. + + -- Brandon Hale Thu, 7 Oct 2004 11:14:29 -0400 + +tomboy (0.1.2-1) unstable; urgency=low + + * New upstream release + + -- Brandon Hale Sat, 25 Sep 2004 08:59:36 -0400 + +tomboy (0.1.1-1) unstable; urgency=low + + * Initial Release. + + -- Brandon Hale Mon, 20 Sep 2004 20:08:46 -0400 + --- tomboy-0.12.0.orig/debian/tomboy-32.xpm.uu +++ tomboy-0.12.0/debian/tomboy-32.xpm.uu @@ -0,0 +1,193 @@ +begin 644 tomboy-32.xpm +M+RH@6%!-("HO"G-T871I8R!C:&%R("IN;VYA;65;72`]('L*+RH@=VED=&@@ +M:&5I9VAT(&YC;VQO&5L("HO"B(S,B`S,B`S.#D@ +M,B(L"B\J(&-O;&]RB!C("-%140V,$(B+`HB('@@8R`C1#E"-#R!C("-#.$$W,#8B+`HB('T@8R`C1D%%13A$(BP*(B!\(&,@(T8X13@V +M,"(L"B(N("!C("-",#DX,C`B+`HB+BX@8R`C0S)!,3`P(BP*(BY8(&,@(T,R +M.48P,"(L"B(N;R!C("-!1C@R-44B+`HB+D\@8R`C1#E#-C(W(BP*(BXK(&,@ +M(S8Q-#"!C(",V-#0X,$0B+`HB+F,@8R`C0T-",S$S(BP*(BYV(&,@ +M(T8S13,U-R(L"B(N8B!C("-!,3@T,#`B+`HB+FX@8R`C14-$0C8T(BP*(BYM +M(&,@(T8R1$0R0B(L"B(N32!C("-&,$1",CDB+`HB+DX@8R`C1C=%-30W(BP* +M(BY"(&,@(S="-40P.2(L"B(N5B!C("-#0SDS,C(&,@(T8R1$,R-"(L"B(N+R!C +M("-&-T4Y-S4B+`HB+B@@8R`C0D$X-C2!C +M("-&-T4T-#8B+`HB6'4@8R`C1$5#13-%(BP*(EAI(&,@(T8R13$T0B(L"B)8 +M<"!C("-#0SDR,C8B+`HB6&$@8R`C1D)&,3DV(BP*(EAS(&,@(T8Q1$(Q1B(L +M"B)89"!C(",Y,38W,3B!C("-#-T%!,#@B+`HB;W@@8R`C1$%#.3DU(BP*(F]C +M(&,@(T,U03(P-B(L"B)O=B!C("-"1D%!,#`B+`HB;V(@8R`C1#=#-C,R(BP* +M(F]N(&,@(T9&-#`T,"(L"B)O;2!C(",V.#1",$4B+`HB;TT@8R`C141$-C!# +M(BP*(F].(&,@(T-%0C8Q,B(L"B)O0B!C(",U0S0R,$,B+`HB;U8@8R`C13!# +M.#$S(BP*(F]#(&,@(T9&-T(W0B(L"B)O6B!C("-&-D4T-#,B+`HB;T$@8R`C +M-S(U-C$Q(BP*(F]3(&,@(T5%1$,T1B(L"B)O1"!C("-$0D-!,SDB+`HB;T8@ +M8R`C040R-#$P(BP*(F]'(&,@(T0Y0S@S-R(L"B)O2"!C("-&-44Q,S@B+`HB +M;TH@8R`C1C%$13-%(BP*(F]+(&,@(T4Y1#@T02(L"B)O3"!C("-&-$4Q,SR!C("-#-D$S,#,B+`HB;WT@8R`C1$9#134W(BP*(F]\(&,@ +M(T)!.#DX.2(L"B)/("!C("-&.$4W-34B+`HB3RX@8R`C1C%%,#4X(BP*(D]8 +M(&,@(S8Y-30R,B(L"B)/;R!C("-&0D8Q.4$B+`HB3T\@8R`C1CA%.39#(BP* +M(D\K(&,@(T8V13,S1B(L"B)/0"!C("-$,3E$,T,B+`HB3R,@8R`C149$.#$W +M(BP*(D\D(&,@(S@P.#`P,"(L"B)/)2!C("-$14,X,D4B+`HB3R8@8R`C1$9# +M-C)&(BP*(D\J(&,@(T8T13`S,R(L"B)//2!C("-%140W,$,B+`HB3RT@8R`C +M0C`Y.3$X(BP*(D\[(&,@(T8X138T12(L"B)/.B!C("-%,D0T.48B+`HB3SX@ +M8R`C1#1!1C9$(BP*(D\L(&,@(S5%-#,P1"(L"B)//"!C("-%040U,S,B+`HB +M3S$@8R`C0S5!13$R(BP*(D\R(&,@3F]N92(L"B\J('!I>&5L"`@("`@("(L"B(@ +M("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`N:2YY +M('8N5RXM('1O1F]2("`@("`@(BP*(B`@("`@("`@("`@("`@("`@("`@("`@ +M("`@("`@("`@("`@("`@("!8="Y;6#0@0&]^;WQ82V]8;VL@("`@("`B+`HB +M("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`@("`N(RXF;R98 +M32Y`+B@@8R!I(&`@("`@("`@("(L"B(@("`@("`@("`@("`@("`@("`@("`@ +M("`@("`@("`@("`@3R0N42Y&3SY8.BY6(%XN:EA&('`@("`@("`@("`@(BP* +M(B`@("`@("`@("!88&\S('<@=R!W('<@=R!W('<@=R!W6"0N="Y+('AO56]/ +M+BEO;2Y"6'L@."`@("`@("`@("`B+`HB("`@("`@("`N4F\N;U0@+6]);TD@ +M5&\G(&=84F\D($9O*B`C6'AO-U@L+C982"XZ(&(N;F\]("`@("`@("`@("(L +M"B(@("`@("`@("XN('EO2EA06%!84%AW('(N-6]06#$@,2`O+GI/0"YS6&0N +M*U@^+F9O*6]9+CY8:"`@("`@("`@(BP*(B`@("`@("`@(#TN=2Y-6%!84&\@ +M6&)//6]0+F-O0"XE6"-8-RY*6$IO,2`N6"AO3%AJ(&XN06\T("`@("`@("`B +M+`HB("`@("`@("!O/&]3;V584"YR("A8*R`F3S%O.&]=("EO9U@G6%5O04\E +M;T@N1RY=3RM/3V\V(#`@("`@("`@("(L"B(@("`@("!O2!\(%IO8"`@("`@("`@ +M(BP*(B`@("`@("Y86&Q8:5A0;R!88BXU(%EO+R`Z3SI812!'('%8(&\L+D=/ +M*R!86'D@=5A,3R!8(6][("`@("`@("`B+`HB("`@("`@('=/)EAC6%!O(6]I +M6%]O5B`W;SI845A]+GPN("`D6&I/*V]:;UYO:$\[;T4@.5AA;V8N,R`@("`@ +M("(L"B(@("`@("`N:V]Y6$,NF\@+D4N +M-&].($H@34\M6'$N3V]7(&L@)6]$6'4@/F]+6"TN.%A^($D@16];(&@@("`@ +M("`B+`HB("`@(%AV;VPN=EA06'=O:5A?(%)O*%AS(&%8?"!E3RIO2"!F(%@N +M3EA,6#`N22XL($D@B!W(#8@>V]Z+F!8,V]]+FL@("`@(BP*(B`@("!8+V\U($A8*E@J +M6"I8*E@J6"I8*E@J6"I8*E@J6"I8*E@J6"I8*E@[6"I8*E@J6"I8*E@J+CD@ +M:B`@("`B+`HB("`@("!76&8@0B!"($(@0B!"($(@0B!"($(@0B!"($(@0B!" +M($(@0B!"($(@0B!"($(@0B!"($(@.V]C6"D@("(L"B(@("`@6#@N*EA'6$=8 +M1UA'6$=81UA'6$=81UA'6$=81UA'6$=81UA'6$=81UA'6$=81UA'6$=81RY: +M+GT@?B`@(BP*(B`@("!8."Y[6#P@0B!"($(@0B!"($(@0B!"($(@0B!"($(@ +M0B!"($(@0B!"($(@0B!"($(@0B!";SXN/"`G("`B+`HB("`@("!!6%/dev/null 2>&1; then + echo "Upgrade from broken Tomboy version detected, running scrollkeeper-rebuilddb..." + scrollkeeper-rebuilddb -q +fi + +#DEBHELPER# --- tomboy-0.12.0.orig/debian/PrintNotes.dll.config +++ tomboy-0.12.0/debian/PrintNotes.dll.config @@ -0,0 +1,3 @@ + + + --- tomboy-0.12.0.orig/debian/tomboy-16.xpm.uu +++ tomboy-0.12.0/debian/tomboy-16.xpm.uu @@ -0,0 +1,60 @@ +begin 644 tomboy-16.xpm +M+RH@6%!-("HO"G-T871I8R!C:&%R("IN;VYA;65;72`]('L*+RH@=VED=&@@ +M:&5I9VAT(&YC;VQO&5L("HO"B(Q-B`Q-B`Q,34@ +M,B(L"B\J(&-O;&]RB!C("-%144X0S8B+`HB('@@8R`C141%-D,U(BP*(B!C(&,@(T1$ +M0S8U0R(L"B(@=B!C("-&,D1$,D(B+`HB(&(@8R`C1D%%.38Q(BP*(B!N(&,@ +M(T,R04(X02(L"B(@;2!C("-%140V,#DB+`HB($T@8R`C1CA%1D$Q(BP*(B!. +M(&,@(T8R1$,R-"(L"B(@0B!C("-&-T5&0CR!C("-%140V,$$B+`HB('T@8R`C1D1&.40R(BP*(B!\(&,@(T8R1$,R +M-2(L"B(N("!C("-&0T8V0S +M(%<@5R!7(&D@3"`H($H@+2!^(&`N/"!J("PN/"(L"B(@4BXN(%<@5R!?('L@ +M:R`M(&0@-R!\+CP@>B`Q(#4N/"(L"B(@4B!%(%<@:2![(#8N;RXJ(#X@=BX\ +M('H@/"`S+CP@("(L"B(@4B`[(%<@*BXE+F\@-R!U+BPN/"!X(&P@-"X\(%(@ +M("(L"B(@4BXR+B8@ +XSBC-Original-Maintainer: Sebastian Dröge +Build-Depends: cdbs, debhelper (>= 5), autotools-dev, mono-devel, libgtk2.0-cil (>= 2.10.4-2), libgnome2.0-cil (>= 2.16.1), libgnomeprintui2.2-dev, libgconf2.0-cil, libgtkspell-dev (>= 2.0.9), libmono-dev (>= 1.1.13.4), intltool, libpanel-applet2-dev, cli-common-dev (>= 0.4.4), sharutils, libgtk2.0-dev (>= 2.10.0), libatk1.0-dev (>= 1.2.4), libgmime2.2-cil, gnome-doc-utils (>= 0.3.2), scrollkeeper, libmono-cairo2.0-cil, libndesk-dbus1.0-cil (>= 0.4), libndesk-dbus-glib1.0-cil (>= 0.3), libmono-addins0.2-cil (>= 0.3), libmono-addins-gui0.2-cil (>= 0.3) +Standards-Version: 3.7.3 +Homepage: http://www.gnome.org/projects/tomboy/ + +Package: tomboy +Architecture: any +Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends} +Suggests: evolution, + tasque +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 + easily link ideas together with Wiki style interconnects. + --- tomboy-0.12.0.orig/debian/watch +++ tomboy-0.12.0/debian/watch @@ -0,0 +1,3 @@ +# watch file for tomboy +version=2 +http://download.gnome.org/sources/tomboy/0.12/tomboy-(.*)\.tar\.gz debian uupdate --- tomboy-0.12.0.orig/debian/tomboy.menu +++ tomboy-0.12.0/debian/tomboy.menu @@ -0,0 +1,6 @@ +?package(tomboy):needs="X11" section="Applications/Data Management" \ + title="Tomboy" command="/usr/bin/tomboy" \ + longtitle="Tomboy notetaker" \ + description="Take notes on the desktop" \ + icon16x16="/usr/share/pixmaps/tomboy-16.xpm" \ + icon32x32="/usr/share/pixmaps/tomboy-32.xpm" --- tomboy-0.12.0.orig/debian/patches/02_configurable_compiler.patch +++ tomboy-0.12.0/debian/patches/02_configurable_compiler.patch @@ -0,0 +1,261 @@ +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Makefile.include tomboy-0.12.0.new/Makefile.include +--- tomboy-0.12.0/Makefile.include 2008-09-22 13:11:22.000000000 +0100 ++++ tomboy-0.12.0.new/Makefile.include 2008-12-01 00:48:36.000000000 +0000 +@@ -23,7 +23,7 @@ + ## Build + + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + + ## Runtime +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Mono.Addins/Mono.Addins/Makefile.in tomboy-0.12.0.new/Mono.Addins/Mono.Addins/Makefile.in +--- tomboy-0.12.0/Mono.Addins/Mono.Addins/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Mono.Addins/Mono.Addins/Makefile.in 2008-12-01 00:49:52.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Mono.Addins/Mono.Addins.Gui/Makefile.in tomboy-0.12.0.new/Mono.Addins/Mono.Addins.Gui/Makefile.in +--- tomboy-0.12.0/Mono.Addins/Mono.Addins.Gui/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Mono.Addins/Mono.Addins.Gui/Makefile.in 2008-12-01 00:49:46.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Mono.Addins/Mono.Addins.Setup/Makefile.in tomboy-0.12.0.new/Mono.Addins/Mono.Addins.Setup/Makefile.in +--- tomboy-0.12.0/Mono.Addins/Mono.Addins.Setup/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Mono.Addins/Mono.Addins.Setup/Makefile.in 2008-12-01 00:49:01.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/test/Makefile.am tomboy-0.12.0.new/test/Makefile.am +--- tomboy-0.12.0/test/Makefile.am 2008-09-22 13:11:13.000000000 +0100 ++++ tomboy-0.12.0.new/test/Makefile.am 2008-12-01 00:51:23.000000000 +0000 +@@ -1,4 +1,4 @@ +-CSC = gmcs ++CSC = $(GMCS) + + TARGET = TomboyTest.dll + +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/test/Makefile.in tomboy-0.12.0.new/test/Makefile.in +--- tomboy-0.12.0/test/Makefile.in 2008-09-22 13:11:46.000000000 +0100 ++++ tomboy-0.12.0.new/test/Makefile.in 2008-12-01 00:50:00.000000000 +0000 +@@ -230,7 +230,7 @@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-CSC = gmcs ++CSC = $(GMCS) + TARGET = TomboyTest.dll + CSFLAGS = \ + -debug \ +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/Backlinks/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/Backlinks/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/Backlinks/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/Backlinks/Makefile.in 2008-12-01 00:50:03.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/Bugzilla/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/Bugzilla/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/Bugzilla/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/Bugzilla/Makefile.in 2008-12-01 00:50:08.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/Evolution/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/Evolution/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/Evolution/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/Evolution/Makefile.in 2008-12-01 00:50:10.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/ExportToHtml/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/ExportToHtml/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/ExportToHtml/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/ExportToHtml/Makefile.in 2008-12-01 00:50:13.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/FileSystemSyncService/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/FileSystemSyncService/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/FileSystemSyncService/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/FileSystemSyncService/Makefile.in 2008-12-01 00:50:16.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/FixedWidth/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/FixedWidth/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/FixedWidth/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/FixedWidth/Makefile.in 2008-12-01 00:50:19.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/GalagoPresence/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/GalagoPresence/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/GalagoPresence/Makefile.in 2008-09-22 13:11:44.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/GalagoPresence/Makefile.in 2008-12-01 00:50:23.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/InsertTimestamp/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/InsertTimestamp/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/InsertTimestamp/Makefile.in 2008-09-22 13:11:45.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/InsertTimestamp/Makefile.in 2008-12-01 00:50:26.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/NoteOfTheDay/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/NoteOfTheDay/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/NoteOfTheDay/Makefile.in 2008-09-22 13:11:45.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/NoteOfTheDay/Makefile.in 2008-12-01 00:50:32.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/PrintNotes/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/PrintNotes/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/PrintNotes/Makefile.in 2008-09-22 13:11:45.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/PrintNotes/Makefile.in 2008-12-01 00:50:35.000000000 +0000 +@@ -279,7 +279,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/Sketching/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/Sketching/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/Sketching/Makefile.in 2008-09-22 13:11:45.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/Sketching/Makefile.in 2008-12-01 00:50:39.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/SshSyncService/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/SshSyncService/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/SshSyncService/Makefile.in 2008-09-22 13:11:45.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/SshSyncService/Makefile.in 2008-12-01 00:50:41.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/StickyNoteImport/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/StickyNoteImport/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/StickyNoteImport/Makefile.in 2008-09-22 13:11:45.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/StickyNoteImport/Makefile.in 2008-12-01 00:50:44.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/Tasque/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/Tasque/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/Tasque/Makefile.in 2008-09-22 13:11:45.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/Tasque/Makefile.in 2008-12-01 00:50:46.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Addins/WebDavSyncService/Makefile.in tomboy-0.12.0.new/Tomboy/Addins/WebDavSyncService/Makefile.in +--- tomboy-0.12.0/Tomboy/Addins/WebDavSyncService/Makefile.in 2008-09-22 13:11:45.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Addins/WebDavSyncService/Makefile.in 2008-12-01 00:50:50.000000000 +0000 +@@ -254,7 +254,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) +diff -Nur -x '*.orig' -x '*~' tomboy-0.12.0/Tomboy/Makefile.in tomboy-0.12.0.new/Tomboy/Makefile.in +--- tomboy-0.12.0/Tomboy/Makefile.in 2008-09-22 13:11:45.000000000 +0100 ++++ tomboy-0.12.0.new/Tomboy/Makefile.in 2008-12-01 00:50:55.000000000 +0000 +@@ -269,7 +269,7 @@ + + @EXTERNAL_MONO_ADDINS_TRUE@LINK_MONO_ADDINS = $(MONO_ADDINS_LIBS) + CSC_FLAGS = -debug +-CSC = gmcs $(CSC_FLAGS) -target:exe ++CSC = $(GMCS) $(CSC_FLAGS) -target:exe + CSC_LIB = $(CSC) -target:library + MONO_DEBUGFLAGS = --debug + RUNTIME = mono $(MONO_DEBUGFLAGS) --- tomboy-0.12.0.orig/debian/patches/01_dllmaps.patch +++ tomboy-0.12.0/debian/patches/01_dllmaps.patch @@ -0,0 +1,10 @@ +--- Tomboy/Tomboy.exe.config.in.old 2008-02-29 08:26:11.000000000 +0100 ++++ Tomboy/Tomboy.exe.config.in 2008-02-29 08:26:18.000000000 +0100 +@@ -2,6 +2,6 @@ + + + +- ++ + + --- tomboy-0.12.0.orig/debian/patches/99_ltmain_as-needed.patch +++ tomboy-0.12.0/debian/patches/99_ltmain_as-needed.patch @@ -0,0 +1,31 @@ +diff -Nur -x '*.orig' -x '*~' tomboy-0.11.0/ltmain.sh tomboy-0.11.0.new/ltmain.sh +--- tomboy-0.11.0/ltmain.sh 2007-09-21 19:28:33.000000000 +0100 ++++ tomboy-0.11.0.new/ltmain.sh 2008-06-20 00:39:54.000000000 +0100 +@@ -1794,6 +1794,11 @@ + arg=`$echo "X$arg" | $Xsed -e "s/^ //"` + ;; + ++ -Wl,--as-needed) ++ deplibs="$deplibs $arg" ++ continue ++ ;; ++ + -Wl,*) + args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'` + arg= +@@ -2134,6 +2139,15 @@ + lib= + found=no + case $deplib in ++ -Wl,--as-needed) ++ if test "$linkmode,$pass" = "prog,link"; then ++ compile_deplibs="$deplib $compile_deplibs" ++ finalize_deplibs="$deplib $finalize_deplibs" ++ else ++ deplibs="$deplib $deplibs" ++ fi ++ continue ++ ;; + -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs"