dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: source package live-boot dpkg-buildpackage: source version 4.0.2-1.drbl3 dpkg-buildpackage: source changed by Steven Shiau dpkg-source --before-build live-boot-4.0.2 dpkg-buildpackage: host architecture i386 dpkg-source: info: using options from live-boot-4.0.2/debian/source/options: --compression=xz fakeroot debian/rules clean dh clean --parallel dh_testdir -O--parallel dh_auto_clean -O--parallel make[1]: Entering directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' Nothing to clean. Nothing to distclean. make[1]: Leaving directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' dh_clean -O--parallel dpkg-source -b live-boot-4.0.2 dpkg-source: info: using options from live-boot-4.0.2/debian/source/options: --compression=xz dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building live-boot using existing ./live-boot_4.0.2.orig.tar.xz dpkg-source: info: building live-boot in live-boot_4.0.2-1.drbl3.debian.tar.xz dpkg-source: info: building live-boot in live-boot_4.0.2-1.drbl3.dsc debian/rules build dh build --parallel dh_testdir -O--parallel dh_auto_configure -O--parallel dh_auto_build -O--parallel make[1]: Entering directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' Nothing to build. make[1]: Leaving directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' dh_auto_test -O--parallel make[1]: Entering directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' Checking for syntax errors.......................... done. Checking for bashisms.........possible bashism in components/9990-aaa-fixme.sh line 13 (HOST(TYPE|NAME)=): HOSTNAME="host" .....possible bashism in components/9990-misc-helpers.sh line 624 (read with option other than -r): read -s passphrase possible bashism in components/9990-misc-helpers.sh line 1321 (ulimit): ( sysctl -w fs.file-max=391524 ; ulimit -HSn 16384 ...possible bashism in components/9990-mount-iscsi.sh line 39 (echo -e): echo -ne $i\\r ....possible bashism in components/9990-networking.sh line 132 ($HOST(TYPE|NAME)): OLDHOSTNAME=${HOSTNAME} possible bashism in components/9990-networking.sh line 136 ($HOST(TYPE|NAME)): [ -z ${HOSTNAME} ] && HOSTNAME=${OLDHOSTNAME} possible bashism in components/9990-networking.sh line 136 (HOST(TYPE|NAME)=): [ -z ${HOSTNAME} ] && HOSTNAME=${OLDHOSTNAME} ..... done. make[1]: Leaving directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' fakeroot debian/rules binary dh binary --parallel dh_testroot -O--parallel dh_prep -O--parallel dh_installdirs -O--parallel debian/rules override_dh_auto_install make[1]: Entering directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' dh_auto_install -- DESTDIR=debian/tmp make[2]: Entering directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' # Installing components mkdir -p debian/tmp/lib/live/boot cp components/* debian/tmp/lib/live/boot # Installing executables mkdir -p debian/tmp/usr/share/initramfs-tools/hooks cp backend/initramfs-tools/live.hook debian/tmp/usr/share/initramfs-tools/hooks/live mkdir -p debian/tmp/usr/share/initramfs-tools/scripts cp backend/initramfs-tools/live.script debian/tmp/usr/share/initramfs-tools/scripts/live mkdir -p debian/tmp/bin cp frontend/* debian/tmp/bin # Installing docs mkdir -p debian/tmp/usr/share/doc/live-boot cp -r COPYING debian/tmp/usr/share/doc/live-boot # Installing manpages for MANPAGE in manpages/en/*; \ do \ SECTION="$(basename ${MANPAGE} | sed -e 's|\.|\n|g' | tail -n1)"; \ install -D -m 0644 ${MANPAGE} debian/tmp/usr/share/man/man${SECTION}/$(basename ${MANPAGE}); \ done for LANGUAGE in es ja; \ do \ for MANPAGE in manpages/${LANGUAGE}/*; \ do \ SECTION="$(basename ${MANPAGE} | sed -e 's|\.|\n|g' | tail -n1)"; \ install -D -m 0644 ${MANPAGE} debian/tmp/usr/share/man/${LANGUAGE}/man${SECTION}/$(basename ${MANPAGE} .${LANGUAGE}.${SECTION}).${SECTION}; \ done; \ done make[2]: Leaving directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' # Removing useless files rm -f debian/tmp/usr/share/doc/live-boot/COPYING # live-boot-initramfs-tools mkdir -p debian/live-boot-initramfs-tools/usr/share mv debian/tmp/usr/share/initramfs-tools debian/live-boot-initramfs-tools/usr/share make[1]: Leaving directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' debian/rules override_dh_install make[1]: Entering directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' dh_install --fail-missing make[1]: Leaving directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' dh_installdocs -O--parallel dh_installchangelogs -O--parallel dh_installexamples -O--parallel dh_installman -O--parallel dh_installcatalogs -O--parallel dh_installcron -O--parallel dh_installdebconf -O--parallel dh_installemacsen -O--parallel dh_installifupdown -O--parallel dh_installinfo -O--parallel dh_installinit -O--parallel dh_installmenu -O--parallel dh_installmime -O--parallel dh_installmodules -O--parallel dh_installlogcheck -O--parallel dh_installlogrotate -O--parallel dh_installpam -O--parallel dh_installppp -O--parallel dh_installudev -O--parallel dh_installwm -O--parallel dh_installxfonts -O--parallel dh_installgsettings -O--parallel dh_bugfiles -O--parallel dh_ucf -O--parallel dh_lintian -O--parallel dh_gconf -O--parallel dh_icons -O--parallel dh_perl -O--parallel dh_usrlocal -O--parallel dh_link -O--parallel dh_compress -O--parallel dh_fixperms -O--parallel dh_installdeb -O--parallel dh_gencontrol -O--parallel dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe dh_md5sums -O--parallel debian/rules override_dh_builddeb make[1]: Entering directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' dh_builddeb -- -Zxz dpkg-deb: building package `live-boot' in `../live-boot_4.0.2-1.drbl3_all.deb'. dpkg-deb: building package `live-boot-doc' in `../live-boot-doc_4.0.2-1.drbl3_all.deb'. dpkg-deb: building package `live-boot-initramfs-tools' in `../live-boot-initramfs-tools_4.0.2-1.drbl3_all.deb'. make[1]: Leaving directory `/work/steven/live-workzone/live-boot/v4/4.0.2-1.drbl3/live-boot-4.0.2' dpkg-genchanges >../live-boot_4.0.2-1.drbl3_i386.changes dpkg-genchanges: not including original source code in upload dpkg-source --after-build live-boot-4.0.2 dpkg-source: info: using options from live-boot-4.0.2/debian/source/options: --compression=xz dpkg-buildpackage: binary and diff upload (original source NOT included) Now signing changes and any dsc files... signfile live-boot_4.0.2-1.drbl3.dsc 0x47CF935C signfile live-boot_4.0.2-1.drbl3_i386.changes 0x47CF935C Successfully signed dsc and changes files