summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-01-26 21:17:13 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-01-26 21:17:13 +0100
commit89504deb355453e2022cafe54b3b235588bea7d7 (patch)
tree446f42f046cfede427be6cfa6d24fc173ac43e7b /debian
parent6571bee2e2289b3a183ae3a922551eb743839392 (diff)
parentffee221b8d1df28768d30762d72a11289ae747dc (diff)
merged from the lp:~mvo/apt/libudev-dlopen branch
Diffstat (limited to 'debian')
-rw-r--r--debian/apt.dirs1
-rw-r--r--debian/changelog2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/apt.dirs b/debian/apt.dirs
index d11ee0f2f..1377c8066 100644
--- a/debian/apt.dirs
+++ b/debian/apt.dirs
@@ -10,6 +10,7 @@ var/cache/apt/archives/partial
var/lib/apt/lists/partial
var/lib/apt/mirrors/partial
var/lib/apt/periodic
+var/lib/apt/media
var/log/apt
usr/share/bug/apt
usr/share/lintian/overrides
diff --git a/debian/changelog b/debian/changelog
index dccdda64f..21c71e4d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ apt (0.7.25ubuntu3) UNRELEASED; urgency=low
- fixes in multi cdrom setup code
- add new "Acquire::cdrom::AutoDetect" variable that enables/disables
the dlopen of libudev for automatic cdrom detection
+ * cmdline/apt-cdrom.cc:
+ - add new --auto-detect option
-- Michael Vogt <michael.vogt@ubuntu.com> Tue, 26 Jan 2010 12:01:36 +0100