~ubuntu-branches/ubuntu/hardy/newt/hardy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2007-11-28 19:40:55 UTC
  • Revision ID: james.westby@ubuntu.com-20071128194055-227n3qcuqe8v2vy1
Tags: 0.52.2-11.1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove explicit python version numbers from the build.
  - python-newt-dbg: Build the extension for the python debug interpreter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
LIBCDEV=libc-dev
45
45
GPMSUPPORT=
46
46
 
47
 
ifneq (,$(findstring linux, $(DEB_BUILD_GNU_SYSTEM)))
 
47
ifneq (,$(findstring linux,$(DEB_BUILD_GNU_SYSTEM)))
48
48
GPMSUPPORT= --with-gpm-support
49
49
LIBCDEV=libc6-dev
50
50
ifeq ($(DEB_BUILD_GNU_CPU),alpha)
129
129
        dh_testroot 
130
130
        dh_installdirs -p $@
131
131
        dh_install -p $@ --sourcedir=$(BUILD_TREE)
 
132
        cp $(BUILD_TREE)/newt*.ver debian/libnewt-pic/usr/lib/libnewt_pic.map
132
133
        dh_strip -p $@
133
134
        dh_makeshlibs -p $@
134
135
        dh_installdocs -p $@  -p $@ $(BUILD_TREE)/newt.spec