Whamcloud - gitweb
debian: use dh_strip --dbg-package to populate the dbg packages
authorTheodore Ts'o <tytso@mit.edu>
Mon, 30 Dec 2013 20:48:06 +0000 (15:48 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Dec 2013 20:48:06 +0000 (15:48 -0500)
commit7f2c7495e36af66890e6d8722d78bb4c1a0e31bf
treee9f9da500bf6ed5e67cbc346cad68f9457503a47
parent036a84710dfe0d9b47cba835b8eba38a06a447ea
debian: use dh_strip --dbg-package to populate the dbg packages

Use the --dbg-package option instead of manually moving the files into
the debug packages.  This is simpler to maintain, and avoids a problem
where creating directories using mkdir -p can create world-writeable
/usr/lib directory dependind on the umask used by the Debian buildd.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/rules