diff -Nru casper-1.327/debian/changelog casper-1.328/debian/changelog --- casper-1.327/debian/changelog 2012-10-03 21:46:41.000000000 +0000 +++ casper-1.328/debian/changelog 2012-10-12 11:05:17.000000000 +0000 @@ -1,3 +1,9 @@ +casper (1.328) quantal; urgency=low + + * Fix path to .disk/info in 41apt_cdrom (LP: #1065827). + + -- Colin Watson Fri, 12 Oct 2012 12:05:15 +0100 + casper (1.327) quantal; urgency=low [ Tim Lunn ] diff -Nru casper-1.327/scripts/casper-bottom/41apt_cdrom casper-1.328/scripts/casper-bottom/41apt_cdrom --- casper-1.327/scripts/casper-bottom/41apt_cdrom 2012-10-03 21:11:40.000000000 +0000 +++ casper-1.328/scripts/casper-bottom/41apt_cdrom 2012-10-12 11:00:48.000000000 +0000 @@ -21,7 +21,7 @@ log_begin_msg "$DESCRIPTION" # apt-cdrom would fail otherwise -if [ ! -s /.disk/info ]; then +if [ ! -s /root/cdrom/.disk/info ]; then exit 0 fi