diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 21:43:03 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 21:43:03 +0200 |
commit | 2913337f8e15ec33e1637a7b7b46c9c11b80d247 (patch) | |
tree | 4f61f8bb8e24f6d56c07854685ad0b731d4f22bf /debian | |
parent | c6c31f6206dbb8900883d2547f6ff0657113a319 (diff) |
* undo some of the bzr merge damage from the last merge
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.postinst | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/apt.postinst b/debian/apt.postinst index ae1801198..df0433057 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -17,7 +17,7 @@ case "$1" in configure) if ! test -f /etc/apt/trusted.gpg; then - cp /usr/share/apt/debian-archive.gpg /etc/apt/trusted.gpg + cp /usr/share/apt/ubuntu-archive.gpg /etc/apt/trusted.gpg fi ;; diff --git a/debian/rules b/debian/rules index bd9073ad2..4d88d5b12 100755 --- a/debian/rules +++ b/debian/rules @@ -210,7 +210,7 @@ apt: build debian/shlibs.local cp debian/bugscript debian/$@/usr/share/bug/apt/script - cp share/debian-archive.gpg debian/$@/usr/share/$@ + cp share/ubuntu-archive.gpg debian/$@/usr/share/$@ # head -n 500 ChangeLog > debian/ChangeLog |