dpkg-buildpackage: source package is ed dpkg-buildpackage: source version is 0.2-20 dpkg-buildpackage: source changed by James Troup dpkg-buildpackage: host architecture sh4 debian/rules clean dpatch deapply-all 06_testsuite-Makefile not applied to ./ . 05_ed.1-warning-fix not applied to ./ . 04_Makfile.in-no-libed not applied to ./ . 03_ed.1-cleanup not applied to ./ . 02_-Wall-cleanup not applied to ./ . 01_buf.c-tmpfile not applied to ./ . rm -rf patch-stamp patch-stampT debian/patched test -f sub.c -a -f debian/rules rm -f ed-test build debian/patched /usr/bin/make -i distclean || /usr/bin/make -f Makefile.in distclean make[1]: Entering directory `/root/work/ed-0.2' make[1]: *** No rule to make target `distclean'. Stop. make[1]: Leaving directory `/root/work/ed-0.2' make[1]: Entering directory `/root/work/ed-0.2' rm -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr rm -f *~ *.tmp core [Ee]rrs rm -f ed *.o *.a ed.0 rootme=`pwd`; \ cd @srcdir@/testsuite; \ make clean objdir=${rootme} /bin/sh: line 1: cd: @srcdir@/testsuite: No such file or directory make[2]: Entering directory `/root/work/ed-0.2' make[2]: *** No rule to make target `clean'. Stop. make[2]: Leaving directory `/root/work/ed-0.2' make[1]: *** [clean] Error 2 make[1]: Leaving directory `/root/work/ed-0.2' make: [clean] Error 2 (ignored) find . -name \*~ | xargs rm -vf rm -rf debian/tmp debian/files* debian/substvars* dpkg-source -b ed-0.2 dpkg-source: building ed using existing ed_0.2.orig.tar.gz tar: Read 4096 bytes from - dpkg-source: building ed in ed_0.2-20.diff.gz dpkg-source: building ed in ed_0.2-20.dsc debian/rules build test -d debian/patched || install -d debian/patched dpatch apply-all applying patch 01_buf.c-tmpfile to ./ ... ok. applying patch 02_-Wall-cleanup to ./ ... ok. applying patch 03_ed.1-cleanup to ./ ... ok. applying patch 04_Makfile.in-no-libed to ./ ... ok. applying patch 05_ed.1-warning-fix to ./ ... ok. applying patch 06_testsuite-Makefile to ./ ... ok. dpatch cat-all >>patch-stampT mv -f patch-stampT patch-stamp test -f sub.c -a -f debian/rules chmod 755 configure mkinstalldirs testsuite/ckscripts.sh testsuite/mkscripts.sh ./configure --prefix=/usr creating cache ./config.cache checking whether ln -s works... yes checking for ranlib... ranlib checking for a BSD compatible install... /usr/bin/install -c checking for POSIXized ISC... no checking for gcc... gcc checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for working const... yes checking how to run the C preprocessor... gcc -E checking whether cross-compiling... no checking for ANSI C header files... yes checking for limits.h... yes checking for memory.h... yes checking for string.h... yes checking for unistd.h... yes checking for locale.h... yes checking for setbuffer... yes checking for sigsetjmp... no checking for sigaction... yes checking for strerror... yes checking for vprintf... yes checking for working alloca.h... yes checking for alloca... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h # glibc does have sigsetjmp, it's just a macro, which confuses autoconf echo "#define HAVE_SIGSETJMP 1" >> config.h touch stamp-h /usr/bin/make CFLAGS="-O2 -g -Wall -Dlint" make[1]: Entering directory `/root/work/ed-0.2' gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -g -Wall -Dlint buf.c gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -g -Wall -Dlint glbl.c gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -g -Wall -Dlint io.c gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -g -Wall -Dlint main.c gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -g -Wall -Dlint re.c gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -g -Wall -Dlint signal.c gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -g -Wall -Dlint sub.c gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -g -Wall -Dlint undo.c gcc -c -I. -I. -DHAVE_CONFIG_H -O2 -g -Wall -Dlint version.c gcc -o ed buf.o glbl.o io.o main.o re.o signal.o sub.o undo.o version.o make[1]: Leaving directory `/root/work/ed-0.2' touch build debian/rules binary test -f sub.c -a -f debian/rules make -C testsuite objdir=.. || exit 127 make[1]: Entering directory `/root/work/ed-0.2/testsuite' mkdir ../ed-test building test scripts for ../ed ... testing ../ed ... tests completed successfully. make[1]: Leaving directory `/root/work/ed-0.2/testsuite' test -f sub.c -a -f debian/rules test root = "`whoami`" test -f sub.c -a -f debian/rules rm -rf debian/tmp install -d -m 755 debian/tmp/DEBIAN/ install -m 755 debian/postinst debian/tmp/DEBIAN/ install -m 755 debian/prerm debian/tmp/DEBIAN/ install -d -m 755 debian/tmp/bin debian/tmp/usr/bin install -m 755 -s ed debian/tmp/bin/ ln -s /bin/ed debian/tmp/usr/bin/red install -d -m 755 debian/tmp/usr/share/info/ install -m 644 ed.info debian/tmp/usr/share/info/ gzip -9v debian/tmp/usr/share/info/ed.info debian/tmp/usr/share/info/ed.info: 69.5% -- replaced with debian/tmp/usr/share/info/ed.info.gz install -d -m 755 debian/tmp/usr/share/man/man1/ install -m 644 ed.1 debian/tmp/usr/share/man/man1/ gzip -9v debian/tmp/usr/share/man/man1/ed.1 debian/tmp/usr/share/man/man1/ed.1: 69.0% -- replaced with debian/tmp/usr/share/man/man1/ed.1.gz ln -s ed.1.gz debian/tmp/usr/share/man/man1/red.1.gz install -d -m 755 debian/tmp/usr/share/doc/ed/ install -m 644 README POSIX NEWS THANKS TODO debian/tmp/usr/share/doc/ed install -m 644 debian/changelog debian/tmp/usr/share/doc/ed/changelog.Debian install -m 644 ChangeLog debian/tmp/usr/share/doc/ed/changelog gzip -9v debian/tmp/usr/share/doc/ed/* debian/tmp/usr/share/doc/ed/NEWS: 37.8% -- replaced with debian/tmp/usr/share/doc/ed/NEWS.gz debian/tmp/usr/share/doc/ed/POSIX: 56.2% -- replaced with debian/tmp/usr/share/doc/ed/POSIX.gz debian/tmp/usr/share/doc/ed/README: 28.9% -- replaced with debian/tmp/usr/share/doc/ed/README.gz debian/tmp/usr/share/doc/ed/THANKS: 32.4% -- replaced with debian/tmp/usr/share/doc/ed/THANKS.gz debian/tmp/usr/share/doc/ed/TODO: 29.3% -- replaced with debian/tmp/usr/share/doc/ed/TODO.gz debian/tmp/usr/share/doc/ed/changelog: 46.5% -- replaced with debian/tmp/usr/share/doc/ed/changelog.gz debian/tmp/usr/share/doc/ed/changelog.Debian: 59.5% -- replaced with debian/tmp/usr/share/doc/ed/changelog.Debian.gz install -m 644 debian/copyright debian/tmp/usr/share/doc/ed/ dpkg-shlibdeps ./ed dpkg-gencontrol -isp chown -R root.root debian/tmp chmod -R go=rX debian/tmp dpkg --build debian/tmp .. dpkg-deb: building package `ed' in `../ed_0.2-20_sh4.deb'. dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage: binary and diff upload (original source NOT included)