summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-23 14:08:49 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-23 14:08:49 -0400
commitc251bfd3e5033243aaa9e50c753299bc19602733 (patch)
treee64be97207364075ef2229efac3f15b1b3c80e3e /debian
parent935ad398869a2f9a2f8ad032290588029e9ed818 (diff)
dh_auto_build: New program, automates building the package by either running make or using setup.py. (Support for cmake and other build systems planned but not yet implemented.)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ef53597c..8cd39347 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ debhelper (6.0.13) UNRELEASED; urgency=low
* dh_auto_configure: New program, automates running ./configure,
Makefile.PL, and python distutils. Calls them with exactly the same
options as cdbs does by default, and allows adding/overriding options.
+ * dh_auto_build: New program, automates building the package by either
+ running make or using setup.py. (Support for cmake and other build systems
+ planned but not yet implemented.)
-- Joey Hess <joeyh@debian.org> Tue, 22 Apr 2008 17:54:20 -0400