summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2008-02-11 14:05:12 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2008-02-11 14:05:12 +0100
commit99a5ac4da1f64b233c3f66f32593231ce3066757 (patch)
treed61a0ee4e74fb72844a4bb2fb56cd6f09703181b /debian
parent27dcb3155d74e5f66c86e18aa008ded8b2dd1367 (diff)
* share/apt-auth-failure.note:
- show update-notifier note if the nightly update fails with a authentication failure (apt-authentication-reliability spec)
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules1
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f1c694de2..cbe97d1cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+apt (0.7.9ubuntu8) hardy; urgency=low
+
+ * share/apt-auth-failure.note:
+ - show update-notifier note if the nightly update fails with a
+ authentication failure (apt-authentication-reliability spec)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 11 Feb 2008 14:04:56 +0100
+
apt (0.7.9ubuntu7) hardy; urgency=low
* methods/connect.cc:
diff --git a/debian/rules b/debian/rules
index 7bf99f9ef..4f6d72e06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -214,6 +214,7 @@ apt: build debian/shlibs.local
cp debian/apt.logrotate debian/$@/etc/logrotate.d/apt
cp share/ubuntu-archive.gpg debian/$@/usr/share/$@
+ sed 's/^_//' share/apt-auth-failure.note > debian/$@/usr/share/$@/apt-auth-failure.note
cp debian/apt.conf.autoremove debian/$@/etc/apt/apt.conf.d/01autoremove
cp debian/apt.conf.ubuntu debian/$@/etc/apt/apt.conf.d/01ubuntu
# head -n 500 ChangeLog > debian/ChangeLog