[Pkg-cli-apps-commits] r3837 - in /packages/tasque/trunk/debian: ./ changelog compat control copyright patches/ rules watch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sat Mar 22 23:21:07 UTC 2008


Author: slomo
Date: Sat Mar 22 23:21:07 2008
New Revision: 3837

URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=3837
Log:
* Initial upload (Closes: #472256).

Added:
    packages/tasque/trunk/debian/   (with props)
    packages/tasque/trunk/debian/changelog
    packages/tasque/trunk/debian/compat
    packages/tasque/trunk/debian/control
    packages/tasque/trunk/debian/copyright
    packages/tasque/trunk/debian/patches/
    packages/tasque/trunk/debian/rules   (with props)
    packages/tasque/trunk/debian/watch

Propchange: packages/tasque/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/tasque/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/changelog?rev=3837&op=file
==============================================================================
--- packages/tasque/trunk/debian/changelog (added)
+++ packages/tasque/trunk/debian/changelog Sat Mar 22 23:21:07 2008
@@ -1,0 +1,6 @@
+tasque (0.1.5-1) unstable; urgency=low
+
+  * Initial upload (Closes: #472256).
+
+ -- Sebastian Dröge <slomo at debian.org>  Sat, 22 Mar 2008 23:15:54 +0100
+

Added: packages/tasque/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/compat?rev=3837&op=file
==============================================================================
--- packages/tasque/trunk/debian/compat (added)
+++ packages/tasque/trunk/debian/compat Sat Mar 22 23:21:07 2008
@@ -1,0 +1,1 @@
+5

Added: packages/tasque/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/control?rev=3837&op=file
==============================================================================
--- packages/tasque/trunk/debian/control (added)
+++ packages/tasque/trunk/debian/control Sat Mar 22 23:21:07 2008
@@ -1,0 +1,14 @@
+Source: tasque
+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.10), 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
+Standards-Version: 3.7.3
+Homepage: http://live.gnome.org/Tasque
+
+Package: tasque
+Architecture: all
+Depends: ${shlibs:Depends}, ${cli:Depends}, ${misc:Depends}
+Recommends: evolution-data-server
+Description: simple task management application
+ Tasque is a simple task management app (TODO list) for the Linux Desktop.

Added: packages/tasque/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/copyright?rev=3837&op=file
==============================================================================
--- packages/tasque/trunk/debian/copyright (added)
+++ packages/tasque/trunk/debian/copyright Sat Mar 22 23:21:07 2008
@@ -1,0 +1,36 @@
+This package was debianized by Sebastian Dröge <slomo at debian.org> on
+Sat, 22 Mar 2008 23:15:54 +0100.
+
+It was downloaded from http://live.gnome.org/Tasque
+
+Upstream Authors:
+
+  Boyd Timothy <btimothy at gmail.com>
+  Calvin Gaisford <calvinrg at gmail.com>
+  Brian Merrell <bgmerrell at gmail.com>
+
+Copyright:
+
+  Copyright (c) 2005-2008 Novell, Inc.
+
+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 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.
+

Added: packages/tasque/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/rules?rev=3837&op=file
==============================================================================
--- packages/tasque/trunk/debian/rules (added)
+++ packages/tasque/trunk/debian/rules Sat Mar 22 23:21:07 2008
@@ -1,0 +1,22 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS += \
+	--enable-backend-rtm \
+	--enable-backend-sqlite \
+	--enable-backend-eds \
+	--enable-release
+
+export MONO_SHARED_DIR=$(CURDIR)
+
+common-binary-predeb-indep::
+	dh_clifixperms
+	dh_clideps -d
+	dh_clistrip
+
+clean::
+	rm -rf $(MONO_SHARED_DIR)/.wapi
+

Propchange: packages/tasque/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/tasque/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/tasque/trunk/debian/watch?rev=3837&op=file
==============================================================================
--- packages/tasque/trunk/debian/watch (added)
+++ packages/tasque/trunk/debian/watch Sat Mar 22 23:21:07 2008
@@ -1,0 +1,3 @@
+version=2
+http://download.gnome.org/sources/tasque/([\d\.]+)/tasque-([\d\.]+)\.tar\.gz debian uupdate
+




More information about the Pkg-cli-apps-commits mailing list