Your message dated Thu, 12 May 2022 11:19:03 +0000 with message-id <[email protected]> and subject line Bug#1010876: fixed in firebird3.0 3.0.9.33560.ds4-3 has caused the Debian Bug report #1010876, regarding firebird3.0: debian/rules clean fails due to debian/firebird-image directory 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 [email protected] immediately.) -- 1010876: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010876 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: firebird3.0 Version: 3.0.9.33560.ds4-2 Severity: normal Hello! Running debian/rules clean fails with: dpkg-buildpackage: error: failed to sign .buildinfo file (sid_ppc64el-dchroot)glaubitz@plummer:~/firebird/firebird3.0-3.0.9.33560.ds4$ ./debian/rules clean dh clean --without autoreconf dh_auto_clean make -j1 clean make[1]: Entering directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4' make -C gen clean make[2]: Entering directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/gen' rm -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/temp// -type f -name '*.o' -print` rm -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/temp// -type f -name '*.a' -print` rm -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/temp// -type f -name '*.cpp' -print` rm -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/temp// -type f -name '*.pas' -print` rm -f -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/temp// -type f -name '*.d' -print` rm -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/extern/ -type f -name '*.lo' -print` rm -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/extern/ -type f -name '*.o' -print` rm -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/gen/*/firebird \( -type f -o -type l \) -print` rm -f -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/temp// -type f -name '*.cpp' -print` rm -f *.fdb *.FDB msg.timestamp rm -f yachts.lnk rm -f `find /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/gen/examples/ -type f ! -name 'Make*'` rm -f /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/src/dsql/parse.cpp /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/src/dsql/dsql.tab.h make -C /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/extern/libtommath clean make[3]: Entering directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/gen' make[3]: *** /home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/extern/libtommath: No such file or directory. Stop. make[3]: Leaving directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/gen' make[2]: [Makefile:711: clean_tommath] Error 2 (ignored) make[2]: Leaving directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4/gen' make[1]: Leaving directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4' debian/rules override_dh_clean make[1]: Entering directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4' dh_clean rm: cannot remove './debian/firebird-image': Is a directory dh_clean: error: rm -f -- debian/firebird3.0-server-core.substvars debian/firebird3.0-server.substvars debian/firebird3.0-server.postinst.debhelper debian/firebird3.0-server.postrm.debhelper debian/firebird3.0-server.preinst.debhelper debian/firebird3.0-server.prerm.debhelper debian/firebird3.0-utils.substvars debian/libfbclient2.substvars debian/libib-util.substvars debian/firebird3.0-common.substvars debian/firebird-dev.substvars debian/firebird3.0-examples.substvars debian/firebird3.0-doc.substvars debian/firebird3.0-common-doc.substvars ./Makefile ./aclocal.m4 ./builds/make.new/config/config.guess ./builds/make.new/config/config.h.in ./builds/make.new/config/config.sub ./builds/make.new/config/install-sh ./builds/make.new/config/ltmain.sh ./config.log ./config.log ./config.status ./config.status ./configure ./configure ./debian/firebird-image ./debian/man/fb_config.1 ./debian/man/fb_lock_print.1 ./debian/man/fbstat.1 ./debian/man/fbsvcmgr.1 ./debian/man/fbtracemgr.1 ./debian/man/gbak.1 ./debian/man/gfix.1 ./debian/man/gpre.1 ./debian/man/gsec.1 ./debian/man/isql-fb.1 ./debian/man/nbackup.1 ./debian/man/fbguard.8 ./debian/man/firebird.8 ./extern/btyacc/btyacc ./libtool ./src/include/firebird/IdlFbInterfaces.h ./src/include/gen/Firebird.pas ./src/include/gen/autoconfig.auto ./src/include/gen/autoconfig.h ./src/include/gen/ids.h ./src/include/gen/parse.h debian/files returned exit code 1 make[1]: *** [debian/rules:153: override_dh_clean] Error 1 make[1]: Leaving directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4' make: *** [debian/rules:7: clean] Error 2 (sid_ppc64el-dchroot)glaubitz@plummer:~/firebird/firebird3.0-3.0.9.33560.ds4$ This can be fixed by deleting the debian/firebird-image directory: (sid_ppc64el-dchroot)glaubitz@plummer:~/firebird/firebird3.0-3.0.9.33560.ds4$ rm -rf debian/firebird-image/ (sid_ppc64el-dchroot)glaubitz@plummer:~/firebird/firebird3.0-3.0.9.33560.ds4$ ./debian/rules clean dh clean --without autoreconf debian/rules override_dh_clean make[1]: Entering directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4' dh_clean rm -f debian/man/isql-fb.1 debian/man/gbak.1 debian/man/gfix.1 debian/man/gpre.1 debian/man/gsec.1 debian/man/fbstat.1 debian/man/nbackup.1 debian/man/fbsvcmgr.1 debian/man/fbtracemgr.1 debian/man/fb_lock_print.1 debian/man/fb_config.1 debian/man/fbguard.8 debian/man/firebird.8 debconf-updatepo FB_MAJOR = 3 FB_MINOR = 0 FB_REV = 9 FB_VER = 3.0 FB_FULL_VER = 3.0.9 CLIENT_SOVER= 2 UTIL_SOVER= make[1]: Leaving directory '/home/glaubitz/firebird/firebird3.0-3.0.9.33560.ds4' (sid_ppc64el-dchroot)glaubitz@plummer:~/firebird/firebird3.0-3.0.9.33560.ds4$ So, it will just be necessary to add "rm -rf debian/firebird-image" to the dh_clean target. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
--- End Message ---
--- Begin Message ---Source: firebird3.0 Source-Version: 3.0.9.33560.ds4-3 Done: Damyan Ivanov <[email protected]> We believe that the bug you reported is fixed in the latest version of firebird3.0, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Damyan Ivanov <[email protected]> (supplier of updated firebird3.0 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 12 May 2022 09:51:55 +0000 Source: firebird3.0 Architecture: source Version: 3.0.9.33560.ds4-3 Distribution: unstable Urgency: medium Maintainer: Damyan Ivanov <[email protected]> Changed-By: Damyan Ivanov <[email protected]> Closes: 1010876 Changes: firebird3.0 (3.0.9.33560.ds4-3) unstable; urgency=medium . * add missing trailing slash from debian/firebird-image/ entry of debian/clean (Closes: #1010876) Thanks to John Paul Adrian Glaubitz Checksums-Sha1: edb50b082456a5cd51e46ea6b54e7d6a80828282 2754 firebird3.0_3.0.9.33560.ds4-3.dsc fb7dff9198473839e1c1b464e940e5de3cf3eb29 101736 firebird3.0_3.0.9.33560.ds4-3.debian.tar.xz Checksums-Sha256: f857489aa000ff0400b1d26f3a4ed112d38063b744350237746b0edbb11082cc 2754 firebird3.0_3.0.9.33560.ds4-3.dsc f5d280bc4fb673a7163263893eb4b0165a4f7f09a7f7b06add50d1a70c2248a3 101736 firebird3.0_3.0.9.33560.ds4-3.debian.tar.xz Files: 7a439da4f0f480fc1158893c41833131 2754 database optional firebird3.0_3.0.9.33560.ds4-3.dsc a3c2114ce1f4483438116f7bc9d02338 101736 database optional firebird3.0_3.0.9.33560.ds4-3.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAmJ862wACgkQ276dTZnS oAQmoQ/+OmF+ka8FRApfAIpnOsAa6b95HNMtW4ph1QLUZrUvZKjY77CFvfH7OKxC IaxFtfg3yXV5OSFtBXSU6qgnIvbzK1R+OiM2lhYUDYwTxlM7xkqsX8QVL1R85jdZ XGgOTcuQCYfqi2KpAuNVztD5/2Cw+wzAPdvOco5p/O99rT6ASR1aSwFnOrgV/1NU UlZcZhs/e/EznTfF4Bj0ZdeUAJrP3UESTmdYXxksTPl7KRAp0EYPe4UZeagjJvUz v0rrk42PcK8zMu03Nhvcoc+0aVHgANBIYhysOuNfmEG5vdLLS2f9R3uSIqM+XiE3 ZUArHs3knxzEB0d0qByeei/BrNlQUuOPgiSlqEyc9tTNqkvOjJf1wfwn7qjo48U4 OGFA1oO49W+6ptbRbczLC/7ZrLcE25WQt4rLfylrhrH4nLY22GXu4NyWZ77RG9Kq dc+hfGBZTlXeIiN9Ibc0+yQg/ISahNgzktDr2lCc3COjb2ZwGN7mEBs9NxRCywdu cL8emDhI5AZwawcTZwNDDslobg+WNTyBRoBcXYSaDMgqEKbJofQ3BmOuCNdBRubD lvk5YW0UhJKiKiDEhVhc0MD9trg5VvaBowzETpOV2trFwwaWbQXvZUo9CglhoJN/ XLE2D/FXu3SqPIwCjdRzRGP/QWnxpOH8tVlx1GcGKOA0MAS3ezY= =w1kZ -----END PGP SIGNATURE-----
--- End Message ---

