ich brauch eure Hilfe! Sitze hier schon den ganzen Nachmittag und komm nicht weiter. Ich hab ein kleines Projekt und möchte ein Debianpacket draus bauen, wie die Maintainer das so machen . Ich hab ne kleine datei welche nach /etc soll, aber ich bekomm die einfach nicht ins Packet. hab schon man pages, maint-guide und co gelesen, werde aber immer noch verwirrter (und langsam frustriert)
Mein Verzeichnisbaum sieht so aus 31719
Alles was bei
Code: Alles auswählen
dpkg-buildpackage -rfakeroot -us -uc -b
Code: Alles auswählen
drwxr-xr-x root/root 0 2009-11-16 17:47 ./
drwxr-xr-x root/root 0 2009-11-16 17:47 ./usr/
drwxr-xr-x root/root 0 2009-11-16 17:47 ./usr/share/
drwxr-xr-x root/root 0 2009-11-16 17:47 ./usr/share/doc/
drwxr-xr-x root/root 0 2009-11-16 17:47 ./usr/share/doc/thermocontrol/
-rw-r--r-- root/root 180 2009-11-16 16:11 ./usr/share/doc/thermocontrol/changelog.Debian.gz
drwxr-xr-x root/root 0 2009-11-16 17:47 ./usr/bin/
-rwxr-xr-x root/root 630920 2009-11-16 17:47 ./usr/bin/thermocontrol
drwxr-xr-x root/root 0 2009-11-16 17:47 ./etc/
Meine "debian/dirs" siehst so aus
Code: Alles auswählen
etc
usr/bin
Code: Alles auswählen
etc/thermocontrolrc
Code: Alles auswählen
etc/thermocontrolrc
Mein Install target im "rules" sieht so aus:
Code: Alles auswählen
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/thermocontrol.
cd build; $(MAKE) DESTDIR=$(CURDIR)/debian/thermocontrol install
Was mach ich falsch?
Gruß
schorsch
[1] http://www.debian.org/doc/maint-guide/ch-build.de.html
[2] http://debianforum.de/forum/viewtopic.php?f=34&t=115660
[3] man dh_install