~ubuntu-branches/ubuntu/quantal/gpsmanshp/quantal

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Rogerio Reis
  • Date: 2006-11-01 11:23:15 UTC
  • mfrom: (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061101112315-qixhy9rdnnciqxqd
Tags: 1.2-3
binary-indep tag added to debian/rules (closes: #395693)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        mkdir $(TMPROOT)/DEBIAN
47
47
        cp debian/postinst $(TMPROOT)/DEBIAN/postinst
48
48
        chmod 755 $(TMPROOT)/DEBIAN/postinst
 
49
        cp debian/prerm $(TMPROOT)/DEBIAN/prerm
 
50
        chmod 755 $(TMPROOT)/DEBIAN/prerm
49
51
        dpkg-shlibdeps $(INSTALLDIR)/gpsmanshp.so
50
52
        dpkg-gencontrol -isp
51
53
        (cd $(TMPROOT) ; md5sum usr/lib/tcl$(TCLVERSION)/gpsmanshp.so > DEBIAN/md5sums ; md5sum usr/share/doc/gpsmanshp/* >>  DEBIAN/md5sums ; md5sum usr/share/doc/gpsmanshp/html/*  >>  DEBIAN/md5sums )
52
54
        dpkg-deb --build $(TMPROOT) ..
53
55
 
54
56
binary: binary-arch
 
57
 
 
58
binary-indep: build install
 
59
 
55
60
.PHONY: build clean binary-arch binary install