r22307 - in /desktop/unstable/gnome-bluetooth/debian: control control.in rules

av-guest at users.alioth.debian.org av-guest at users.alioth.debian.org
Thu Nov 12 18:39:08 UTC 2009


Author: av-guest
Date: Thu Nov 12 18:39:08 2009
New Revision: 22307

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22307
Log:
added pkg-gnome-tools support and moved maintainer to pkg-gnome

Added:
    desktop/unstable/gnome-bluetooth/debian/control.in
Modified:
    desktop/unstable/gnome-bluetooth/debian/control
    desktop/unstable/gnome-bluetooth/debian/rules

Modified: desktop/unstable/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control?rev=22307&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/control [utf-8] Thu Nov 12 18:39:08 2009
@@ -1,11 +1,12 @@
 Source: gnome-bluetooth
 Section: gnome
 Priority: optional
-Maintainer: Debian Bluetooth Maintainers <pkg-bluetooth-maintainers at lists.alioth.debian.org> 
-Uploaders: Filippo Giunchedi <filippo at debian.org>, Andrea Veri <andrea.veri89 at gmail.com>
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Filippo Giunchedi <filippo at debian.org>, Andrea Veri <andrea.veri89 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 5),
                cdbs,
+               gnome-pkg-tools,
                libunique-dev,
                libnotify-dev (>= 0.4.3),
                libglib2.0-dev,
@@ -63,3 +64,4 @@
  devices using the GNOME desktop.
  .
  The libraries included provide support to gnome-bluetooth.
+

Added: desktop/unstable/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/control.in?rev=22307&op=file
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/control.in (added)
+++ desktop/unstable/gnome-bluetooth/debian/control.in [utf-8] Thu Nov 12 18:39:08 2009
@@ -1,0 +1,67 @@
+Source: gnome-bluetooth
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Filippo Giunchedi <filippo at debian.org>, @GNOME_TEAM@
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 5),
+               cdbs,
+               gnome-pkg-tools,
+               libunique-dev,
+               libnotify-dev (>= 0.4.3),
+               libglib2.0-dev,
+               libgtk2.0-dev (>= 2.15.0),
+               libgconf2-dev,
+               libdbus-glib-1-dev (>= 0.74),
+               intltool (>= 0.35),
+               libxml2-utils,
+               gconf2,
+               gtk-doc-tools,
+               gnome-doc-utils (>= 0.3.2),
+               chrpath,
+               libgeoclue-dev
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/gnome-bluetooth
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/gnome-bluetooth
+Homepage: http://live.gnome.org/GnomeBluetooth
+
+Package: gnome-bluetooth
+Section: gnome
+Depends: ${shlibs:Depends}, ${misc:Depends}, bluez (>= 4.36), obexd-client
+Recommends: gvfs-backends
+Suggests: nautilus-sendto
+Conflicts: bluez-gnome
+Architecture: any
+Description: GNOME Bluetooth tools
+ This package contains tools for managing and manipulating Bluetooth
+ devices using the GNOME desktop.
+ .
+ bluetooth-applet provides an agent to ask for PIN and managing pairing with
+ devices, together with bluetooth-properties.
+ .
+ bluetooth-sendto is also included for sending files to Bluetooth devices via
+ OBEX.
+
+Package: libgnome-bluetooth7
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Architecture: any
+Description: GNOME Bluetooth tools - support library
+ This package contains tools for managing and manipulating Bluetooth
+ devices using the GNOME desktop.
+ .
+ The libraries included provide support to gnome-bluetooth.
+
+Package: libgnome-bluetooth-dev
+Section: libdevel
+Provides: libgnome-bluetooth7-dev
+Depends: libgnome-bluetooth7 (= ${binary:Version}), ${misc:Depends}
+Suggests: pkg-config
+Priority: extra
+Architecture: any
+Description: GNOME Bluetooth tools - support library development files
+ This package contains tools for managing and manipulating Bluetooth
+ devices using the GNOME desktop.
+ .
+ The libraries included provide support to gnome-bluetooth.
+

Modified: desktop/unstable/gnome-bluetooth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth/debian/rules?rev=22307&op=diff
==============================================================================
--- desktop/unstable/gnome-bluetooth/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-bluetooth/debian/rules [utf-8] Thu Nov 12 18:39:08 2009
@@ -2,6 +2,7 @@
 include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 




More information about the pkg-gnome-commits mailing list