Bug#458396: FTBFS because due to missing apt-transport-https libraries

2007-12-30 Thread Michael Gilbert
Package: apt
Version: 0.7.9
Severity: serious
Tags: patch
Justification: no longer builds from source

the apt-transport-https deb currently does not build because
libapt-pkg-libc6.7-6.so.4.6 is not in the right location when dh_shlibs
is run.

as a temporary fix for the problem, i modified debian/rules to copy the
missing libraries from the build directory to 
debian/apt-transport-https/usr/lib.  see attached diff.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring2007.07.31 GnuPG archive keys of the Debian a
ii  libc6 2.7-5  GNU C Library: Shared libraries
ii  libgcc1   1:4.2.2-4  GCC support library
ii  libstdc++64.2.2-4The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information
--- ../../apt-0.7.9-orig/debian/rules   2007-12-29 23:53:03.0 -0500
+++ rules   2007-12-30 16:44:57.0 -0500
@@ -313,6 +313,7 @@
dh_compress -p$@
dh_fixperms -p$@
dh_installdeb -p$@
+   cp build/bin/libapt* debian/$@/usr/lib
dh_shlibdeps -p$@ -l`pwd`/debian/apt/usr/lib:`pwd`/debian/$@/usr/lib 
dh_gencontrol -p$@
dh_md5sums -p$@


Bug#458396: FTBFS because due to missing apt-transport-https libraries

2007-12-30 Thread Michael Gilbert
merge 452862 458396
thank you

i should have done a better job searching the previous reports before
sending this.  i see that there is already a pending fix for this in
bug #452862



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]