summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-23 14:58:55 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-23 14:58:55 -0400
commitf2fd63ed1124d54f398e5bc3a0cdbd383a21c196 (patch)
treee50355c0a3149c21f4237c5f82feeb6446adf48e /debian
parentb3a6127c13c1226aa5b6c36b6c71dd3d74193c6d (diff)
dh_auto_install: New program, automates running make install, or using setup.py to install. Supports the PREFIX=/usr special case needed by MakeMaker Makefiles. (Support for cmake and other build systems planned but not yet implemented.)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 573c67ce..f33c57b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ debhelper (6.0.13) UNRELEASED; urgency=low
if the Makefile has such a target.
* dh_auto_clean: New program, automates running make clean (or distclean,
or realclean), or using setup.py to clean up.
+ * dh_auto_install: New program, automates running make install, or using
+ setup.py to install. Supports the PREFIX=/usr special case needed by
+ MakeMaker Makefiles. (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