dh_strip fails if package uses debian/tmp for installation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pkg-create-dbgsym (Ubuntu) |
Fix Released
|
High
|
Martin Pitt |
Bug Description
Binary package hint: pkg-create-dbgsym
gtk-engines-mono uses debian/tmp for installation and dh_strip expects it in debian/
http://
[...]
mkdir /build/
mkdir /build/
mkdir /build/
mkdir /build/
/bin/sh ../libtool --mode=install /usr/bin/install -c libmono.la /build/
/usr/bin/install -c .libs/libmono.so /build/
/usr/bin/install -c .libs/libmono.lai /build/
libtool: install: warning: remember to run `libtool --finish /usr/lib/
[...]
touch install-stamp
dh_testdir
dh_testroot
dh_installdocs README
dh_installdocs: Compatibility levels before 4 are deprecated.
dh_installchang
dh_installchang
dh_strip
dh_strip debug symbol extraction: all non-arch-all packages for this build platform amd64: gtk-engines-mono
dh_strip debug symbol extraction: packages to act on: gtk-engines-mono
dh_strip debug symbol extraction: ignored packages:
Directory debian/
make: *** [binary-arch] Error 1
*******
Build finished at 20071202-0207
FAILED [dpkg-buildpackage died]
Related branches
Changed in pkg-create-dbgsym: | |
assignee: | nobody → pitti |
importance: | Undecided → High |
milestone: | none → hardy-alpha-2 |
status: | New → In Progress |
dvi2tty is also affected by that bug:
http:// launchpadlibrar ian.net/ 10186049/ buildlog_ ubuntu- hardy-i386. dvi2tty_ 5.3.1-4_ FAILEDTOBUILD. txt.gz `pwd`/debian/ tmp tmp/usr/ bin tmp/usr/ share/man/ man1 elogs elogs: Compatibility levels before 4 are deprecated. ******* ******* ******* ******* ******* ******* ******* ******* ******* ******* *
[...]
# Add here commands to install the package into debian/tmp.
# /usr/bin/make install DESTDIR=
install -o root -g root -m 755 dvi2tty disdvi `pwd`/debian/
install -o root -g root -m 644 dvi2tty.1 disdvi.1 `pwd`/debian/
touch install-stamp
dh_testdir
dh_testroot
dh_installdocs
dh_installdocs: Compatibility levels before 4 are deprecated.
dh_installexamples
dh_installexamples: Compatibility levels before 4 are deprecated.
dh_installmanpages
dh_installmanpages: This program is deprecated, switch to dh_installman.
dh_installmanpages: Compatibility levels before 4 are deprecated.
dh_installinfo
dh_installinfo: Compatibility levels before 4 are deprecated.
dh_installchang
dh_installchang
dh_link
dh_link: Compatibility levels before 4 are deprecated.
dh_strip
dh_strip debug symbol extraction: all non-arch-all packages for this build platform i386: dvi2tty
dh_strip debug symbol extraction: packages to act on: dvi2tty
dh_strip debug symbol extraction: ignored packages:
Directory debian/dvi2tty does not exist, aborting
make: *** [binary-arch] Error 1
*******