~ubuntu-branches/ubuntu/natty/update-notifier/natty-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-03-09 16:00:19 UTC
  • Revision ID: james.westby@ubuntu.com-20110309160019-zecq8impe1qc15ct
Tags: 0.111ubuntu1
* data/apt-cdrom-check, data/cddistupgrader:
  - support upgrades from filesystems without the "stable" and 
    "ubuntu" symlinks (like vfat)
* src/gdu.c:
  - check all removable devices for a upgrader
  - when detecting a upgrade CD skip the "Run package manager"
    step as its recommended to use the release upgrader

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
distuninstallcheck_listfiles = find . -type f -print
101
101
distcleancheck_listfiles = find . -type f -print
102
102
ACLOCAL = @ACLOCAL@
 
103
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
103
104
ALL_LINGUAS = @ALL_LINGUAS@
104
105
AMTAR = @AMTAR@
105
106
AUTOCONF = @AUTOCONF@