Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package falkon [ Reason ] I fixed two bugs: #987455, and after that #987490 [ Impact ] falkon popcon's score is over 900 [ Tests ] Manual test : rebuilt the package (gbp buildpackage --git-pbuilder); this yielded only one non-dbg binary package, which I installed and tested successfully. [ Risks ] this change is rather trivial : removed an empty binary package. [ Checklist ] [x ] all changes are documented in the d/changelog [x ] I reviewed all changes and I approve them [x ] attach debdiff against the package in testing [ Other info ] - unblock falkon/3.1.0+dfsg1-11 -- System Information: Debian Release: bullseye/sid APT prefers stable APT policy: (900, 'stable'), (499, 'testing'), (400, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.19.0-14-amd64 (SMP w/4 CPU threads) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash
diff -Nru falkon-3.1.0+dfsg1/debian/changelog falkon-3.1.0+dfsg1/debian/changelog --- falkon-3.1.0+dfsg1/debian/changelog 2020-10-24 12:51:42.000000000 +0200 +++ falkon-3.1.0+dfsg1/debian/changelog 2021-04-25 17:02:14.000000000 +0200 @@ -1,3 +1,16 @@ +falkon (3.1.0+dfsg1-11) unstable; urgency=medium + + * removed debian/falkon.install since for a single package there is no + debian/tmp directory implied. Closes: #987490 + + -- Georges Khaznadar <georg...@debian.org> Sun, 25 Apr 2021 17:02:14 +0200 + +falkon (3.1.0+dfsg1-10) unstable; urgency=medium + + * applied Reiner Herrmann's patch, thanks! Closes: #987455 + + -- Georges Khaznadar <georg...@debian.org> Sat, 24 Apr 2021 15:41:47 +0200 + falkon (3.1.0+dfsg1-9) unstable; urgency=medium [ Dmitry Shachnev ] diff -Nru falkon-3.1.0+dfsg1/debian/control falkon-3.1.0+dfsg1/debian/control --- falkon-3.1.0+dfsg1/debian/control 2020-06-29 15:47:11.000000000 +0200 +++ falkon-3.1.0+dfsg1/debian/control 2021-04-24 15:40:28.000000000 +0200 @@ -41,7 +41,6 @@ Conflicts: qupzilla (<< 3.0.0~) Replaces: qupzilla (<< 3.0.0~) Provides: www-browser -Recommends: falkon-plugin-wallet Suggests: qtwebengine5-dev-tools Description: lightweight web browser based on Qt WebEngine Falkon is a new and very fast Qt Webengine browser. It aims to be a @@ -52,30 +51,3 @@ that, you can manage RSS feeds with an included RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash and edit the local CA Certificates database with an SSL Manager. - -Package: falkon-plugin-wallet -Architecture: amd64 arm64 armhf i386 mipsel -Depends: ${misc:Depends}, ${shlibs:Depends} -Conflicts: qupzilla-plugin-wallet (<< 3.0.0~) -Replaces: qupzilla-plugin-wallet (<< 3.0.0~) -Description: adds password management to Falkon - Falkon is a new and very fast Qt Webengine browser. It aims to be a - lightweight web browser available through all major platforms. - . - This plugin allows one to let KWallet manage the saved passwords. - -Package: qupzilla -Depends: falkon, ${misc:Depends} -Architecture: amd64 arm64 armhf i386 mipsel -Section: oldlibs -Priority: optional -Description: transitional package for qupzilla - This is a transitional package. It can safely be removed. - -Package: qupzilla-plugin-kwallet -Depends: falkon-plugin-wallet, ${misc:Depends} -Architecture: amd64 arm64 armhf i386 mipsel -Section: oldlibs -Priority: optional -Description: transitional package for qupzilla-plugin-kwallet - This is a transitional package. It can safely be removed. diff -Nru falkon-3.1.0+dfsg1/debian/falkon.install falkon-3.1.0+dfsg1/debian/falkon.install --- falkon-3.1.0+dfsg1/debian/falkon.install 2019-11-08 19:57:14.000000000 +0100 +++ falkon-3.1.0+dfsg1/debian/falkon.install 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -usr/bin -usr/lib/*-linux-gnu*/* -usr/share diff -Nru falkon-3.1.0+dfsg1/debian/rules falkon-3.1.0+dfsg1/debian/rules --- falkon-3.1.0+dfsg1/debian/rules 2019-08-25 16:14:42.000000000 +0200 +++ falkon-3.1.0+dfsg1/debian/rules 2021-04-24 15:40:28.000000000 +0200 @@ -29,15 +29,3 @@ # remove eventually previously created symlinks rm -f src/lib/data/html/jquery.js src/lib/data/html/jquery-ui.js dh_auto_clean - -override_dh_install: - dh_install - # move some plugins to the separate package falkon-plugin-wallet - for f in KWalletPasswords.so GnomeKeyringPasswords.so; do \ - found=$$(find debian/falkon -name $$f); \ - if [ -n "$${found}" ]; then \ - dest=$$(echo $${found} | sed 's%debian/falkon%debian/falkon-plugin-wallet%'); \ - mkdir -p $$(dirname $${dest}); \ - mv $${found} $$(dirname $${dest}); \ - fi; \ - done