summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-08-05 14:16:24 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-08-05 14:16:24 +0200
commitc1cd1ac2fd051a11ec5c3eafad68b39521594ed6 (patch)
treecc558b95cfc5f0439f5142df99baeae0944676af /debian
parentd5da93b83f886b87958e52d4658b9f08b255b36c (diff)
* apt-pkg/cdrom.cc:
- do not link() but rename() the cdroms.list to cdroms.list~ as a backup to ensure that apt-cdrom can be run multiple times (Closes: #676302)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7092d8164..3bed49ec0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,9 @@ apt (0.9.7.4) UNRELEASED; urgency=low
* apt-pkg/indexcopy.cc:
- do not use atomic writing if the target is /dev/null as we don't want
to replace it, not even automically. (Closes: #683410)
+ * apt-pkg/cdrom.cc:
+ - do not link() but rename() the cdroms.list to cdroms.list~ as a backup
+ to ensure that apt-cdrom can be run multiple times (Closes: #676302)
-- David Kalnischkies <kalnischkies@gmail.com> Wed, 18 Jul 2012 11:45:57 +0200