source: trunk/debathena/config/shell-config/debian/rules @ 25744

Revision 25744, 364 bytes checked in by jdreed, 12 years ago (diff)
In shell-config: * Use profile.d to avoid diverting /etc/profile (Trac: #923) * Bump standards-version
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3DEB_DIVERT_EXTENSION = .debathena
4DEB_DIVERT_FILES_debathena-bash-config += \
5        /etc/bash.bashrc.debathena \
6DEB_DIVERT_FILES_debathena-tcsh-config += \
7        /etc/csh.cshrc.debathena
8DEB_UNDIVERT_FILES_debathena-bash-config += \
9        /etc/profile.debathena
10
11include /usr/share/cdbs/1/rules/debhelper.mk
12include /usr/share/cdbs/1/rules/config-package.mk
Note: See TracBrowser for help on using the repository browser.