~ubuntu-branches/ubuntu/saucy/strace/saucy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-28 11:23:54 UTC
  • mfrom: (0.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060628112354-dq08nbhspphr8p8l
Tags: 4.5.14-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
# Install strace
68
68
        install -d -o root -g root -m 755 debian/tmp/usr/bin
69
 
        install -s -o root -g root -m 755 build/strace debian/tmp/usr/bin/strace
 
69
        install -o root -g root -m 755 build/strace debian/tmp/usr/bin/strace
 
70
        dh_strip
70
71
 
71
72
        dpkg-gencontrol -is -pstrace-udeb -fdebian/files~
72
73
        dpkg-deb --build debian/tmp ../$(UDEB)
73
74
        dpkg-distaddfile $(UDEB) debian-installer extra
74
 
        
 
75
 
75
76
# Install documentation
76
77
        install -d -o root -g root -m 755 debian/tmp/usr/share/doc/$(package)
77
78
        install -d -o root -g root -m 755 debian/tmp/usr/share/man/man1
88
89
        gzip -9 debian/tmp/usr/share/man/man1/strace.1
89
90
 
90
91
ifeq ($(build64),yes)
91
 
        install -s -o root -g root -m 755 build64/strace debian/tmp/usr/bin/strace64
 
92
        install -o root -g root -m 755 build64/strace debian/tmp/usr/bin/strace64
92
93
        ln -s strace.1.gz debian/tmp/usr/share/man/man1/strace64.1.gz
 
94
        dh_strip
93
95
endif
94
96
 
95
97
        dpkg-shlibdeps build/strace $(patsubst yes,build64/strace,$(build64))