How to tell cdbs to work only on 2 out of 7 debs in debian/control?
debian/control of the nut source package has about 7 binary debs,
say A ... G.
They are built using cdbs. What should I put in debian/rules in order to
have it build only A and B? I have tried with DH_OPTIONS and
DH_LISTPACKAGES. It didn't work. I always end up with all the 7 binary
debs. It could be that I used the wrong syntax, or that DH_OPTIONS and
DH_LISTPACKAGES are not the right direction.
The rules file that the debian maintainer uses for building all the debs is:
$ cat debian/rules
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
# install the default configuration
for f in $(CURDIR)/debian/tmp/etc/nut/*; do
nf=`basename $${f} | sed 's/(.*).sample/1/'`;
mv $${f} $(CURDIR)/debian/tmp/etc/nut/$${nf};
done
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 239788.72213.qm@web120702.mail.ne1.yahoo.com">http ://lists.debian.org/239788.72213.qm@web120702.mail.ne1.yahoo.com