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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-09-15 12:11:28 UTC
  • Revision ID: package-import@ubuntu.com-20120915121128-s8fjv3usnpx7cuuy
Tags: 2.7.3-5ubuntu2
* Update to 20120915, taken from the 2.7 branch. Posix relevant patches:
  - Issue #15906: Fix a regression in argparse caused by the preceding change,
    when action='append', type='str' and default=[]. LP: #1048710.
  - Issue #15908: Fix misbehaviour of the sha1 module when called on data
    larger than 2**32 bytes.
  - Issue #15910: Fix misbehaviour of _md5 and sha1 modules when "updating"
    on data larger than 2**32 bytes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1114
1114
          sed -n 's/^# *DP: */  /p' $(patchdir)/$$i; \
1115
1115
        done >> stamps/pxx
1116
1116
        mv stamps/pxx $@
 
1117
        if [ ! -f Lib/test/testtar.tar.saved ]; then \
 
1118
          mv Lib/test/testtar.tar Lib/test/testtar.tar.saved; \
 
1119
          uudecode debian/testtar.tar.uue; \
 
1120
        fi
1117
1121
 
1118
1122
reverse-patches: unpatch
1119
1123
unpatch:
1120
1124
        QUILT_PATCHES=$(patchdir) quilt pop -a -R || test $$? = 2
1121
1125
        rm -f stamps/stamp-patch $(patchdir)/series
1122
1126
        rm -rf configure autom4te.cache
 
1127
        if [ -f Lib/test/testtar.tar.saved ]; then \
 
1128
          mv Lib/test/testtar.tar.saved Lib/test/testtar.tar; \
 
1129
        fi
1123
1130
 
1124
1131
update-patches: $(patchdir)/series
1125
1132
        export QUILT_PATCHES=$(patchdir); \