Changeset 485d885 for debian/rules


Ignore:
Timestamp:
Mar 16, 2009, 10:28:32 AM (15 years ago)
Author:
Sam Hartman <hartmans@mit.edu>
Branches:
debian
Children:
bd7e09d
Parents:
5a96920
Message:
Disable cdbs configure handling

CDBS fails to handle aclocal correctly because it will only create it
if it exists.  The upstream tarball has a configure.  WE'll use that
and run autoreconf (and include the results in the diff) if necessary.

Also, disable dh_clean removal of autom4te.cache.  It's broken that
the upstream tarball includes this, but cleaning it up produces
problems for the diff and git-buildpackage.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/rules

    r9945426 r485d885  
    11#!/usr/bin/make -f
    22
    3 DEB_AUTO_UPDATE_AUTOCONF = 2.50
    4 DEB_AUTO_UPDATE_ACLOCAL=1.10
    5 DEB_AUTO_UPDATE_AUTOHEADER=2.50
     3DEB_CLEAN_EXCLUDE+=autom4te.cache
    64
    75
     
    1311
    1412clean::
    15         rm -f configure
    1613        rm -f perl/modules/Jabber/Makefile.old
    1714        rm -f perl/modules/Jabber/Jabber.par
Note: See TracChangeset for help on using the changeset viewer.