From f0270266275678ce7c3f2a241c6aa7c6586ad1c6 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 10 Oct 2008 23:28:21 +0200 Subject: doc/apt-cache.8.xml: add missing --- configure.in | 2 +- doc/apt-cache.8.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 4d3f557d2..a65c33e66 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- -AC_DEFINE_UNQUOTED(VERSION,"0.7.15") +AC_DEFINE_UNQUOTED(VERSION,"0.7.16") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index 7ba004623..6416f4edf 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -198,8 +198,8 @@ Reverse Provides: search regex [ regex ... ] search performs a full text search on all available package lists for the POSIX regex pattern given, see - regex - 7. + regex + 7. It searches the package names and the descriptions for an occurrence of the regular expression and prints out the package name and the short description, including virtual package -- cgit v1.2.3 From a15489ce5d8946c6cf76e24afb5f9288814e49fc Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 10 Oct 2008 23:45:39 +0200 Subject: update changelog --- debian/changelog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c88518d83..0bb4fcdde 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ apt (0.7.16) unstable; urgency=low + [ Luca Bruno ] * doc/apt-cache.8.xml: - search command uses POSIX regex, and searches for virtual packages too (closes: #277536) @@ -15,8 +16,12 @@ apt (0.7.16) unstable; urgency=low * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276) * Better documentation on using both APT::Default-Release and /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575) + + [ Michael Vogt ] + * doc/apt-cache.8.xml: + - add missing citerefentry - -- Luca Bruno Fri, 03 Oct 2008 20:00:18 +0200 + -- Michael Vogt Fri, 10 Oct 2008 23:44:50 +0200 apt (0.7.15) unstable; urgency=low -- cgit v1.2.3