summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-03-14 17:26:50 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-03-14 17:26:50 +0100
commit7f912c325b207beac9deb5daafb7ec34b9db067a (patch)
tree4d439a565f7773a5fec516ac8d2b51a9609adae9 /debian/changelog
parenta7307a8727c85b0166339a54fb14ba3812f7a608 (diff)
* debian/control:
- add automake/conf build-depends/conflicts as recommend by the autotools-dev README (Closes: #572615)
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3b564b3a1..142577e42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ apt (0.7.26) UNRELEASED; urgency=low
- don't crash if no arguments are given (Closes: #570962)
* debian/control:
- remove some years old and obsolete Replaces
+ - add automake/conf build-depends/conflicts as recommend by
+ the autotools-dev README (Closes: #572615)
* apt-pkg/contrib/mmap.{h,cc}:
- add char[] fallback for filesystems without shared writable
mmap() like JFFS2. Thanks to Marius Vollmer for writing