diff -Nru autofs5-5.0.6/debian/changelog autofs5-5.0.6/debian/changelog --- autofs5-5.0.6/debian/changelog 2012-02-09 15:19:06.000000000 -0500 +++ autofs5-5.0.6/debian/changelog 2012-02-09 15:24:31.000000000 -0500 @@ -1,3 +1,10 @@ +autofs5 (5.0.6-0ubuntu3) precise; urgency=low + + * debian/rules: do not strip symbols from binaries + (LP: #924002) + + -- Adam Stokes Thu, 09 Feb 2012 15:22:40 -0500 + autofs5 (5.0.6-0ubuntu2) oneiric; urgency=low * debian/patches/non-ipv6-hostname-lookups.patch: Resolve regression of not diff -Nru autofs5-5.0.6/debian/control autofs5-5.0.6/debian/control --- autofs5-5.0.6/debian/control 2012-02-09 14:00:09.000000000 -0500 +++ autofs5-5.0.6/debian/control 2012-02-09 15:50:08.000000000 -0500 @@ -21,6 +21,23 @@ The kernel automounter implements an almost complete SunOS style automounter under Linux. A recent version of the kernel autofs4 module (builtin or separate) is required. + +Package: autofs5-dbg +Architecture: any +Section: debug +Depends: ${misc:Depends}, autofs5 (= ${binary:Version}) +Description: Debugging symbols for autofs5 + Autofs controls the operation of the automount daemons. The + automount daemons automatically mount filesystems when they + are used and unmount them after a period of inactivity. This + is done based on a set of pre-configured maps. + . + The kernel automounter implements an almost complete SunOS + style automounter under Linux. A recent version of the kernel + autofs4 module (builtin or separate) is required. + . + This package provides debugging symbols for autofs5, to assist in debugging + issues that you may find. It should not be required for normal operation. Package: autofs5-ldap Architecture: any @@ -36,6 +53,23 @@ autofs4 module (builtin or separate) is required. . This is the LDAP module of the autofs experimental branch. + +Package: autofs5-ldap-dbg +Architecture: any +Section: debug +Depends: ${misc:Depends}, autofs5 (= ${binary:Version}) +Description: Debugging symbols for autofs5 + Autofs controls the operation of the automount daemons. The + automount daemons automatically mount filesystems when they + are used and unmount them after a period of inactivity. This + is done based on a set of pre-configured maps. + . + The kernel automounter implements an almost complete SunOS + style automounter under Linux. A recent version of the kernel + autofs4 module (builtin or separate) is required. + . + This package provides debugging symbols for autofs5-ldap, to assist in debugging + issues that you may find. It should not be required for normal operation. Package: autofs5-hesiod Architecture: any @@ -51,6 +85,23 @@ autofs4 module (builtin or separate) is required. . This is the Hesiod module of the autofs experimental branch. + +Package: autofs5-hesiod-dbg +Architecture: any +Section: debug +Depends: ${misc:Depends}, autofs5 (= ${binary:Version}) +Description: Debugging symbols for autofs5 + Autofs controls the operation of the automount daemons. The + automount daemons automatically mount filesystems when they + are used and unmount them after a period of inactivity. This + is done based on a set of pre-configured maps. + . + The kernel automounter implements an almost complete SunOS + style automounter under Linux. A recent version of the kernel + autofs4 module (builtin or separate) is required. + . + This package provides debugging symbols for autofs5-hesiod, to assist in debugging + issues that you may find. It should not be required for normal operation. Package: autofs Architecture: any diff -Nru autofs5-5.0.6/debian/rules autofs5-5.0.6/debian/rules --- autofs5-5.0.6/debian/rules 2012-02-09 15:18:56.000000000 -0500 +++ autofs5-5.0.6/debian/rules 2012-02-09 15:56:52.000000000 -0500 @@ -21,7 +21,7 @@ debian/configure_override HAVE_MODPROBE debian/configure_override PATH_MODPROBE \"/sbin/modprobe\" debian/configure_override HAVE_LINUX_PROCFS - $(MAKE) + $(MAKE) DONTSTRIP=1 touch build.stamp install: install.stamp @@ -46,7 +46,9 @@ dh_installchangelogs CHANGELOG dh_installdocs dh_installinit -pautofs5 --name=autofs -- start 19 2 3 4 5 . stop 81 0 1 6 . - dh_strip + dh_strip -pautofs5 --dbg-package=autofs5-dbg + dh_strip -pautofs5-ldap --dbg-package=autofs5-ldap-dbg + dh_strip -pautofs5-hesiod --dbg-package=autofs5-hesiod-dbg dh_compress dh_fixperms -Xdebian/autofs5-ldap/etc/autofs_ldap_auth.conf dh_installdeb