Control: severity 743806 serious On 2014-04-06 Andreas Metzler <[email protected]> wrote: [...] > gnome-keyring build-depends on libtasn1-3-dev and libtasn1-3-bin, which > are both empty transitional packages. Please change build-dependencies > to libtasn1-6-dev and libtasn1-bin instead.
> This also applies to gnome-keyring 3.10.1-1 in experimental. Hello, bumping bug severity now since it seems to be silly to upload libtasn without transition packages first, breaking gnome-keyring, just to be able to bump the severity. Trivial patch attached. cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure'
diff -Nru gnome-keyring-3.8.2/debian/changelog gnome-keyring-3.8.2/debian/changelog --- gnome-keyring-3.8.2/debian/changelog 2013-06-16 19:11:18.000000000 +0200 +++ gnome-keyring-3.8.2/debian/changelog 2014-07-13 14:09:48.000000000 +0200 @@ -1,3 +1,11 @@ +gnome-keyring (3.8.2-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Build-depend on libtasn1-6-dev/libtasn1-bin instead of + libtasn1-3-dev/libtasn1-3-bin transitional packages. Closes: #743806 + + -- Andreas Metzler <[email protected]> Sun, 13 Jul 2014 14:08:41 +0200 + gnome-keyring (3.8.2-2) unstable; urgency=low [ Jeremy Bicha ] diff -Nru gnome-keyring-3.8.2/debian/control gnome-keyring-3.8.2/debian/control --- gnome-keyring-3.8.2/debian/control 2013-06-16 19:12:39.000000000 +0200 +++ gnome-keyring-3.8.2/debian/control 2014-07-13 14:13:05.000000000 +0200 @@ -25,8 +25,8 @@ libp11-kit-dev (>= 0.15.1), libpam0g-dev, libselinux1-dev [linux-any], - libtasn1-3-dev (>= 0.3.4), - libtasn1-3-bin, + libtasn1-6-dev, + libtasn1-bin, libglib2.0-doc Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-keyring/ diff -Nru gnome-keyring-3.8.2/debian/control.in gnome-keyring-3.8.2/debian/control.in --- gnome-keyring-3.8.2/debian/control.in 2013-06-16 15:54:44.000000000 +0200 +++ gnome-keyring-3.8.2/debian/control.in 2014-07-13 14:12:39.000000000 +0200 @@ -20,8 +20,8 @@ libp11-kit-dev (>= 0.15.1), libpam0g-dev, libselinux1-dev [linux-any], - libtasn1-3-dev (>= 0.3.4), - libtasn1-3-bin, + libtasn1-6-dev, + libtasn1-bin, libglib2.0-doc Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gnome-keyring/

