~ubuntu-branches/debian/sid/jetty/sid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2010-06-29 20:53:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100629205342-vu1vxfjodejos65l
Tags: 6.1.24-5
* Ignore test failures. (Closes: #587459)
* Remove debian/.mh in clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        dh_install -plib$(PACKAGE)-extra --sourcedir=lib/ext libsetuid.so /usr/lib/jetty
55
55
        dh_link -plib$(PACKAGE)-extra /usr/lib/jetty/libsetuid.so /usr/share/jetty/lib/ext/libsetuid.so
56
56
 
 
57
clean::
 
58
        $(RM) -r debian/.mh
 
59
 
57
60
get-orig-source:
58
61
        uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
59
62