Don't include debug symbols for /sbin, /usr/bin, and /usr/sbin binaries or
PAM modules in openafs-dbg, just the servers in /usr/lib/openafs, since
those are the most likely cases where backtraces are important and a 10MB
debug symbol package seems like overkill.
with a zero status still doesn't get OpenAFS started, but at least it
doesn't leave the system in a partly installed state. Thanks to Durk
Strooisma for the analysis. (Closes: #486816)
+ * Don't include debug symbols for /sbin, /usr/bin, and /usr/sbin
+ binaries or PAM modules in openafs-dbg, just the servers in
+ /usr/lib/openafs, since those are the most likely cases where
+ backtraces are important and a 10MB debug symbol package seems like
+ overkill.
* Stop using quilt to manage patches and pre-apply them to the source
package now that the package is maintained with Git.
* Add Vcs-Git and Vcs-Browser control fields.
DH_OPTIONS= dh_installinit -popenafs-fileserver -r
dh_link
dh_strip --dbg-package=openafs-dbg
+ rm -rf debian/openafs-dbg/usr/lib/debug/lib
+ rm -rf debian/openafs-dbg/usr/lib/debug/sbin
+ rm -rf debian/openafs-dbg/usr/lib/debug/usr/bin
+ rm -rf debian/openafs-dbg/usr/lib/debug/usr/sbin
dh_compress
dh_fixperms
chmod 700 debian/openafs-client/var/cache/openafs