fakeroot debian/rules clean dh_testdir dh_testroot debconf-updatepo dh_clean dpkg-source -b egroupware-1.6.001+dfsg dpkg-source: warning: unknown information field `Vcs-Svn' in input data in general section of control info file dpkg-source: warning: unknown information field `Homepage' in input data in general section of control info file dpkg-source: warning: unknown information field `Vcs-Browser' in input data in general section of control info file dpkg-source: building egroupware using existing egroupware_1.6.001+dfsg.orig.tar.gz dpkg-source: building egroupware in egroupware_1.6.001+dfsg-1~bpo40+1.diff.gz dpkg-source: building egroupware in egroupware_1.6.001+dfsg-1~bpo40+1.dsc debian/rules build make: Nothing to be done for `build'. fakeroot debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs # install core modules for DIR in admin home phpgwapi preferences setup syncml ; do \ cd /home/waja/egroupware-1.6.001+dfsg/${DIR}; \ find -type f -not \( -path '*doc*' -or -path '.' -or -name '*.pl' -or -iname 'copyright*' -or -iname 'copying*' -or -iname '*license*' -or -iname 'changelog*' -or -iname install -or -iname readme -or -iname todo \) \ -exec install -D -m 644 {} /home/waja/egroupware-1.6.001+dfsg/debian/egroupware-core/usr/share/egroupware/${DIR}/{} \; ; \ done # install applications for APP in addressbook bookmarks calendar developer-tools emailadmin etemplate felamimail filemanager infolog manual news-admin phpbrain phpsysinfo polls projectmanager registration resources sambaadmin sitemgr timesheet tracker wiki ; do \ APPDIR=$(echo ${APP} | sed 's/-/_/g') ; \ if [ -d /home/waja/egroupware-1.6.001+dfsg/${APPDIR} ] ; then \ cd /home/waja/egroupware-1.6.001+dfsg/${APPDIR}; \ find -type f -not \( -path '*doc*' -or -path '.' -or -name '*.pl' -or -iname 'copyright*' -or -iname 'copying*' -or -iname '*license*' -or -iname 'changelog*' -or -iname install -or -iname readme -or -iname todo \) \ -exec install -D -m 644 {} /home/waja/egroupware-1.6.001+dfsg/debian/egroupware-${APP}/usr/share/egroupware/${APPDIR}/{} \; ; \ if [ -d /home/waja/egroupware-1.6.001+dfsg/${APPDIR}/doc ] ; then \ cd /home/waja/egroupware-1.6.001+dfsg/${APPDIR}/doc; \ find -type f -not \( -size 0 -or -iname install -or -iname 'changelog*' -or -iname 'copyright*' -or -iname 'copying*' -or -iname '*license*' -or -name '*.sgml' -or -name '*.lyx' -or -name '*.ps' -or -name '*.dvi' -or -name '*.rtf' \) \ -exec install -D -m 644 {} /home/waja/egroupware-1.6.001+dfsg/debian/egroupware-${APP}/usr/share/doc/egroupware-${APPDIR}/{} \; ;\ fi ; \ else \ echo "PACKAGING ERROR: directory ${APP} not found" 1>&2; exit 1 ; \ fi ; \ done dh_install # delete some stuff for APKG in egroupware egroupware-core egroupware-addressbook egroupware-bookmarks egroupware-calendar egroupware-developer-tools egroupware-emailadmin egroupware-etemplate egroupware-felamimail egroupware-filemanager egroupware-infolog egroupware-manual egroupware-news-admin egroupware-phpbrain egroupware-phpsysinfo egroupware-polls egroupware-projectmanager egroupware-registration egroupware-resources egroupware-sambaadmin egroupware-sitemgr egroupware-timesheet egroupware-tracker egroupware-wiki ; do \ if [ -f debian/${APKG}.remove ] ; then \ perl -l0 -p -e '' debian/${APKG}.remove | xargs -0ri /bin/sh -c "rm -rf debian/${APKG}/{}" ; \ fi ; \ done # remove executable bit from php files find debian/egroupware*/ -type f -and -perm +111 -and -name '*.php' -print0 | xargs -0ri chmod a-x '{}' # make files starting with #! executable find debian/egroupware*/ -type f -exec grep -q '^#!' '{}' \; -print0 | xargs -0ri chmod a+x '{}' dh_testdir -i dh_testroot -i dh_installdebconf -i dh_installdocs -i dh_installexamples -i dh_installchangelogs -i dh_link -i dh_compress -i -X .php dh_fixperms -i dh_installdeb -i (echo -n "egw:Modules="; for x in addressbook bookmarks calendar developer-tools emailadmin etemplate felamimail filemanager infolog manual news-admin phpbrain phpsysinfo polls projectmanager registration resources sambaadmin sitemgr timesheet tracker wiki; do echo -n "egroupware-$x,"; done) >>debian/egroupware.substvars perl -l0 -p -e 's/^/-V/' debian/substvars | xargs -0 dh_gencontrol -i -- dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Svn' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Homepage' in input data in general section of control info file dpkg-gencontrol: warning: unknown information field `C Vcs-Browser' in input data in general section of control info file dh_md5sums -i dh_builddeb -i dpkg-deb: building package `egroupware' in `../egroupware_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-core' in `../egroupware-core_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-addressbook' in `../egroupware-addressbook_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-bookmarks' in `../egroupware-bookmarks_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-calendar' in `../egroupware-calendar_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-developer-tools' in `../egroupware-developer-tools_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-emailadmin' in `../egroupware-emailadmin_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-etemplate' in `../egroupware-etemplate_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-felamimail' in `../egroupware-felamimail_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-filemanager' in `../egroupware-filemanager_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-infolog' in `../egroupware-infolog_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-manual' in `../egroupware-manual_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-news-admin' in `../egroupware-news-admin_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-phpbrain' in `../egroupware-phpbrain_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-phpsysinfo' in `../egroupware-phpsysinfo_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-polls' in `../egroupware-polls_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-projectmanager' in `../egroupware-projectmanager_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-registration' in `../egroupware-registration_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-resources' in `../egroupware-resources_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-sambaadmin' in `../egroupware-sambaadmin_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-sitemgr' in `../egroupware-sitemgr_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-timesheet' in `../egroupware-timesheet_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-tracker' in `../egroupware-tracker_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-deb: building package `egroupware-wiki' in `../egroupware-wiki_1.6.001+dfsg-1~bpo40+1_all.deb'. dpkg-genchanges -sa dpkg-genchanges: including full source code in upload dpkg-buildpackage (debuild emulation): full upload (original source is included) Now running lintian... E: egroupware_1.6.001+dfsg-1~bpo40+1_i386.changes: bad-distribution-in-changes-file etch-backports E: egroupware source: debian-rules-missing-required-target binary-arch E: egroupware source: debian-rules-missing-required-target build W: egroupware source: newer-standards-version 3.8.0 (current is 3.7.2) W: egroupware source: diff-contains-substvars debian/substvars W: egroupware source: changelog-should-mention-nmu W: egroupware source: source-nmu-has-incorrect-version-number 1.6.001+dfsg-1~bpo40+1 E: egroupware-core: python-script-but-no-python-dep ./usr/share/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/fckoutput.py E: egroupware-core: python-script-but-no-python-dep ./usr/share/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/config.py E: egroupware-core: python-script-but-no-python-dep ./usr/share/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/zope.py E: egroupware-core: python-script-but-no-python-dep ./usr/share/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/connector.py E: egroupware-core: python-script-but-no-python-dep ./usr/share/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/fckconnector.py E: egroupware-core: python-script-but-no-python-dep ./usr/share/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/fckcommands.py E: egroupware-core: python-script-but-no-python-dep ./usr/share/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/upload.py E: egroupware-core: python-script-but-no-python-dep ./usr/share/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/wsgi.py E: egroupware-core: python-script-but-no-python-dep ./usr/share/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/fckutil.py Finished running lintian. Now signing changes and any dsc files... signfile egroupware_1.6.001+dfsg-1~bpo40+1.dsc Jan Wagner gpg: skipped "Jan Wagner ": secret key not available gpg: [stdin]: clearsign failed: secret key not available debsign: gpg error occurred! Aborting....