~ubuntu-branches/ubuntu/vivid/dh-python/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski, Piotr Ożarowski, Matthias Klose
  • Date: 2014-05-11 20:59:15 UTC
  • mfrom: (12.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140511205915-kxzn0ev76r94z2w1
Tags: 1.20140511-1
[ Piotr Ożarowski ]
* pybuild: do not invoke clean commands for missing interpreters
  (and thus do not require all interpreter versions to be installed while
  building source package outside build environment, closes: 737091)
* dh_python2: no longer moves files to /usr/share/pyshared if there's only
  one supported Python 2.X version and doesn't create /usr/lib/pyshared
  symlinks for extensions (as other helper tools are now deprecated)
* Show fix_shebang's error messages only in debug mode, closes: 745581

[ Matthias Klose ]
* Remove empty directories when moving files. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dh-python (1.20140128-1ubuntu8) trusty; urgency=medium
2
 
 
3
 
  * Add no-python2.6.diff: Fix test failures on checking for python2.6
4
 
    specific bits.
5
 
 
6
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 24 Mar 2014 17:36:23 +0100
7
 
 
8
 
dh-python (1.20140128-1ubuntu7) trusty; urgency=medium
9
 
 
10
 
  * Run tests with python3.4 instead of python3.3.
11
 
 
12
 
 -- Matthias Klose <doko@ubuntu.com>  Mon, 24 Mar 2014 11:10:25 +0100
13
 
 
14
 
dh-python (1.20140128-1ubuntu5) trusty; urgency=medium
15
 
 
16
 
  * Drop Python 3.3 as a supported Python 3 version.
17
 
 
18
 
 -- Matthias Klose <doko@ubuntu.com>  Sun, 23 Mar 2014 09:17:26 +0100
19
 
 
20
 
dh-python (1.20140128-1ubuntu4) trusty; urgency=medium
21
 
 
22
 
  * Update supported Python 3 versions in tests, to fix autopkgtest
23
 
    failure.
24
 
 
25
 
 -- Dmitry Shachnev <mitya57@ubuntu.com>  Fri, 07 Mar 2014 22:53:55 +0400
26
 
 
27
 
dh-python (1.20140128-1ubuntu3) trusty; urgency=medium
28
 
 
29
 
  * Make dh-python autopkgtest depend on build-essential and fakeroot.
30
 
 
31
 
 -- Dmitry Shachnev <mitya57@ubuntu.com>  Thu, 27 Feb 2014 11:56:50 +0400
32
 
 
33
 
dh-python (1.20140128-1ubuntu2) trusty; urgency=medium
34
 
 
35
 
  * Remove empty directories when moving files.
36
 
 
37
 
 -- Matthias Klose <doko@ubuntu.com>  Wed, 12 Feb 2014 15:14:23 +0100
38
 
 
39
 
dh-python (1.20140128-1ubuntu1) trusty; urgency=medium
40
 
 
41
 
  * Merge with Debian unstable, remaining changes:
42
 
    - debian/control: Make dh-python Multi-Arch: foreign.
43
 
    - Add patch debian/patches/no-pyshare.diff:
44
 
      + Don't move files to /usr/share/pyshared anymore.
45
 
      + Don't create extension symlinks in /usr/lib/pyshared/pythonX.Y anymore.
46
 
    - Add patch debian/patches/python3.4.diff:
47
 
      + Add python3.4 as a supported version.
48
 
 
49
 
 -- Dmitry Shachnev <mitya57@ubuntu.com>  Wed, 29 Jan 2014 17:24:45 +0400
 
1
dh-python (1.20140511-1) unstable; urgency=medium
 
2
 
 
3
  [ Piotr Ożarowski ]
 
4
  * pybuild: do not invoke clean commands for missing interpreters
 
5
    (and thus do not require all interpreter versions to be installed while
 
6
    building source package outside build environment, closes: 737091)
 
7
  * dh_python2: no longer moves files to /usr/share/pyshared if there's only
 
8
    one supported Python 2.X version and doesn't create /usr/lib/pyshared
 
9
    symlinks for extensions (as other helper tools are now deprecated)
 
10
  * Show fix_shebang's error messages only in debug mode, closes: 745581
 
11
 
 
12
  [ Matthias Klose ]
 
13
  * Remove empty directories when moving files. 
 
14
 
 
15
 -- Piotr Ożarowski <piotr@debian.org>  Sun, 11 May 2014 20:59:15 +0200
50
16
 
51
17
dh-python (1.20140128-1) unstable; urgency=low
52
18
 
53
19
  * dh_python3, dh_pypy: add support for debian/package.pyremove files
54
20
    (closes: 730777)
55
 
  * dh_python3: add multiarch tuples to all already tagged extensions if
 
21
  * dh_python3: add multiarch tuples to all already tagged extensions
56
22
    when more than one Python 3 version is supported (closes: 733128)
57
23
  * Make sure only first line is taken into account while checking shebangs
58
24
    (closes: 732308)
71
37
 
72
38
 -- Piotr Ożarowski <piotr@debian.org>  Tue, 28 Jan 2014 18:20:19 +0100
73
39
 
74
 
dh-python (1.20131021-1ubuntu8) trusty; urgency=medium
75
 
 
76
 
  * Taken from upstream:
77
 
    dh_python3: add multiarch tuples to all already tagged extensions if
78
 
    when more than one Python 3 version is supported (closes: 733128).
79
 
 
80
 
 -- Matthias Klose <doko@ubuntu.com>  Tue, 07 Jan 2014 23:11:01 +0100
81
 
 
82
 
dh-python (1.20131021-1ubuntu7) trusty; urgency=medium
83
 
 
84
 
  * Fix dhpython/_defaults.py.  Still doesn't rename 3.4 extensions
85
 
    to the multiarch name.
86
 
 
87
 
 -- Matthias Klose <doko@foobar>  Mon, 30 Dec 2013 20:55:17 +0100
88
 
 
89
 
dh-python (1.20131021-1ubuntu6) trusty; urgency=medium
90
 
 
91
 
  * Disable the correct failing test.
92
 
 
93
 
 -- Matthias Klose <doko@ubuntu.com>  Sat, 21 Dec 2013 17:15:02 +0100
94
 
 
95
 
dh-python (1.20131021-1ubuntu5) trusty; urgency=low
96
 
 
97
 
  * Don't create extension symlinks in /usr/lib/pyshared/pythonX.Y anymore.
98
 
  * Disable nosetests in autopkg tests until these are fixed.
99
 
  * dhpython/_defaults.py: Add python3.4 as a supported version.
100
 
 
101
 
 -- Matthias Klose <doko@ubuntu.com>  Sat, 21 Dec 2013 14:50:06 +0100
102
 
 
103
 
dh-python (1.20131021-1ubuntu4) trusty; urgency=medium
104
 
 
105
 
  * Don't move files to /usr/share/pyshared anymore.
106
 
 
107
 
 -- Matthias Klose <doko@ubuntu.com>  Fri, 20 Dec 2013 00:39:05 +0100
108
 
 
109
 
dh-python (1.20131021-1ubuntu3) trusty; urgency=medium
110
 
 
111
 
  * Make the package Multi-Arch: foreign.
112
 
 
113
 
 -- Matthias Klose <doko@ubuntu.com>  Sat, 07 Dec 2013 19:32:35 +0100
114
 
 
115
 
dh-python (1.20131021-1ubuntu2) trusty; urgency=low
116
 
 
117
 
  * Add drop_nonexisting_versions.patch: In tests/Makefile, drop Python 2.6
118
 
    and 3.2 as supported, we do not have them in Debian and Ubuntu any more.
119
 
    (Closes: #727674)
120
 
 
121
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 05 Nov 2013 08:52:12 +0100
122
 
 
123
 
dh-python (1.20131021-1ubuntu1) trusty; urgency=low
124
 
 
125
 
  * Add missing python3-all-dbg test dependency for debian/tests/nosetests.
126
 
 
127
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Thu, 24 Oct 2013 09:44:27 +0200
128
 
 
129
40
dh-python (1.20131021-1) unstable; urgency=low
130
41
 
131
42
  * dh_python2: fix renaming debug extensions with multiarch tuples