dpkg-buildpackage -rfakeroot -D -us -uc -sa -mStéphane Glondu dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: source package ocaml-cry dpkg-buildpackage: source version 0.2.0-1+3.12.1+2 dpkg-source --before-build ocaml-cry-0.2.0 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules dh_testroot rm -f debian/stamp-makefile-build debian/stamp-makefile-install /usr/bin/make -C . -k distclean make[1]: Entering directory `/tmp/ocaml-cry-0.2.0' make[1]: *** No rule to make target `distclean'. make[1]: Leaving directory `/tmp/ocaml-cry-0.2.0' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-autotools rmdir --ignore-fail-on-non-empty . rmdir: failed to remove `.': Invalid argument make: [makefile-clean] Error 1 (ignored) dh_clean rm -f debian/stamp-autotools-files rm -f debian/*.doc-base.apiref* dh_ocamlinit -d rm -rf Makefile src/Makefile src/META doc config.log config.status examples/Makefile.connect dpkg-source -b ocaml-cry-0.2.0 dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: info: using source format `1.0' dpkg-source: info: building ocaml-cry using existing ocaml-cry_0.2.0.orig.tar.gz dpkg-source: info: building ocaml-cry in ocaml-cry_0.2.0-1+3.12.1+2.diff.gz dpkg-source: info: building ocaml-cry in ocaml-cry_0.2.0-1+3.12.1+2.dsc debian/rules build test -x debian/rules mkdir -p "." dh_ocamlinit touch debian/stamp-autotools-files chmod a+x /tmp/ocaml-cry-0.2.0/./configure mkdir -p . cd . && CFLAGS="-g -O2 -g -O2 -Wall" CXXFLAGS="-g -O2 -g -O2 -Wall" CPPFLAGS="" LDFLAGS="" /tmp/ocaml-cry-0.2.0/./configure --build=x86_64-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/ocaml-cry" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --enable-debugging configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules configuring ocaml-cry 0.2.0 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for ocamlc... ocamlc OCaml version is 3.12.1 checking if ocaml compiler supports first-class modules... yes OCaml library path is /usr/lib/ocaml checking for ocamlopt... ocamlopt checking for ocamlc.opt... no checking for ocamlopt.opt... no checking for ocaml... ocaml checking for ocamldep... ocamldep checking for ocamlmktop... ocamlmktop checking for ocamlmklib... ocamlmklib checking for ocamldoc... ocamldoc checking for ocamlbuild... ocamlbuild checking for camlidl... no checking for ocamllex... ocamllex checking for ocamllex.opt... no checking for ocamlyacc... ocamlyacc checking for camlp4... camlp4 checking for camlp4boot... no checking for camlp4o... camlp4o checking for camlp4of... no checking for camlp4oof... no checking for camlp4orf... no checking for camlp4prof... no checking for camlp4r... camlp4r checking for camlp4rf... no checking for ocamlfind... ocamlfind checking for caml/threads.h... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for ar... ar checking for pkg-config... no configure: creating ./config.status config.status: creating Makefile config.status: creating src/META config.status: creating src/Makefile config.status: creating examples/Makefile.connect configure: WARNING: unrecognized options: --disable-maintainer-mode, --disable-dependency-tracking, --disable-silent-rules touch debian/stamp-autotools /usr/bin/make -C . make[1]: Entering directory `/tmp/ocaml-cry-0.2.0' /usr/bin/make -C src all make[2]: Entering directory `/tmp/ocaml-cry-0.2.0/src' make[3]: Entering directory `/tmp/ocaml-cry-0.2.0/src' making ._bcdi/cry.di from cry.mli making ._d/cry.d from cry.ml make[3]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' make[3]: Entering directory `/tmp/ocaml-cry-0.2.0/src' ocamlc -c cry.mli ocamlc -c cry.ml ocamlc -a \ -o cry.cma cry.cmo make[3]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' make[3]: Entering directory `/tmp/ocaml-cry-0.2.0/src' making ._ncdi/cry.di from cry.mli make[3]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' make[3]: Entering directory `/tmp/ocaml-cry-0.2.0/src' ocamlopt -c cry.ml ocamlopt -a \ -o cry.cmxa cry.cmx make[3]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' make[2]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' make[1]: Leaving directory `/tmp/ocaml-cry-0.2.0' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks mkdir -p /tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml make doc make[1]: Entering directory `/tmp/ocaml-cry-0.2.0' make -C src htdoc make[2]: Entering directory `/tmp/ocaml-cry-0.2.0/src' rm -rf doc/cry/html mkdir -p doc/cry/html ocamldoc -html -d doc/cry/html -stars cry.mli make[2]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' mkdir -p doc rm -rf doc/html mv src/doc/cry/html doc rm -rf src/doc make[1]: Leaving directory `/tmp/ocaml-cry-0.2.0' fakeroot debian/rules binary test -x debian/rules dh_testroot dh_prep dh_installdirs -A mkdir -p "." DEB_MAKE_CHECK_TARGET unset, not running checks mkdir -p /tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml make doc make[1]: Entering directory `/tmp/ocaml-cry-0.2.0' make -C src htdoc make[2]: Entering directory `/tmp/ocaml-cry-0.2.0/src' rm -rf doc/cry/html mkdir -p doc/cry/html ocamldoc -html -d doc/cry/html -stars cry.mli make[2]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' mkdir -p doc rm -rf doc/html mv src/doc/cry/html doc rm -rf src/doc make[1]: Leaving directory `/tmp/ocaml-cry-0.2.0' /usr/bin/make -C . install OCAMLFIND_DESTDIR=/tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml OCAMLFIND_LDCONF=ignore make[1]: Entering directory `/tmp/ocaml-cry-0.2.0' /usr/bin/make -C src install make[2]: Entering directory `/tmp/ocaml-cry-0.2.0/src' make[3]: Entering directory `/tmp/ocaml-cry-0.2.0/src' make[3]: `cry.cma' is up to date. make[3]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' make[3]: Entering directory `/tmp/ocaml-cry-0.2.0/src' make[3]: `cry.cmxa' is up to date. make[3]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' Installing library with ocamlfind ocamlfind install cry META cry.mli cry.cmi cry.cma cry.cmxa cry.cmx cry.a Installed /tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml/cry/cry.a Installed /tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml/cry/cry.cmx Installed /tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml/cry/cry.cmxa Installed /tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml/cry/cry.cma Installed /tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml/cry/cry.cmi Installed /tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml/cry/cry.mli Installed /tmp/ocaml-cry-0.2.0/debian/tmp//usr/lib/ocaml/cry/META Installation successful. make[2]: Leaving directory `/tmp/ocaml-cry-0.2.0/src' make[1]: Leaving directory `/tmp/ocaml-cry-0.2.0' touch debian/stamp-makefile-install Adding cdbs dependencies to debian/libcry-ocaml-dev.substvars dh_installdirs -plibcry-ocaml-dev dh_installdocs -plibcry-ocaml-dev ./README dh_installexamples -plibcry-ocaml-dev dh_installman -plibcry-ocaml-dev dh_installinfo -plibcry-ocaml-dev dh_installmenu -plibcry-ocaml-dev dh_installcron -plibcry-ocaml-dev dh_installinit -plibcry-ocaml-dev dh_installdebconf -plibcry-ocaml-dev dh_installemacsen -plibcry-ocaml-dev dh_installcatalogs -plibcry-ocaml-dev dh_installpam -plibcry-ocaml-dev dh_installlogrotate -plibcry-ocaml-dev dh_installlogcheck -plibcry-ocaml-dev dh_installchangelogs -plibcry-ocaml-dev ./CHANGES dh_installudev -plibcry-ocaml-dev dh_lintian -plibcry-ocaml-dev dh_bugfiles -plibcry-ocaml-dev dh_install -plibcry-ocaml-dev dh_link -plibcry-ocaml-dev dh_installmime -plibcry-ocaml-dev dh_installgsettings -plibcry-ocaml-dev dh_ocamldoc -plibcry-ocaml-dev dh_strip -plibcry-ocaml-dev dh_compress -plibcry-ocaml-dev dh_fixperms -plibcry-ocaml-dev dh_makeshlibs -plibcry-ocaml-dev dh_installdeb -plibcry-ocaml-dev dh_perl -plibcry-ocaml-dev dh_shlibdeps -plibcry-ocaml-dev dh_ocaml -s dh_gencontrol -plibcry-ocaml-dev -- -VF:OCamlABI="3.12.1" -VF:OCamlNativeArchs="amd64 armel hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 lpia powerpc sparc" dh_md5sums -plibcry-ocaml-dev dh_builddeb -plibcry-ocaml-dev dpkg-deb: building package `libcry-ocaml-dev' in `../libcry-ocaml-dev_0.2.0-1+3.12.1+2_amd64.deb'. dpkg-genchanges -sa -mStéphane Glondu >../ocaml-cry_0.2.0-1+3.12.1+2_amd64.changes dpkg-genchanges: including full source code in upload dpkg-source --after-build ocaml-cry-0.2.0 dpkg-buildpackage: full upload (original source is included)