r17547 - in /packages/unstable/gtask/debian: ./ changelog compat control control.in copyright docs libgtask-1.0-0.install libgtask-dev.install libgtask-doc.install patches/ patches/99_ltmain_as-needed.patch python-gtask.install rules watch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Fri Nov 14 10:45:42 UTC 2008


Author: slomo
Date: Fri Nov 14 10:45:41 2008
New Revision: 17547

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17547
Log:
Initial version (Closes: #505653).

Added:
    packages/unstable/gtask/debian/   (with props)
    packages/unstable/gtask/debian/changelog
    packages/unstable/gtask/debian/compat
    packages/unstable/gtask/debian/control
    packages/unstable/gtask/debian/control.in
    packages/unstable/gtask/debian/copyright
    packages/unstable/gtask/debian/docs
    packages/unstable/gtask/debian/libgtask-1.0-0.install
    packages/unstable/gtask/debian/libgtask-dev.install
    packages/unstable/gtask/debian/libgtask-doc.install
    packages/unstable/gtask/debian/patches/
    packages/unstable/gtask/debian/patches/99_ltmain_as-needed.patch
    packages/unstable/gtask/debian/python-gtask.install
    packages/unstable/gtask/debian/rules   (with props)
    packages/unstable/gtask/debian/watch

Propchange: packages/unstable/gtask/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/unstable/gtask/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/changelog?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/changelog (added)
+++ packages/unstable/gtask/debian/changelog Fri Nov 14 10:45:41 2008
@@ -1,0 +1,6 @@
+gtask (0.1.2-1) unstable; urgency=low
+
+  * Initial version (Closes: #505653).
+
+ -- Sebastian Dröge <slomo at debian.org>  Fri, 14 Nov 2008 10:32:32 +0100
+

Added: packages/unstable/gtask/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/compat?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/compat (added)
+++ packages/unstable/gtask/debian/compat Fri Nov 14 10:45:41 2008
@@ -1,0 +1,1 @@
+5

Added: packages/unstable/gtask/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/control?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/control (added)
+++ packages/unstable/gtask/debian/control Fri Nov 14 10:45:41 2008
@@ -1,0 +1,82 @@
+Source: gtask
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Sebastian Dröge <slomo at debian.org>
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 5),
+               gnome-pkg-tools (>= 0.11),
+               pkg-config (>= 0.14),
+	       libglib2.0-dev (>= 2.16.0),
+	       libvala-dev,
+	       gtk-doc-tools (>= 1.9),
+	       python-dev (>= 2.2),
+	       python-central,
+               dpkg-dev (>= 1.14.13)
+Standards-Version: 3.8.0
+Homepage: http://github.com/chergert/gtask/wikis
+XS-Python-Version: >= 2.2
+
+Package: libgtask-1.0-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject library for asynchronous programming - shared libraries
+ GTask is Asynchronous and Callback based execution for GObject, similar
+ to Python twisted.
+ .
+ Unlike Twisted, however, GTask will work hard towards being multi-core
+ ready.
+ .
+ This package contains the shared libraries.
+
+Package: libgtask-dev
+Section: libdevel
+Architecture: any
+Depends: libgtask-1.0-0 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev (>= 2.12.0),
+         libgtk2.0-dev (>= 2.11.0)
+Suggests: libunique-doc, vala
+Description: GObject library for asynchronous programming - development files
+ GTask is Asynchronous and Callback based execution for GObject, similar
+ to Python twisted.
+ .
+ Unlike Twisted, however, GTask will work hard towards being multi-core
+ ready.
+ .
+ This package contains the headers and development libraries needed to
+ build applications using the GTask library
+
+Package: libgtask-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libgtask-1.0-0
+Suggests: devhelp
+Description: GObject library for asynchronous programming - documentation
+ GTask is Asynchronous and Callback based execution for GObject, similar
+ to Python twisted.
+ .
+ Unlike Twisted, however, GTask will work hard towards being multi-core
+ ready.
+ .
+ This package contains the HTML documentation for the GTask library
+
+Package: python-gtask
+Section: python
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: GObject library for asynchronous programming - Python bindings
+ GTask is Asynchronous and Callback based execution for GObject, similar
+ to Python twisted.
+ .
+ Unlike Twisted, however, GTask will work hard towards being multi-core
+ ready.
+ .
+ This package contains the Python bindings for the GTask library

Added: packages/unstable/gtask/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/control.in?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/control.in (added)
+++ packages/unstable/gtask/debian/control.in Fri Nov 14 10:45:41 2008
@@ -1,0 +1,82 @@
+Source: gtask
+Section: libs
+Priority: optional
+Maintainer: @GNOME_TEAM@
+Uploaders: Sebastian Dröge <slomo at debian.org>
+Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 5),
+               gnome-pkg-tools (>= 0.11),
+               pkg-config (>= 0.14),
+	       libglib2.0-dev (>= 2.16.0),
+	       libvala-dev,
+	       gtk-doc-tools (>= 1.9),
+	       python-dev (>= 2.2),
+	       python-central,
+               dpkg-dev (>= 1.14.13)
+Standards-Version: 3.8.0
+Homepage: http://github.com/chergert/gtask/wikis
+XS-Python-Version: >= 2.2
+
+Package: libgtask-1.0-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject library for asynchronous programming - shared libraries
+ GTask is Asynchronous and Callback based execution for GObject, similar
+ to Python twisted.
+ .
+ Unlike Twisted, however, GTask will work hard towards being multi-core
+ ready.
+ .
+ This package contains the shared libraries.
+
+Package: libgtask-dev
+Section: libdevel
+Architecture: any
+Depends: libgtask-1.0-0 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev (>= 2.12.0),
+         libgtk2.0-dev (>= 2.11.0)
+Suggests: libunique-doc, vala
+Description: GObject library for asynchronous programming - development files
+ GTask is Asynchronous and Callback based execution for GObject, similar
+ to Python twisted.
+ .
+ Unlike Twisted, however, GTask will work hard towards being multi-core
+ ready.
+ .
+ This package contains the headers and development libraries needed to
+ build applications using the GTask library
+
+Package: libgtask-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libgtask-1.0-0
+Suggests: devhelp
+Description: GObject library for asynchronous programming - documentation
+ GTask is Asynchronous and Callback based execution for GObject, similar
+ to Python twisted.
+ .
+ Unlike Twisted, however, GTask will work hard towards being multi-core
+ ready.
+ .
+ This package contains the HTML documentation for the GTask library
+
+Package: python-gtask
+Section: python
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:Depends}
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: GObject library for asynchronous programming - Python bindings
+ GTask is Asynchronous and Callback based execution for GObject, similar
+ to Python twisted.
+ .
+ Unlike Twisted, however, GTask will work hard towards being multi-core
+ ready.
+ .
+ This package contains the Python bindings for the GTask library

Added: packages/unstable/gtask/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/copyright?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/copyright (added)
+++ packages/unstable/gtask/debian/copyright Fri Nov 14 10:45:41 2008
@@ -1,0 +1,30 @@
+This package was debianized by Sebastian Dröge <slomo at debian.org> on
+Fri, 14 Nov 2008 10:32:32 +0100.
+
+It was downloaded from http://github.com/chergert/gtask/wikis
+
+Upstream Author:
+    Christian Hergert <chris at dronelabs.com>
+
+Copyright:
+    Copyright (C) 2008 Christian Hergert <chris at dronelabs.com>
+
+License:
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+
+    On Debian GNU/Linux systems, the complete text of the GNU Lesser General
+    Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+

Added: packages/unstable/gtask/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/docs?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/docs (added)
+++ packages/unstable/gtask/debian/docs Fri Nov 14 10:45:41 2008
@@ -1,0 +1,3 @@
+AUTHORS
+NEWS
+README

Added: packages/unstable/gtask/debian/libgtask-1.0-0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/libgtask-1.0-0.install?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/libgtask-1.0-0.install (added)
+++ packages/unstable/gtask/debian/libgtask-1.0-0.install Fri Nov 14 10:45:41 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libgtask-1.0.so.*

Added: packages/unstable/gtask/debian/libgtask-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/libgtask-dev.install?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/libgtask-dev.install (added)
+++ packages/unstable/gtask/debian/libgtask-dev.install Fri Nov 14 10:45:41 2008
@@ -1,0 +1,5 @@
+debian/tmp/usr/include/gtask-1.0/*
+debian/tmp/usr/lib/libgtask-1.0.a
+debian/tmp/usr/lib/libgtask-1.0.so
+debian/tmp/usr/lib/pkgconfig/gtask-1.0*
+debian/tmp/usr/share/vala/vapi

Added: packages/unstable/gtask/debian/libgtask-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/libgtask-doc.install?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/libgtask-doc.install (added)
+++ packages/unstable/gtask/debian/libgtask-doc.install Fri Nov 14 10:45:41 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/share/gtk-doc/html/gtask/*

Added: packages/unstable/gtask/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/patches/99_ltmain_as-needed.patch?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/patches/99_ltmain_as-needed.patch (added)
+++ packages/unstable/gtask/debian/patches/99_ltmain_as-needed.patch Fri Nov 14 10:45:41 2008
@@ -1,0 +1,30 @@
+--- ltmain.sh.old	2007-10-09 07:38:25.000000000 +0200
++++ ltmain.sh	2007-10-09 07:39:25.000000000 +0200
+@@ -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=
+@@ -2137,6 +2142,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"

Added: packages/unstable/gtask/debian/python-gtask.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/python-gtask.install?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/python-gtask.install (added)
+++ packages/unstable/gtask/debian/python-gtask.install Fri Nov 14 10:45:41 2008
@@ -1,0 +1,2 @@
+debian/tmp/usr/share/pygtk/2.0/defs
+debian/tmp/usr/lib/python*

Added: packages/unstable/gtask/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/rules?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/rules (added)
+++ packages/unstable/gtask/debian/rules Fri Nov 14 10:45:41 2008
@@ -1,0 +1,16 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
+DEB_DH_MAKESHLIBS_ARGS_libgtask-1.0-0 = -V 'libgtask-1.0-0 (>= 0.1.2)' -- -c4
+
+LDFLAGS += -Wl,-O1 -Wl,--as-needed
+
+binary-install/python-gtask::
+	dh_pycentral -p$(cdbs_curpkg)
+

Propchange: packages/unstable/gtask/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/unstable/gtask/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtask/debian/watch?rev=17547&op=file
==============================================================================
--- packages/unstable/gtask/debian/watch (added)
+++ packages/unstable/gtask/debian/watch Fri Nov 14 10:45:41 2008
@@ -1,0 +1,2 @@
+version=3
+http://ftp.dronelabs.com/sources/gtask/([0-9.]+)/gtask-([0-9.]+).tar.gz




More information about the pkg-gnome-commits mailing list