~ubuntu-branches/ubuntu/hardy/ntfs-3g/hardy-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Adam Cécile (Le_Vert)
  • Date: 2007-03-04 00:02:16 UTC
  • Revision ID: james.westby@ubuntu.com-20070304000216-m5tl8qrl9hmf2tu0
Tags: 1:1.0-2
* Remove 'beta statement' in debian/control (Closes: #413182).
* Create a versionned shlibs file for libntfs-3g (Closes: #413264).
* Build against libfuse-dev (>= 2.6.3-1) which includes a verionned shlibs file (Closes: #412385).

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
49
49
        cp -f /usr/share/misc/config.guess config.guess
50
50
endif
51
 
        dh_clean 
 
51
        dh_clean
52
52
 
53
53
install: build-stamp
54
54
        dh_testdir
55
55
        dh_testroot
56
 
        dh_clean -k 
 
56
        dh_clean -k
57
57
        dh_installdirs
58
58
        $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
59
59
        # Remove RPATH from binary
76
76
        dh_strip
77
77
        dh_compress
78
78
        dh_fixperms
79
 
        dh_makeshlibs
 
79
        dh_makeshlibs -V "libntfs-3g0 (>= 1.0)"
80
80
        dh_installdeb
81
81
        dh_shlibdeps
82
82
        dh_gencontrol
84
84
        dh_builddeb
85
85
 
86
86
binary: binary-indep binary-arch
87
 
.PHONY: build clean binary-indep binary-arch binary install 
 
87
.PHONY: build clean binary-indep binary-arch binary install