[Pkg-cli-apps-commits] r4216 - in /packages/tomboy/trunk/debian: changelog control copyright rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Mon Nov 24 11:53:24 UTC 2008
Author: slomo
Date: Mon Nov 24 11:53:24 2008
New Revision: 4216
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4216
Log:
* Wrap Build-deps Deps and Suggests
* Don't install la files
* Update debian/copyright to reflect tomboykeybinder tomboyutil
*
Modified:
packages/tomboy/trunk/debian/changelog
packages/tomboy/trunk/debian/control
packages/tomboy/trunk/debian/copyright
packages/tomboy/trunk/debian/rules
Modified: packages/tomboy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/trunk/debian/changelog?rev=4216&op=diff
==============================================================================
--- packages/tomboy/trunk/debian/changelog (original)
+++ packages/tomboy/trunk/debian/changelog Mon Nov 24 11:53:24 2008
@@ -1,3 +1,15 @@
+tomboy (0.12.1-2) UNRELEASED; urgency=low
+
+ [ Pedro Fragoso ]
+ * Wrap Build-deps Deps and Suggests
+ * Don't install la files
+ * Update debian/copyright to reflect tomboykeybinder tomboyutil
+
+ [ Sebastian Dröge ]
+ *
+
+ -- Sebastian Dröge <slomo at debian.org> Mon, 24 Nov 2008 12:53:03 +0100
+
tomboy (0.12.1-1) experimental; urgency=low
* New upstream stable release:
Modified: packages/tomboy/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/trunk/debian/control?rev=4216&op=diff
==============================================================================
--- packages/tomboy/trunk/debian/control (original)
+++ packages/tomboy/trunk/debian/control Mon Nov 24 11:53:24 2008
@@ -2,14 +2,41 @@
Section: gnome
Priority: optional
Maintainer: Sebastian Dröge <slomo at debian.org>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, mono-gmcs (>= 1.1.13.4), libgtk2.0-cil (>= 2.10.4-2), libgnome2.0-cil (>= 2.16.1), libgconf2.0-cil, libgtkspell-dev (>= 2.0.9), libmono-dev (>= 1.1.13.4), intltool, libpanel-applet2-dev, libgnomeprint2.2-dev, libgnomeprintui2.2-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.2-4), libmono-addins-gui0.2-cil (>= 0.2-4)
+Build-Depends: cdbs,
+ debhelper (>= 5),
+ autotools-dev,
+ mono-gmcs (>= 1.1.13.4),
+ libgtk2.0-cil (>= 2.10.4-2),
+ libgnome2.0-cil (>= 2.16.1),
+ libgconf2.0-cil,
+ libgtkspell-dev (>= 2.0.9),
+ libmono-dev (>= 1.1.13.4),
+ intltool,
+ libpanel-applet2-dev,
+ libgnomeprint2.2-dev,
+ libgnomeprintui2.2-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.2-4),
+ libmono-addins-gui0.2-cil (>= 0.2-4)
Standards-Version: 3.8.0
Homepage: http://www.gnome.org/projects/tomboy/
Package: tomboy
Architecture: any
-Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Suggests: evolution, tasque
+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
Modified: packages/tomboy/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/trunk/debian/copyright?rev=4216&op=diff
==============================================================================
--- packages/tomboy/trunk/debian/copyright (original)
+++ packages/tomboy/trunk/debian/copyright Mon Nov 24 11:53:24 2008
@@ -13,6 +13,35 @@
---
+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:
Modified: packages/tomboy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tomboy/trunk/debian/rules?rev=4216&op=diff
==============================================================================
--- packages/tomboy/trunk/debian/rules (original)
+++ packages/tomboy/trunk/debian/rules Mon Nov 24 11:53:24 2008
@@ -20,6 +20,8 @@
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
More information about the Pkg-cli-apps-commits
mailing list