~ubuntu-branches/ubuntu/trusty/libbio-chado-schema-perl/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Olivier Sallou
  • Date: 2011-11-02 15:20:02 UTC
  • Revision ID: package-import@ubuntu.com-20111102152002-s9e1fcb0cqvjw060
Tags: 0.09040-1
Initial Release (Closes: #647416).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
PACKAGE = $(shell dh_listpackages)
 
4
TMP = $(CURDIR)/debian/$(PACKAGE)
 
5
 
 
6
%:
 
7
        dh $@
 
8
 
 
9
override_dh_auto_install:
 
10
        dh_auto_install
 
11
        # Remove man pages unuseful
 
12
        rm $(TMP)/usr/share/man/man3/Bio::Chado::Schema::Result*
 
13