r9418 - in /desktop/experimental/gnome-keyring: ./ debian/ debian/patches/

he at users.alioth.debian.org he at users.alioth.debian.org
Tue Mar 27 14:46:29 CET 2007


Author: he
Date: Tue Mar 27 13:46:28 2007
New Revision: 9418

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9418
Log:
* Remove unneeded debian/*.files, .install files are in use.
* New upstream release:
  + Bumped shlibs, new functions available
  + Added build-dep on dbus, to make use of new dbus features
  + debian/patches/30_kfreebsd.patch: Dropped, merged upstream
  + Install gtk-doc documentation to libgnome-keyring-dev 

Added:
    desktop/experimental/gnome-keyring/
      - copied from r9413, desktop/unstable/gnome-keyring/
    desktop/experimental/gnome-keyring/debian/
      - copied from r9415, desktop/unstable/gnome-keyring/debian/
Removed:
    desktop/experimental/gnome-keyring/debian/libgnome-keyring-dev.files
    desktop/experimental/gnome-keyring/debian/libgnome-keyring0.files
    desktop/experimental/gnome-keyring/debian/patches/30_kfreebsd.patch
Modified:
    desktop/experimental/gnome-keyring/debian/changelog
    desktop/experimental/gnome-keyring/debian/control
    desktop/experimental/gnome-keyring/debian/control.in
    desktop/experimental/gnome-keyring/debian/libgnome-keyring-dev.install
    desktop/experimental/gnome-keyring/debian/libgnome-keyring0.shlibs

Modified: desktop/experimental/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/changelog?rev=9418&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/changelog (original)
+++ desktop/experimental/gnome-keyring/debian/changelog Tue Mar 27 13:46:28 2007
@@ -1,8 +1,17 @@
-gnome-keyring (0.6.0-4) UNRELEASED; urgency=low
+gnome-keyring (0.8-1) experimental; urgency=low
 
+  [ Loic Minier ]
   * Add a get-orig-source target to retrieve the upstream tarball.
 
- -- Loic Minier <lool at dooz.org>  Tue,  9 Jan 2007 14:26:49 +0100
+  [ Marc 'HE' Brockschmidt ]
+  * Remove unneeded debian/*.files, .install files are in use.
+  * New upstream release:
+    + Bumped shlibs, new functions available
+    + Added build-dep on dbus, to make use of new dbus features
+    + debian/patches/30_kfreebsd.patch: Dropped, merged upstream
+    + Install gtk-doc documentation to libgnome-keyring-dev 
+
+ -- Marc 'HE' Brockschmidt <he at debian.org>  Tue, 27 Mar 2007 15:02:20 +0200
 
 gnome-keyring (0.6.0-3) unstable; urgency=low
 

Modified: desktop/experimental/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/control?rev=9418&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/control (original)
+++ desktop/experimental/gnome-keyring/debian/control Tue Mar 27 13:46:28 2007
@@ -2,8 +2,8 @@
 Section: gnome
 Priority: optional
 Maintainer: Ondřej Surý <ondrej at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Andrew Lau <netsnipe at users.sourceforge.net>, Clément Stenac <zorglub at debian.org>, Dafydd Harries <daf at debian.org>, Guilherme de S. Pastore <gpastore at debian.org>, Gustavo Franco <stratus at debian.org>, Gustavo Noronha Silva <kov at debian.org>, J.H.M. Dassen (Ray) <jdassen at debian.org>, Jordi Mallach <jordi at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Marc 'HE' Brockschmidt <he at debian.org>, Marco Cabizza <marco87 at gmail.com>, Oystein Gisnas <oystein at gisnas.net>, Ross Burton <ross at debian.org>, Sebastien Bacher <seb128 at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: debhelper (>= 4.1.0), gnome-pkg-tools (>= 0.7), libgtk2.0-dev (>= 2.6.0), cdbs, gtk-doc-tools, docbook-xml
+Uploaders: J.H.M. Dassen (Ray) <jdassen at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>, Marc 'HE' Brockschmidt <he at debian.org>
+Build-Depends: debhelper (>= 4.1.0), gnome-pkg-tools (>= 0.7), libgtk2.0-dev (>= 2.6.0), cdbs, gtk-doc-tools, docbook-xml, libdbus-1-dev (>= 1.0)
 Standards-Version: 3.7.2
 
 Package: gnome-keyring
@@ -22,7 +22,7 @@
 Package: libgnome-keyring-dev
 Section: libdevel
 Architecture: any
-Depends: libgnome-keyring0 (= ${Source-Version}), libglib2.0-dev
+Depends: libgnome-keyring0 (= ${Source-Version}), libglib2.0-dev, libdbus-1-dev
 Description: Development files for GNOME keyring service
  gnome-keyring is a daemon in the session, similar to ssh-agent,
  and other applications can use it to store passwords and other

Modified: desktop/experimental/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/control.in?rev=9418&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/control.in (original)
+++ desktop/experimental/gnome-keyring/debian/control.in Tue Mar 27 13:46:28 2007
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ondřej Surý <ondrej at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 4.1.0), gnome-pkg-tools (>= 0.7), libgtk2.0-dev (>= 2.6.0), cdbs, gtk-doc-tools, docbook-xml
+Build-Depends: debhelper (>= 4.1.0), gnome-pkg-tools (>= 0.7), libgtk2.0-dev (>= 2.6.0), cdbs, gtk-doc-tools, docbook-xml, libdbus-1-dev (>= 1.0)
 Standards-Version: 3.7.2
 
 Package: gnome-keyring
@@ -22,7 +22,7 @@
 Package: libgnome-keyring-dev
 Section: libdevel
 Architecture: any
-Depends: libgnome-keyring0 (= ${Source-Version}), libglib2.0-dev
+Depends: libgnome-keyring0 (= ${Source-Version}), libglib2.0-dev, libdbus-1-dev
 Description: Development files for GNOME keyring service
  gnome-keyring is a daemon in the session, similar to ssh-agent,
  and other applications can use it to store passwords and other

Modified: desktop/experimental/gnome-keyring/debian/libgnome-keyring-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/libgnome-keyring-dev.install?rev=9418&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/libgnome-keyring-dev.install (original)
+++ desktop/experimental/gnome-keyring/debian/libgnome-keyring-dev.install Tue Mar 27 13:46:28 2007
@@ -3,3 +3,4 @@
 debian/tmp/usr/lib/libgnome-keyring.la
 debian/tmp/usr/lib/libgnome-keyring.so
 debian/tmp/usr/lib/pkgconfig/
+debian/tmp/usr/share/gtk-doc/

Modified: desktop/experimental/gnome-keyring/debian/libgnome-keyring0.shlibs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-keyring/debian/libgnome-keyring0.shlibs?rev=9418&op=diff
==============================================================================
--- desktop/experimental/gnome-keyring/debian/libgnome-keyring0.shlibs (original)
+++ desktop/experimental/gnome-keyring/debian/libgnome-keyring0.shlibs Tue Mar 27 13:46:28 2007
@@ -1,1 +1,1 @@
-libgnome-keyring 0 libgnome-keyring0 (>= 0.6.0)
+libgnome-keyring 0 libgnome-keyring0 (>= 0.8)




More information about the pkg-gnome-commits mailing list