From 7ce6bd6a759c4bcb9682bc9cc99cb8e37314bdcd Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 28 Nov 2007 18:27:56 +0100 Subject: * debian/rules - fix https install location --- debian/changelog | 9 +++++++-- debian/rules | 4 +++- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index fdf4a03e5..832ee11d4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -apt (0.7.10) UNRELEASED; urgency=low +apt (0.7.10) unstable; urgency=low + [ Otavio Salvador ] * Applied patch from Mike O'Connor to add a manpage to apt-mark, closes: #430207. * Applied patch from Andrei Popescu to add a @@ -13,8 +14,12 @@ apt (0.7.10) UNRELEASED; urgency=low [ Program translations ] - Basque updated. Closes: #453088 + + [ Michael Vogt ] + * debian/rules + - fix https install location - -- Otavio Salvador Mon, 26 Nov 2007 15:46:33 -0200 + -- Michael Vogt Wed, 28 Nov 2007 17:10:49 +0100 apt (0.7.9) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 33cd59fd1..5989934b4 100755 --- a/debian/rules +++ b/debian/rules @@ -204,6 +204,8 @@ apt: build debian/shlibs.local find $(BLD)/bin/ -type l -name "libapt-pkg*.so.*" -exec cp -a "{}" debian/$@/usr/lib/ \; cp $(BLD)/bin/methods/* debian/$@/usr/lib/apt/methods/ + # https has its own package + rm debian/$@/usr/lib/apt/methods/https cp $(BLD)/scripts/dselect/* debian/$@/usr/lib/dpkg/methods/apt/ cp -r $(BLD)/locale debian/$@/usr/share/ @@ -300,7 +302,7 @@ apt-transport-https: build debian/shlibs.local # install the method mkdir -p debian/$@/usr/lib/apt/methods - mv $(BLD)/bin/methods/https debian/$@/usr/lib/apt/methods + cp $(BLD)/bin/methods/https debian/$@/usr/lib/apt/methods dh_installdocs -p$@ dh_installexamples -p$@ -- cgit v1.2.3