r16673 - in /packages/unstable/libunique/debian: ./ patches/

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Jul 31 13:21:17 UTC 2008


Author: slomo
Date: Thu Jul 31 13:21:17 2008
New Revision: 16673

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

Added:
    packages/unstable/libunique/debian/   (with props)
    packages/unstable/libunique/debian/changelog
    packages/unstable/libunique/debian/compat
    packages/unstable/libunique/debian/control
    packages/unstable/libunique/debian/control.in
    packages/unstable/libunique/debian/copyright
    packages/unstable/libunique/debian/docs
    packages/unstable/libunique/debian/libunique-1.0-0.install
    packages/unstable/libunique/debian/libunique-1.0-0.symbols
    packages/unstable/libunique/debian/libunique-dev.install
    packages/unstable/libunique/debian/libunique-doc.install
    packages/unstable/libunique/debian/patches/
    packages/unstable/libunique/debian/patches/01_X11-linking.patch
    packages/unstable/libunique/debian/patches/99_ltmain_as-needed.patch
    packages/unstable/libunique/debian/rules   (with props)
    packages/unstable/libunique/debian/watch

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

Added: packages/unstable/libunique/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/changelog?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/changelog (added)
+++ packages/unstable/libunique/debian/changelog Thu Jul 31 13:21:17 2008
@@ -1,0 +1,6 @@
+libunique (1.0.0-1) unstable; urgency=low
+
+  * Initial version (Closes: #493113).
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 31 Jul 2008 15:10:16 +0200
+

Added: packages/unstable/libunique/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/compat?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/compat (added)
+++ packages/unstable/libunique/debian/compat Thu Jul 31 13:21:17 2008
@@ -1,0 +1,1 @@
+5

Added: packages/unstable/libunique/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/control?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/control (added)
+++ packages/unstable/libunique/debian/control Thu Jul 31 13:21:17 2008
@@ -1,0 +1,76 @@
+Source: libunique
+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.12.0),
+               libgtk2.0-dev (>= 2.11.0),
+               libdbus-glib-1-dev (>= 0.70),
+               gtk-doc-tools (>= 1.6),
+               intltool,
+               dpkg-dev (>= 1.14.13)
+Standards-Version: 3.8.0
+Homepage: http://live.gnome.org/LibUnique
+
+Package: libunique-1.0-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Library for writing single instance applications - shared libraries
+ Unique is a library for writing single instance application.
+ If you launch a single instance application twice, the second
+ instance will either just quit or will send a message to the
+ running instance.
+ .
+ Unique makes it easy to write this kind of applications, by
+ providing a base class, taking care of all the IPC machinery
+ needed to send messages to a running instance, and also handling
+ the startup notification side. 
+ .
+ This package contains the shared libraries.
+
+Package: libunique-dev
+Section: libdevel
+Architecture: any
+Depends: libunique-1.0-0 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev (>= 2.12.0),
+         libgtk2.0-dev (>= 2.11.0)
+Suggests: libunique-doc
+Description: Library for writing single instance applications - development files
+ Unique is a library for writing single instance application.
+ If you launch a single instance application twice, the second
+ instance will either just quit or will send a message to the
+ running instance.
+ .
+ Unique makes it easy to write this kind of applications, by
+ providing a base class, taking care of all the IPC machinery
+ needed to send messages to a running instance, and also handling
+ the startup notification side. 
+ .
+ This package contains the headers and development libraries needed to
+ build applications using the Unique library
+
+Package: libunique-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libunique-1.0-0
+Suggests: devhelp
+Description: Library for writing single instance applications - documentation
+ Unique is a library for writing single instance application.
+ If you launch a single instance application twice, the second
+ instance will either just quit or will send a message to the
+ running instance.
+ .
+ Unique makes it easy to write this kind of applications, by
+ providing a base class, taking care of all the IPC machinery
+ needed to send messages to a running instance, and also handling
+ the startup notification side. 
+ .
+ This package contains the HTML documentation for the Unique library

Added: packages/unstable/libunique/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/control.in?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/control.in (added)
+++ packages/unstable/libunique/debian/control.in Thu Jul 31 13:21:17 2008
@@ -1,0 +1,76 @@
+Source: libunique
+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.12.0),
+               libgtk2.0-dev (>= 2.11.0),
+               libdbus-glib-1-dev (>= 0.70),
+               gtk-doc-tools (>= 1.6),
+               intltool,
+               dpkg-dev (>= 1.14.13)
+Standards-Version: 3.8.0
+Homepage: http://live.gnome.org/LibUnique
+
+Package: libunique-1.0-0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Library for writing single instance applications - shared libraries
+ Unique is a library for writing single instance application.
+ If you launch a single instance application twice, the second
+ instance will either just quit or will send a message to the
+ running instance.
+ .
+ Unique makes it easy to write this kind of applications, by
+ providing a base class, taking care of all the IPC machinery
+ needed to send messages to a running instance, and also handling
+ the startup notification side. 
+ .
+ This package contains the shared libraries.
+
+Package: libunique-dev
+Section: libdevel
+Architecture: any
+Depends: libunique-1.0-0 (= ${binary:Version}),
+         ${misc:Depends},
+         libglib2.0-dev (>= 2.12.0),
+         libgtk2.0-dev (>= 2.11.0)
+Suggests: libunique-doc
+Description: Library for writing single instance applications - development files
+ Unique is a library for writing single instance application.
+ If you launch a single instance application twice, the second
+ instance will either just quit or will send a message to the
+ running instance.
+ .
+ Unique makes it easy to write this kind of applications, by
+ providing a base class, taking care of all the IPC machinery
+ needed to send messages to a running instance, and also handling
+ the startup notification side. 
+ .
+ This package contains the headers and development libraries needed to
+ build applications using the Unique library
+
+Package: libunique-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: libunique-1.0-0
+Suggests: devhelp
+Description: Library for writing single instance applications - documentation
+ Unique is a library for writing single instance application.
+ If you launch a single instance application twice, the second
+ instance will either just quit or will send a message to the
+ running instance.
+ .
+ Unique makes it easy to write this kind of applications, by
+ providing a base class, taking care of all the IPC machinery
+ needed to send messages to a running instance, and also handling
+ the startup notification side. 
+ .
+ This package contains the HTML documentation for the Unique library

Added: packages/unstable/libunique/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/copyright?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/copyright (added)
+++ packages/unstable/libunique/debian/copyright Thu Jul 31 13:21:17 2008
@@ -1,0 +1,36 @@
+This package was debianized by Sebastian Dröge <slomo at debian.org> on
+Thu, 31 Jul 2008 15:07:44 +0200.
+
+It was downloaded from http://www.gnome.org/~ebassi/source/
+
+Upstream Author:
+    Emmanuele Bassi <ebassi at gmail.com>
+
+Copyright:
+
+    For everything not noted below:
+      Copyright (C) 2007  Emmanuele Bassi  <ebassi at o-hand.com>
+
+    For unique/bacon/uniquebackend-bacon.[ch],
+        unique/bacon/uniquefactory-bacon.[ch]:
+      Copyright (C) 2003  Bastien Nocera
+      Copyright (C) 2007  Emmanuele Bassi  <ebassi at gnome.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/libunique/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/docs?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/docs (added)
+++ packages/unstable/libunique/debian/docs Thu Jul 31 13:21:17 2008
@@ -1,0 +1,3 @@
+AUTHORS
+NEWS
+README

Added: packages/unstable/libunique/debian/libunique-1.0-0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/libunique-1.0-0.install?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/libunique-1.0-0.install (added)
+++ packages/unstable/libunique/debian/libunique-1.0-0.install Thu Jul 31 13:21:17 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libunique-1.0.so.*

Added: packages/unstable/libunique/debian/libunique-1.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/libunique-1.0-0.symbols?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/libunique-1.0-0.symbols (added)
+++ packages/unstable/libunique/debian/libunique-1.0-0.symbols Thu Jul 31 13:21:17 2008
@@ -1,0 +1,50 @@
+libunique-1.0.so.0 libunique-1.0-0 #MINVER#
+* Build-Depends-Package: libunique-edev
+ dbus_glib_marshal_uniquebackend_BOOLEAN__STRING_BOXED_UINT_POINTER_POINTER at Base 1.0.0
+ dbus_glib_uniquebackend_object_info at Base 1.0.0
+ unique_app_add_command at Base 1.0.0
+ unique_app_emit_message_received at Base 1.0.0
+ unique_app_get_type at Base 1.0.0
+ unique_app_is_running at Base 1.0.0
+ unique_app_new at Base 1.0.0
+ unique_app_new_with_commands at Base 1.0.0
+ unique_app_send_message at Base 1.0.0
+ unique_app_watch_window at Base 1.0.0
+ unique_backend_bacon_get_type at Base 1.0.0
+ unique_backend_create at Base 1.0.0
+ unique_backend_dbus_get_type at Base 1.0.0
+ unique_backend_get_name at Base 1.0.0
+ unique_backend_get_screen at Base 1.0.0
+ unique_backend_get_startup_id at Base 1.0.0
+ unique_backend_get_type at Base 1.0.0
+ unique_backend_get_workspace at Base 1.0.0
+ unique_backend_request_name at Base 1.0.0
+ unique_backend_send_message at Base 1.0.0
+ unique_backend_set_name at Base 1.0.0
+ unique_backend_set_screen at Base 1.0.0
+ unique_backend_set_startup_id at Base 1.0.0
+ unique_command_from_string at Base 1.0.0
+ unique_command_get_type at Base 1.0.0
+ unique_command_to_string at Base 1.0.0
+ unique_factory_bacon_accept at Base 1.0.0
+ unique_factory_bacon_get_fd at Base 1.0.0
+ unique_factory_bacon_get_type at Base 1.0.0
+ unique_factory_dbus_get_type at Base 1.0.0
+ unique_marshal_ENUM__INT_BOXED_UINT at Base 1.0.0
+ unique_message_data_copy at Base 1.0.0
+ unique_message_data_free at Base 1.0.0
+ unique_message_data_get_screen at Base 1.0.0
+ unique_message_data_get_startup_id at Base 1.0.0
+ unique_message_data_get_text at Base 1.0.0
+ unique_message_data_get_type at Base 1.0.0
+ unique_message_data_get_uris at Base 1.0.0
+ unique_message_data_get_workspace at Base 1.0.0
+ unique_message_data_new at Base 1.0.0
+ unique_message_data_pack at Base 1.0.0
+ unique_message_data_set at Base 1.0.0
+ unique_message_data_set_text at Base 1.0.0
+ unique_message_data_set_uris at Base 1.0.0
+ unique_message_data_unpack at Base 1.0.0
+ unique_response_from_string at Base 1.0.0
+ unique_response_get_type at Base 1.0.0
+ unique_response_to_string at Base 1.0.0

Added: packages/unstable/libunique/debian/libunique-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/libunique-dev.install?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/libunique-dev.install (added)
+++ packages/unstable/libunique/debian/libunique-dev.install Thu Jul 31 13:21:17 2008
@@ -1,0 +1,4 @@
+debian/tmp/usr/include/unique-1.0/unique/*
+debian/tmp/usr/lib/libunique-1.0.a
+debian/tmp/usr/lib/libunique-1.0.so
+debian/tmp/usr/lib/pkgconfig/unique-1.0*

Added: packages/unstable/libunique/debian/libunique-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/libunique-doc.install?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/libunique-doc.install (added)
+++ packages/unstable/libunique/debian/libunique-doc.install Thu Jul 31 13:21:17 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/share/gtk-doc/html/unique/*

Added: packages/unstable/libunique/debian/patches/01_X11-linking.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/patches/01_X11-linking.patch?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/patches/01_X11-linking.patch (added)
+++ packages/unstable/libunique/debian/patches/01_X11-linking.patch Thu Jul 31 13:21:17 2008
@@ -1,0 +1,24 @@
+--- unique/Makefile.am.old	2008-07-31 15:12:31.000000000 +0200
++++ unique/Makefile.am	2008-07-31 15:12:57.000000000 +0200
+@@ -63,7 +63,8 @@
+ libunique_1_0_la_LIBADD = 		\
+ 	$(unique_backend_libs) 		\
+ 	$(UNIQUE_LIBS)			\
+-	$(DBUS_LIBS)
++	$(DBUS_LIBS)			\
++	-lX11
+ 
+ libunique_1_0_la_LDFLAGS = $(LDADD)
+ 
+--- unique/Makefile.in.old	2008-07-31 15:12:34.000000000 +0200
++++ unique/Makefile.in	2008-07-31 15:13:07.000000000 +0200
+@@ -296,7 +296,8 @@
+ libunique_1_0_la_LIBADD = \
+ 	$(unique_backend_libs) 		\
+ 	$(UNIQUE_LIBS)			\
+-	$(DBUS_LIBS)
++	$(DBUS_LIBS)			\
++	-lX11
+ 
+ libunique_1_0_la_LDFLAGS = $(LDADD)
+ CLEANFILES = stamp-uniquemarshal.h

Added: packages/unstable/libunique/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/patches/99_ltmain_as-needed.patch?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/patches/99_ltmain_as-needed.patch (added)
+++ packages/unstable/libunique/debian/patches/99_ltmain_as-needed.patch Thu Jul 31 13:21:17 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/libunique/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/rules?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/rules (added)
+++ packages/unstable/libunique/debian/rules Thu Jul 31 13:21:17 2008
@@ -1,0 +1,14 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+DEB_DH_MAKESHLIBS_ARGS_libunique-1.0-0 = -V 'libunique-1.0-0 (>= 1.0.0)' -- -c4
+

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

Added: packages/unstable/libunique/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/watch?rev=16673&op=file
==============================================================================
--- packages/unstable/libunique/debian/watch (added)
+++ packages/unstable/libunique/debian/watch Thu Jul 31 13:21:17 2008
@@ -1,0 +1,2 @@
+version=3
+http://www.gnome.org/~ebassi/source/unique-([0-9.]*).tar.gz




More information about the pkg-gnome-commits mailing list