source: trunk/athena/bin/getcluster/debian/rules @ 22735

Revision 22735, 257 bytes checked in by ghudson, 16 years ago (diff)
Remove quilt patch for getcluster since it was applied upstream in CVS. * athena/bin/getcluster/debian/patches: Remove. * athena/bin/getcluster/debian/rules: Don't need quilt any more. * athena/bin/getcluster/debian/changelog: Bump version. * athena/bin/getcluster/debian/control: Regen (no quilt deps).
  • Property svn:executable set to *
Line 
1#!/usr/bin/make -f
2
3DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
4DEB_AUTO_UPDATE_AUTOCONF = 1
5include /usr/share/cdbs/1/rules/debhelper.mk
6include /usr/share/cdbs/1/class/autotools.mk
7
8DEB_CONFIGURE_EXTRA_FLAGS += lbindir=/bin --with-hesiod
9
10clean::
11        rm -f configure
Note: See TracBrowser for help on using the repository browser.