~ubuntu-branches/ubuntu/maverick/apt/maverick-proposed

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Michael Vogt, David Kalnischkies
  • Date: 2010-10-01 15:25:00 UTC
  • Revision ID: james.westby@ubuntu.com-20101001152500-zxkebq4pjtnls8ah
Tags: 0.8.3ubuntu6
[ Michael Vogt ]
* debian/apt.cron.daily:
  - source /etc/default/locale (if available) so that the 
    apt-get update cron job fetches the right translated package
    descriptions (LP: #652951)

[ David Kalnischkies ]
* apt-pkg/depcache.cc:
  - do not check endpointer packages instead of only those which prevented
    NeverAutoRemove settings from having an effect (Closes: #598452)
* cmdline/apt-cache.cc:
  - use the TranslatedDescription for searching and not the first
    available one as it is maybe not an expected language (Closes: #597925)

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in)
19
19
 
20
20
dnl -- SET THIS TO THE RELEASE VERSION --
21
 
AC_DEFINE_UNQUOTED(VERSION,"0.8.3ubuntu5")
 
21
AC_DEFINE_UNQUOTED(VERSION,"0.8.3ubuntu6")
22
22
PACKAGE="apt"
23
23
AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE")
24
24
AC_SUBST(PACKAGE)