Hello! My patched build finished with the following messages:
# Remove copy of libstdc++ since we do not use it rm -f /permanent/openoffice.org-1.1.2/debian/tmp//usr/lib/openoffice/program/libstdc++* # Check that setup really did something [ -f /permanent/openoffice.org-1.1.2/debian/tmp//usr/lib/openoffice/program/soffice.bin ] touch debian/stampdir/setup dh_testdir umask 022 # compare manifests find debian/tmp \( -type f -o -type l \) \ ! -path 'debian/tmp/usr/lib/openoffice/program/python-core*' \ | LC_ALL=C sort | cut -c12- > debian/MANIFEST.i386.new # confirm that the installed file list has not changed if [ -e debian/MANIFEST.i386 ]; then \ if ! cmp -s debian/MANIFEST.i386 debian/MANIFEST.i386.new; then \ diff -U0 debian/MANIFEST.i386 debian/MANIFEST.i386.new; \ if [ -n "$IGNORE_MANIFEST_CHANGES" ]; then \ echo 'MANIFEST check failed; ignoring problem because \$IGNORE_MANIFEST_CHANGES set' >&2; \ echo 'Please ensure that the package maintainer has an up-to-date version of the' >&2; \ echo 'MANIFEST.i386 file.' >&2; \ else \ echo 'MANIFEST check failed; please see debian/README' >&2; \ exit 1; \ fi; \ fi; \ fi; --- debian/MANIFEST.i386 2004-07-10 16:31:49.000000000 +0200 +++ debian/MANIFEST.i386.new 2004-08-02 20:38:12.000000000 +0200 @@ -232 +231,0 @@ -usr/lib/openoffice/program/libgcc_s.so.1 MANIFEST check failed; please see debian/README make: *** [debian/stampdir/manifest] Fehler 1 Now I copied MANIFEST.i386.new to debian/MANIFEST.i386 and did a "fakeroot debian/rules binary-arch" to produce a binary package. Then I got openoffice.org-bin_1.1.2-3_i386.deb I tried to install the newly created package. Selecting previously deselected package openoffice.org-bin. (Reading database ... 178051 files and directories currently installed.) Unpacking openoffice.org-bin (from .../openoffice.org-bin_1.1.2-3_i386.deb) ... dpkg: dependency problems prevent configuration of openoffice.org-bin: openoffice.org-bin depends on openoffice.org (>> 1.1.1+1.1.2rc3); however: Package openoffice.org is not installed. dpkg: error processing openoffice.org-bin (--install): dependency problems - leaving unconfigured Errors were encountered while processing: openoffice.org-bin the diff of MANIFEST.i386.new and MANIFEST.i386 is: *** 229,234 **** --- 229,235 ---- usr/lib/openoffice/program/libfwk645li.so usr/lib/openoffice/program/libfwl645li.so usr/lib/openoffice/program/libgcc3_uno.so + usr/lib/openoffice/program/libgcc_s.so.1 usr/lib/openoffice/program/libgo645li.so usr/lib/openoffice/program/libhyphen645li.so usr/lib/openoffice/program/libi18n645li.so Ciao, Olaf
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil