summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--doc/apt.ent2
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 57596ad49..538b0ee3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ apt (0.5.10) unstable; urgency=low
* Get self-tests compiling again, updated for latest library API
and g++ 3.3
* Add version comparison tests for #194327 and #205960
- * Fix error message to output versions in the order in which they were
- compared when the reverse comparison fails
+ * Fix error message in version test to output versions in the order in
+ which they were compared when the reverse comparison fails
+ * Reference the source package bug page rather than the one for the
+ binary package 'apt' in the man pages (Closes: #205290)
--
diff --git a/doc/apt.ent b/doc/apt.ent
index e980e0a03..f8080762d 100644
--- a/doc/apt.ent
+++ b/doc/apt.ent
@@ -92,7 +92,7 @@
<!ENTITY manbugs "
<RefSect1><Title>Bugs</>
<para>
- See the <ulink url='http://bugs.debian.org/apt'>APT bug page</>.
+ See the <ulink url='http://bugs.debian.org/src:apt'>APT bug page</>.
If you wish to report a bug in APT, please see
<filename>/usr/share/doc/debian/bug-reporting.txt</> or the &reportbug; command.
</RefSect1>