Diff of the two buildlogs: -- --- b1/build.log 2020-04-11 19:56:22.099837397 +0000 +++ b2/build.log 2020-04-11 19:56:50.555288772 +0000 @@ -1,6 +1,6 @@ I: pbuilder: network access will be disabled during build -I: Current time: Sat Apr 11 07:51:53 -12 2020 -I: pbuilder-time-stamp: 1586634713 +I: Current time: Sat May 15 16:19:23 +14 2021 +I: pbuilder-time-stamp: 1621045163 I: Building the build Environment I: extracting base tarball [/var/cache/pbuilder/buster-reproducible-base.tgz] I: copying local configuration @@ -18,7 +18,7 @@ I: Extracting source gpgv: unknown type of key resource 'trustedkeys.kbx' gpgv: keyblock resource '/root/.gnupg/trustedkeys.kbx': General error -gpgv: Signature made Fri Jan 13 04:40:04 2017 -12 +gpgv: Signature made Sat Jan 14 06:40:04 2017 +14 gpgv: using RSA key 3AFA757FAC6EA11D2FF45DF088D24287A2D898B1 gpgv: Can't check signature: No public key dpkg-source: warning: failed to verify signature on ./scmxx_0.9.0-2.4.dsc @@ -33,6 +33,18 @@ scmxx-0.9.0/po/sv.po I: using fakeroot in build. I: Installing the build-deps +I: user script /srv/workspace/pbuilder/58692/tmp/hooks/D01_modify_environment starting +disorder-fs debug: Running on profitbricks-build16-i386. +I: Changing host+domainname to test build reproducibility +I: Adding a custom variable just for the fun of it... +I: Changing /bin/sh to bash +Removing 'diversion of /bin/sh to /bin/sh.distrib by dash' +Adding 'diversion of /bin/sh to /bin/sh.distrib by bash' +Removing 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by dash' +Adding 'diversion of /usr/share/man/man1/sh.1.gz to /usr/share/man/man1/sh.distrib.1.gz by bash' +I: Setting pbuilder2's login shell to /bin/bash +I: Setting pbuilder2's GECOS to second user,second room,second work-phone,second home-phone,second other +I: user script /srv/workspace/pbuilder/58692/tmp/hooks/D01_modify_environment finished -> Attempting to satisfy build-dependencies -> Creating pbuilder-satisfydepends-dummy package Package: pbuilder-satisfydepends-dummy @@ -111,7 +123,7 @@ Get: 35 http://deb.debian.org/debian buster/main i386 libbluetooth3 i386 5.50-1 [102 kB] Get: 36 http://deb.debian.org/debian buster/main i386 libbluetooth-dev i386 5.50-1 [202 kB] Get: 37 http://deb.debian.org/debian buster/main i386 sharutils i386 1:4.15.2-4 [265 kB] -Fetched 20.0 MB in 6s (3279 kB/s) +Fetched 20.0 MB in 0s (61.1 MB/s) debconf: delaying package configuration, since apt-utils is not installed Selecting previously unselected package libbsd0:i386. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19231 files and directories currently installed.) @@ -282,7 +294,7 @@ fakeroot is already the newest version (1.23-1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. I: Building the package -I: Running cd /build/scmxx-0.9.0/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" HOME="/nonexistent/first-build" dpkg-buildpackage -us -uc -b +I: Running cd /build/scmxx-0.9.0/ && env PATH="/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/i/capture/the/path" HOME="/nonexistent/second-build" dpkg-buildpackage -us -uc -b dpkg-buildpackage: info: source package scmxx dpkg-buildpackage: info: source version 0.9.0-2.4 dpkg-buildpackage: info: source distribution unstable @@ -399,7 +411,7 @@ make[1]: Entering directory '/build/scmxx-0.9.0' make[2]: Entering directory '/build/scmxx-0.9.0/src' make[3]: Entering directory '/build/scmxx-0.9.0/src/scmxx' -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -MM actions.c tty_bluetooth.c scmxx.c s35_pbook.c memtypes.c pinfile.c scmxx_opt.c pbookfile.c tty_serial.c lock.c ttyaccess.c pbookphone.c s35_files.c pbmaskgsm.c s35_sms.c dial.c keypad.c >.dependencies +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -MM actions.c scmxx_opt.c scmxx.c s35_pbook.c memtypes.c pinfile.c tty_serial.c lock.c ttyaccess.c pbookphone.c pbookfile.c s35_files.c tty_bluetooth.c pbmaskgsm.c s35_sms.c dial.c keypad.c >.dependencies gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o actions.o actions.c actions.c: In function 'pbook_select_mem': actions.c:40:9: warning: variable 'command' set but not used [-Wunused-but-set-variable] @@ -409,13 +421,11 @@ actions.c:70:7: warning: 'strncpy' specified bound 4 equals destination size [-Wstringop-truncation] strncpy(r->name,mem,sizeof(r->name)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o tty_bluetooth.o tty_bluetooth.c +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o scmxx_opt.o scmxx_opt.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o scmxx.o scmxx.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o s35_pbook.o s35_pbook.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o memtypes.o memtypes.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o pinfile.o pinfile.c -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o scmxx_opt.o scmxx_opt.c -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o pbookfile.o pbookfile.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o tty_serial.o tty_serial.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o lock.o lock.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o ttyaccess.o ttyaccess.c @@ -427,6 +437,7 @@ case 0: ^~~~ gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o pbookphone.o pbookphone.c +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o pbookfile.o pbookfile.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o s35_files.o s35_files.c s35_files.c: In function 'file_detect_free_slot': s35_files.c:215:10: warning: this statement may fall through [-Wimplicit-fallthrough=] @@ -435,6 +446,7 @@ s35_files.c:217:5: note: here case AT_RET_OK: ^~~~ +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o tty_bluetooth.o tty_bluetooth.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o pbmaskgsm.o pbmaskgsm.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o s35_sms.o s35_sms.c s35_sms.c: In function 'sms_send_pdu': @@ -447,7 +459,7 @@ ^~~~ gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o dial.o dial.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o keypad.o keypad.c -ld -r -o ../scmxx.o actions.o tty_bluetooth.o scmxx.o s35_pbook.o memtypes.o pinfile.o scmxx_opt.o pbookfile.o tty_serial.o lock.o ttyaccess.o pbookphone.o s35_files.o pbmaskgsm.o s35_sms.o dial.o keypad.o +ld -r -o ../scmxx.o actions.o scmxx_opt.o scmxx.o s35_pbook.o memtypes.o pinfile.o tty_serial.o lock.o ttyaccess.o pbookphone.o pbookfile.o s35_files.o tty_bluetooth.o pbmaskgsm.o s35_sms.o dial.o keypad.o make[3]: Leaving directory '/build/scmxx-0.9.0/src/scmxx' make[3]: Entering directory '/build/scmxx-0.9.0/src/atcommand' gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -MM cached.c common.c generic.c siemens.c >.dependencies @@ -513,33 +525,33 @@ ld -r -o ../smspdu.o smspdu_enc.o smsudh.o smspdu_dec.o smsud_enc.o smssort.o smspdu_print.o smsstructs.o smsud_dec.o make[3]: Leaving directory '/build/scmxx-0.9.0/src/smspdu' make[3]: Entering directory '/build/scmxx-0.9.0/src/charsets' -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -MM ucs2_dec.c local_enc.c ucs2.c ucs4_dec.c ucs4.c ucs2_enc.c local_dec.c gsm_dec.c gsm_enc.c ucs4_enc.c local.c gsm.c >.dependencies +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -MM ucs2_dec.c ucs4_dec.c local_enc.c ucs2.c gsm_enc.c ucs4.c ucs2_enc.c local_dec.c gsm_dec.c ucs4_enc.c local.c gsm.c >.dependencies gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o ucs2_dec.o ucs2_dec.c +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o ucs4_dec.o ucs4_dec.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o local_enc.o local_enc.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o ucs2.o ucs2.c -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o ucs4_dec.o ucs4_dec.c +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o gsm_enc.o gsm_enc.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o ucs4.o ucs4.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o ucs2_enc.o ucs2_enc.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o local_dec.o local_dec.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o gsm_dec.o gsm_dec.c -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o gsm_enc.o gsm_enc.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o ucs4_enc.o ucs4_enc.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o local.o local.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o gsm.o gsm.c -ld -r -o ../charsets.o ucs2_dec.o local_enc.o ucs2.o ucs4_dec.o ucs4.o ucs2_enc.o local_dec.o gsm_dec.o gsm_enc.o ucs4_enc.o local.o gsm.o +ld -r -o ../charsets.o ucs2_dec.o ucs4_dec.o local_enc.o ucs2.o gsm_enc.o ucs4.o ucs2_enc.o local_dec.o gsm_dec.o ucs4_enc.o local.o gsm.o make[3]: Leaving directory '/build/scmxx-0.9.0/src/charsets' make[3]: Entering directory '/build/scmxx-0.9.0/src/helper' -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -MM mem.c str_list.c str.c gsmnum.c output.c console.c file.c str_array.c num.c >.dependencies +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -MM mem.c file.c str_list.c output.c console.c str_array.c str.c gsmnum.c num.c >.dependencies gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o mem.o mem.c +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o file.o file.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o str_list.o str_list.c -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o str.o str.c -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o gsmnum.o gsmnum.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o output.o output.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o console.o console.c -gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o file.o file.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o str_array.o str_array.c +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o str.o str.c +gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o gsmnum.o gsmnum.c gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -c -o num.o num.c -ld -r -o ../helper.o mem.o str_list.o str.o gsmnum.o output.o console.o file.o str_array.o num.o +ld -r -o ../helper.o mem.o file.o str_list.o output.o console.o str_array.o str.o gsmnum.o num.o make[3]: Leaving directory '/build/scmxx-0.9.0/src/helper' make[3]: Entering directory '/build/scmxx-0.9.0/src/options' gcc -g -O2 -ffile-prefix-map=/build/scmxx-0.9.0=. -fstack-protector-strong -Wformat -Werror=format-security -D_GNU_SOURCE -D_REENTRANT -W -Wall -Wno-format-y2k -I.. -MM getopt.c common.c popt.c configfile.c >.dependencies @@ -593,15 +605,15 @@ make[3]: Entering directory '/build/scmxx-0.9.0/po' Creating gettext template file scmxx.pot...................................................................................................done make[3]: Leaving directory '/build/scmxx-0.9.0/po' -de.po: Merging from scmxx.pot.......................................................... done. +de.po: Merging from scmxx.pot......................................................................... done. de.mo: 411 translated messages. -fr.po: Merging from scmxx.pot....................................................... done. +fr.po: Merging from scmxx.pot.............................................................................. done. fr.mo: 235 translated messages, 62 fuzzy translations, 114 untranslated messages. -it.po: Merging from scmxx.pot....................................................... done. +it.po: Merging from scmxx.pot.............................................................. done. it.mo: 318 translated messages, 55 fuzzy translations, 38 untranslated messages. -ru.po: Merging from scmxx.pot............................................................ done. +ru.po: Merging from scmxx.pot................................................................ done. ru.mo: 272 translated messages, 5 fuzzy translations, 134 untranslated messages. -sv.po: Merging from scmxx.pot................................................... done. +sv.po: Merging from scmxx.pot.............................................................. done. sv.mo: 349 translated messages, 5 fuzzy translations, 57 untranslated messages. make[2]: Leaving directory '/build/scmxx-0.9.0/po' make[2]: Entering directory '/build/scmxx-0.9.0/docs' @@ -698,9 +710,9 @@ dh_strip -pscmxx dh_strip_nondeterminism -pscmxx Normalized debian/scmxx/usr/share/locale/it/LC_MESSAGES/scmxx.mo - Normalized debian/scmxx/usr/share/locale/ru/LC_MESSAGES/scmxx.mo Normalized debian/scmxx/usr/share/locale/fr/LC_MESSAGES/scmxx.mo Normalized debian/scmxx/usr/share/locale/sv/LC_MESSAGES/scmxx.mo + Normalized debian/scmxx/usr/share/locale/ru/LC_MESSAGES/scmxx.mo Normalized debian/scmxx/usr/share/locale/de/LC_MESSAGES/scmxx.mo dh_compress -pscmxx dh_fixperms -pscmxx @@ -719,12 +731,14 @@ dpkg-source --after-build . dpkg-buildpackage: info: binary-only upload (no source included) I: copying local configuration +I: user script /srv/workspace/pbuilder/58692/tmp/hooks/B01_cleanup starting +I: user script /srv/workspace/pbuilder/58692/tmp/hooks/B01_cleanup finished I: unmounting dev/ptmx filesystem I: unmounting dev/pts filesystem I: unmounting dev/shm filesystem I: unmounting proc filesystem I: unmounting sys filesystem I: cleaning the build env -I: removing directory /srv/workspace/pbuilder/5229 and its subdirectories -I: Current time: Sat Apr 11 07:56:21 -12 2020 -I: pbuilder-time-stamp: 1586634981 +I: removing directory /srv/workspace/pbuilder/58692 and its subdirectories +I: Current time: Sat May 15 16:19:49 +14 2021 +I: pbuilder-time-stamp: 1621045189