At 2:25 am, Saturday, March 2 2002, Jamie Wilkinson mumbled: > Nah, just a bit more effort. Look in debian/control for the Build-Depends: > line, that's what you'll need installed to build the package. You will have > to backport debhelper from woody or sid in order to build it, so do that > first. > Well, you don't *have* to, you can change the DH_COMPAT line in debian/rules, and use a neat Samba trick for dh_installlogrotate in there as well:
# dh_installlogrotate is not available in Debian Potato...
if [ -x /usr/bin/dh_installlogrotate ]; then \
dh_installlogrotate; \
else \
mkdir debian/samba/etc/logrotate.d; \
mkdir -p debian/winbind/etc/logrotate.d; \
cp debian/samba.logrotate debian/samba/etc/logrotate.d/samba; \
cp debian/winbind.logrotate debian/winbind/etc/logrotate.d/winbi
nd; \
fi
Adjust to taste.
steven@broken:~$ grep-available -s Build-Depends -F Package 'apcupsd'
Build-Depends:
Which means it doesn't define any. Fun.
--
Steve
<Oskuro> Overfiend: many patches on top of 4.0.1 already?
<Overfiend> Oskuro: a few
<Overfiend> only 152 megs
msg20852/pgp00000.pgp
Description: PGP signature
