r32973 - in /desktop/experimental/gnome-contacts/debian: changelog control control.in

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Sun Mar 11 18:18:34 UTC 2012


Author: jbicha-guest
Date: Sun Mar 11 18:18:34 2012
New Revision: 32973

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32973
Log:
* New upstream release.
* debian/control.in:
  - Build-depend on libfolks-eds-dev & libtelepathy-glib-dev
  - Bump glib to (>= 2.31.10)
  - Bump Standards-Version to 3.9.3

Modified:
    desktop/experimental/gnome-contacts/debian/changelog
    desktop/experimental/gnome-contacts/debian/control
    desktop/experimental/gnome-contacts/debian/control.in

Modified: desktop/experimental/gnome-contacts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-contacts/debian/changelog?rev=32973&op=diff
==============================================================================
--- desktop/experimental/gnome-contacts/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-contacts/debian/changelog [utf-8] Sun Mar 11 18:18:34 2012
@@ -1,8 +1,16 @@
-gnome-contacts (3.2.2-3) UNRELEASED; urgency=low
+gnome-contacts (3.3.91-1) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Update repository URL.
 
- -- Josselin Mouette <joss at debian.org>  Sat, 31 Dec 2011 13:58:56 +0100
+  [ Jeremy Bicha ]
+  * New upstream release.
+  * debian/control.in:
+    - Build-depend on libfolks-eds-dev & libtelepathy-glib-dev
+    - Bump glib to (>= 2.31.10)
+    - Bump Standards-Version to 3.9.3
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 11 Mar 2012 14:00:59 -0400
 
 gnome-contacts (3.2.2-2) unstable; urgency=low
 

Modified: desktop/experimental/gnome-contacts/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-contacts/debian/control?rev=32973&op=diff
==============================================================================
--- desktop/experimental/gnome-contacts/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-contacts/debian/control [utf-8] Sun Mar 11 18:18:34 2012
@@ -9,21 +9,23 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 8),
                gnome-pkg-tools (>= 0.10),
                gnome-common,
-               debhelper (>= 8),
-               valac-0.14,
-               libglib2.0-dev (>= 2.29.12),
-               libgtk-3-dev,
-               libfolks-dev (>= 0.6.2),
-               libfolks-telepathy-dev (>= 0.6.2),
-               libgnome-desktop-3-dev,
-               libnotify-dev,
-               libgee-dev,
                libebook1.2-dev (>= 3.2),
                libedataserver1.2-dev (>= 3.2),
-               libgoa-1.0-dev
-Standards-Version: 3.9.2
+               libfolks-dev (>= 0.6.2),
+               libfolks-eds-dev,
+               libfolks-telepathy-dev (>= 0.6.2),
+               libgee-dev,
+               libglib2.0-dev (>= 2.31.10),
+               libgnome-desktop-3-dev,
+               libgoa-1.0-dev,
+               libgtk-3-dev,
+               libnotify-dev,
+               libtelepathy-glib-dev (>= 0.17.5),
+               valac-0.14
+Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-contacts
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-contacts/
 
@@ -32,7 +34,6 @@
 Section: gnome
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: libfolks-eds25
 Description: Contacts manager for GNOME
  GNOME Contacts is a standalone application to view and manage contacts
  provided by all available contacts sources (Evolution, Empathy, etc).

Modified: desktop/experimental/gnome-contacts/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-contacts/debian/control.in?rev=32973&op=diff
==============================================================================
--- desktop/experimental/gnome-contacts/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-contacts/debian/control.in [utf-8] Sun Mar 11 18:18:34 2012
@@ -4,21 +4,23 @@
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: cdbs (>= 0.4.41),
+               debhelper (>= 8),
                gnome-pkg-tools (>= 0.10),
                gnome-common,
-               debhelper (>= 8),
-               valac-0.14,
-               libglib2.0-dev (>= 2.29.12),
-               libgtk-3-dev,
-               libfolks-dev (>= 0.6.2),
-               libfolks-telepathy-dev (>= 0.6.2),
-               libgnome-desktop-3-dev,
-               libnotify-dev,
-               libgee-dev,
                libebook1.2-dev (>= 3.2),
                libedataserver1.2-dev (>= 3.2),
-               libgoa-1.0-dev
-Standards-Version: 3.9.2
+               libfolks-dev (>= 0.6.2),
+               libfolks-eds-dev,
+               libfolks-telepathy-dev (>= 0.6.2),
+               libgee-dev,
+               libglib2.0-dev (>= 2.31.10),
+               libgnome-desktop-3-dev,
+               libgoa-1.0-dev,
+               libgtk-3-dev,
+               libnotify-dev,
+               libtelepathy-glib-dev (>= 0.17.5),
+               valac-0.14
+Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gnome-contacts
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-contacts/
 
@@ -27,7 +29,6 @@
 Section: gnome
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: libfolks-eds25
 Description: Contacts manager for GNOME
  GNOME Contacts is a standalone application to view and manage contacts
  provided by all available contacts sources (Evolution, Empathy, etc).




More information about the pkg-gnome-commits mailing list