~ubuntu-branches/ubuntu/quantal/python2.7/quantal-updates

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-11-30 19:16:23 UTC
  • mfrom: (36.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111130191623-ov9hszutdakcsnbz
Tags: 2.7.2-8
* Update to 20111130, taken from the 2.7 branch.
* New patch, ctypes-arm, allow for ",hard-float" after libc6 in ldconfig -p
  output (Loic Minier). LP: #898172.
* debian/rules: Define DPKG_VARS (Alban Browaeys). Closes: #647419).
* Add python-config man page (Johann Felix Soden). Closes: #650181).

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
vafilt = $(subst $(2)=,,$(filter $(2)=%,$(1)))
13
13
 
 
14
DPKG_VARS               := $(shell dpkg-architecture)
14
15
DEB_HOST_ARCH           ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_ARCH)
15
16
DEB_HOST_ARCH_BITS      ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_ARCH_BITS)
16
17
DEB_HOST_ARCH_OS        ?= $(call vafilt,$(DPKG_VARS),DEB_HOST_ARCH_OS)
686
687
                $(scriptdir) \
687
688
                $(scriptdir)/doc/html \
688
689
                usr/include \
 
690
                usr/share/man/man1 \
689
691
                usr/lib
690
692
        cp -p Misc/HISTORY Misc/README.valgrind Misc/gdbinit \
691
693
                debian/README.maintainers \
701
703
                usr/bin/python$(VER)-config \
702
704
                usr/lib/python$(VER)/distutils/command/wininst-*.exe
703
705
 
 
706
        cp -p debian/python-config.1 \
 
707
                $(d_dev)/usr/share/man/man1/python$(VER)-config.1
704
708
        cp -p $(buildd_shared)/libpython$(VER)-pic.a \
705
709
                $(d_dev)/usr/lib/python$(VER)/config/
706
710