Bug#963365: sendmail: FTBFS: /bin/sh: 1: ul: not found
Source: sendmail Version: 8.15.2-19 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[2]: Entering directory '/<>/doc/op' > rm -f op.txt > Note: see README file in case of errors. > pic -C op.me | eqn -C -Tascii | groff -Tascii -me | ul -t dumb > op.txt > /bin/sh: 1: ul: not found > make[2]: *** [Makefile:30: op.txt] Error 127 The full build log is available from: http://qa-logs.debian.net/2020/06/20/sendmail_8.15.2-19_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.
Bug#963359: glhack: FTBFS: /bin/sh: 1: col: not found
Source: glhack Version: 1.2-4 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[4]: Entering directory '/<>/src' > make[4]: '../include/date.h' is up to date. > make[4]: Leaving directory '/<>/src' > cc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -g -O2 > -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -O -I../include > -Wdate-time -D_FORTIFY_SOURCE=2 -c -o recover.o recover.c > recover.c: In function ‘restore_savefile’: > recover.c:308:5: warning: ignoring return value of ‘write’, declared with > attribute warn_unused_result [-Wunused-result] > 308 | write(sfd, (genericptr_t) &levc, sizeof(levc)); > | ^~ > cc -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -g -O2 > -fdebug-prefix-map=/<>=. -fstack-protector-strong -Wformat > -Werror=format-security -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -o > recover_glhack recover.o > make[3]: Leaving directory '/<>/util' > ( cd doc ; make Guidebook ) > make[3]: Entering directory '/<>/doc' > tbl tmac.n Guidebook.mn | nroff -Tascii | col -bx > Guidebook > /bin/sh: 1: col: not found > make[3]: *** [Makefile:27: Guidebook] Error 127 The full build log is available from: http://qa-logs.debian.net/2020/06/20/glhack_1.2-4_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.
Bug#963386: tupi: FTBFS: make[2]: *** No targets specified and no makefile found. Stop.
Source: tupi Version: 0.2+git08-2 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[2]: Entering directory '/<>' > make[2]: *** No targets specified and no makefile found. Stop. > make[2]: Leaving directory '/<>' > dh_auto_build: error: make -j4 returned exit code 2 > make[1]: *** [debian/rules:41: override_dh_auto_build] Error 25 The full build log is available from: http://qa-logs.debian.net/2020/06/20/tupi_0.2+git08-2_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.
Bug#963378: xcolorsel: FTBFS: /bin/sh: 1: col: not found
Source: xcolorsel Version: 1.1a-22 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[2]: Entering directory '/<>' > gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong > -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE > -D_SVID_SOURCE -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 >-DFUNCPROTO=15 -DNARROWPROTO > -DHELPFILE=\"/usr/lib/X11/xcolorsel/Xcolorsel.help\" -Wdate-time > -D_FORTIFY_SOURCE=2 -c -o RgbText.o RgbText.c > In file included from > /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33, > from /usr/include/stdio.h:27, > from RgbText.c:77: > /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~ > RgbText.c: In function ‘printfile’: > RgbText.c:549:7: warning: unused variable ‘fd’ [-Wunused-variable] > 549 | FILE *fd; > | ^~ > RgbText.c:545:21: warning: unused variable ‘ptn’ [-Wunused-variable] > 545 | register char *ptr,*ptn; > | ^~~ > RgbText.c: In function ‘query_geometry’: > RgbText.c:883:16: warning: unused variable ‘requested’ [-Wunused-variable] > 883 | XtGeometryMask requested; > |^ > RgbText.c: In function ‘grab_color’: > RgbText.c:1135:8: warning: unused variable ‘mycolor’ [-Wunused-variable] > 1135 | XColor mycolor; > |^~~ > gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong > -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE > -D_SVID_SOURCE -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 >-DFUNCPROTO=15 -DNARROWPROTO > -DHELPFILE=\"/usr/lib/X11/xcolorsel/Xcolorsel.help\" -Wdate-time > -D_FORTIFY_SOURCE=2 -c -o RgbSink.o RgbSink.c > In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25, > from /usr/include/X11/Xlib.h:38, > from /usr/include/X11/Intrinsic.h:53, > from /usr/include/X11/IntrinsicP.h:51, > from RgbSink.c:82: > /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~ > RgbSink.c: In function ‘mydisp’: > RgbSink.c:191:5: warning: unused variable ‘tile’ [-Wunused-variable] > 191 | int tile,linum; > | ^~~~ > gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong > -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE > -D_SVID_SOURCE -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 >-DFUNCPROTO=15 -DNARROWPROTO > -DHELPFILE=\"/usr/lib/X11/xcolorsel/Xcolorsel.help\" -Wdate-time > -D_FORTIFY_SOURCE=2 -c -o RgbSrc.o RgbSrc.c > In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25, > from /usr/include/X11/Xlib.h:38, > from /usr/include/X11/Intrinsic.h:53, > from /usr/include/X11/IntrinsicP.h:51, > from RgbSrc.c:82: > /usr/include/features.h:185:3: warning: #warning "_BSD_SOURCE and > _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] > 185 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use > _DEFAULT_SOURCE" > | ^~~ > gcc -g -O2 -fdebug-prefix-map=/<>=. -fstack-protector-strong > -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall > -Dlinux -D__amd64__ -D_POSIX_C_SOURCE=199309L > -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE > -D_SVID_SOURCE -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 >-DFUNCPROTO=15 -DNARROWPROTO > -DHELPFILE=\"/usr/lib/X11/xcolorsel/Xcolorsel.help\" -Wdate-time > -D_FORTIFY_SOURCE=2 -c -o xcolors
Bug#963403: mp3info: FTBFS: /bin/sh: 1: col: not found
Source: mp3info Version: 0.8.5a-2 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200620 ftbfs-bullseye Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<>' > gcc -g -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -c -o mp3info.o mp3info.c > gcc -g -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -c -o textfunc.o textfunc.c > gcc -g -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -c -o mp3curs.o mp3curs.c > gcc -g -O2 -Wall -Wdate-time -D_FORTIFY_SOURCE=2 -c -o mp3tech.o mp3tech.c > mp3info.c: In function ‘main’: > mp3info.c:287:3: warning: ignoring return value of ‘truncate’, declared with > attribute warn_unused_result [-Wunused-result] > 287 | truncate(mp3.filename,mp3.datasize); > | ^~~ > mp3tech.c: In function ‘get_id3’: > mp3tech.c:306:5: warning: ignoring return value of ‘fread’, declared with > attribute warn_unused_result [-Wunused-result] > 306 | fread(fbuf,1,3,mp3->file); fbuf[3] = '\0'; > | ^ > mp3tech.c:316:15: warning: ignoring return value of ‘fread’, declared with > attribute warn_unused_result [-Wunused-result] > 316 | fread(mp3->id3.title,1,30,mp3->file); > mp3->id3.title[30] = '\0'; > | ^~~~ > mp3tech.c:317:15: warning: ignoring return value of ‘fread’, declared with > attribute warn_unused_result [-Wunused-result] > 317 | fread(mp3->id3.artist,1,30,mp3->file); > mp3->id3.artist[30] = '\0'; > | ^ > mp3tech.c:318:15: warning: ignoring return value of ‘fread’, declared with > attribute warn_unused_result [-Wunused-result] > 318 | fread(mp3->id3.album,1,30,mp3->file); > mp3->id3.album[30] = '\0'; > | ^~~~ > mp3tech.c:319:15: warning: ignoring return value of ‘fread’, declared with > attribute warn_unused_result [-Wunused-result] > 319 | fread(mp3->id3.year,1,4,mp3->file); mp3->id3.year[4] = > '\0'; > | ^~ > mp3tech.c:320:15: warning: ignoring return value of ‘fread’, declared with > attribute warn_unused_result [-Wunused-result] > 320 | fread(mp3->id3.comment,1,30,mp3->file); > mp3->id3.comment[30] = '\0'; > | ^~ > mp3tech.c:324:15: warning: ignoring return value of ‘fread’, declared with > attribute warn_unused_result [-Wunused-result] > 324 | fread(mp3->id3.genre,1,1,mp3->file); > | ^~~ > In file included from /usr/include/string.h:495, > from mp3info.h:31, > from mp3curs.c:27: > In function ‘strncpy’, > inlined from ‘tagedit_curs’ at mp3curs.c:111:4: > /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: > ‘__builtin___strncpy_chk’ output truncated before terminating nul copying as > many bytes from a string as its length [-Wstringop-truncation] > 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos > (__dest)); > | > ^~ > mp3curs.c: In function ‘tagedit_curs’: > mp3curs.c:111:4: note: length computed here > 111 |strncpy(tag->title,line,strlen(line)); > |^ > In file included from /usr/include/string.h:495, > from mp3info.h:31, > from mp3curs.c:27: > In function ‘strncpy’, > inlined from ‘tagedit_curs’ at mp3curs.c:113:4: > /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: > ‘__builtin___strncpy_chk’ output truncated before terminating nul copying as > many bytes from a string as its length [-Wstringop-truncation] > 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos > (__dest)); > | > ^~ > mp3curs.c: In function ‘tagedit_curs’: > mp3curs.c:113:4: note: length computed here > 113 |strncpy(tag->artist,line,strlen(line)); > |^~ > In file included from /usr/include/string.h:495, > from mp3info.h:31, > from mp3curs.c:27: > In function ‘strncpy’, > inlined from ‘tagedit_curs’ at mp3curs.c:115:4: > /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: > ‘__builtin___strncpy_chk’ output truncated before terminating nul copying as > many bytes from a string as its length [-Wstringop-truncation] > 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos > (__dest)); > | > ^~ > mp3curs.c: In function ‘tagedit_curs’: > mp3cur
Processed: Merge duplicates
Processing commands for cont...@bugs.debian.org: > reassign 963327 bsdmainutils 12.1.1 Bug #963327 [src:libstorj] libstorj: FTBFS: configure: error: hexdump is required for tests Bug reassigned from package 'src:libstorj' to 'bsdmainutils'. No longer marked as found in versions libstorj/1.0.3-1. Ignoring request to alter fixed versions of bug #963327 to the same values previously set Bug #963327 [bsdmainutils] libstorj: FTBFS: configure: error: hexdump is required for tests Marked as found in versions bsdmainutils/12.1.1. > reassign 963349 bsdmainutils 12.1.1 Bug #963349 [src:libdap] libdap: FTBFS: /bin/bash: col: command not found Bug reassigned from package 'src:libdap' to 'bsdmainutils'. No longer marked as found in versions libdap/3.20.6-2. Ignoring request to alter fixed versions of bug #963349 to the same values previously set Bug #963349 [bsdmainutils] libdap: FTBFS: /bin/bash: col: command not found Marked as found in versions bsdmainutils/12.1.1. > reassign 963350 bsdmainutils 12.1.1 Bug #963350 [src:slashem] slashem: FTBFS: /bin/sh: 1: col: not found Bug reassigned from package 'src:slashem' to 'bsdmainutils'. No longer marked as found in versions slashem/0.0.7E7F3-9. Ignoring request to alter fixed versions of bug #963350 to the same values previously set Bug #963350 [bsdmainutils] slashem: FTBFS: /bin/sh: 1: col: not found Marked as found in versions bsdmainutils/12.1.1. > reassign 963353 bsdmainutils 12.1.1 Bug #963353 [src:mcl] mcl: FTBFS: /bin/bash: col: command not found Bug reassigned from package 'src:mcl' to 'bsdmainutils'. No longer marked as found in versions mcl/1:14-137+ds-6. Ignoring request to alter fixed versions of bug #963353 to the same values previously set Bug #963353 [bsdmainutils] mcl: FTBFS: /bin/bash: col: command not found Marked as found in versions bsdmainutils/12.1.1. > reassign 963355 bsdmainutils 12.1.1 Bug #963355 [src:ocp] ocp: FTBFS: /bin/sh: 1: hexdump: not found Bug reassigned from package 'src:ocp' to 'bsdmainutils'. No longer marked as found in versions ocp/1:0.2.2+ds-1. Ignoring request to alter fixed versions of bug #963355 to the same values previously set Bug #963355 [bsdmainutils] ocp: FTBFS: /bin/sh: 1: hexdump: not found Marked as found in versions bsdmainutils/12.1.1. > reassign 963359 bsdmainutils 12.1.1 Bug #963359 [src:glhack] glhack: FTBFS: /bin/sh: 1: col: not found Bug reassigned from package 'src:glhack' to 'bsdmainutils'. No longer marked as found in versions glhack/1.2-4. Ignoring request to alter fixed versions of bug #963359 to the same values previously set Bug #963359 [bsdmainutils] glhack: FTBFS: /bin/sh: 1: col: not found Marked as found in versions bsdmainutils/12.1.1. > reassign 963361 bsdmainutils 12.1.1 Bug #963361 [src:hub] hub: FTBFS: /bin/sh: 1: col: not found Bug reassigned from package 'src:hub' to 'bsdmainutils'. No longer marked as found in versions hub/2.7.0~ds1-1. Ignoring request to alter fixed versions of bug #963361 to the same values previously set Bug #963361 [bsdmainutils] hub: FTBFS: /bin/sh: 1: col: not found Marked as found in versions bsdmainutils/12.1.1. > reassign 963365 bsdmainutils 12.1.1 Bug #963365 [src:sendmail] sendmail: FTBFS: /bin/sh: 1: ul: not found Bug reassigned from package 'src:sendmail' to 'bsdmainutils'. No longer marked as found in versions sendmail/8.15.2-19. Ignoring request to alter fixed versions of bug #963365 to the same values previously set Bug #963365 [bsdmainutils] sendmail: FTBFS: /bin/sh: 1: ul: not found Marked as found in versions bsdmainutils/12.1.1. > reassign 963372 bsdmainutils 12.1.1 Bug #963372 [src:console-setup] console-setup: FTBFS: /bin/sh: 1: col: not found Bug reassigned from package 'src:console-setup' to 'bsdmainutils'. No longer marked as found in versions console-setup/1.195. Ignoring request to alter fixed versions of bug #963372 to the same values previously set Bug #963372 [bsdmainutils] console-setup: FTBFS: /bin/sh: 1: col: not found Marked as found in versions bsdmainutils/12.1.1. > reassign 963375 bsdmainutils 12.1.1 Bug #963375 [src:conky] conky: FTBFS: /usr/bin/man: can't execute col: No such file or directory Bug reassigned from package 'src:conky' to 'bsdmainutils'. No longer marked as found in versions conky/1.10.8-1.1. Ignoring request to alter fixed versions of bug #963375 to the same values previously set Bug #963375 [bsdmainutils] conky: FTBFS: /usr/bin/man: can't execute col: No such file or directory Marked as found in versions bsdmainutils/12.1.1. > reassign 963376 bsdmainutils 12.1.1 Bug #963376 [src:apcupsd] apcupsd: FTBFS: man: can't execute col: No such file or directory Bug reassigned from package 'src:apcupsd' to 'bsdmainutils'. No longer marked as found in versions apcupsd/3.14.14-3. Ignoring request to alter fixed versions of bug #963376 to the same values previously set Bug #963376 [bsdmainutils] apcupsd: FTBFS: man: can't execute col: No such file or directory Marked as found in versions bsdmainutils/12.1.1. > reassign
Processed: submitter 729351, submitter 776315, submitter 741115, submitter 746323, submitter 762930 ...
Processing commands for cont...@bugs.debian.org: > submitter 729351 ! Bug #729351 [calypso] calypso: Please, add documentation and sample config. Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 776315 ! Bug #776315 [foomatic-filters] foomatic-filters: foomatic-rip can't properly execute text filters Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 741115 ! Bug #741115 [xdg-utils] xdg-utils: xdg-mime does not use the mime cache created by update-desktop-database Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 746323 ! Bug #746323 [python-nemu] python-nemu: Should somehow isolate bridges from the host netfilter Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 762930 ! Bug #762930 {Done: Jonas Smedegaard } [radicale] radicale: The multifilesystem storage backend takes too much CPU Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 762929 ! Bug #762929 [radicale] radicale: Please document new features Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 743494 ! Bug #743494 [linphone] linphone: Does not work with TLS Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 512581 ! Bug #512581 [enfuse] enfuse: Enfuse has no method for specifying the swapfile location Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 737894 ! Bug #737894 [empathy] empathy: Calls fail without an error Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 729352 ! Bug #729352 [calypso] calypso: Incomplete error checking, and insconsistent mangling of chars in pathnames Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 730809 ! Bug #730809 [ikiwiki] ikiwiki: Issues with osm plugin Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 730815 ! Bug #730815 [ikiwiki] ikiwiki: osm plugin: Does not properly get page name for map balloons Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 842755 ! Bug #842755 [dh-golang] dh-golang: DH_GOLANG_INSTALL_EXTRA can't handle symlinks Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 744093 ! Bug #744093 [awstats] provide a better documentation for miltiple stats Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 438192 ! Bug #438192 [hfsutils] hfsutils doesn't support volumes larger than 2GiB Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 792580 ! Bug #792580 [chromium] chromium: Chromium calls home even in incognito mode with safe browsing turned off Bug #820361 [chromium] chromium connections to 1e100.net Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 422165 ! Bug #422165 [perl-base] perl-base: IO::Socket::INET reports gethostbyname problems in $@ Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 709407 ! Bug #709407 [psi] psi: Psi constantly aborting Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 421665 ! Bug #421665 [wodim] Strange problem with CDR created with DAO mode of wodim Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 748175 ! Bug #748175 [awstats] awstats: Some new robots to add to robots.pm Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 691304 ! Bug #691304 [kgb-bot] kgb-bot: Reload should check and report on config errors Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 726417 ! Bug #726417 [iproute2] iproute2: 'ip -o addr show' does not show all interfaces (but 'ip addr show' does) Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 437226 ! Bug #437226 [hfsutils] hfsutils: Please create a libhfs binary package Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 436884 ! Bug #436884 [genisoimage] genisoimage produces invalid ElTorito boot entries when specifying more that one Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 732353 ! Bug #732353 [modemmanager] modemmanager: Modem Huawei ID 12d1:1506 does not work (Failed to find a usable modem character set) Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 901253 ! Bug #901253 [wnpp] ITP: golang-github-modern-go-test -- Modern Go test utilities Changed Bug submitter to 'Martina Ferrari ' from '"Martin Ferrari" '. > submitter 742266 ! Bug #742266 [www.debian.org] www.debian.org: "Help Debian" webpage is not very helpful Bug #608400 [www.debian.org] re-organize how to contribute documentation "per-profile" Changed Bug submitter to 'Martina Ferrari ' from 'Martín Ferrari '. > submitter 804639 ! Bug #804639 [gnome-keyring] gnome-keyring: Uses way too much CP
Processing of safelease_1.0.1-1_source.changes
safelease_1.0.1-1_source.changes uploaded successfully to localhost along with the files: safelease_1.0.1-1.dsc safelease_1.0.1.orig.tar.gz safelease_1.0.1-1.debian.tar.xz safelease_1.0.1-1_amd64.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
safelease_1.0.1-1_source.changes ACCEPTED into unstable
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 16 Jun 2020 22:46:21 + Source: safelease Architecture: source Version: 1.0.1-1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group Changed-By: Francisco Vilmar Cardoso Ruviaro Changes: safelease (1.0.1-1) unstable; urgency=medium . * QA upload. * New upstream version 1.0.1 * debian/copyright: - Added new rights. - Updated upstream copyright years. * debian/patches/paths.patch: - Added the dep3 tags. Checksums-Sha1: 59ee7c33266be3e728a1cf27cf761cae2cce729f 1867 safelease_1.0.1-1.dsc 4401033a9d42f740d6dfd993fb79baa55ba1ba7f 94946 safelease_1.0.1.orig.tar.gz 08c9d37514e5a5740d944f4517122836c9a291df 3300 safelease_1.0.1-1.debian.tar.xz dc979efe1d78e00ecbbbdb66a37c9c5f1e94cdfe 5753 safelease_1.0.1-1_amd64.buildinfo Checksums-Sha256: e52e84f20b625a19babad3279ffe5780d1e911584c4c912d1c205bc99cceaa18 1867 safelease_1.0.1-1.dsc 7c3f13a31d3c9e809dabf28851dea6aa7fa6ac2a3abb2263e7b5327fa818ed96 94946 safelease_1.0.1.orig.tar.gz 9d2d45ab15775a752ffae3b2d793d17fb930724fb466ee4170a10d7fe00380ca 3300 safelease_1.0.1-1.debian.tar.xz f5d578950d95623069183876b4250968386de83cd81411ef592fe4a3c8c12b82 5753 safelease_1.0.1-1_amd64.buildinfo Files: 07a6490359b567f7c4fb5bfb0252079a 1867 misc optional safelease_1.0.1-1.dsc bb0371323da0091ce73f879a33d7a3cf 94946 misc optional safelease_1.0.1.orig.tar.gz 9734894f5ab4cd215ab71ba39171be7f 3300 misc optional safelease_1.0.1-1.debian.tar.xz 1f74d8d2193cec3ae909343f4ee4305e 5753 misc optional safelease_1.0.1-1_amd64.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEBdtqg34QX0sdAsVfu6n6rcz7RwcFAl7v4YwACgkQu6n6rcz7 RwdTSA//Ys3VIKZs5/qm8XCCYfGlcSkIS3SMkRyTwqpK//LHSzB4ZEoE2MPY1ijj vunlNWzeMPx5RoJIRSia1lIIIc4l0KoOpfDBDv+NM5IsCjdicMSi0x66+ExM+Cnn pun3yVB48V+boHFtP5WeRSJdphIi4AfEQUkUNy2Je7BDZsIFzxu0+FDA4Miwh+Bi QNY00buNhfeYzMNeAJQolzb5MXxJy/x0XEoWcVH51GCCQ7RxGUGjmVBXdobwewxA OKHHlKXHAOX45pM2QYEatqH6G2ih+cDQzxkRVGzqUskIqZiiu23ZD8/yhBlVaDIm 0016YoSEkbX5glie2jbWwNmGvUoLEqyQMDeMs287B6UdZoB6qDRiImRKzCFpFcOA /dpFGouTRDKhh4X5jIyfqJ8QXe5EfbEzJtvDcX494wkm/XAk3z4uTAK7Fj2gLCOE 9tdxwXxogeULf9C07a3QO9+gz87uVH+r4/eLnqFqSnAsHsYpparDANCk8g08tWDA Cd73ZU1e8rhNskFP2hA8OlIbvqkiILZGGg/xzPkjzsehftYIdvTP8v+Xlgv3S0NB ju4EoasTPIECljoiYBdl0a7xFLQgmKITzAd4hztvQQB1bHpDyhYzY+rST9sywbGX oIJ0rhqPO4rrPz1yQhR6IBVs4haCNk4wWOPwuYRCvEXku4YY/lY= =6pHy -END PGP SIGNATURE- Thank you for your contribution to Debian.