[Pkg-cli-apps-commits] [SCM] Tomboy - desktop note taking program using Wiki style links branch, master, updated. debian/1.0.1-4-4-gef0d033
Iain Lane
laney at ubuntu.com
Mon Apr 5 20:17:42 UTC 2010
The following commit has been merged in the master branch:
commit ef0d033f110c8818c358ac9dea33381e41ad59e3
Author: Iain Lane <laney at ubuntu.com>
Date: Sat Apr 3 11:16:03 2010 +0100
New upstream release 1.2.0
* New upstream release 1.2.0
+ Handle new application/x-note mimetype
+ Add a text/path-list target when drag-and-dropping from Search window,
allowing basic note transfer via Empathy
+ Allow icon themes to customize the panel/tray icon separately
+ Fix errors when using GTK+ >= 2.19.7
* New upstream release 1.1.4
+ Autosync improvements:
- Enable the preference in the UI
- Try to only sync when idle (to avoid interrupting your writing)
- Do not attempt to sync when the server is unavailable
- Fix focus/cursor issues that were occurring after autosync
* New upstream realease 1.1.2
+ Experimental automatic background synchronization support
+ Allow user to decide if links are updated when renaming a note
+ Fix crashers related to new Jump List feature
* New upstream release 1.1.1
+ Copy rich text from notes to apps like Evolution and OpenOffice.org Writer.
Feature requires gtk-sharp 2.12.10
+ Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds
+ Prevent crash when entering empty notebook name
* New upstream release 1.1.0
+ Add support for Ubuntu One and others using OAuth 1.0a
+ Add CreateNamedNoteWithUri method to dbus interface
+ Add dbus methods for working with notebooks
+ Always show icons for note items in recent notes menu
+ Add Sync menu item to panel applet
+ Stop cutting off message text in the Sync dialog
diff --git a/debian/changelog b/debian/changelog
index 8e04d4b..6928827 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,42 @@
+tomboy (1.2.0-1) UNRELEASED; urgency=low
+
+ * New upstream release 1.2.0
+ + Handle new application/x-note mimetype
+ + Add a text/path-list target when drag-and-dropping from Search window,
+ allowing basic note transfer via Empathy
+ + Allow icon themes to customize the panel/tray icon separately
+ + Fix errors when using GTK+ >= 2.19.7
+ * New upstream release 1.1.4
+ + Autosync improvements:
+ - Enable the preference in the UI
+ - Try to only sync when idle (to avoid interrupting your writing)
+ - Do not attempt to sync when the server is unavailable
+ - Fix focus/cursor issues that were occurring after autosync
+ * New upstream realease 1.1.2
+ + Experimental automatic background synchronization support
+ + Allow user to decide if links are updated when renaming a note
+ + Fix crashers related to new Jump List feature
+ * New upstream release 1.1.1
+ + Copy rich text from notes to apps like Evolution and OpenOffice.org Writer.
+ Feature requires gtk-sharp 2.12.10
+ + Rearrange Tomboy startup so icon appears within 0.5-1.0 seconds
+ + Prevent crash when entering empty notebook name
+ * New upstream release 1.1.0
+ + Add support for Ubuntu One and others using OAuth 1.0a
+ + Add CreateNamedNoteWithUri method to dbus interface
+ + Add dbus methods for working with notebooks
+ + Always show icons for note items in recent notes menu
+ + Add Sync menu item to panel applet
+ + Stop cutting off message text in the Sync dialog
+ * debian/rules: Pass --disable-update-mimdb to configure as it doesn't make
+ sense to update the mimedb in a buildd build.
+ * debian/control: Increase Standards-Version to 3.8.4, no changes required
+ * debian/source/format: Specify 1.0 explicitly (hello there Lintian, old
+ friend)
+
+
+ -- Iain Lane <laney at ubuntu.com> Fri, 02 Apr 2010 23:31:19 +0100
+
tomboy (1.0.1-4) unstable; urgency=low
* debian/patches/20_remove_pcfile_requires: Remove requires from
diff --git a/debian/control b/debian/control
index 1ea229a..f8634f0 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 7.0.50),
libndesk-dbus-glib1.0-cil-dev (>= 0.3),
libmono-addins-cil-dev (>= 0.3),
libmono-addins-gui-cil-dev (>= 0.3)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://www.gnome.org/projects/tomboy/
Vcs-Git: git://git.debian.org/pkg-cli-apps/packages/tomboy.git
Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/tomboy.git
diff --git a/debian/patches/10_disable_unit_tests b/debian/patches/10_disable_unit_tests
index 2a91683..93851d7 100644
--- a/debian/patches/10_disable_unit_tests
+++ b/debian/patches/10_disable_unit_tests
@@ -1,8 +1,8 @@
Index: tomboy.git/configure.in
===================================================================
---- tomboy.git.orig/configure.in 2009-12-17 21:45:00.368882798 +0000
-+++ tomboy.git/configure.in 2009-12-17 21:52:28.138882748 +0000
-@@ -266,10 +266,10 @@
+--- tomboy.git.orig/configure.in 2010-04-02 23:29:04.379138367 +0100
++++ tomboy.git/configure.in 2010-04-02 23:29:26.719138968 +0100
+@@ -283,10 +283,10 @@
#
# NUnit required for (optional) unit tests
#
diff --git a/debian/rules b/debian/rules
index 870efea..d46013a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ autoreconf-stamp:
override_dh_auto_configure: autoreconf-stamp
dh_auto_configure -- \
--disable-scrollkeeper \
+ --disable-update-mimedb \
LDFLAGS="$(LDFLAGS)" \
GMCS=/usr/bin/mono-csc
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0
--
Tomboy - desktop note taking program using Wiki style links
More information about the Pkg-cli-apps-commits
mailing list