search for: override_dh_strip

Displaying 5 results from an estimated 5 matches for "override_dh_strip".

2015 Aug 26
2
FW: Questions about Samba 4
On Wed, Aug 26, 2015 at 09:46:48PM +0100, Rowland Penny wrote: > >... stuff I'm interested in... > > > >Then paste the "... stuff I'm interested in..." > >output into the bug report. > > > >I'm assuming winbindd has been built with -g (DEBUG) > >turned on. > > OK, does '(no debugging symbols found)' mean what I think it
2015 Aug 26
3
FW: Questions about Samba 4
...I have downloaded the source and looking at debian/rules file (which > seems to have been written by someone called Jelmer Vernooij (where have > heard that name before ?)) I think I need to add '--enable-debug' to the > 'conf_args' list, but there is also this: > > override_dh_strip: > # add debug symbols for all samba packages to the same debug > package > dh_strip -a --dbg-package=samba-dbg > > Do I need to do anything with this ? > > Rowland > > Install the "samba-dbg" package. It contains the debug symbols. Once ins...
2015 Aug 26
0
FW: Questions about Samba 4
...also be helpful. OK, I have downloaded the source and looking at debian/rules file (which seems to have been written by someone called Jelmer Vernooij (where have heard that name before ?)) I think I need to add '--enable-debug' to the 'conf_args' list, but there is also this: override_dh_strip: # add debug symbols for all samba packages to the same debug package dh_strip -a --dbg-package=samba-dbg Do I need to do anything with this ? Rowland
2015 Aug 26
0
FW: Questions about Samba 4
...the source and looking at debian/rules file (which >> seems to have been written by someone called Jelmer Vernooij (where have >> heard that name before ?)) I think I need to add '--enable-debug' to the >> 'conf_args' list, but there is also this: >> >> override_dh_strip: >> # add debug symbols for all samba packages to the same debug >> package >> dh_strip -a --dbg-package=samba-dbg >> >> Do I need to do anything with this ? >> >> Rowland >> >> > Install the "samba-dbg" package. I...
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
...CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \ ./configure --prefix=/usr --disable-rpath-install \ --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --extra-python=python3 \ -v get-packaged-orig-source: @@ -67,8 +66,7 @@ override_dh_strip: dh_strip -p libtdb1 --dbg-package=libtdb1-dbg dh_strip -p python-tdb --dbg-package=python-tdb-dbg - dh_strip -p python3-tdb --dbg-package=python3-tdb-dbg dh_strip -p tdb-tools override_dh_makeshlibs: - dh_makeshlibs -Npython-tdb -Npython3-tdb -- -c4 +...