~ubuntu-branches/ubuntu/precise/python2.5/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-31 20:41:23 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100131204123-vourxnj86g6up33x
Tags: 2.5.5-1ubuntu1
* Merge with Debian; remaining changes:
  - Include the pregenerated documentation.
  - Set priority of python2.5-minimal to required.
  - Build python2.5-doc from the pregenerated documentation.
* Regenerate the included documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
340
340
        @echo "END pystone debug"
341
341
        touch stamp-pystone
342
342
 
 
343
#ifeq (,$(filter $(DEB_BUILD_ARCH), arm armel avr hppa mips mipsel m68k))
 
344
  pybench_options = -C 2 -n 5 -w 4
 
345
#endif
 
346
 
343
347
stamp-pybench:
344
348
ifeq ($(WITHOUT_CHECK),yes)
345
349
        echo "pybench run disabled for this build" > $(buildd_static)/pybench.log
347
351
  ifeq (,$(filter $(DEB_BUILD_ARCH), arm armel hppa m68k))
348
352
        @echo "BEGIN pybench static"
349
353
        cd $(buildd_static) \
350
 
          && time ./python ../Tools/pybench/pybench.py -f run1.pybench
 
354
          && time ./python ../Tools/pybench/pybench.py -f run1.pybench $(pybench_options)
351
355
        cd $(buildd_static) \
352
 
          && ./python ../Tools/pybench/pybench.py -f run2.pybench -c run1.pybench
 
356
          && ./python ../Tools/pybench/pybench.py -f run2.pybench -c run1.pybench $(pybench_options)
353
357
        @echo "END pybench static"
354
358
        @echo "BEGIN pybench shared"
355
359
        cd $(buildd_shared) \
356
 
          && LD_LIBRARY_PATH=. ./python ../Tools/pybench/pybench.py -f run1.pybench
 
360
          && LD_LIBRARY_PATH=. ./python ../Tools/pybench/pybench.py -f run1.pybench $(pybench_options)
357
361
        cd $(buildd_shared) \
358
 
          && LD_LIBRARY_PATH=. ./python ../Tools/pybench/pybench.py -f run2.pybench -c run1.pybench
 
362
          && LD_LIBRARY_PATH=. ./python ../Tools/pybench/pybench.py -f run2.pybench -c run1.pybench $(pybench_options)
359
363
        @echo "END pybench shared"
360
364
    ifeq (,$(filter $(DEB_BUILD_ARCH), arm armel m68k))
361
365
        @echo "BEGIN pybench debug"
362
366
        cd $(buildd_debug) \
363
 
          && time ./python ../Tools/pybench/pybench.py -f run1.pybench
 
367
          && time ./python ../Tools/pybench/pybench.py -f run1.pybench $(pybench_options)
364
368
        cd $(buildd_debug) \
365
 
          && ./python ../Tools/pybench/pybench.py -f run2.pybench -c run1.pybench
 
369
          && ./python ../Tools/pybench/pybench.py -f run2.pybench -c run1.pybench $(pybench_options)
366
370
        @echo "END pybench debug"
367
371
    endif
368
372
        @echo "BEGIN shared/static comparision"
958
962
        distutils-install-layout \
959
963
        ctypes_findlib \
960
964
        issue4150 \
961
 
        issue5389 \
962
965
        platform-lsbrelease \
963
966
        issue1651995 \
964
967
        issue3805 \
967
970
        curses-init \
968
971
        manpage-fix \
969
972
        emacs23-build \
970
 
        CVE-2009-3720 \
971
 
        CVE-2009-3560 \
 
973
        tk8.5-compat \
972
974
 
973
975
#       svn-doc-updates \
974
976
#       svn-updates \