diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:38 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:03:38 +0000 |
commit | c8ca0ce1e16444e632d1e7cda0b787cd4b2b2db5 (patch) | |
tree | 1862ec0457e7c0824ea48039cbdf0fbd1ef61b77 /debian | |
parent | 25252292d2b2d961b228f6d3c8fc2e6607ef92b9 (diff) |
* Add #include <langinfo.h> to cmdline/apt-get.cc. Thi...
Author: mdz
Date: 2003-09-10 19:28:55 GMT
* Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets
pulled in by something else with recent g++ and/or glibc, but is
required when building on, e.g., stable
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6ee787406..3d27e91e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ apt (0.5.11) unstable; urgency=low * Clean up reportbug script a bit, and extend it to distinguish between a configuration file not existing and the user declining to submit it with the report + * Add #include <langinfo.h> to cmdline/apt-get.cc. This apparently gets + pulled in by something else with recent g++ and/or glibc, but is + required when building on, e.g., stable -- |