dpkg-buildpackage: source package is dragon-watch dpkg-buildpackage: source version is 1.0-4 dpkg-buildpackage: source changed by Chun-Chung Chen dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean sed \ -e "s/@cdbs@/cdbs (>= 0.4.23-1.1), build-essential, debhelper (>= 4.1.0), debhelper (>= 4.2.21)/g" \ -e "s/^Build-Depends\(\|-Indep\): build-essential, /Build-Depends\1: /g" \ \ -e "s/^Cpu: .*/Architecture: /g" \ -e "/^System: /d" \ \ -e "s/\[cpu: \([^]]*\)\]/\[\`type-handling \\\\\`echo \1 | tr ' ' ','\\\\\` any\`\]/g" \ -e "s/\[system: \([^]]*\)\]/\[\`type-handling any \\\\\`echo \1 | tr ' ' ','\\\\\`\`\]/g" \ \ -e "s/\"/\\\\\"/g" \ -e "s/^/echo \"/g" \ -e "s/\\$/\\\\$/g" \ -e "s/$/\"/g" \ < debian/control.in | /bin/sh > debian/control dpkg-checkbuilddeps -B test -x debian/rules test "`id -u`" = 0 if test -n "" && test "" != "."; then rmdir ""; fi if test "." != "."; then rmdir .; fi dh_clean rm -f debian/dragon-watch.substvars rm -f debian/dragon-watch.*.debhelper rm -rf debian/dragon-watch rm -f debian/files find . \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o -name core -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make -C . -k distclean || true make[1]: Entering directory `/home/cjj/deb/dragon-watch-1.0' Making distclean in po make[2]: Entering directory `/home/cjj/deb/dragon-watch-1.0/po' rm -f core core.* *.pox dragon-watch.pot *.old.po cat-id-tbl.tmp rm -fr *.o rm -f .intltool-merge-cache rm -f Makefile Makefile.in POTFILES *.mo *.msg *.cat *.cat.m make[2]: Leaving directory `/home/cjj/deb/dragon-watch-1.0/po' Making distclean in . make[2]: Entering directory `/home/cjj/deb/dragon-watch-1.0' test -z "GNOME_DragonWatch_Factory.server.in GNOME_DragonWatch_Factory.server dragon-watch-applet.schemas ./dragon-icon.inl ./dragon-pref.inl ./applet-xml.inl" || rm -f GNOME_DragonWatch_Factory.server.in GNOME_DragonWatch_Factory.server dragon-watch-applet.schemas ./dragon-icon.inl ./dragon-pref.inl ./applet-xml.inl test -z "dragon-watch-applet" || rm -f dragon-watch-applet rm -f *.o rm -f *.tab.c test -z "dragon-watch.spec" || rm -f dragon-watch.spec rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory `/home/cjj/deb/dragon-watch-1.0' rm -f config.status config.cache config.log configure.lineno configure.status.lineno rm -rf ./.deps rm -f Makefile make[1]: Leaving directory `/home/cjj/deb/dragon-watch-1.0' rm -f debian/stamp-makefile-build if [ -f "./config.log" ] && grep -i 'generated.*by.*autoconf' "./config.log" 1>/dev/null; then \ rm -f "./config.log"; \ fi rm -f debian/stamp-autotools-files if test -f ./config.status && grep -i -q 'Generated.*by configure.' ./config.status; then rm -f ./config.status; fi if test -f ./config.cache && grep -i -q 'shell.*script.*caches.*results.*configure' ./config.cache; then rm -f ./config.cache; fi (cd . && \ rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache; \ if test -d doc; then find doc -name '*omf.out' -exec rm -f \{\} \; ; fi) rm -rf .deps dpkg-source -b dragon-watch-1.0 dpkg-source: building dragon-watch using existing dragon-watch_1.0.orig.tar.gz dpkg-source: building dragon-watch in dragon-watch_1.0-4.diff.gz dpkg-source: warning: ignoring deletion of file dragon-watch.spec dpkg-source: building dragon-watch in dragon-watch_1.0-4.dsc debian/rules build sed \ -e "s/@cdbs@/cdbs (>= 0.4.23-1.1), build-essential, debhelper (>= 4.1.0), debhelper (>= 4.2.21)/g" \ -e "s/^Build-Depends\(\|-Indep\): build-essential, /Build-Depends\1: /g" \ \ -e "s/^Cpu: .*/Architecture: /g" \ -e "/^System: /d" \ \ -e "s/\[cpu: \([^]]*\)\]/\[\`type-handling \\\\\`echo \1 | tr ' ' ','\\\\\` any\`\]/g" \ -e "s/\[system: \([^]]*\)\]/\[\`type-handling any \\\\\`echo \1 | tr ' ' ','\\\\\`\`\]/g" \ \ -e "s/\"/\\\\\"/g" \ -e "s/^/echo \"/g" \ -e "s/\\$/\\\\$/g" \ -e "s/$/\"/g" \ < debian/control.in | /bin/sh > debian/control dpkg-checkbuilddeps -B test -x debian/rules if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_BUILD_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_CLEAN_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_MAKE_TEST_TARGET is a deprecated variable" if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi if test "" = "pre" ; then \ cd . && libtoolize -c -f ; \ fi if test -n "" ; then \ if test -d ./m4 ; then m4="-I m4" ; fi ; \ if test -e ./aclocal.m4 ; then cd . && aclocal- $m4 ; fi ; \ elif test -n "" ; then \ if test -d ./m4 ; then m4="-I m4" ; fi ; \ if test -e ./aclocal.m4 ; then cd . && aclocal- $m4 ; fi ; \ fi if test -n "" ; then \ if test -e ./configure.ac || test -e ./configure.in ; then cd . && `which autoconf || which autoconf` ; fi ; \ fi if test -n "" ; then \ if test -e ./configure.ac || test -e ./configure.in ; then cd . && `which autoheader || which autoheader` ; fi ; \ fi if test -n "" ; then \ if test -e ./Makefile.am ; then cd . && automake- ; fi ; \ fi touch debian/stamp-autotools-files chmod a+x /home/cjj/deb/dragon-watch-1.0/./configure if test ""; then cd ""; else cd "."; fi && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" /home/cjj/deb/dragon-watch-1.0/./configure --build=i486-linux-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/dragon-watch" --srcdir=. --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for gdk-pixbuf-csource... /usr/bin/gdk-pixbuf-csource checking for gconftool-2... /usr/bin/gconftool-2 checking for intltool >= 0.33... 0.33 found checking for perl... /usr/bin/perl checking for XML::Parser... ok checking for iconv... /usr/bin/iconv checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... /usr/bin/msgmerge checking for xgettext... /usr/bin/xgettext checking for gcc... cc checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc3 checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for ngettext in libc... yes checking for dgettext in libc... yes checking for bind_textdomain_codeset... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... zh_CN zh_TW checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes checking what language compliance flags to pass to the C compiler... checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for DGSAPPLET_CFLAGS... -DXTHREADS -DORBIT2=1 -pthread -I/usr/include/libsoup-2.2 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/libpanelappletmm-2.6 -I/usr/lib/libpanelappletmm-2.6/include -I/usr/include/gconfmm-2.6 -I/usr/lib/gconfmm-2.6/include -I/usr/include/libgnomemm-2.6 -I/usr/lib/libgnomemm-2.6/include -I/usr/include/panel-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/freetype2 -I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include -I/usr/include/libglade-2.0 checking for DGSAPPLET_LIBS... -Wl,--export-dynamic -pthread -L/usr/X11R6/lib -lsoup-2.2 -lgnutls -lpanelappletmm-2.6 -lgconfmm-2.6 -lgnomemm-2.6 -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lglademm-2.4 -lgtkmm-2.4 -lglade-2.0 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXext -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXcursor -lpango-1.0 -lcairo -lXrender -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 Using config source xml::/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files configure: creating ./config.status config.status: creating Makefile config.status: creating po/Makefile.in config.status: creating dragon-watch.spec config.status: executing depfiles commands config.status: executing intltool commands config.status: executing default-1 commands if test "" = "post" ; then \ if test -e ./libtool ; then cp -f /usr/bin/libtool ./libtool ; fi ; \ fi GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make -C . make[1]: Entering directory `/home/cjj/deb/dragon-watch-1.0' Making all in po make[2]: Entering directory `/home/cjj/deb/dragon-watch-1.0/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/cjj/deb/dragon-watch-1.0/po' make[2]: Entering directory `/home/cjj/deb/dragon-watch-1.0' /usr/bin/gdk-pixbuf-csource --raw --name=dragon_icon dragon-icon.png > dragon-icon.inl (echo 'std::string dragon_pref =';\ sed 's/\"/\\\"/g;s/^/\"/;s/$/\\n\"/' dragon-pref.glade;\ echo ';') > dragon-pref.inl (echo 'Glib::ustring applet_xml =';\ egrep -v '(Root|popups)' GNOME_DragonWatch.xml | sed 's/\"/\\\"/g;s/^/\"/;s/$/\\n\"/';\ echo ';') > applet-xml.inl if g++ -DPACKAGE_NAME=\"dragon-watch\" -DPACKAGE_TARNAME=\"dragon-watch\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"dragon-watch\ 1.0\" -DPACKAGE_BUGREPORT=\"Chun-Chung\ Chen\ \\" -DPACKAGE=\"dragon-watch\" -DVERSION=\"1.0\" -DGETTEXT_PACKAGE=\"dragon-watch\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -I. -I. -DXTHREADS -DORBIT2=1 -pthread -I/usr/include/libsoup-2.2 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/libpanelappletmm-2.6 -I/usr/lib/libpanelappletmm-2.6/include -I/usr/include/gconfmm-2.6 -I/usr/lib/gconfmm-2.6/include -I/usr/include/libgnomemm-2.6 -I/usr/lib/libgnomemm-2.6/include -I/usr/include/panel-2.0 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/freetype2 -I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include -I/usr/include/libglade-2.0 -DLOCALEDIR=\"/usr/share/locale\" -g -Wall -O2 -MT dragon-watch-applet.o -MD -MP -MF ".deps/dragon-watch-applet.Tpo" -c -o dragon-watch-applet.o dragon-watch-applet.cc; \ then mv -f ".deps/dragon-watch-applet.Tpo" ".deps/dragon-watch-applet.Po"; else rm -f ".deps/dragon-watch-applet.Tpo"; exit 1; fi g++ -g -Wall -O2 -o dragon-watch-applet dragon-watch-applet.o -Wl,--export-dynamic -pthread -L/usr/X11R6/lib -lsoup-2.2 -lgnutls -lpanelappletmm-2.6 -lgconfmm-2.6 -lgnomemm-2.6 -lpanel-applet-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgnomevfs-2 -lbonobo-2 -lgconf-2 -lbonobo-activation -lORBit-2 -lgthread-2.0 -lglademm-2.4 -lgtkmm-2.4 -lglade-2.0 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXext -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXcursor -lpango-1.0 -lcairo -lXrender -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 LC_ALL=C ./intltool-merge -s -u -c ./po/.intltool-merge-cache ./po dragon-watch-applet.schemas.in dragon-watch-applet.schemas Generating and caching the translation database Merging translations into dragon-watch-applet.schemas. sed -e "s|\@LIBEXECDIR\@|/usr/lib/dragon-watch|" GNOME_DragonWatch_Factory.server.in.in > GNOME_DragonWatch_Factory.server.in LC_ALL=C ./intltool-merge -o -u -c ./po/.intltool-merge-cache ./po GNOME_DragonWatch_Factory.server.in GNOME_DragonWatch_Factory.server Found cached translation database Merging translations into GNOME_DragonWatch_Factory.server. make[2]: Leaving directory `/home/cjj/deb/dragon-watch-1.0' make[1]: Leaving directory `/home/cjj/deb/dragon-watch-1.0' touch debian/stamp-makefile-build fakeroot debian/rules binary sed \ -e "s/@cdbs@/cdbs (>= 0.4.23-1.1), build-essential, debhelper (>= 4.1.0), debhelper (>= 4.2.21)/g" \ -e "s/^Build-Depends\(\|-Indep\): build-essential, /Build-Depends\1: /g" \ \ -e "s/^Cpu: .*/Architecture: /g" \ -e "/^System: /d" \ \ -e "s/\[cpu: \([^]]*\)\]/\[\`type-handling \\\\\`echo \1 | tr ' ' ','\\\\\` any\`\]/g" \ -e "s/\[system: \([^]]*\)\]/\[\`type-handling any \\\\\`echo \1 | tr ' ' ','\\\\\`\`\]/g" \ \ -e "s/\"/\\\\\"/g" \ -e "s/^/echo \"/g" \ -e "s/\\$/\\\\$/g" \ -e "s/$/\"/g" \ < debian/control.in | /bin/sh > debian/control dpkg-checkbuilddeps -B test -x debian/rules test "`id -u`" = 0 dh_clean -k rm -f debian/dragon-watch.substvars rm -f debian/dragon-watch.*.debhelper rm -rf debian/dragon-watch find . \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o -name core -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) dh_installdirs -A install -d debian/dragon-watch if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_BUILD_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_CLEAN_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_MAKE_TEST_TARGET is a deprecated variable" if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi DEB_MAKE_CHECK_TARGET unset, not running checks GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make -C . install DESTDIR=/home/cjj/deb/dragon-watch-1.0/debian/dragon-watch/ make[1]: Entering directory `/home/cjj/deb/dragon-watch-1.0' Making install in po make[2]: Entering directory `/home/cjj/deb/dragon-watch-1.0/po' if test -n ""; then \ /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share; \ else \ /bin/sh ../mkinstalldirs /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share; \ fi mkdir -p -- /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share mkdir -p -- /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share/locale/zh_CN/LC_MESSAGES installing zh_CN.gmo as /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share/locale/zh_CN/LC_MESSAGES/dragon-watch.mo mkdir -p -- /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share/locale/zh_TW/LC_MESSAGES installing zh_TW.gmo as /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share/locale/zh_TW/LC_MESSAGES/dragon-watch.mo if test "dragon-watch" = "glib"; then \ if test -n ""; then \ /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share/glib-2.0/gettext/po; \ else \ /bin/sh ../mkinstalldirs /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share/glib-2.0/gettext/po; \ fi; \ /usr/bin/install -c -m 644 ./Makefile.in.in \ /home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share/glib-2.0/gettext/po/Makefile.in.in; \ else \ : ; \ fi make[2]: Leaving directory `/home/cjj/deb/dragon-watch-1.0/po' make[2]: Entering directory `/home/cjj/deb/dragon-watch-1.0' make[3]: Entering directory `/home/cjj/deb/dragon-watch-1.0' test -z "/usr/lib/dragon-watch" || mkdir -p -- . "/home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/lib/dragon-watch" /usr/bin/install -c 'dragon-watch-applet' '/home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/lib/dragon-watch/dragon-watch-applet' GCONF_CONFIG_SOURCE=xml::/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule ./ GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, not installing schemas test -z "/usr/share/pixmaps" || mkdir -p -- . "/home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share/pixmaps" /usr/bin/install -c -m 644 'dragon-icon.png' '/home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/share/pixmaps/dragon-icon.png' test -z "/etc/gconf/schemas" || mkdir -p -- . "/home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//etc/gconf/schemas" /usr/bin/install -c -m 644 'dragon-watch-applet.schemas' '/home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//etc/gconf/schemas/dragon-watch-applet.schemas' test -z "/usr/lib/bonobo/servers" || mkdir -p -- . "/home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/lib/bonobo/servers" /usr/bin/install -c -m 644 'GNOME_DragonWatch_Factory.server' '/home/cjj/deb/dragon-watch-1.0/debian/dragon-watch//usr/lib/bonobo/servers/GNOME_DragonWatch_Factory.server' make[3]: Leaving directory `/home/cjj/deb/dragon-watch-1.0' make[2]: Leaving directory `/home/cjj/deb/dragon-watch-1.0' make[1]: Leaving directory `/home/cjj/deb/dragon-watch-1.0' dh_installdirs -pdragon-watch dh_installdocs -pdragon-watch ./README ./NEWS ./AUTHORS install -g 0 -o 0 -d debian/dragon-watch/usr/share/doc/dragon-watch cp -a ./README debian/dragon-watch/usr/share/doc/dragon-watch cp -a ./NEWS debian/dragon-watch/usr/share/doc/dragon-watch cp -a ./AUTHORS debian/dragon-watch/usr/share/doc/dragon-watch chown -R 0:0 debian/dragon-watch/usr/share/doc chmod -R go=rX debian/dragon-watch/usr/share/doc chmod -R u\+rw debian/dragon-watch/usr/share/doc install -g 0 -o 0 -m 644 -p debian/copyright debian/dragon-watch/usr/share/doc/dragon-watch/copyright dh_installexamples -pdragon-watch dh_installman -pdragon-watch dh_installinfo -pdragon-watch dh_installmenu -pdragon-watch dh_installcron -pdragon-watch dh_installinit -pdragon-watch dh_installdebconf -pdragon-watch install -o 0 -g 0 -d debian/dragon-watch/DEBIAN dh_installemacsen -pdragon-watch dh_installpam -pdragon-watch dh_installlogrotate -pdragon-watch if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -pdragon-watch ; fi dh_installchangelogs -pdragon-watch ./ChangeLog install -o 0 -g 0 -p -m644 debian/changelog debian/dragon-watch/usr/share/doc/dragon-watch/changelog.Debian install -o 0 -g 0 -p -m644 ./ChangeLog debian/dragon-watch/usr/share/doc/dragon-watch/changelog dh_install -pdragon-watch dh_link -pdragon-watch dh_scrollkeeper -pdragon-watch if test -x /usr/bin/dh_gconf; then dh_gconf -pdragon-watch ; fi "mkdir -p debian/dragon-watch/usr/share/gconf/schemas" "mv debian/dragon-watch/etc/gconf/schemas/*.schemas debian/dragon-watch/usr/share/gconf/schemas/" "rmdir -p --ignore-fail-on-non-empty debian/dragon-watch/etc/gconf/schemas" echo "# Automatically added by dh_gconf">> debian/dragon-watch.postinst.debhelper sed "s%#SCHEMAS#%dragon-watch-applet.schemas %" /usr/share/debhelper/autoscripts/postinst-gconf >> debian/dragon-watch.postinst.debhelper echo '# End automatically added section' >> debian/dragon-watch.postinst.debhelper echo "# Automatically added by dh_gconf">> debian/dragon-watch.prerm.debhelper sed "s%#SCHEMAS#%dragon-watch-applet.schemas %" /usr/share/debhelper/autoscripts/prerm-gconf >> debian/dragon-watch.prerm.debhelper echo '# End automatically added section' >> debian/dragon-watch.prerm.debhelper echo "# Automatically added by dh_gconf">> debian/dragon-watch.postrm.debhelper sed "s%#SCHEMAS#%dragon-watch-applet.schemas %" /usr/share/debhelper/autoscripts/postrm-gconf >> debian/dragon-watch.postrm.debhelper echo '# End automatically added section' >> debian/dragon-watch.postrm.debhelper (grep -s -v misc:Depends debian/dragon-watch.substvars; echo "misc:Depends=gconf2 (>= 2.10.1-2)") > debian/dragon-watch.substvars.new mv debian/dragon-watch.substvars.new debian/dragon-watch.substvars if test -x /usr/bin/dh_desktop; then dh_desktop -pdragon-watch ; fi if test ""; then :; else dh_strip -pdragon-watch ; fi strip --remove-section=.comment --remove-section=.note debian/dragon-watch/usr/lib/dragon-watch/dragon-watch-applet dh_compress -pdragon-watch cd debian/dragon-watch chmod a-x usr/share/doc/dragon-watch/NEWS usr/share/doc/dragon-watch/changelog.Debian usr/share/doc/dragon-watch/changelog gzip -9f usr/share/doc/dragon-watch/NEWS usr/share/doc/dragon-watch/changelog.Debian usr/share/doc/dragon-watch/changelog cd '/home/cjj/deb/dragon-watch-1.0' dh_fixperms -pdragon-watch find debian/dragon-watch -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/dragon-watch ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/dragon-watch/usr/share/doc -type f ! -regex 'debian/dragon-watch/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/dragon-watch/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/dragon-watch/usr/share/man debian/dragon-watch/usr/man/ debian/dragon-watch/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/dragon-watch -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/dragon-watch/usr/include -type f -name '*.h' -print0 2>/dev/null | xargs -0r chmod 644 find debian/dragon-watch/usr/lib/perl5 debian/dragon-watch/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X if test ""; then :; else dh_makeshlibs -pdragon-watch ; fi rm -f debian/dragon-watch/DEBIAN/shlibs dh_installdeb -pdragon-watch printf '#!/bin/sh set -e ' > debian/dragon-watch/DEBIAN/postinst cat debian/dragon-watch.postinst.debhelper >> debian/dragon-watch/DEBIAN/postinst chown 0:0 debian/dragon-watch/DEBIAN/postinst chmod 755 debian/dragon-watch/DEBIAN/postinst printf '#!/bin/sh set -e ' > debian/dragon-watch/DEBIAN/prerm cat debian/dragon-watch.prerm.debhelper >> debian/dragon-watch/DEBIAN/prerm chown 0:0 debian/dragon-watch/DEBIAN/prerm chmod 755 debian/dragon-watch/DEBIAN/prerm printf '#!/bin/sh set -e ' > debian/dragon-watch/DEBIAN/postrm cat debian/dragon-watch.postrm.debhelper >> debian/dragon-watch/DEBIAN/postrm chown 0:0 debian/dragon-watch/DEBIAN/postrm chmod 755 debian/dragon-watch/DEBIAN/postrm dh_perl -pdragon-watch grep -s -v '^perl:Depends=' debian/dragon-watch.substvars > debian/dragon-watch.substvars.new || true mv debian/dragon-watch.substvars.new debian/dragon-watch.substvars dh_shlibdeps -pdragon-watch dpkg-shlibdeps -Tdebian/dragon-watch.substvars debian/dragon-watch/usr/lib/dragon-watch/dragon-watch-applet dh_gencontrol -pdragon-watch dpkg-gencontrol -ldebian/changelog -isp -Tdebian/dragon-watch.substvars -Pdebian/dragon-watch chmod 644 debian/dragon-watch/DEBIAN/control chown 0:0 debian/dragon-watch/DEBIAN/control dh_md5sums -pdragon-watch (cd debian/dragon-watch >/dev/null ; find . -type f ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 644 debian/dragon-watch/DEBIAN/md5sums chown 0:0 debian/dragon-watch/DEBIAN/md5sums dh_builddeb -pdragon-watch dpkg-deb --build debian/dragon-watch .. dpkg-deb: building package `dragon-watch' in `../dragon-watch_1.0-4_i386.deb'. dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage: binary and diff upload (original source NOT included) Now running lintian... Finished running lintian. Now signing changes and any dsc files... signfile dragon-watch_1.0-4.dsc Chun-Chung Chen signfile dragon-watch_1.0-4_i386.changes Chun-Chung Chen Successfully signed dsc and changes files