diff -Nru libgnome-keyring-3.12.0/debian/changelog libgnome-keyring-3.12.0/debian/changelog --- libgnome-keyring-3.12.0/debian/changelog 2015-03-27 12:16:49.000000000 +0000 +++ libgnome-keyring-3.12.0/debian/changelog 2021-12-29 16:23:22.000000000 +0000 @@ -1,8 +1,29 @@ -libgnome-keyring (3.12.0-1build1) vivid; urgency=medium +libgnome-keyring (3.12.0-2) impish; urgency=medium - * No-change rebuild for the libgcrypt20 transition. + * Impish build - -- Adam Conrad Fri, 27 Mar 2015 06:16:49 -0600 + -- Christopher Hoskin Wed, 29 Dec 2021 16:23:22 +0000 + +libgnome-keyring (3.12.0-1.3) hirsute; urgency=medium + + * Non-maintainer upload. + + -- Christopher Hoskin Fri, 07 May 2021 07:56:02 +0100 + +libgnome-keyring (3.12.0-1.2) groovy; urgency=medium + + * Non-maintainer upload. + + -- Christopher Hoskin Wed, 05 Aug 2020 14:05:51 +0100 + +libgnome-keyring (3.12.0-1.1) focal; urgency=medium + + * Non-maintainer upload. + * Build for focal, depend on libgcrypt20-dev + * Patch metadata + * Disable gtk-doc + + -- Christopher Hoskin Sat, 25 Jul 2020 11:04:46 +0100 libgnome-keyring (3.12.0-1) unstable; urgency=low diff -Nru libgnome-keyring-3.12.0/debian/control libgnome-keyring-3.12.0/debian/control --- libgnome-keyring-3.12.0/debian/control 2014-08-29 05:42:16.000000000 +0000 +++ libgnome-keyring-3.12.0/debian/control 2021-12-29 16:23:22.000000000 +0000 @@ -1,13 +1,12 @@ # This file is autogenerated. DO NOT EDIT! -# +# # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. - Source: libgnome-keyring Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers -Uploaders: Andreas Henriksson , Jordi Mallach , Martin Pitt , Michael Biebl , Sjoerd Simons +Uploaders: Jordi Mallach , Michael Biebl , Sjoerd Simons Build-Depends: debhelper (>= 9), cdbs (>= 0.4.93~), dh-autoreconf, @@ -17,14 +16,14 @@ gtk-doc-tools (>= 1.9), docbook-xml, libdbus-1-dev (>= 1.0), - libgcrypt11-dev (>= 1.2.2), + libgcrypt20-dev (>= 1.2.2), gobject-introspection (>= 1.30), libgirepository1.0-dev (>= 1.30), libglib2.0-doc, gnome-keyring, valac (>= 0.18), - python-dbus, - python-gobject + python3-dbus, + python3-gi Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgnome-keyring/ Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgnome-keyring/ diff -Nru libgnome-keyring-3.12.0/debian/control.in libgnome-keyring-3.12.0/debian/control.in --- libgnome-keyring-3.12.0/debian/control.in 2013-07-28 04:25:53.000000000 +0000 +++ libgnome-keyring-3.12.0/debian/control.in 2021-05-07 07:00:00.000000000 +0000 @@ -12,14 +12,14 @@ gtk-doc-tools (>= 1.9), docbook-xml, libdbus-1-dev (>= 1.0), - libgcrypt11-dev (>= 1.2.2), + libgcrypt20-dev (>= 1.2.2), gobject-introspection (>= 1.30), libgirepository1.0-dev (>= 1.30), libglib2.0-doc, gnome-keyring, valac (>= 0.18), - python-dbus, - python-gobject + python3-dbus, + python3-gi Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgnome-keyring/ Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgnome-keyring/ diff -Nru libgnome-keyring-3.12.0/debian/patches/metadata.patch libgnome-keyring-3.12.0/debian/patches/metadata.patch --- libgnome-keyring-3.12.0/debian/patches/metadata.patch 1970-01-01 00:00:00.000000000 +0000 +++ libgnome-keyring-3.12.0/debian/patches/metadata.patch 2020-07-25 10:04:46.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/library/GnomeKeyring-1.0.metadata ++++ b/library/GnomeKeyring-1.0.metadata +@@ -54,7 +54,7 @@ + set_network_password skip=false + store_password skip=false + store_password_sync skip=false +-unlock skip=false ++@unlock skip=false + + find_items*.callback type_arguments="GnomeKeyring.Found" + find_network_password*.callback type_arguments="GnomeKeyring.NetworkPasswordData" diff -Nru libgnome-keyring-3.12.0/debian/patches/series libgnome-keyring-3.12.0/debian/patches/series --- libgnome-keyring-3.12.0/debian/patches/series 2012-11-02 21:57:23.000000000 +0000 +++ libgnome-keyring-3.12.0/debian/patches/series 2020-07-25 10:04:46.000000000 +0000 @@ -0,0 +1 @@ +metadata.patch diff -Nru libgnome-keyring-3.12.0/debian/rules libgnome-keyring-3.12.0/debian/rules --- libgnome-keyring-3.12.0/debian/rules 2014-08-29 05:39:00.000000000 +0000 +++ libgnome-keyring-3.12.0/debian/rules 2020-07-25 10:04:46.000000000 +0000 @@ -11,8 +11,7 @@ DEB_DH_AUTORECONF_ARGS=--as-needed -DEB_CONFIGURE_EXTRA_FLAGS += --enable-gtk-doc \ - --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) +DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) DEB_DH_MAKESHLIBS_ARGS_libgnome-keyring0 += -V -- -c4