diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-05 14:15:28 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-05 14:15:28 -0400 |
commit | 5636b62829131761be8c194e498fecb2bf72bc40 (patch) | |
tree | aaf10e9d81fc2825081965c6e11c363c4ecde092 /debian/changelog | |
parent | 72736b5e727a88284d2d021b479a557a99d4b8c0 (diff) |
ikiwiki-makerepo: Avoid using abs_path, as it apparently fails on nonexistant directories with some broken perl versions.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ba67ce8c7..ae7ce90be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ ikiwiki (3.12) UNRELEASED; urgency=low * Re-enable python-support and add python:Depends to control file. + * ikiwiki-makerepo: Avoid using abs_path, as it apparently + fails on nonexistant directories with some broken perl + versions. -- Joey Hess <joeyh@debian.org> Mon, 04 May 2009 19:17:39 -0400 |