Re: New Debian Package Customization HOWTO
Roberto C Sanchez <roberto@familiasanchez.net> writes:
> Today Kevin Mark poitned out[0] that I should turn a brief outline I
> gave[1] on how to customize Debian pacakges into a full blown HOWTO. I
> have done that and the result [2] is now available to the public. I
> would like to announce it in the hopes that new and experienced Debian
> developers and users will review it and provide some feedback. After a
> week or so, I will probably submit it to some Debian-related wikis and
> websites. But, I first want to make sure that it is in reasonable shape
> before I *really* present it to the world :-)
> [2] http://familiasanchez.net/~sanchezr/?page=debcustomize
Eep, please don't tell people to give themselves full privileges with sudo
unless they know what they're doing. The sudo configuration here is just
to run pbuilder, right? If so, just recommend something like:
bob ALL = NOPASSWD: /usr/sbin/pbuilder
bob ALL = NOPASSWD: /usr/lib/pbuilder/pbuilder-satisfydepends
This is sufficient in my experience.
Also, note that your sample pbuilder script looks like it was miswrapped;
the script is showing up on the same line as the #!/bin/sh line.
--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>
Reply to: