diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/postinst | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6136fa9d9..4ed4424de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ apt (0.3.6.1) unstable; urgency=low * Fixed typo in apt-get help. Closes: #38712 * Improved the error message in the case of broken held package. Closes: #38777 * Fixed handling of MD5 failures + * Documented list notation Closes: #39008 + * Change the 'b' to 'B'. Closes: #39007 -- Jason Gunthorpe <jgg@debian.org> Wed, 12 May 1999 09:18:49 -0700 diff --git a/debian/postinst b/debian/postinst index 87476bfc0..d1b46d1a2 100755 --- a/debian/postinst +++ b/debian/postinst @@ -18,8 +18,9 @@ create_apt_conf () # Use for a local mirror - remove the ftp1 http lines for the bits # your mirror contains. # deb file:/your/mirror/here/debian stable main contrib non-free -# See sources.list(5) for more information, especial +# See sources.list(5) for more information, especialy # Remember that you can only use http, ftp or file URIs +# CDROMs are managed throught the apt-cdrom tool. deb http://http.us.debian.org/debian stable main contrib non-free deb http://non-us.debian.org/debian-non-US stable non-US |