source: trunk/debathena/config/auto-update/debian/rules @ 25859

Revision 25859, 120 bytes checked in by jdreed, 11 years ago (diff)
In auto-update: * Actually, don't bother cleaning up the headers by hand. Instead, just auto-remove packages (unless that would remove metapackages) for compatibility with old aptitude-based updater. (Trac: #1012) * Convert from CDBS to dh7 and build-dep on dh 7.0.50 * Update copyright file to format 1.0 and re-license under BSD 3-clause * Bump Standards-Version to 3.9.3 * Remove unneeded dependency on bsdutils (it's required) * Add $remote_fs dependency in init script because it's apparently still 1992 and /usr might be an NFS mount
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3%:
4        dh $@
5
6override_dh_installinit:
7        dh_installinit --no-start --update-rcd-params="defaults 98 02"
Note: See TracBrowser for help on using the repository browser.