~ubuntu-branches/ubuntu/trusty/libhtml-formhandler-model-dbic-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont
  • Date: 2012-09-02 09:48:03 UTC
  • Revision ID: package-import@ubuntu.com-20120902094803-4z08hwfcema6e19i
Tags: 0.21-1
Initial Release. (Closes: #584899)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
# see http://pkg-perl.alioth.debian.org/debhelper.html#occasionally_useful
 
4
PACKAGE = $(shell dh_listpackages)
 
5
TMP     = $(CURDIR)/debian/$(PACKAGE)
 
6
 
 
7
%:
 
8
        dh $@
 
9
 
 
10
override_dh_auto_install:
 
11
        dh_auto_install
 
12
        mv $(TMP)/usr/bin/form_generator.pl $(TMP)/usr/bin/dbic_form_generator
 
13
        mv $(TMP)/usr/share/man/man1/form_generator.pl.1p $(TMP)/usr/share/man/man1/dbic_form_generator.1p