cdbs (0.4.21-0.1) unstable; urgency=low

  * Non-maintainer upload
  * Ran 'autoreconf -f -i' to fix the build system so that dpatch.mk is
    actually included in the package (Closes: #241504)

 -- Brian Nelson <pyro@debian.org>  Tue, 27 Apr 2004 16:12:15 -0700

cdbs (0.4.21) unstable; urgency=low

  * David B Harris <david@eelf.ddts.net>:
    - Add wrapper for dpatch patch system, "dpatch.mk". Must be included after
      "autotools.mk" if the latter is used. Please see dpatch documentation
      for more information, as this wrapper just calls dpatch(1) to do all the
      heavy lifting.

 -- Colin Walters <walters@debian.org>  Mon, 23 Feb 2004 03:22:31 +0000

cdbs (0.4.20) unstable; urgency=low

  * Andres Salomon <dilinger@voxel.net>:
    - New variable DEB_NOEPOCH_VERSION.
    - Use it in debhelper.mk to avoid putting epoch in udeb versions
      (Closes: #232809)

 -- Colin Walters <walters@debian.org>  Sun, 15 Feb 2004 06:16:06 +0000

cdbs (0.4.19) unstable; urgency=low

  * Colin Walters <walters@verbum.org>:
    - Make docbookxml.mk a noop now that catalogs work in sid.

 -- Colin Walters <walters@debian.org>  Wed, 11 Feb 2004 12:59:20 -0500
	
cdbs (0.4.18) unstable; urgency=low

  * Andres Salomon <dilinger@voxel.net>:
    - New variable DEB_DH_ALWAYS_EXCLUDE.
    - Don't generate maintainer scripts for udebs (Closes: #216148)

 -- Colin Walters <walters@debian.org>  Tue, 20 Jan 2004 13:51:20 -0500
	
cdbs (0.4.17) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Add quotes around other DEB_PATCHDIRS_READONLY reference (#227936)
    - Add dh_gconf call to debhelper.mk. 
    - Allow setting DEB_UDEB_PACKAGES before including any rules.

 -- Colin Walters <walters@debian.org>  Tue, 20 Jan 2004 13:51:20 -0500

cdbs (0.4.16) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Move dh_shlibdeps back into binary-makedeb, so that it happens after
      all packages are installed (Closes: #225441)

 -- Colin Walters <walters@debian.org>  Tue, 13 Jan 2004 17:26:22 +0000

cdbs (0.4.15) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Don't lose if DEB_PATCHDIRS_READONLY isn't defined (Closes: #225872)
    - Apply patch from Robert Millan to add some variables like
      DEB_HOST_GNU_TYPE to buildvars.mk.in (Closes: #218862)
    - Apply patch from Robert Millan to add variables for automatically
      rerunning the autotools: DEB_AUTO_UPDATE_LIBTOOL, DEB_AUTO_UPDATE_AUTOMAKE,
      and DEB_AUTO_UPDATE_AUTOCONF.  Beware that these do not have corresponding
      reverse actions in the clean rule.  If you want to avoid your diff being
      bloated, you'll have to use a separate build dir.  (Closes: #217131).

 -- Colin Walters <walters@debian.org>  Wed,  7 Jan 2004 19:18:10 +0000

cdbs (0.4.14) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Apply patch from Nathaniel W. Turner to fix kde.mk's use of
      DEB_BUILDDIR (Closes: #206941).
    - Apply patch from Guillem Jover to make DPATCHLEVEL in
      simple-patchsys.mk actually work (Closes: #220562).
    - Apply patch from Robert Millan to simple-patchsys.mk (Closes: #219132)
      - add DEB_PATCH_SUFFIX variable, to override patch suffix (.patch, .gz, etc)
      - permit overriding DEB_PATCHDIRS variable
      - support for compressed patches (detects .gz|.bz2 and issues proper command)
      - add DEB_PATCHDIRS_READONLY variable. when set to "yes", it will avoid
        writing log files in the patch directory.
    - Actually set CDBS_VERSION (Closes: #223707)
    - Move dh_installdeb, dh_perl, and dh_shlibdeps into the binary-predeb:: hook.
      This way one can hook stuff after the various postinsts and stuff have been
      created in DEBIAN/.  (Closes: #215066).

 -- walters <walters@debian.org>  Mon, 15 Dec 2003 04:50:25 +0000

cdbs (0.4.13) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Build-Depend on docbook-xsl (Closes: #215055).
    - Add configure-time checks for docbook bits and don't build
      the docs if they're not available.
    - Sync up with debhelper's architecture regexp (Closes: #215961)

 -- Colin Walters <walters@debian.org>  Wed, 15 Oct 2003 23:17:01 -0400

cdbs (0.4.12) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Fix is_debug_package logic (Closes: #214327, #214316)

 -- Colin Walters <walters@debian.org>  Mon,  6 Oct 2003 08:48:58 -0400

cdbs (0.4.11) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Don't run dh_makeshlibs and dh_strip for packages ending in -dbg.
    - Don't run dh_installlogcheck if it's not available (Closes: #214271).
    - Add note about debhelper versioning in main docs.

 -- Colin Walters <walters@debian.org>  Sun,  5 Oct 2003 20:47:57 -0400

cdbs (0.4.10) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Add DocBook-ized documentation from debacle <debacle@knorke.in-berlin.de>.
    - Use = instead of := to set DEB_MAKE_INVOKE in autotools.mk; this
      solves a problem with DEB_MAKE_ENVVARS not being used (Closes: #214268).

 -- Colin Walters <walters@debian.org>  Thu,  2 Oct 2003 09:46:11 -0400

cdbs (0.4.9) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Don't pass CFLAGS and CXXFLAGS on the make commandline if we've
      already passed them to ./configure.
    - scripts/list-packages: Only build against architectures matching
      the requested arch exactly.
  * Jeff Bailey <jbailey@debian.org>:
    - make python-distutils honour $(DEB_INSTALL_PYTHON_ALL) and
    $(DEB_INSTALL_PYTHON_$(cdbs_curpkg)).

 -- Colin Walters <walters@debian.org>  Mon, 15 Sep 2003 20:11:06 -0400

cdbs (0.4.8) unstable; urgency=low

  * Stefan Gybas <sgybas@debian.org>:
    - Fixed ignored DEB_ANT_PROPERTYFILE in the Ant class
    - Renamed ANT_OPTS to ANT_ARGS to match Ant's wrapper script and
      documentation
    - Added an example for the Ant class and improved its documentation

 -- Stefan Gybas <sgybas@debian.org>  Wed, 10 Sep 2003 13:21:26 +0200
  
cdbs (0.4.7) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Remove Conflicts: autoconf2.13.  Users of autotools.mk should
      just be aware of the issue.

 -- Colin Walters <walters@debian.org>  Tue,  9 Sep 2003 13:47:20 -0400

cdbs (0.4.6) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - More documentation for tarball.mk (Closes: #206941)
    - New variable DEB_UPDATE_RCD_PARAMS_package (Closes: #206955)
    - Add DEB_PYTHON_COMPILE_VERSION to python-distutils.mk
      (Closes: #204843)
    - Call dh_installlogcheck by default (Closes: #202091)
  * Joerg Wendland <joergland@debian.org>
    - Call dh_installlogrotate by default (Closes: #207625)

 -- Colin Walters <walters@debian.org>  Sun, 31 Aug 2003 00:48:56 -0400

cdbs (0.4.5.5) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - simple-patchsys.mk: Use DEB_SRCDIR instead of DEB_BUILDDIR
      for applying patches.
    - buildcore.mk: Don't run common-blah rules at entrypoints
      like binary-arch and binary-indep.  They can actually
      have side effects, which isn't what we want if the
      package really doesn't have any indep or arch packages
      (Closes: #207981).

 -- Colin Walters <walters@debian.org>  Sun, 31 Aug 2003 00:41:27 -0400

cdbs (0.4.5.4) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - test/udeb1.sh: New udeb test.
    - New variables DEB_ARCH_REGULAR_PACKAGES and DEB_INDEP_REGULAR_PACKAGES.
    - Fix udeb creation rules.
  * Jonas Smedegaard <dr@jones.dk>
    - Fix DEB_MAKEMAKER_PACKAGE resolving for Perl modules. This closes:
      bug#5361 thanks to Dagfinn Ilmari Mannsaker <ilmari@ilmari.org>
      (although intended behaviour was fixed instead of using his proposed
      patch).

 -- Jonas Smedegaard <dr@jones.dk>  Sun, 24 Aug 2003 14:47:38 +0200
  
cdbs (0.4.5.3) unstable; urgency=low

  * Jeff Bailey <jbailey@nisa.net>:
    - Make debhelper.mk.in defaults respect $(DEB_SRCDIR) for looking for
      AUTHORS, README, ChangeLog, and other such files.
    - debhelper.mk now installs THANKS if found.
  * Stefan Gybas <sgybas@debian.org>:
    - Added Ant class for Java packages (Closes: #206408)
    - Fixed prerequisites of common-install-arch and common-install-indep in
      buildcore.mk
  * Colin Walters <walters@debian.org>:
    - Add Stefan Gybas to AUTHORS.

 -- Jeff Bailey <jbailey@nisa.net>  Tue, 19 Aug 2003 01:03:46 -0400

cdbs (0.4.5.2) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Have binary-arch and binary-indep depend on common-binary-arch
      and common-binary-indep, not just common-binary (Closes: #203985).
    - Use a stamp file for building in makefile.mk (Closes: #203271).

 -- Colin Walters <walters@debian.org>  Sun, 10 Aug 2003 18:45:33 -0400

cdbs (0.4.5.1) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Fix silly error in gnome.mk (Closes: #203974).

 -- Colin Walters <walters@debian.org>  Sun,  3 Aug 2003 11:49:11 -0400

cdbs (0.4.5) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Just run /usr/bin/python if this doesn't appear to be a
      multi-Python-version package (Closes: #199229).
    - Implement deprecated variables.
    - Start on multi-build stuff.
    - Don't define DEB_MAKE_CHECK_TARGET by default
      (Closes: #203704, #203703, #203610).
    - Quote id -u output (Closes: #203391).
    - Pass variables like CC and CFLAGS to configure (Closes: #202387).
  * Jonas Smedegaard <dr@jones.dk>:
    - Build-conflict with autoconf older than 2.54 (test 2 and 5 fails
      if autoconf installed but too old).
    - Only provide --host to configure if different from --build, as
      recommended by autotools-dev README.Debian.
    - Conflict with autoconf2.13 for now (it needs different workarounds
      and I don't know of a safe way to distinguish between them).
    - Install Perl modules into first package by default (instead of tmp
      when there's more than one package).
    - Tweak buildcore.mk and makefile.mk to allow patching makefile and
      do reverse-patching after other clean rules.

 -- Colin Walters <walters@debian.org>  Fri,  1 Aug 2003 15:59:41 -0400

cdbs (0.4.4) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Major refactoring to buildcore.mk and debhelper.mk to fully support
      an arch/indep split.  Now there are -arch and -indep variants of
      most rules, such as common-build.  Please use those
      (or the package-specific rule) if at all possible.  The other variants
      are deprecated.  If you do the same thing for both -arch and -indep
      builds, please see how e.g. autotools.mk implements this.
    - All variables are now set using = or := instead of ?=.  The latter
      encouraged people to set variables before including the makefiles,
      which is wrong.  In almost all cases, you should be setting the
      variables *after* including the makefiles.
    - debhelper.mk now calls dh_installemacsen (Closes: #197935).
    - debhelper.mk now has many more variables of the form DEB_DH_*_ARGS.
    - gnome.mk now calls dh_scrollkeeper if debhelper is used.
    - Split out vars from makefile.mk into makefile-vars.mk.
  * Jeff Bailey <jbailey@debian.org>
    - Various bug fixes
  * Jonas Smedegaard <dr@jones.dk>
    - Update perlmodule.mk to be in sync with makefile.mk.
    - python-distutils.mk now also handles simpler non-versioned python
      packages.
    - Various small tweaks to perlmodule.mk and python-distutils.mk.

 -- Jonas Smedegaard <dr@jones.dk>  Tue, 24 Jun 2003 16:54:55 +0200
  
cdbs (0.4.3.1) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Revert previous changes to the 'build' target; build now is again
      hardcoded to just depend on build-arch and build-indep.  This is
      in line with policy, §7.6.
    - Detect python in configure.ac.
    - Add Build-Depends on python-dev (Closes: #197436).
    - Change Maintainer: to <build-common-hackers@lists.alioth.debian.org>.
    - Use $(DEB_DESTDIR) to reference config.status in autotools.mk
      (Closes: #197477).

 -- Colin Walters <walters@debian.org>  Sun, 15 Jun 2003 13:42:55 -0400

cdbs (0.4.3) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Make 'build' target by default depend on nothing.
      Add DEB_BUILD_TARGET_DEPENDS variable.
    - Remove obsolete test:: target.
    - Add new common-post-build:: target.  This is used by
      makefile.mk to run checks, using the
      DEB_MAKE_CHECK_TARGET variable.   By default this is
      unset; however, autotools.mk sets it to 'check'.  This
      means check is run by default for autotools.mk using
      packages.  To avoid running the checks, set
      DEB_BUILD_OPTIONS=nocheck.
  * Jeff Bailey <jbailey@debian.org>:
    - Various bug fixes and testsuite tweaks.
    - tarball builds now support bzip, bzip2, and zip
    - Can now override which tarballs are unpacked by setting
      DEB_TARBALL

 -- Jeff Bailey <jbailey@debian.org>  Thu, 12 Jun 2003 15:29:31 -0400

cdbs (0.4.2) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - debhelper.mk now includes a number of common-binary- rules,
      which is handy for hooking on generic stuff not necessarily
      specific to a package.  It now also includes some more
      documentation for the rules.
    - docbookxml.mk now does its changes in pre-build so it's
      actually useful.  Sigh.
    - debhelper.mk now uses test -s to see if documentation files
      have nonzero size before including them (Closes: #197008).
    - examples/python-logging.rules is now actually included.

 -- Colin Walters <walters@debian.org>  Sat,  7 Jun 2003 17:22:34 -0400

cdbs (0.4.0.1) unstable; urgency=low

  The "Jordi Mallach is watching me" release.

  * Jeff Bailey <jbailey@debian.org>:
    - Add copyright heads to my files.
    - Added regression test suite.  Not called by default.
    - tarball.mk officially here now.  It appears to work.
  * Colin Walters <walters@debian.org>:
    - Add copyright headers to most files.
    - Remove direct dependency by autotools.mk on autotools-vars.mk;
      this makes the depgraph look nicer and it doesn't hurt anything.
    - python-distutils.mk actually works now.
    - New: examples/python-logging.rules.
    - Minor cleanups to examples/libgd-graph-perl.rules.
    - Fix --update-rcd-params parameter passed to dh_installinit
      (Closes: #196500).

 -- Colin Walters <walters@debian.org>  Sat,  7 Jun 2003 13:52:44 -0400

cdbs (0.4.0) unstable; urgency=low

  * Colin Walters <walters@debian.org>:
    - Package is now Debian-native.
    - A dependency graph is now included.
    - langcore.mk now correctly includes buildcore.mk.
    - docbookxml.mk now really fixes Docbook files (Closes: #196215)
    - gnome.mk includes docbookxml.mk after autotools.mk, to ensure
      the docbook fixes run after build.
    - simple-patchsys.mk now removes empty files using patch's -E option.
    - debhelper.mk implements DEB_UPDATE_RCD_PARAMS (Closes: #196385)
  * Jeff Bailey <jbailey@debian.org>
    - Support has been added for builddir != srcdir builds.  To use this
      define DEB_BUILDDIR and (optionally) DEB_SRCDIR (Closes: #194539).

 -- Colin Walters <walters@debian.org>  Thu,  5 Jun 2003 14:02:24 -0400

cdbs (0.2.12-1) unstable; urgency=low

  * New upstream release.

 -- Colin Walters <walters@debian.org>  Sun,  1 Jun 2003 13:38:59 -0400

cdbs (0.2.11-1) unstable; urgency=low

  * New upstream release

 -- Colin Walters <walters@debian.org>  Thu, 29 May 2003 15:33:32 -0400

cdbs (0.2.10-1) unstable; urgency=low

  * New upstream release.
    - Correctly sets default value of DEB_AC_AUX_DIR to $(CURDIR)
      instead of $(pwd).  (Closes: #195188).
  * debian/control:
    - Bump Build-Depends on debhelper to 4.1.0.

 -- Colin Walters <walters@debian.org>  Thu, 29 May 2003 03:01:24 -0400

cdbs (0.2.9-1) unstable; urgency=low

  * New upstream release.
  * debian/rules:
    - Minor cleanups.

 -- Colin Walters <walters@debian.org>  Wed, 28 May 2003 21:57:53 -0400

cdbs (0.2.8-1) unstable; urgency=low

  * New upstream release.

 -- Colin Walters <walters@debian.org>  Mon, 26 May 2003 16:17:48 -0400

cdbs (0.2.7-1) unstable; urgency=low

  * New upstream release.

 -- Colin Walters <walters@debian.org>  Mon, 26 May 2003 02:41:14 -0400

cdbs (0.2.6-1) unstable; urgency=low

  * New upstream release.

 -- Colin Walters <walters@debian.org>  Sun, 25 May 2003 14:15:09 -0400

cdbs (0.2.5-1) unstable; urgency=low

  * New upstream release.

 -- Colin Walters <walters@debian.org>  Sun, 25 May 2003 04:25:45 -0400

cdbs (0.2.4-1) unstable; urgency=low

  * New upstream release.

 -- Colin Walters <walters@debian.org>  Sat, 24 May 2003 02:56:40 -0400

cdbs (0.2.3-1) unstable; urgency=low

  * The "Department Of Homeland Security Deputizes Real Mean Dog" release.
  * New upstream release.
    - Uses = instead of == in tests (Closes: #194046).
  * debian/control:
    - Bump Standards-Version to 3.5.10, no changes required.

 -- Colin Walters <walters@debian.org>  Tue, 20 May 2003 13:37:59 -0400

cdbs (0.2.2-1) unstable; urgency=low

  * The "Take This Job And Love It" release.
  * New upstream release.

 -- Colin Walters <walters@debian.org>  Tue, 20 May 2003 04:19:00 -0400

cdbs (0.2.1-1) unstable; urgency=low

  * Initial version (Closes: #188049).

 -- Colin Walters <walters@debian.org>  Mon, 12 May 2003 17:23:20 -0400
