r31368 - in /desktop/unstable/libgnome-keyring/debian: changelog control control.in libgnome-keyring-common.install libgnome-keyring0.install
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sun Nov 13 16:24:32 UTC 2011
Author: joss
Date: Sun Nov 13 16:24:31 2011
New Revision: 31368
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31368
Log:
Split translations in a separate package, libgnome-keyring-common.
Make it M-A: foreign.
Added:
desktop/unstable/libgnome-keyring/debian/libgnome-keyring-common.install
- copied, changed from r31297, desktop/unstable/libgnome-keyring/debian/libgnome-keyring0.install
Modified:
desktop/unstable/libgnome-keyring/debian/changelog
desktop/unstable/libgnome-keyring/debian/control
desktop/unstable/libgnome-keyring/debian/control.in
desktop/unstable/libgnome-keyring/debian/libgnome-keyring0.install
Modified: desktop/unstable/libgnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/changelog?rev=31368&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/changelog [utf-8] Sun Nov 13 16:24:31 2011
@@ -1,3 +1,10 @@
+libgnome-keyring (3.2.0-4) UNRELEASED; urgency=low
+
+ * Split translations in a separate package, libgnome-keyring-common.
+ Make it M-A: foreign.
+
+ -- Josselin Mouette <joss at debian.org> Sun, 13 Nov 2011 17:24:06 +0100
+
libgnome-keyring (3.2.0-3) unstable; urgency=low
* Build multiarch libraries, thanks Steve Langasek for the patch!
Modified: desktop/unstable/libgnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/control?rev=31368&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/control [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/control [utf-8] Sun Nov 13 16:24:31 2011
@@ -7,7 +7,7 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
Build-Depends: debhelper (>= 8.1.3~),
cdbs (>= 0.4.93~),
gnome-pkg-tools (>= 0.10),
@@ -47,7 +47,8 @@
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libgnome-keyring-common (= ${source:Version})
Breaks: gnome-keyring (<< 3.0)
Suggests: gnome-keyring
Description: GNOME keyring services library
@@ -60,6 +61,25 @@
disk, but forgotten when the session ends.
.
This package contains shared libraries for GNOME.
+
+Package: libgnome-keyring-common
+Section: libs
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Replaces: libgnome-keyring0 (<< 3.2.0-4)
+Breaks: libgnome-keyring0 (<< 3.2.0-4)
+Description: GNOME keyring services library - data files
+ gnome-keyring is a daemon in the session, similar to ssh-agent,
+ and other applications can use it to store passwords and other
+ sensitive information.
+ .
+ The program can manage several keyrings, each with its own master
+ password, and there is also a session keyring which is never stored to
+ disk, but forgotten when the session ends.
+ .
+ This package contains data files and translations for the GNOME keyring
+ library.
Package: libgnome-keyring0-dbg
Section: debug
Modified: desktop/unstable/libgnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/control.in?rev=31368&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/control.in [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/control.in [utf-8] Sun Nov 13 16:24:31 2011
@@ -42,7 +42,8 @@
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libgnome-keyring-common (= ${source:Version})
Breaks: gnome-keyring (<< 3.0)
Suggests: gnome-keyring
Description: GNOME keyring services library
@@ -55,6 +56,25 @@
disk, but forgotten when the session ends.
.
This package contains shared libraries for GNOME.
+
+Package: libgnome-keyring-common
+Section: libs
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Replaces: libgnome-keyring0 (<< 3.2.0-4)
+Breaks: libgnome-keyring0 (<< 3.2.0-4)
+Description: GNOME keyring services library - data files
+ gnome-keyring is a daemon in the session, similar to ssh-agent,
+ and other applications can use it to store passwords and other
+ sensitive information.
+ .
+ The program can manage several keyrings, each with its own master
+ password, and there is also a session keyring which is never stored to
+ disk, but forgotten when the session ends.
+ .
+ This package contains data files and translations for the GNOME keyring
+ library.
Package: libgnome-keyring0-dbg
Section: debug
Copied: desktop/unstable/libgnome-keyring/debian/libgnome-keyring-common.install (from r31297, desktop/unstable/libgnome-keyring/debian/libgnome-keyring0.install)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/libgnome-keyring-common.install?rev=31368&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/libgnome-keyring0.install [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/libgnome-keyring-common.install [utf-8] Sun Nov 13 16:24:31 2011
@@ -1,2 +1,1 @@
-usr/lib/*/libgnome-keyring.so.*
usr/share/locale
Modified: desktop/unstable/libgnome-keyring/debian/libgnome-keyring0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-keyring/debian/libgnome-keyring0.install?rev=31368&op=diff
==============================================================================
--- desktop/unstable/libgnome-keyring/debian/libgnome-keyring0.install [utf-8] (original)
+++ desktop/unstable/libgnome-keyring/debian/libgnome-keyring0.install [utf-8] Sun Nov 13 16:24:31 2011
@@ -1,2 +1,1 @@
usr/lib/*/libgnome-keyring.so.*
-usr/share/locale
More information about the pkg-gnome-commits
mailing list