Hello, I have a weired problem because debian/tmp/etc/tdnewmsg.conf is there, but not in the package. My
__( '/usr/src/tdnewmsg-2.0.0/debian/rules' )________________________ / | #!/usr/bin/make -f | # | # Rules for making the tdnewmsg package | # Copyright (C) 2005 Michelle Konzack <[EMAIL PROTECTED]> | # | SHELL=/bin/bash | | export DH_VERBOSE=1 | | build: | | clean: | dh_testdir | dh_clean | | install: | dh_testdir | dh_clean -k | dh_installdirs etc usr/bin usr/share/man/man1 usr/share/doc/tdnewmsg | | binary-indep: build install | dh_testdir | dh_installchangelogs | dh_installdocs COPYING README BUGS TODO | dh_installman tdnewmsg.1 | dh_install tdnewmsg usr/bin/ | install -m 644 tdnewmsg.conf debian/tmp/etc/ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is working fine | install -m 644 de.mo debian/tmp/usr/share/locale/de/LC_MESSAGES/tdnewmsg.mo | install -m 644 fr.mo debian/tmp/usr/share/locale/fr/LC_MESSAGES/tdnewmsg.mo | dh_compress | dh_fixperms | dh_installdeb | dh_gencontrol | dh_md5sums | dh_builddeb | | binary-arch: build install | | binary: binary-indep binary-arch | | .PHONY: build clean binary-indep binary-arch binary install \____________________________________________________________________ but why is it not included? Oh yes, here the dpkg-buildpackage output: __( 'stdin' )_______________________________________________________ / | [EMAIL PROTECTED]:/usr/src/tdnewmsg-2.0.0/] tdbuildpackage --make-orig | /usr/src/tdnewmsg-2.0.0 | /usr/src/tdnewmsg-2.0.0.orig | dpkg-buildpackage: source package is tdnewmsg | dpkg-buildpackage: source version is 2.0.0-1 | dpkg-buildpackage: source maintainer is Michelle Konzack <[EMAIL PROTECTED]> | dpkg-buildpackage: host architecture is i386 | fakeroot debian/rules clean | dh_testdir | dh_clean | rm -f debian/substvars | rm -rf debian/tmp | rm -f debian/files | rm -f debian/*.debhelper | rm -f debian/substvars | 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 {} \; | dpkg-source -b tdnewmsg-2.0.0 | dpkg-source: building tdnewmsg using existing tdnewmsg_2.0.0.orig.tar.gz | dpkg-source: building tdnewmsg in tdnewmsg_2.0.0-1.diff.gz | dpkg-source: building tdnewmsg in tdnewmsg_2.0.0-1.dsc | debian/rules build | make: Für das Target »build« gibt es nichts zu tun. | fakeroot debian/rules binary | dh_testdir | dh_clean -k | rm -f debian/substvars | rm -rf debian/tmp | rm -f debian/*.debhelper | rm -f debian/substvars | 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 {} \; | dh_installdirs etc usr/bin usr/share/man/man1 usr/share/doc/tdnewmsg | install -d debian/tmp | install -d debian/tmp/etc debian/tmp/usr/bin debian/tmp/usr/share/man/man1 debian/tmp/usr/share/doc/tdnewmsg | dh_testdir | dh_installchangelogs | install -o 0 -g 0 -p -m644 debian/changelog debian/tmp/usr/share/doc/tdnewmsg/changelog.Debian | dh_installdocs COPYING README BUGS TODO | cp -a COPYING debian/tmp/usr/share/doc/tdnewmsg | cp -a README debian/tmp/usr/share/doc/tdnewmsg | cp -a BUGS debian/tmp/usr/share/doc/tdnewmsg | cp -a TODO debian/tmp/usr/share/doc/tdnewmsg | chown -R 0.0 debian/tmp/usr/share/doc | chmod -R go=rX debian/tmp/usr/share/doc | chmod -R u\+rw debian/tmp/usr/share/doc | install -g 0 -o 0 -m 644 -p debian/README.debian debian/tmp/usr/share/doc/tdnewmsg/README.Debian | echo "# Automatically added by dh_installdocs">> debian/postinst.debhelper | sed "s/#PACKAGE#/tdnewmsg/g" /usr/share/debhelper/autoscripts/postinst-doc >> debian/postinst.debhelper | echo '# End automatically added section' >> debian/postinst.debhelper | echo "# Automatically added by dh_installdocs">> debian/prerm.debhelper | sed "s/#PACKAGE#/tdnewmsg/g" /usr/share/debhelper/autoscripts/prerm-doc >> debian/prerm.debhelper | echo '# End automatically added section' >> debian/prerm.debhelper | dh_installman tdnewmsg.1 | install -p -m644 tdnewmsg.1 debian/tmp/usr/share/man/man1/tdnewmsg.1 | dh_install tdnewmsg usr/bin | cp -a tdnewmsg debian/tmp/usr/bin/ | install -v -m 644 tdnewmsg.conf debian/tmp/etc | »tdnewmsg.conf« -> »debian/tmp/etc/tdnewmsg.conf« | dh_compress | cd debian/tmp | chmod a-x usr/share/man/man1/tdnewmsg.1 usr/share/doc/tdnewmsg/changelog.Debian usr/share/doc/tdnewmsg/COPYING | gzip -9f usr/share/man/man1/tdnewmsg.1 usr/share/doc/tdnewmsg/changelog.Debian usr/share/doc/tdnewmsg/COPYING | cd '/usr/src/tdnewmsg-2.0.0' | dh_fixperms | find debian/tmp -print0 2>/dev/null | xargs -0r chown --no-dereference 0.0 | find debian/tmp ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s | find debian/tmp/usr/share/doc debian/tmp/usr/doc -type f ! -regex '.*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 | find debian/tmp/usr/share/doc debian/tmp/usr/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 | find debian/tmp/usr/share/man debian/tmp/usr/man/ debian/tmp/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 | find debian/tmp -perm -5 -type f \( -name '*.so*' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod a-X | dh_installdeb | install -o 0 -g 0 -d debian/tmp/DEBIAN | printf '#!/bin/sh | set -e | ' > debian/tmp/DEBIAN/postinst | cat debian/postinst.debhelper >> debian/tmp/DEBIAN/postinst | chown 0.0 debian/tmp/DEBIAN/postinst | chmod 755 debian/tmp/DEBIAN/postinst | printf '#!/bin/sh | set -e | ' > debian/tmp/DEBIAN/prerm | cat debian/prerm.debhelper >> debian/tmp/DEBIAN/prerm | chown 0.0 debian/tmp/DEBIAN/prerm | chmod 755 debian/tmp/DEBIAN/prerm | dh_gencontrol | dpkg-gencontrol -ldebian/changelog -isp -ptdnewmsg -Tdebian/substvars -Pdebian/tmp | chmod 644 debian/tmp/DEBIAN/control | chown 0.0 debian/tmp/DEBIAN/control | dh_md5sums | cd debian/tmp >/dev/null ; find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums ; cd '/usr/src/tdnewmsg-2.0.0' >/dev/null | chmod 644 debian/tmp/DEBIAN/md5sums | chown 0.0 debian/tmp/DEBIAN/md5sums | dh_builddeb | dpkg --build debian/tmp .. | dpkg-deb: baue Paket »tdnewmsg« in »../tdnewmsg_2.0.0-1_all.deb«. | signfile tdnewmsg_2.0.0-1.dsc | | Sie benötigen eine Passphrase, um den geheimen Schlüssel zu entsperren. | Benutzer: "Michelle Konzack (LinuxMichi) <[EMAIL PROTECTED]>" | 1024-Bit DSA Schlüssel, ID C492F812, erzeugt 2004-04-17 | | | dpkg-genchanges | dpkg-genchanges: including full source code in upload | signfile tdnewmsg_2.0.0-1_i386.changes | | Sie benötigen eine Passphrase, um den geheimen Schlüssel zu entsperren. | Benutzer: "Michelle Konzack (LinuxMichi) <[EMAIL PROTECTED]>" | 1024-Bit DSA Schlüssel, ID C492F812, erzeugt 2004-04-17 | | | fakeroot debian/rules clean | dh_testdir | dh_clean | rm -f debian/substvars | rm -rf debian/tmp | rm -f debian/files | rm -f debian/*.debhelper | rm -f debian/substvars | 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 TA | GS -o -name core -o \( -path \*/.deps/\* -a -name \*.P \) \) -exec rm -f {} \; | dpkg-buildpackage: full upload (original source is included) \______________________________________________________________________________________________________________________________________________________________________________________________________ Why does it not more work? It is curently "Sat, 24 Dec 2005 03:49:09 +0100" and maybe I should go to bed. Thanks and nice X-Mas (ist nothing for me) Michelle -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ ##################### Debian GNU/Linux Consultant ##################### Michelle Konzack Apt. 917 ICQ #328449886 50, rue de Soultz MSM LinuxMichi 0033/3/88452356 67100 Strasbourg/France IRC #Debian (irc.icq.com) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]