summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COMPILING2
-rw-r--r--debian/changelog1
2 files changed, 3 insertions, 0 deletions
diff --git a/COMPILING b/COMPILING
index 2dbff1fdf..fadbe171b 100644
--- a/COMPILING
+++ b/COMPILING
@@ -11,6 +11,8 @@ To compile this you need a couple things
- A C library with the usual POSIX functions and a BSD socket layer.
If you OS conforms to the Single Unix Spec then you are fine:
http://www.opengroup.org/onlinepubs/7908799/index.html
+ - Refer to the Build-Depends information in debian/control for
+ additional requirements (some of which are Debian-specific)
** NOTICE **
The C++ global constructors do not link correctly when using non-shared
diff --git a/debian/changelog b/debian/changelog
index bb4dad4fd..22aced980 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ apt (0.5.23) unstable; urgency=low
<sylvain.pasche@switzerland.org> (Closes: #234494)
* Print a slightly clearer error message if no packaging systems are
available (Closes: #233681)
+ * Point to Build-Depends in COMPILING (Closes: #233669)
--