~ubuntu-branches/ubuntu/lucid/libdebian-installer/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank, Bastian Blank, Martin Michlmayr, Colin Watson, Joey Hess
  • Date: 2006-05-31 23:02:10 UTC
  • Revision ID: james.westby@ubuntu.com-20060531230210-z3sc8766e7j7n9ci
Tags: 0.42
[ Bastian Blank ]
* Bump shared library revision to 6.
* Add small AVL tree implementation.

[ Martin Michlmayr ]
* Remove (incomplete) BAST and LAST support.
* Drop Riscstation since it's no longer supported in 2.6 kernels.
* Rename arm/riscpc to arm/rpc for consistency.

[ Colin Watson ]
* Fix Hurd detection at build time.

[ Joey Hess ]
* Move more resolver debug logging into ENABLE_EXTENSIVE_DEBUG ifdefs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
DEB_HOST_ARCH_OS    := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
12
12
ifeq ($(DEB_HOST_ARCH_OS),)
13
 
        DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 
13
  DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
 
14
  ifeq ($(DEB_HOST_ARCH_OS),gnu)
 
15
    DEB_HOST_ARCH_OS := hurd
 
16
  endif
14
17
endif
15
18
 
16
19
#CFLAGS = -Wall -W -Werror -ggdb -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes
46
49
        dh_testdir
47
50
 
48
51
        $(MAKE) -C build
49
 
ifneq ($(DEB_HOST_ARCH_OS),gnu)
 
52
ifneq ($(DEB_HOST_ARCH_OS),hurd)
50
53
        $(MAKE) -C build/doc doc
51
54
endif
52
55
 
107
110
        dh_fixperms
108
111
#       dh_perl
109
112
#       d_python
110
 
        dh_makeshlibs -n -V
 
113
        dh_makeshlibs -plibdebian-installer4 -n -V \
 
114
                --add-udeb=libdebian-installer4-udeb
 
115
        dh_makeshlibs -plibdebian-installer-extra4 -n -V \
 
116
                --add-udeb=libdebian-installer-extra4-udeb
111
117
        dh_installdeb
112
118
        dh_shlibdeps -N libdebian-installer-extra4 -N libdebian-installer-extra4-udeb
113
119
        dh_shlibdeps -p libdebian-installer-extra4 -p libdebian-installer-extra4-udeb -- -L$(CURDIR)/debian/libdebian-installer-extra4.shlibs.local