On Wednesday 24 October 2007, Iñaki Baz Castillo wrote:
Ok, I see now the "make deb" and sources/packaging/debian-*
There are 3 subdirectories:
- debian
- debian-sarge
- debian-etch
Differences between debian (sid) and debian-etch are just some dependencies names:
- debian-etch: libsnmp9-dev libdb4.4-dev
- debian: libsnmp-dev libdb4.5-dev
But the Makefile just talks about "debian" dir:
deb: ln -sf packaging/debian dpkg-buildpackage -rfakeroot -tc $(DEBBUILD_EXTRA_OPTIONS) rm -f debian
In case I'm in Debian Etch, should I rename "debian-etch" to "debian" or modify the Makefile ("debian" -> "debian-etch").
Hello Iñaki,
'make deb' builds only unstable at the moment. You can either modify the makefile to point to etch, or add a link from debian to packaging/debian-etch and run the dpkg-buildpackage command you quoted above.
Cheers,
Henning