Bug#947919: schroot: Support for ZFS snapshotting
Hi, by coincidence I was also working on zfs support in schroot today and randomly found this fresh patch. I have no C++ skills and was just doing custom type, but concept is the same. It's a log not from a debian system, but maybe this will be useful in polishing this patch Details: all debian patches applied ppc64le gcc-9.2.0 boost 1.72.0 Error: [ 61%] Built target dchroot-common [ 63%] Building CXX object sbuild/CMakeFiles/sbuild.dir/sbuild-chroot-facet-union.cc.o cd /var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10_build/sbuild && /usr/bin/powerpc64le-unknown-linux-gnu-g++ -I/var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10_build/lib -I/var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10/lib -I/var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10_build -I/var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10 -I/var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10/sbuild -I/var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10_build/sbuild -DNDEBUG -mcpu=native -O2 -pipe -frecord-gcc-switches -fdiagnostics-show-option -std=c++11 -pedantic -Wall -Wcast-align -Wwrite-strings -Wswitch-default -Wcast-qual -Wunused-variable -Wredundant-decls -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wold-style-cast -Woverloaded-virtual -fstrict-aliasing -o CMakeFiles/sbuild.dir/sbuild-chroot-facet-union.cc.o -c /var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10/sbuild/sbuild-chroot-facet-union.cc /var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10/sbuild/sbuild-chroot-zfs-snapshot.cc: In member function 'virtual sbuild::chroot::ptr sbuild::chroot_zfs_snapshot::clone_source() const': /var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10/sbuild/sbuild-chroot-zfs-snapshot.cc:93:42: error: 'sbuild::chroot_block_device::chroot_block_device(const sbuild::chroot_zfs_snapshot&)' is protected within this context 93 | ptr clone(new chroot_block_device(*this)); | ^ In file included from /var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10/sbuild/sbuild-chroot-zfs-snapshot.cc:23: /var/tmp/portage/dev-util/schroot-1.6.10-r5/work/schroot-1.6.10/sbuild/sbuild-chroot-block-device.h:55:5: note: declared protected here 55 | chroot_block_device (const chroot_zfs_snapshot& rhs); | ^~~ make[2]: *** [sbuild/CMakeFiles/sbuild.dir/build.make:466: sbuild/CMakeFiles/sbuild.dir/sbuild-chroot-zfs-snapshot.cc.o] Error 1 make[2]: *** Waiting for unfinished jobs Regards, Georgy.
Processing of vfu_4.18-1_source.changes
vfu_4.18-1_source.changes uploaded successfully to localhost along with the files: vfu_4.18-1.dsc vfu_4.18.orig.tar.xz vfu_4.18-1.debian.tar.xz vfu_4.18-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
Bug#925852: marked as done (vfu: ftbfs with GCC-9)
Your message dated Thu, 02 Jan 2020 15:35:12 + with message-id and subject line Bug#925852: fixed in vfu 4.18-1 has caused the Debian Bug report #925852, regarding vfu: ftbfs with GCC-9 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 925852: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925852 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: src:vfu Version: 4.16+repack-1 Severity: normal Tags: sid bullseye User: debian-...@lists.debian.org Usertags: ftbfs-gcc-9 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-9/g++-9, but succeeds to build with gcc-8/g++-8. The severity of this report will be raised before the bullseye release, so nothing has to be done for the buster release. The full build log can be found at: http://people.debian.org/~doko/logs/gcc9-20190321/vfu_4.16+repack-1_unstable_gcc9.log The last lines of the build log are at the end of this report. To build with GCC 9, either set CC=gcc-9 CXX=g++-9 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-9/porting_to.html GCC 9 also passes the linker option --as-needed by default; typical build issues are passing libraries before object files to the linker, or underlinking of convenience libraries built from the same source. [...] dpkg-source --before-build . dpkg-buildpackage: info: host architecture amd64 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp install-stamp # Add here commands to clean up after the build process. cd yascreen; /usr/bin/make clean make[1]: Entering directory '/<>/vfu-4.16+repack/yascreen' rm -f yastest yastest.shared yastest.o yascreen.o libyascreen.a libyascreen.so libyascreen.so.0 libyascreen.so.0.0.0 make[1]: Leaving directory '/<>/vfu-4.16+repack/yascreen' cd vslib; /usr/bin/make clean make[1]: Entering directory '/<>/vfu-4.16+repack/vslib' rm -f libvslib.a rm -rf .OBJ.libvslib.a rm -f libvscon.a rm -rf .OBJ.libvscon.a rm -f libvscony.a rm -rf .OBJ.libvscony.a rm -f test rm -rf .OBJ.test make[1]: Leaving directory '/<>/vfu-4.16+repack/vslib' cd vfu;/usr/bin/make clean make[1]: Entering directory '/<>/vfu-4.16+repack/vfu' rm -f vfu rm -rf .OBJ.vfu rm -f vfu.yas rm -rf .OBJ.vfu.yas make[1]: Leaving directory '/<>/vfu-4.16+repack/vfu' dh_clean dpkg-buildpackage: warning: debian/rules must be updated to support the 'build-arch' and 'build-indep' targets (at least 'build-arch' seems to be missing) debian/rules build dh_testdir cd yascreen && /usr/bin/make make[1]: Entering directory '/<>/vfu-4.16+repack/yascreen' cc -Wall -O3 -I. --std=gnu89 -flto -o yascreen.o -c yascreen.c gcc-ar r libyascreen.a yascreen.o /usr/bin/ar: creating libyascreen.a gcc-ranlib libyascreen.a cc -Wall -O3 -I. --std=gnu89 -flto -o libyascreen.so.0.0.0 yascreen.c -fPIC -lrt -shared strip libyascreen.so.0.0.0 ln -fs libyascreen.so.0.0.0 libyascreen.so.0 ln -fs libyascreen.so.0 libyascreen.so cc -Wall -O3 -I. --std=gnu89 -flto -o yastest.o -c yastest.c cc -Wall -O3 -I. --std=gnu89 -flto -o yastest yastest.o yascreen.o -lrt strip yastest cc -Wall -O3 -I. --std=gnu89 -flto -o yastest.shared yastest.o libyascreen.so -lrt -L. -lyascreen strip yastest.shared make[1]: Leaving directory '/<>/vfu-4.16+repack/yascreen' cd vslib && /usr/bin/make make[1]: Entering directory '/<>/vfu-4.16+repack/vslib' mkdir -p .OBJ.libvslib.a g++ -I. -O2-c clusters.cpp -o .OBJ.libvslib.a/clusters.o g++ -I. -O2-c dlog.cpp -o .OBJ.libvslib.a/dlog.o g++ -I. -O2-c eval.cpp -o .OBJ.libvslib.a/eval.o In file included from eval.cpp:11: ./vstring.h:275:19: error: friend declaration of 'VString& str_copy(VString&, const char*, int, int)' specifies default arguments and isn't a definition [-fpermissive] 275 | friend VString& str_copy ( VString& target, const char* source, int pos = 0, int len = -1 ); // returns `len' chars from `pos' | ^~~~ In file included from eval.cpp:11: ./vstring.h:289:19: error: friend declaration of 'VStr
vfu_4.18-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 02 Jan 2020 00:49:06 + Source: vfu Architecture: source Version: 4.18-1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Sudip Mukherjee Closes: 925852 Changes: vfu (4.18-1) unstable; urgency=medium . * QA upload. * Update to new upstream release of 4.18. - Repack without *.out - Repack without config.log files - Repack without config.status files * Remove manpage patch applied upstream. * Add patch for ftbfs with GCC-9. (Closes: #925852) * Update Standards-Version to 4.4.1 * Update compat level to 12 * Simplify d/rules - Add -g to generate debug symbols - Install files in the old path * Install the manpage Checksums-Sha1: b2e0d1a85372edff093a9a40c8243a66b603fcb8 1696 vfu_4.18-1.dsc f6a22a0c2aae8a27f24cec45c5e75f787b160e4c 3236256 vfu_4.18.orig.tar.xz 72778a20a35f8c3e138d3c13120e11ae6278ef12 5460 vfu_4.18-1.debian.tar.xz 743d2e1b36247e03727392adf016d7719d17f45e 5931 vfu_4.18-1_source.buildinfo Checksums-Sha256: e518589667ee6a14f9fe7654aeea84b1c6082df9e8d9689897c769a541d2f66c 1696 vfu_4.18-1.dsc 281b5f004abc404b2b1c93f397a2b6768eea41240366c5cf6a6023e196c33626 3236256 vfu_4.18.orig.tar.xz f6bbfec47b28952e8f7c1c5f701cc17d23217adf2eeca71d8562eb32f7991fcf 5460 vfu_4.18-1.debian.tar.xz 29a0e08e97315a140afaa4a3f3e00543dc6f2ed4683536b39164971580a75465 5931 vfu_4.18-1_source.buildinfo Files: 1341a304fc0e9bf6ae4d82ebc0a662d1 1696 utils optional vfu_4.18-1.dsc 73cff1da72e9ccf7b871456dc0ea3169 3236256 utils optional vfu_4.18.orig.tar.xz 659966c53360a37cd352d56dc6be7590 5460 utils optional vfu_4.18-1.debian.tar.xz 6815ce14a4a7b15bf198d162d91d3f5d 5931 utils optional vfu_4.18-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl4OB9sACgkQweDZLphv fH6azA/+PwknMl67Hu4CIWxEpHAdZvWyrXDFagST6Fm37A34q1lZl+2sr+HvZw39 L+IIfaV/o/W1PAS1M6cJvaBJCh980RDdD+uvAkFUObCpnuyRvVjvY7WfoTJYgZ8m SVCxSs2fCTX/9Q39FkD5KJWKW8aG7vSlQA20Gu91BSYEJ7P8mfUG0RCTpWd4mJZw Twtu8SVN9VfkwxE9UTmabMgftiv8UoOdVdeQ2ajcFO+ka9PU3/3LebmVNGxuFB7l 16GbWzFYG8szn/83PfchkU4Xe+wxhcUamX+trRut+8xgSrhuU9SCkXuxeYPbYrP8 QAf97wjMZU3GzFfH9Ldm2dUlfxcLCRKBIpjjTRsde3UC+S6Z7mkcUuZ/hIagnQi6 s+7i48xMZY3Ruf9lbXlw3ShEwNqAN88pElpyxWFqODKgtzlwu4o5pzJEhasq5BzN wFAybDlN+po65hM3UqfHCHss8DzqBTJuqY7Xj9qAs9Ha3Vsp5XODGHwSgbKUTNMf lg+u1siwPNCF8PtKNBE4eQIRVQPqvtV8JNqPsRXaLlHDPcxGmhjPX6zRajYs1bVk /fQEIKr6nngJjfPJeu2t8rLxSDCMUon2VztgdGOwcm/WrTT8YGQVJlP1/tUCYwlo 7t4VUsAE8HlbQmo58JViPEWWe0gZ+rvc2YUyPoAWtni5PC+I+gg= =Z8RC -END PGP SIGNATURE- Thank you for your contribution to Debian.
Bug#947972: transcalc: broken, outdated, embedded copy of AM_PATH_GTK_2_0
Source: transcalc Version: 0.14-6 Tags: fixed-upstream User: debian-cr...@lists.debian.org Usertags: ftcbfs transcalc fails to cross build from source, because it uses a broken, outdated, embedded copy of AM_PATH_GTK_2_0 in aclocal.m4. The actual bug is already fixed, see #895002. transcalc just happens to ship a copy of the bug. The Debian policy discourages embedded code copies. Please remove your copy. Failing that, please update your copy and register it with the security tracker. See https://wiki.debian.org/EmbeddedCodeCopies for how to do that. This bug report comes without a patch, because the actual issue is already fixed. Helmut
Bug#947973: fspanel FTCBFS: does not pass cross tools to make
Source: fspanel Version: 0.7-15 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs fspanel fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that - using dh_auto_build - makes fspanel cross buildable. Please consider applying the attached patch. Helmut diff --minimal -Nru fspanel-0.7/debian/changelog fspanel-0.7/debian/changelog --- fspanel-0.7/debian/changelog2019-12-31 16:10:52.0 +0100 +++ fspanel-0.7/debian/changelog2020-01-02 22:24:12.0 +0100 @@ -1,3 +1,9 @@ +fspanel (0.7-16) UNRELEASED; urgency=medium + + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne Thu, 02 Jan 2020 22:24:12 +0100 + fspanel (0.7-15) unstable; urgency=medium [ Giovani Augusto Ferreira ] diff --minimal -Nru fspanel-0.7/debian/rules fspanel-0.7/debian/rules --- fspanel-0.7/debian/rules2019-12-31 16:10:52.0 +0100 +++ fspanel-0.7/debian/rules2020-01-02 22:24:11.0 +0100 @@ -13,7 +13,7 @@ # Do nothing. See files debian/{install,manpages} override_dh_auto_build: - $(MAKE) EXTRA_CFLAGS="$(CFLAGS) $(CPPFLAGS) $(LDFLAGS)" + dh_auto_build -- EXTRA_CFLAGS="$(CFLAGS) $(CPPFLAGS) $(LDFLAGS)" %: dh $@
Re: libglade2 unmaintained and affected by python2 removal
On Thu, Jan 02, 2020 at 02:02:27PM +0100, Andreas Henriksson wrote: > affects 895517 + aeskulap desmume exult-studio foxtrotgps fyre g3dviewer gfm > ghemical gpaint guile-gnome2-gtk kconfig-frontends kino libglade2.0-cil > libglademm-2.4-1v5 libgnomecanvas2-0 libgtkdatabox0-libglade > liblablgtk2-ocaml libswami0 marionnet mdk mialmpick ogmrip ogmrip-plugins > planner plotdrop rfdump screentest tiemu wbar-config xscreensaver > thanks > > Please note that src:libglade2 is affected by the ongoing python2 removal and > as #895517 states: > "libglade2-0: deprecated and unmaintained upstream" > so don't expect anyone to port it. > > See #936867 for the specific python2 bug report. >... This is only the libglade-convert script for converting pre-2001 (sic) glade files. I can adopt or NMU (whatever you prefer) libglade2 with the trivial fix of removing this script. > Regards, > Andreas Henriksson cu Adrian
libglade2 unmaintained and affected by python2 removal
affects 895517 + aeskulap desmume exult-studio foxtrotgps fyre g3dviewer gfm ghemical gpaint guile-gnome2-gtk kconfig-frontends kino libglade2.0-cil libglademm-2.4-1v5 libgnomecanvas2-0 libgtkdatabox0-libglade liblablgtk2-ocaml libswami0 marionnet mdk mialmpick ogmrip ogmrip-plugins planner plotdrop rfdump screentest tiemu wbar-config xscreensaver thanks Please note that src:libglade2 is affected by the ongoing python2 removal and as #895517 states: "libglade2-0: deprecated and unmaintained upstream" so don't expect anyone to port it. See #936867 for the specific python2 bug report. (Please remove your package from affects once you no longer depend on libglade2.) Regards, Andreas Henriksson
Bug#929759: marked as done (wcd FTCBFS: does not pass cross tools to make)
Your message dated Fri, 03 Jan 2020 01:35:04 + with message-id and subject line Bug#929759: fixed in wcd 6.0.3-2 has caused the Debian Bug report #929759, regarding wcd FTCBFS: does not pass cross tools to make to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 929759: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929759 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: wcd Version: 5.3.4-1 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs wcd fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so - using dh_auto_build - makes wcd cross buildable. Please consider applying the attached patch. Helmut diff --minimal -Nru wcd-5.3.4/debian/changelog wcd-5.3.4/debian/changelog --- wcd-5.3.4/debian/changelog 2017-01-08 12:19:45.0 +0100 +++ wcd-5.3.4/debian/changelog 2019-05-30 09:40:54.0 +0200 @@ -1,3 +1,10 @@ +wcd (5.3.4-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne Thu, 30 May 2019 09:40:54 +0200 + wcd (5.3.4-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru wcd-5.3.4/debian/rules wcd-5.3.4/debian/rules --- wcd-5.3.4/debian/rules 2017-01-08 12:19:45.0 +0100 +++ wcd-5.3.4/debian/rules 2019-05-30 09:40:52.0 +0200 @@ -28,7 +28,7 @@ include debian/debian-vars.mk override_dh_auto_build: - $(MAKE) -C src $(MAKE_OPTIONS) all + dh_auto_build --sourcedirectory=src -- $(MAKE_OPTIONS) all override_dh_auto_clean: $(MAKE) -C src $(MAKE_OPTIONS) clean --- End Message --- --- Begin Message --- Source: wcd Source-Version: 6.0.3-2 We believe that the bug you reported is fixed in the latest version of wcd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 929...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Sudip Mukherjee (supplier of updated wcd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 02 Jan 2020 23:55:04 + Source: wcd Architecture: source Version: 6.0.3-2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Sudip Mukherjee Closes: 929759 Changes: wcd (6.0.3-2) unstable; urgency=medium . * QA upload. * Fix ftcbfs. (Closes: #929759) * Update Vcs to debian/wcd repo. * Add Rules-Requires-Root for lintian warning. * Use https with homepage. Checksums-Sha1: b248849fd691c8371d5283d3bccd22309f223023 1842 wcd_6.0.3-2.dsc 3c025917aa997b177f5881dbb84795be8a2cb405 6860 wcd_6.0.3-2.debian.tar.xz 2d2cc197eab0db9e91cc2a8ae3b89d44e75eb083 5810 wcd_6.0.3-2_source.buildinfo Checksums-Sha256: e49a5e63dde31a844e08d62df8169a3d54605d409f73e5ce01b2538e3b099c71 1842 wcd_6.0.3-2.dsc a6216ef5f1af8b101b4ee204ae85290eaf2845018dfd025a55b2b7f797f305d7 6860 wcd_6.0.3-2.debian.tar.xz df619ca21efd992f93350ac8dd54eaad4cfc154ad71676fd911f1ef855768dcd 5810 wcd_6.0.3-2_source.buildinfo Files: b66c8a2cc30d5a475ca00212704283b3 1842 utils optional wcd_6.0.3-2.dsc 573ded8c6f1a38c698b9fe9dbcf5e14a 6860 utils optional wcd_6.0.3-2.debian.tar.xz b13a04df42b7dab5f42259388df5af72 5810 utils optional wcd_6.0.3-2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl4Ol0wACgkQweDZLphv fH7ZaQ//amntQH1d5OZiDDMWeZexyKjmCEdIXeJmUa2kMzGHgFDcifzDTebKmSKc zORAPzQHmi6nXHvZgVF2f9sdRqYJFZeYHZ4EKM0tyWgYFtz2nppohkgw1rmQYN7I 0VgMLfqpZDyS4qHHpim5wtvLqF0ToIHSdbDwir7+JTXjD/uHVvE95D+lEASezCgp 4JqNSD/WgbxDHyEigVO2Vg93c/+zFHg6OkU4viKu6KnxaEND5z2ndfXAsvl0CM/9 4WYWLKhPni3afKhsajF1L0GJ7Mt3k548m3mQWgGYpYCgvNVYfH8UHuebfocE3Aho ZUUjleL4w/rpwC/mFwSxtNnvCwKWrviD1Bvb0rqKQ1V2OlR0+hf8R/g4oCQhD0eg OmOCjptLNJh1dwmyP52+reHbfXMaDi+tq2k8erZPJzWLjWO4yO18my99TSdJOP92 u7C7NsgILgEaHm15m6CgAFcS7yWm3tnZ7RPKmnw8kZ0WgWokdAmotcjJNQhRp39j j/gArJpXwyMcwoz24iSYGwYcYfBYPLemqixYlk5YziogrlKfKF/5MQKrM8hd09S6 2T5JvO68KJbKgzFcOhXz7DqA7etmDr+nyqAb2j1vwwRNcfJUBoMtdvWhTKDs4urc jcB+iDNjB7WMT6c+3+WOUKQ02rOqzznAd7PNKCxTVsxuEOztUdQ= =0/qJ -END PGP SIGNATURE End Message ---
Processing of wcd_6.0.3-2_source.changes
wcd_6.0.3-2_source.changes uploaded successfully to localhost along with the files: wcd_6.0.3-2.dsc wcd_6.0.3-2.debian.tar.xz wcd_6.0.3-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
wcd_6.0.3-2_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 02 Jan 2020 23:55:04 + Source: wcd Architecture: source Version: 6.0.3-2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Sudip Mukherjee Closes: 929759 Changes: wcd (6.0.3-2) unstable; urgency=medium . * QA upload. * Fix ftcbfs. (Closes: #929759) * Update Vcs to debian/wcd repo. * Add Rules-Requires-Root for lintian warning. * Use https with homepage. Checksums-Sha1: b248849fd691c8371d5283d3bccd22309f223023 1842 wcd_6.0.3-2.dsc 3c025917aa997b177f5881dbb84795be8a2cb405 6860 wcd_6.0.3-2.debian.tar.xz 2d2cc197eab0db9e91cc2a8ae3b89d44e75eb083 5810 wcd_6.0.3-2_source.buildinfo Checksums-Sha256: e49a5e63dde31a844e08d62df8169a3d54605d409f73e5ce01b2538e3b099c71 1842 wcd_6.0.3-2.dsc a6216ef5f1af8b101b4ee204ae85290eaf2845018dfd025a55b2b7f797f305d7 6860 wcd_6.0.3-2.debian.tar.xz df619ca21efd992f93350ac8dd54eaad4cfc154ad71676fd911f1ef855768dcd 5810 wcd_6.0.3-2_source.buildinfo Files: b66c8a2cc30d5a475ca00212704283b3 1842 utils optional wcd_6.0.3-2.dsc 573ded8c6f1a38c698b9fe9dbcf5e14a 6860 utils optional wcd_6.0.3-2.debian.tar.xz b13a04df42b7dab5f42259388df5af72 5810 utils optional wcd_6.0.3-2_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEkjZVexcMh/iCHArDweDZLphvfH4FAl4Ol0wACgkQweDZLphv fH7ZaQ//amntQH1d5OZiDDMWeZexyKjmCEdIXeJmUa2kMzGHgFDcifzDTebKmSKc zORAPzQHmi6nXHvZgVF2f9sdRqYJFZeYHZ4EKM0tyWgYFtz2nppohkgw1rmQYN7I 0VgMLfqpZDyS4qHHpim5wtvLqF0ToIHSdbDwir7+JTXjD/uHVvE95D+lEASezCgp 4JqNSD/WgbxDHyEigVO2Vg93c/+zFHg6OkU4viKu6KnxaEND5z2ndfXAsvl0CM/9 4WYWLKhPni3afKhsajF1L0GJ7Mt3k548m3mQWgGYpYCgvNVYfH8UHuebfocE3Aho ZUUjleL4w/rpwC/mFwSxtNnvCwKWrviD1Bvb0rqKQ1V2OlR0+hf8R/g4oCQhD0eg OmOCjptLNJh1dwmyP52+reHbfXMaDi+tq2k8erZPJzWLjWO4yO18my99TSdJOP92 u7C7NsgILgEaHm15m6CgAFcS7yWm3tnZ7RPKmnw8kZ0WgWokdAmotcjJNQhRp39j j/gArJpXwyMcwoz24iSYGwYcYfBYPLemqixYlk5YziogrlKfKF/5MQKrM8hd09S6 2T5JvO68KJbKgzFcOhXz7DqA7etmDr+nyqAb2j1vwwRNcfJUBoMtdvWhTKDs4urc jcB+iDNjB7WMT6c+3+WOUKQ02rOqzznAd7PNKCxTVsxuEOztUdQ= =0/qJ -END PGP SIGNATURE- Thank you for your contribution to Debian.