~ubuntu-branches/debian/sid/libspiro/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Hideki Yamane
  • Date: 2013-05-03 10:29:14 UTC
  • mfrom: (3.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130503102914-qctq99z2cxu9qg12
Tags: 20071029-5
upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
 
  
3
 
include /usr/share/cdbs/1/rules/debhelper.mk
4
 
include /usr/share/cdbs/1/class/autotools.mk
5
 
 
6
 
DEB_DH_STRIP_ARGS := --dbg-package=libspiro0-dbg
7
 
 
8
 
clean::
9
 
        rm -f $(CURDIR)/libtool
10
 
        rm -f $(CURDIR)/config.log
11
 
        rm -f $(CURDIR)/config.status
 
2
 
 
3
export DEB_BUILD_MAINT_OPTIONS := hardening=+all,-pie
 
4
 
 
5
%:
 
6
        dh $@ --with autotools-dev
 
7
        
 
8
override_dh_strip:
 
9
        dh_strip --dbg-package=libspiro0-dbg