source: trunk/debathena/config/finger-config/debian/rules @ 25037

Revision 25037, 394 bytes checked in by jdreed, 13 years ago (diff)
In finger-config: * Conflict with finger (>= 0.17-13~) * Ship a new finger.debathena which just runs finger with -m
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3DEB_DIVERT_EXTENSION = .debathena
4DEB_DIVERT_FILES_debathena-finger-config += \
5        /usr/bin/finger.debathena
6DEB_UNDIVERT_FILES_debathena-finger-config += \
7        /usr/share/man/man1/finger.debathena.1.gz
8DEB_UNDIVERT_VERSION_/usr/share/man/man1/finger.debathena.1.gz = 1.0debathena3~
9
10include /usr/share/cdbs/1/rules/debhelper.mk
11include /usr/share/cdbs/1/rules/config-package.mk
Note: See TracBrowser for help on using the repository browser.