[Pkg-cli-apps-commits] r4362 - in /packages/tasque/trunk/debian: changelog control rules tasque.manpages tasque.pod
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Mon Dec 29 09:05:31 UTC 2008
Author: slomo
Date: Mon Dec 29 09:05:31 2008
New Revision: 4362
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4362
Log:
* debian/rules, debian/control, debian/configurable_compiler.patch:
+ Update for Mono 2.0 transition (Patch originally thanks to James Westby).
(Closes: #509057).
* debian/tasque.manpages, debian/rules, debian/control:
+ Include manpage (Thanks to Scott Wegner)
* debian/rules:
+ Delete tasque.1 when cleaning (autogenerated file)
* New upstream release:
+ Fixes crashes when switching backends (Closes: #474503).
Added:
packages/tasque/trunk/debian/tasque.manpages
packages/tasque/trunk/debian/tasque.pod
Modified:
packages/tasque/trunk/debian/changelog
packages/tasque/trunk/debian/control
packages/tasque/trunk/debian/rules
Modified: packages/tasque/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/changelog?rev=4362&op=diff
==============================================================================
--- packages/tasque/trunk/debian/changelog (original)
+++ packages/tasque/trunk/debian/changelog Mon Dec 29 09:05:31 2008
@@ -1,3 +1,20 @@
+tasque (0.1.8-1) experimental; urgency=low
+
+ [ Iain Lane ]
+ * debian/rules, debian/control, debian/configurable_compiler.patch:
+ + Update for Mono 2.0 transition (Patch originally thanks to James Westby).
+ (Closes: #509057).
+ * debian/tasque.manpages, debian/rules, debian/control:
+ + Include manpage (Thanks to Scott Wegner)
+ * debian/rules:
+ + Delete tasque.1 when cleaning (autogenerated file)
+
+ [ Sebastian Dröge ]
+ * New upstream release:
+ + Fixes crashes when switching backends (Closes: #474503).
+
+ -- Sebastian Dröge <slomo at debian.org> Sun, 28 Dec 2008 18:51:13 +0100
+
tasque (0.1.7-1) experimental; urgency=low
* New upstream release:
Modified: packages/tasque/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/control?rev=4362&op=diff
==============================================================================
--- packages/tasque/trunk/debian/control (original)
+++ packages/tasque/trunk/debian/control Mon Dec 29 09:05:31 2008
@@ -2,7 +2,7 @@
Section: gnome
Priority: optional
Maintainer: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), pkg-config, mono-gmcs (>= 1.0) | c-sharp-2.0-compiler, mono-gac | global-assembly-cache-tool, intltool (>= 0.35), gconf2, libglib2.0-cil, libgnome2.0-cil, libgtk2.0-cil (>= 2.12), libndesk-dbus1.0-cil, libndesk-dbus-glib1.0-cil, libmono2.0-cil, libmono-system2.0-cil, libmono-sqlite2.0-cil, libevolution3.0-cil, libnotify0.4-cil, libmono-cairo2.0-cil
+Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), pkg-config, mono-devel (>= 2.0), gconf2, libglib2.0-cil, libgnome2.0-cil, libgtk2.0-cil (>= 2.12), libndesk-dbus1.0-cil, libndesk-dbus-glib1.0-cil, libmono-system2.0-cil, libmono-sqlite2.0-cil, libevolution3.0-cil, libnotify0.4-cil, libmono-cairo2.0-cil
Standards-Version: 3.8.0
Homepage: http://live.gnome.org/Tasque
Modified: packages/tasque/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/rules?rev=4362&op=diff
==============================================================================
--- packages/tasque/trunk/debian/rules (original)
+++ packages/tasque/trunk/debian/rules Mon Dec 29 09:05:31 2008
@@ -8,15 +8,22 @@
--enable-backend-rtm \
--enable-backend-sqlite \
--enable-backend-eds \
- --enable-release
+ --enable-release \
+ GMCS=/usr/bin/csc
export MONO_SHARED_DIR=$(CURDIR)
+
+build/tasque::
+ pod2man --section=1 --release=$(VERSION) --center "" debian/tasque.pod > debian/tasque.1
common-binary-predeb-indep::
dh_clifixperms
dh_clideps -d
dh_clistrip
+cleanbuilddir/tasque::
+ rm -f tasque.1
+
clean::
rm -rf $(MONO_SHARED_DIR)/.wapi
Added: packages/tasque/trunk/debian/tasque.manpages
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/tasque.manpages?rev=4362&op=file
==============================================================================
--- packages/tasque/trunk/debian/tasque.manpages (added)
+++ packages/tasque/trunk/debian/tasque.manpages Mon Dec 29 09:05:31 2008
@@ -1,0 +1,1 @@
+debian/tasque.1
Added: packages/tasque/trunk/debian/tasque.pod
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/tasque.pod?rev=4362&op=file
==============================================================================
--- packages/tasque/trunk/debian/tasque.pod (added)
+++ packages/tasque/trunk/debian/tasque.pod Mon Dec 29 09:05:31 2008
@@ -1,0 +1,196 @@
+=head1 NAME
+
+Tasque - Simple TODO list for Gnome
+
+=head1 SYNOPSIS
+
+B<tasque> [OPTION...]
+
+=head1 DESCRIPTION
+
+B<Tasque> is a simple task management application for the Gnome desktop which provides the ability to to tie into any of the following:
+
+=over 4
+
+=item * Evolution Data Server (EDS) - Use your tasks from Evolution
+
+=item * ICEcore - SiteScape/Novell Teaming & Conferencing
+
+=item * Remember The Milk (RTM) - Default backend with online accessibility
+
+=item * SQLite - Stand-alone local store
+
+=back
+
+=head1 OPTIONS
+
+=head2 Help options
+
+=over 8
+
+=item B<-?>, B<--help>
+
+Show this help message
+
+=item B<--usage>
+
+Display brief usage message
+
+=back
+
+=head2 GTK+
+
+=over 8
+
+=item B<--gdk-debug=>I<FLAGS>
+
+Gdk debugging flags to set
+
+=item B<--gdk-no-debug=>I<FLAGS>
+
+Gdk debugging flags to unset
+
+=item B<--display=>I<DISPLAY>
+
+X display to use
+
+=item B<--screen=>I<SCREEN>
+
+X screen to use
+
+=item B<--sync>
+
+Make X calls synchronous
+
+=item B<--name=>I<NAME>
+
+Program name as used by the window manager
+
+=item B<--class=>I<CLASS>
+
+Program class as used by the window manager
+
+=item B<--gtk-debug=>I<FLAGS>
+
+Gtk+ debugging flags to set
+
+=item B<--gtk-no-debug=>I<FLAGS>
+
+Gtk+ debugging flags to unset
+
+=item B<--g-fatal-warnings>
+
+Make all warnings fatal
+
+=item B<--gtk-module=>I<MODULE>
+
+Load an additional Gtk module
+
+=back
+
+=head2 Bonobo activation Support
+
+=over 8
+
+=item B<--oaf-ior-fd=>I<FD>
+
+File descriptor to print IOR on
+
+=item B<--oaf-activate-iid=>I<IID>
+
+IID to activate
+
+=item B<--oaf-private>
+
+Prevent registering of server with OAF
+
+=back
+
+=head2 GNOME Library
+
+=over 8
+
+=item B<--disable-sound>
+
+Disable sound server usage
+
+=item B<--enable-sound>
+
+Enable sound server usage
+
+=item B<--espeaker=>I<HOSTNAME:PORT>
+
+Host:port on which the sound server to use is running
+
+=item B<--version>
+
+2.22.0
+
+=back
+
+=head2 Session management
+
+=over 8
+
+=item B<--sm-client-id=>I<ID>
+
+Specify session management ID
+
+=item B<--sm-config-prefix=>I<PREFIX>
+
+Specify prefix of saved configuration
+
+=item B<--sm-disable>
+
+Disable connection to session manager
+
+=back
+
+=head2 GNOME GUI Library
+
+=over 8
+
+=item B<--disable-crash-dialog>
+
+Disable Crash Dialog
+
+=back
+
+=head1 BUGS
+
+Please report bugs at http://bugzilla.gnome.org/browse.cgi?product=tasque.
+
+=head1 AUTHORS
+
+B<Tasque> was written by Boyd Timothy <btimothy at gmail.com>, Calvin Gaisford
+<calvinrg at gmail.com>, Brian Merrell <bgmerrell at gmail.com>, and Sandy Armstrong
+<sanfordarmstrong at gmail.com>.
+
+This manual page was written by Scott Wegner <swegner2 at gmail.com>.
+
+=head1 COPYRIGHT
+
+Copyright (c) 2008 Novell, Inc.
+
+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 LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+=cut
+
+
More information about the Pkg-cli-apps-commits
mailing list