dpkg-buildpackage -rfakeroot -D -us -uc -sa -mStéphane Glondu dpkg-buildpackage: warning: using a gain-root-command while being root dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpackage: set LDFLAGS to default value: dpkg-buildpackage: set FFLAGS to default value: -g -O2 dpkg-buildpackage: set CXXFLAGS to default value: -g -O2 dpkg-buildpackage: source package calendar dpkg-buildpackage: source version 2.01.1-6~odo50+1 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean test -x debian/rules test "`id -u`" = 0 /usr/bin/make -C . CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="" -k clean make[1]: Entering directory `/tmp/calendar-2.01.1' make[1]: *** No rule to make target `clean'. make[1]: Leaving directory `/tmp/calendar-2.01.1' make: [makefile-clean] Error 2 (ignored) rm -f debian/stamp-makefile-build dh_clean dh_ocamlinit /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/tmp/calendar-2.01.1' make[1]: Nothing to be done for `reverse-config'. make[1]: Leaving directory `/tmp/calendar-2.01.1' dpatch deapply-all meta not applied to ./ . cmxs not applied to ./ . install_destdir not applied to ./ . rm -rf debian/patched rm -f debian/stamp-patched rm -f debian/*.doc-base.apiref* dh_ocamlinit -d rm -rf target/ for i in .depend config.status; do \ [ ! -f $i.debian ] || mv $i.debian $i; \ done dpkg-source -b calendar-2.01.1 dpkg-source: info: using source format `1.0' dpkg-source: info: building calendar using existing calendar_2.01.1.orig.tar.gz dpkg-source: info: building calendar in calendar_2.01.1-6~odo50+1.diff.gz dpkg-source: warning: executable mode 0755 of 'debian/patches/install_destdir.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/meta.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/cmxs.dpatch' will not be represented in diff dpkg-source: info: building calendar in calendar_2.01.1-6~odo50+1.dsc debian/rules build test -x debian/rules mkdir -p "." dh_ocamlinit /usr/bin/make -f debian/rules reverse-config make[1]: Entering directory `/tmp/calendar-2.01.1' make[1]: Nothing to be done for `reverse-config'. make[1]: Leaving directory `/tmp/calendar-2.01.1' dpatch apply-all applying patch install_destdir to ./ ... ok. applying patch cmxs to ./ ... ok. applying patch meta to ./ ... ok. /usr/bin/make -f debian/rules update-config make[1]: Entering directory `/tmp/calendar-2.01.1' make[1]: Nothing to be done for `update-config'. make[1]: Leaving directory `/tmp/calendar-2.01.1' touch debian/stamp-patched for i in .depend config.status; do \ cp -xa $i $i.debian; \ done ./configure checking for ocamlc... ocamlc ocaml version is 3.11.2: Good! ocaml library path is /usr/lib/ocaml checking for ocamlopt... ocamlopt checking ocamlopt version... ok checking for ocamlc.opt... no checking for ocamlopt.opt... no checking for ocamldep... ocamldep checking for ocamlfind... ocamlfind checking for ocamldoc... ocamldoc checking for ocamlweb... true checking for ocamlwc... true checking for ocamldot... true checking platform... linux checking extension for object files... .o checking extension for library files... .a configure: creating ./config.status config.status: creating Makefile touch debian/configure-stamp /usr/bin/make -C . CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="" make[1]: Entering directory `/tmp/calendar-2.01.1' echo "let version = \"2.01.1\"" > src/version.ml echo "let date = \"`date`\"" >> src/version.ml rm -f .depend for i in src tests; do \ ocamldep -I src -I tests $i/*.ml $i/*.mli; \ done > .depend make[1]: Leaving directory `/tmp/calendar-2.01.1' make[1]: Entering directory `/tmp/calendar-2.01.1' ocamlc -I src -c src/period.mli ocamlc -I src -c src/utils.mli ocamlc -I src -c src/utils.ml ocamlc -I src -c src/time_Zone.mli ocamlc -I src -c src/time_Zone.ml ocamlc -I src -c src/time_sig.mli ocamlc -I src -c src/time.mli ocamlc -I src -c src/time.ml ocamlc -I src -c src/ftime.mli ocamlc -I src -c src/ftime.ml ocamlc -I src -c src/date_sig.mli ocamlc -I src -c src/date.mli ocamlc -I src -c src/date.ml ocamlc -I src -c src/calendar_sig.mli ocamlc -I src -c src/calendar_builder.mli ocamlc -I src -c src/calendar_builder.ml ocamlc -I src -c src/calendar.mli ocamlc -I src -c src/calendar.ml ocamlc -I src -c src/fcalendar.mli ocamlc -I src -c src/fcalendar.ml ocamlc -I src -c src/printer.mli ocamlc -I src -c src/printer.ml ocamlc -I src -c src/version.mli ocamlc -I src -c src/version.ml mkdir -p target ocamlfind ocamlc -I src -pack -o target/calendarLib.cmo \ src/period.cmi src/utils.cmo src/time_Zone.cmo src/time.cmo src/ftime.cmo src/date.cmo src/calendar_builder.cmo src/calendar.cmo src/fcalendar.cmo src/printer.cmo src/version.cmo ocamlfind ocamlc -I src -a -o target/calendarLib.cma target/calendarLib.cmo ocamlopt -I src -noassert -for-pack CalendarLib -c src/utils.ml ocamlopt -I src -noassert -for-pack CalendarLib -c src/time_Zone.ml ocamlopt -I src -noassert -for-pack CalendarLib -c src/time.ml ocamlopt -I src -noassert -for-pack CalendarLib -c src/ftime.ml ocamlopt -I src -noassert -for-pack CalendarLib -c src/date.ml ocamlopt -I src -noassert -for-pack CalendarLib -c src/calendar_builder.ml ocamlopt -I src -noassert -for-pack CalendarLib -c src/calendar.ml ocamlopt -I src -noassert -for-pack CalendarLib -c src/fcalendar.ml ocamlopt -I src -noassert -for-pack CalendarLib -c src/printer.ml ocamlopt -I src -noassert -for-pack CalendarLib -c src/version.ml mkdir -p target ocamlfind ocamlopt -I src -noassert -pack -o target/calendarLib.cmx \ src/period.cmi src/utils.cmx src/time_Zone.cmx src/time.cmx src/ftime.cmx src/date.cmx src/calendar_builder.cmx src/calendar.cmx src/fcalendar.cmx src/printer.cmx src/version.cmx ocamlfind ocamlopt -I src -noassert -a -o target/calendarLib.cmxa target/calendarLib.cmx ocamlfind ocamlopt -I target -shared -linkall -o target/calendarLib.cmxs target/calendarLib.cmxa echo "description = \"calendar library\"" > META echo "version = \"2.01.1\"" >> META echo "archive(byte) = \"calendarLib.cma\"" >> META echo "archive(native) = \"calendarLib.cmxa\"" >> META echo "requires = \"unix str\"" >> META make[1]: Leaving directory `/tmp/calendar-2.01.1' touch debian/stamp-makefile-build DEB_MAKE_CHECK_TARGET unset, not running checks fakeroot debian/rules binary test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A mkdir -p "." DEB_MAKE_CHECK_TARGET unset, not running checks /usr/bin/make -C . CFLAGS="-g -O2 -g -Wall -O2" CXXFLAGS="-g -O2 -g -Wall -O2" CPPFLAGS="" LDFLAGS="" install OCAML_LIB_DIR=/tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml make[1]: Entering directory `/tmp/calendar-2.01.1' Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/version.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/printer.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/fcalendar.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/calendar.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/calendar_builder.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/calendar_sig.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/date.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/date_sig.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/ftime.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/time.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/time_sig.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/period.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/time_Zone.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/utils.mli Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/calendarLib.cmxs Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/calendarLib.a Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/calendarLib.cmxa Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/calendarLib.cmx Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/calendarLib.cma Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/calendarLib.cmi Installed /tmp/calendar-2.01.1/debian/tmp//usr/lib/ocaml/calendar/META make[1]: Leaving directory `/tmp/calendar-2.01.1' dh_installdirs -plibcalendar-ocaml-doc dh_installdocs -plibcalendar-ocaml-doc ./README ./TODO dh_installexamples -plibcalendar-ocaml-doc dh_installman -plibcalendar-ocaml-doc dh_installinfo -plibcalendar-ocaml-doc dh_installmenu -plibcalendar-ocaml-doc dh_installcron -plibcalendar-ocaml-doc dh_installinit -plibcalendar-ocaml-doc dh_installdebconf -plibcalendar-ocaml-doc dh_installemacsen -plibcalendar-ocaml-doc dh_installcatalogs -plibcalendar-ocaml-doc dh_installpam -plibcalendar-ocaml-doc dh_installlogrotate -plibcalendar-ocaml-doc dh_installlogcheck -plibcalendar-ocaml-doc dh_installchangelogs -plibcalendar-ocaml-doc ./CHANGES dh_installudev -plibcalendar-ocaml-doc dh_lintian -plibcalendar-ocaml-doc dh_install -plibcalendar-ocaml-doc dh_link -plibcalendar-ocaml-doc dh_installmime -plibcalendar-ocaml-doc dh_ocamldoc -plibcalendar-ocaml-doc dh_strip -plibcalendar-ocaml-doc dh_compress -plibcalendar-ocaml-doc dh_fixperms -plibcalendar-ocaml-doc dh_makeshlibs -plibcalendar-ocaml-doc dh_installdeb -plibcalendar-ocaml-doc dh_perl -plibcalendar-ocaml-doc dh_shlibdeps -plibcalendar-ocaml-doc dh_ocaml -i dh_gencontrol -plibcalendar-ocaml-doc -- -VF:OCamlABI="3.11.2" -VF:OCamlNativeArchs="amd64 hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 lpia powerpc sparc" dh_md5sums -plibcalendar-ocaml-doc dh_builddeb -plibcalendar-ocaml-doc dpkg-deb: building package `libcalendar-ocaml-doc' in `../libcalendar-ocaml-doc_2.01.1-6~odo50+1_all.deb'. dh_installdirs -plibcalendar-ocaml-dev dh_installdirs -plibcalendar-ocaml dh_installdocs -plibcalendar-ocaml-dev ./README ./TODO dh_installexamples -plibcalendar-ocaml-dev dh_installman -plibcalendar-ocaml-dev dh_installinfo -plibcalendar-ocaml-dev dh_installmenu -plibcalendar-ocaml-dev dh_installcron -plibcalendar-ocaml-dev dh_installinit -plibcalendar-ocaml-dev dh_installdebconf -plibcalendar-ocaml-dev dh_installemacsen -plibcalendar-ocaml-dev dh_installcatalogs -plibcalendar-ocaml-dev dh_installpam -plibcalendar-ocaml-dev dh_installlogrotate -plibcalendar-ocaml-dev dh_installlogcheck -plibcalendar-ocaml-dev dh_installchangelogs -plibcalendar-ocaml-dev ./CHANGES dh_installudev -plibcalendar-ocaml-dev dh_lintian -plibcalendar-ocaml-dev dh_install -plibcalendar-ocaml-dev dh_link -plibcalendar-ocaml-dev dh_installmime -plibcalendar-ocaml-dev dh_ocamldoc -plibcalendar-ocaml-dev dh_installdocs -plibcalendar-ocaml ./README ./TODO dh_installexamples -plibcalendar-ocaml dh_installman -plibcalendar-ocaml dh_installinfo -plibcalendar-ocaml dh_installmenu -plibcalendar-ocaml dh_installcron -plibcalendar-ocaml dh_installinit -plibcalendar-ocaml dh_installdebconf -plibcalendar-ocaml dh_installemacsen -plibcalendar-ocaml dh_installcatalogs -plibcalendar-ocaml dh_installpam -plibcalendar-ocaml dh_installlogrotate -plibcalendar-ocaml dh_installlogcheck -plibcalendar-ocaml dh_installchangelogs -plibcalendar-ocaml ./CHANGES dh_installudev -plibcalendar-ocaml dh_lintian -plibcalendar-ocaml dh_install -plibcalendar-ocaml dh_link -plibcalendar-ocaml dh_installmime -plibcalendar-ocaml dh_ocamldoc -plibcalendar-ocaml dh_strip -plibcalendar-ocaml-dev dh_compress -plibcalendar-ocaml-dev dh_fixperms -plibcalendar-ocaml-dev dh_makeshlibs -plibcalendar-ocaml-dev dh_strip -plibcalendar-ocaml dh_compress -plibcalendar-ocaml dh_fixperms -plibcalendar-ocaml dh_makeshlibs -plibcalendar-ocaml dh_installdeb -plibcalendar-ocaml-dev dh_perl -plibcalendar-ocaml-dev dh_shlibdeps -plibcalendar-ocaml-dev dh_installdeb -plibcalendar-ocaml dh_perl -plibcalendar-ocaml dh_shlibdeps -plibcalendar-ocaml dh_ocaml -s W: libcalendar-ocaml-dev/libcalendar-ocaml v2.01.1-6~odo50+1 doesn't resolve dependency on unit Date_sig W: libcalendar-ocaml-dev/libcalendar-ocaml v2.01.1-6~odo50+1 doesn't resolve dependency on unit Time_sig W: libcalendar-ocaml-dev/libcalendar-ocaml v2.01.1-6~odo50+1 doesn't resolve dependency on unit Calendar_sig dh_gencontrol -plibcalendar-ocaml-dev -- -VF:OCamlABI="3.11.2" -VF:OCamlNativeArchs="amd64 hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 lpia powerpc sparc" dh_md5sums -plibcalendar-ocaml-dev dh_builddeb -plibcalendar-ocaml-dev dpkg-deb: building package `libcalendar-ocaml-dev' in `../libcalendar-ocaml-dev_2.01.1-6~odo50+1_amd64.deb'. dh_gencontrol -plibcalendar-ocaml -- -VF:OCamlABI="3.11.2" -VF:OCamlNativeArchs="amd64 hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 lpia powerpc sparc" dh_md5sums -plibcalendar-ocaml dh_builddeb -plibcalendar-ocaml dpkg-deb: building package `libcalendar-ocaml' in `../libcalendar-ocaml_2.01.1-6~odo50+1_amd64.deb'. dpkg-genchanges -sa -mStéphane Glondu >../calendar_2.01.1-6~odo50+1_amd64.changes dpkg-genchanges: warning: the current version (2.01.1-6~odo50+1) is smaller than the previous one (2.01.1-6) dpkg-genchanges: including full source code in upload dpkg-buildpackage: full upload (original source is included)