diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-24 12:07:28 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-24 12:07:28 +0200 |
commit | 86b14713761d1794c6fe6d90558db65dfba654ce (patch) | |
tree | f1bea9d4f4cd829f4c3735360a827fa0371d7058 /debian | |
parent | 798e22d35f9f9881a8b42e17e71feb0a1bfd5cdf (diff) | |
parent | b16763070e1a04c5ca5235dc7fb9d52ff703e26b (diff) | |
download | debhelper-86b14713761d1794c6fe6d90558db65dfba654ce.tar.gz |
Merge branch 'buildsystems'
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 74 | ||||
-rw-r--r-- | debian/copyright | 4 |
2 files changed, 78 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 641882fd..a8a79c2d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,77 @@ +debhelper (7.3.6) experimental; urgency=low + + * perl_makemaker: Re-add fix for #496157, lost in rewrite. + + -- Joey Hess <joeyh@debian.org> Thu, 23 Jul 2009 18:17:45 +0200 + +debhelper (7.3.5) experimental; urgency=low + + [ Bernd Zeimetz ] + * python_distutils buildsystem: Build for all supported Python + versions that are installed. Ensure that correct shebangs are + created by using `python' first during build and install. + Closes: #520834 + Also build with python*-dbg if the package build-depends + on them. + + -- Joey Hess <joeyh@debian.org> Mon, 20 Jul 2009 20:30:22 +0200 + +debhelper (7.3.4) experimental; urgency=low + + * Merged debhelper 7.2.24. + + -- Joey Hess <joeyh@debian.org> Wed, 15 Jul 2009 09:50:37 -0400 + +debhelper (7.3.3) experimental; urgency=low + + * Add ant buildsystem support. Closes: #537021 + * Merged debhelper 7.2.22. + + -- Joey Hess <joeyh@debian.org> Tue, 14 Jul 2009 17:16:28 -0400 + +debhelper (7.3.2) experimental; urgency=low + + * Merged debhelper 7.2.21. + + -- Joey Hess <joeyh@debian.org> Wed, 08 Jul 2009 21:23:48 -0400 + +debhelper (7.3.1) experimental; urgency=low + + * Merged debhelper 7.2.20. + + -- Joey Hess <joeyh@debian.org> Thu, 02 Jul 2009 12:28:55 -0400 + +debhelper (7.3.0) experimental; urgency=low + + * Modular object oriented dh_auto_* buildsystem support, + contributed by Modestas Vainius + - dh_auto_* --sourcedirectory can now be used to specify a source + directory if sources and/or the whole buildsystem lives elsewhere + than the top level directory. Closes: #530597 + - dh_auto_* --builddirectory can now be used to specify a build + directory to use for out of source building, for build systems + that support it. Closes: #480577 + - dh_auto_* --buildsystem can now be used to override the autodetected + build system, or force use of a third-party class. + - dh_auto_* --list can be used to list available and selected build + systems. + - Adds support for cmake. + - For the perl_build build system, Build is used consistently + instead of falling back to using the generated Makefile. + Closes: #534332 + - Historical dh_auto_* behavior should be preserved despite these + large changes.. + * Move two more command-specific options to only be accepted by the commands + that use them. The options are: + --sourcedir, --destdir + If any third-party debhelper commands use either of the above options, + they will be broken, and need to be changed to pass options to init(). + * Make dh not complain about unknown, command-specific options passed to it, + and further suppress warnings about such options it passes on to debhelper + commands. This was attempted incompletely before in version 7.2.17. + + -- Joey Hess <joeyh@debian.org> Wed, 01 Jul 2009 15:31:20 -0400 + debhelper (7.2.24) unstable; urgency=low * dh_install: Add test suite covering the last 5 bugs. diff --git a/debian/copyright b/debian/copyright index cda6f170..7b123367 100644 --- a/debian/copyright +++ b/debian/copyright @@ -54,3 +54,7 @@ License: GPL-2+ Files: dh_bugfiles Copyright: Modestas Vainius <modestas@vainius.eu> License: GPL-2+ + +Files: Debian/Debhelper/Buildsystem*, Debian/Debhelper/Dh_Buildsystems.pm +Copyright: © 2008-2009 Modestas Vainius +License: GPL-2+ |