~ubuntu-dev/ubuntu/lucid/expat/lucid-201002101902

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2009-09-16 13:10:33 UTC
  • Revision ID: james.westby@ubuntu.com-20090916131033-13zh2bfl0dnx3hf5
Tags: 2.0.1-4ubuntu1
Install run-time libraries into /lib rather than /usr/lib, since
dbus-daemon is in /bin and links to libexpat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
        dh_testdir
102
102
        dh_testroot
103
103
        dh_install -s --sourcedir=debian/tmp
 
104
        set -e; for x in libexpat libexpatw; do \
 
105
                ln -sf /lib/$$(basename $$(readlink debian/libexpat1-dev/usr/lib/$$x.so)) debian/libexpat1-dev/usr/lib/$$x.so; \
 
106
        done
104
107
        dh_installdocs -s
105
108
        dh_installman -pexpat debian/xmlwf.1
106
109
        dh_installexamples -s
113
116
                  $(CURDIR)/debian/libexpat1-dev/usr/share/aclocal/*
114
117
        dh_makeshlibs -s -V --add-udeb=$(UPACKAGE)
115
118
        dh_installdeb -s
116
 
        dh_shlibdeps -s -l $(CURDIR)/debian/libexpat1/usr/lib:$(CURDIR)/debian/lib64expat1/usr/lib64
 
119
        dh_shlibdeps -s -l $(CURDIR)/debian/libexpat1/lib:$(CURDIR)/debian/lib64expat1/usr/lib64
117
120
        dh_gencontrol -s
118
121
        dh_md5sums -s
119
122
        dh_builddeb -s