My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DH_VERBOSE=1

override_dh_strip:
for P in $$(sed -n 's/^Package: \(.*\)-dbg$$/\1/p' debian/control); do \
dh_strip -v -p $${P} --dbg-package=$${P}-dbg; \
done
dh_strip -v --remaining-packages

%:
dh $@ -v

Change log

r4741 by dolik on Apr 3, 2012   Diff
.lpbuild2: debug packages, various fixes
and improvements
Go to: 
Project members, sign in to write a code review

Older revisions

r4472 by dolik on Jan 26, 2012   Diff
.lpbuild: basics of new deb packaging
(RM #244)
All revisions of this file

File info

Size: 232 bytes, 12 lines

File properties

svn:executable
*
Powered by Google Project Hosting