source: trunk/athena/bin/mitmailutils/debian/rules @ 26022

Revision 26022, 177 bytes checked in by jdreed, 11 years ago (diff)
In mitmailutils: * Fix regression failure from CDBS version: install from and its manpage as from.debathena * Remove the .DA macro from the 'from' man page because it's not a thing anymore; move date to .TH macro * Build-dep on dh 7.0.50 because we need override targets
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3%:
4        dh $@
5
6override_dh_auto_install:
7        dh_auto_install
8        mkdir -p debian/tmp
9        cp bin/from debian/tmp/from.debathena
10        cp man/from.1 debian/tmp/from.debathena.1
Note: See TracBrowser for help on using the repository browser.