fakeroot debian/rules clean dpatch deapply-all 09_skeleton_by not applied to ./ . 08_semantic_grammar_wy_fix not applied to ./ . 07_cogre_manual_dircategory not applied to ./ . 06_ede_manual_dircategory not applied to ./ . 05_eieio_manual_dircategory not applied to ./ . 04_common_kill_load-path_nil not applied to ./ . 03_recursive_require_fix not applied to ./ . 02_semantic_tweak_info not applied to ./ . 01_cogre_tweak_info not applied to ./ . rm -rf patch-stamp patch-stampT debian/patched dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || /usr/bin/make clean make[1]: Entering directory `/stuff/proj/emacs/ubuntu/cedet/cedet' find "/stuff/proj/emacs/ubuntu/cedet/cedet" -type f \( -name "*-script" -o -name "*~" \) \ -print -exec rm -f {} \; make[1]: Leaving directory `/stuff/proj/emacs/ubuntu/cedet/cedet' dh_clean dpkg-source -i.git/ -I.git -b cedet dpkg-source: warning: source directory './cedet' is not - 'cedet-1.0pre4' dpkg-source: warning: .orig directory name cedet.orig is not - (wanted cedet-1.0pre4.orig) dpkg-source: building cedet using existing cedet_1.0pre4.orig.tar.gz dpkg-source: building cedet in cedet_1.0pre4-2ubuntu1.diff.gz dpkg-source: warning: executable mode 0755 of 'debian/patches/02_semantic_tweak_info.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/03_recursive_require_fix.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/06_ede_manual_dircategory.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/05_eieio_manual_dircategory.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/07_cogre_manual_dircategory.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/04_common_kill_load-path_nil.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/08_semantic_grammar_wy_fix.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/09_skeleton_by.dpatch' will not be represented in diff dpkg-source: warning: executable mode 0755 of 'debian/patches/01_cogre_tweak_info.dpatch' will not be represented in diff dpkg-source: building cedet in cedet_1.0pre4-2ubuntu1.dsc debian/rules build test -d debian/patched || install -d debian/patched dpatch apply-all applying patch 01_cogre_tweak_info to ./ ... ok. applying patch 02_semantic_tweak_info to ./ ... ok. applying patch 03_recursive_require_fix to ./ ... ok. applying patch 04_common_kill_load-path_nil to ./ ... ok. applying patch 05_eieio_manual_dircategory to ./ ... ok. applying patch 06_ede_manual_dircategory to ./ ... ok. applying patch 07_cogre_manual_dircategory to ./ ... ok. applying patch 08_semantic_grammar_wy_fix to ./ ... ok. applying patch 09_skeleton_by to ./ ... ok. dpatch cat-all >>patch-stampT mv -f patch-stampT patch-stamp dh_testdir # Add here commands to configure the package. touch configure-stamp dh_testdir # Add here commands to compile the package. #/usr/bin/make #/usr/bin/docbook-to-man debian/cedet.sgml > cedet.1 touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/cedet. #/usr/bin/make install DESTDIR=/stuff/proj/emacs/ubuntu/cedet/cedet/debian/cedet # Install cedet-common install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/common/*.el /stuff/proj/emacs/ubuntu/cedet/cedet/debian/cedet-common/usr/share/emacs/site-lisp/cedet-common install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/common/icons/*.xpm /stuff/proj/emacs/ubuntu/cedet/cedet/debian/cedet-common/usr/share/emacs/site-lisp/cedet-common/icons # Install cedet-contrib install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/contrib/*.el /stuff/proj/emacs/ubuntu/cedet/cedet/debian/cedet-contrib/usr/share/emacs/site-lisp/cedet-contrib install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/contrib/*.wy /stuff/proj/emacs/ubuntu/cedet/cedet/debian/cedet-contrib/usr/share/emacs/site-lisp/cedet-contrib # Install cogre install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/cogre/*.el /stuff/proj/emacs/ubuntu/cedet/cedet/debian/cogre/usr/share/emacs/site-lisp/cogre install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/cogre/*.wy /stuff/proj/emacs/ubuntu/cedet/cedet/debian/cogre/usr/share/emacs/site-lisp/cogre # Install ede install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/ede/*.el /stuff/proj/emacs/ubuntu/cedet/cedet/debian/ede/usr/share/emacs/site-lisp/ede # Remove skelton (you can find it in /usr/share/doc/ede/examples) rm -f /stuff/proj/emacs/ubuntu/cedet/cedet/debian/ede/usr/share/emacs/site-lisp/ede/ede-proj-skel.el # Install eieio install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/eieio/*.el /stuff/proj/emacs/ubuntu/cedet/cedet/debian/eieio/usr/share/emacs/site-lisp/eieio # Remove things marked as "examples" or "test" by the upstream rm -f /stuff/proj/emacs/ubuntu/cedet/cedet/debian/eieio/usr/share/emacs/site-lisp/eieio/tree.el rm -f /stuff/proj/emacs/ubuntu/cedet/cedet/debian/eieio/usr/share/emacs/site-lisp/eieio/call-tree.el rm -f /stuff/proj/emacs/ubuntu/cedet/cedet/debian/eieio/usr/share/emacs/site-lisp/eieio/linemark.el rm -f /stuff/proj/emacs/ubuntu/cedet/cedet/debian/eieio/usr/share/emacs/site-lisp/eieio/lmcompile.el rm -f /stuff/proj/emacs/ubuntu/cedet/cedet/debian/eieio/usr/share/emacs/site-lisp/eieio/eieio-tests.el # Install semantic install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/semantic/*.el /stuff/proj/emacs/ubuntu/cedet/cedet/debian/semantic/usr/share/emacs/site-lisp/semantic install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/semantic/*.wy /stuff/proj/emacs/ubuntu/cedet/cedet/debian/semantic/usr/share/emacs/site-lisp/semantic install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/semantic/bovine/*.el /stuff/proj/emacs/ubuntu/cedet/cedet/debian/semantic/usr/share/emacs/site-lisp/semantic/bovine install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/semantic/bovine/*.by /stuff/proj/emacs/ubuntu/cedet/cedet/debian/semantic/usr/share/emacs/site-lisp/semantic/bovine install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/semantic/wisent/*.el /stuff/proj/emacs/ubuntu/cedet/cedet/debian/semantic/usr/share/emacs/site-lisp/semantic/wisent install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/semantic/wisent/*.wy /stuff/proj/emacs/ubuntu/cedet/cedet/debian/semantic/usr/share/emacs/site-lisp/semantic/wisent # Install speedbar install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/speedbar/*.el /stuff/proj/emacs/ubuntu/cedet/cedet/debian/speedbar/usr/share/emacs/site-lisp/speedbar install -m 644 /stuff/proj/emacs/ubuntu/cedet/cedet/speedbar/*.xpm /stuff/proj/emacs/ubuntu/cedet/cedet/debian/speedbar/usr/share/emacs/site-lisp/speedbar dh_testdir dh_testroot dh_installchangelogs -pcedet-common common/ChangeLog dh_installchangelogs -pcedet-contrib contrib/ChangeLog dh_installchangelogs -pcogre cogre/ChangeLog dh_installchangelogs -pede dh_installchangelogs -peieio eieio/ChangeLog dh_installchangelogs -psemantic semantic/ChangeLog dh_installchangelogs -pspeedbar speedbar/ChangeLog dh_installchangelogs -pspeedbar-beta dh_installdocs dh_installexamples dh_installemacsen -pcedet-common --priority=50 dh_installemacsen -peieio --priority=50 dh_installemacsen -pede --priority=51 dh_installemacsen -pspeedbar --priority=51 dh_installemacsen -psemantic --priority=52 dh_installemacsen -pcedet-contrib --priority=53 dh_installemacsen -pcogre --priority=53 dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb warning, `debian/cedet-common/DEBIAN/control' contains user-defined field `Original-Maintainer' dpkg-deb: ignoring 1 warnings about the control file(s) dpkg-deb: building package `cedet-common' in `../cedet-common_1.0pre4-2ubuntu1_all.deb'. warning, `debian/cedet-contrib/DEBIAN/control' contains user-defined field `Original-Maintainer' dpkg-deb: ignoring 1 warnings about the control file(s) dpkg-deb: building package `cedet-contrib' in `../cedet-contrib_1.0pre4-2ubuntu1_all.deb'. warning, `debian/cogre/DEBIAN/control' contains user-defined field `Original-Maintainer' dpkg-deb: ignoring 1 warnings about the control file(s) dpkg-deb: building package `cogre' in `../cogre_1.0pre4-2ubuntu1_all.deb'. warning, `debian/ede/DEBIAN/control' contains user-defined field `Original-Maintainer' dpkg-deb: ignoring 1 warnings about the control file(s) dpkg-deb: building package `ede' in `../ede_1.0pre4-2ubuntu1_all.deb'. warning, `debian/eieio/DEBIAN/control' contains user-defined field `Original-Maintainer' dpkg-deb: ignoring 1 warnings about the control file(s) dpkg-deb: building package `eieio' in `../eieio_1.0pre4-2ubuntu1_all.deb'. warning, `debian/semantic/DEBIAN/control' contains user-defined field `Original-Maintainer' dpkg-deb: ignoring 1 warnings about the control file(s) dpkg-deb: building package `semantic' in `../semantic_1.0pre4-2ubuntu1_all.deb'. warning, `debian/speedbar/DEBIAN/control' contains user-defined field `Original-Maintainer' dpkg-deb: ignoring 1 warnings about the control file(s) dpkg-deb: building package `speedbar' in `../speedbar_1.0pre4-2ubuntu1_all.deb'. warning, `debian/speedbar-beta/DEBIAN/control' contains user-defined field `Original-Maintainer' dpkg-deb: ignoring 1 warnings about the control file(s) dpkg-deb: building package `speedbar-beta' in `../speedbar-beta_1.0pre4-2ubuntu1_all.deb'. dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage (debuild emulation): binary and diff upload (original source NOT included) Now running lintian... W: cedet source: binary-arch-rules-but-pkg-is-arch-indep W: cedet source: out-of-date-standards-version 3.7.2 (current is 3.7.3) W: speedbar-beta: copyright-without-copyright-notice W: speedbar: copyright-without-copyright-notice W: semantic: copyright-without-copyright-notice W: eieio: copyright-without-copyright-notice W: ede: copyright-without-copyright-notice W: cogre: copyright-without-copyright-notice W: cedet-contrib: copyright-without-copyright-notice W: cedet-common: copyright-without-copyright-notice Finished running lintian. Now signing changes and any dsc files... signfile cedet_1.0pre4-2ubuntu1.dsc Michael W. Olson (GNU address) signfile cedet_1.0pre4-2ubuntu1_i386.changes Michael W. Olson (GNU address) Successfully signed dsc and changes files