View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/python-distutils-extra 1 Development 2015-05-06 13:58:50 UTC
46. Rebuild to drop files installed into ...

Author: Matthias Klose
Revision Date: 2014-02-23 13:51:13 UTC

Rebuild to drop files installed into /usr/share/pyshared.

lp:ubuntu/vivid/python-distutils-extra 2 Mature 2014-10-26 08:52:52 UTC
46. Rebuild to drop files installed into ...

Author: Matthias Klose
Revision Date: 2014-02-23 13:51:13 UTC

Rebuild to drop files installed into /usr/share/pyshared.

lp:ubuntu/utopic/python-distutils-extra 2 Mature 2014-04-24 06:42:04 UTC
46. Rebuild to drop files installed into ...

Author: Matthias Klose
Revision Date: 2014-02-23 13:51:13 UTC

Rebuild to drop files installed into /usr/share/pyshared.

lp:ubuntu/trusty-proposed/python-distutils-extra 1 Development 2014-02-23 14:53:56 UTC
46. Rebuild to drop files installed into ...

Author: Matthias Klose
Revision Date: 2014-02-23 13:51:13 UTC

Rebuild to drop files installed into /usr/share/pyshared.

lp:ubuntu/trusty/python-distutils-extra 1 Development 2014-02-23 13:51:13 UTC
46. Rebuild to drop files installed into ...

Author: Matthias Klose
Revision Date: 2014-02-23 13:51:13 UTC

Rebuild to drop files installed into /usr/share/pyshared.

lp:ubuntu/saucy-proposed/python-distutils-extra 2 Mature 2013-07-22 23:21:24 UTC
45. [ Jeremy Bicha ] * build_help.py: Use...

Author: Martin Pitt
Revision Date: 2013-07-22 17:46:42 UTC

[ Jeremy Bicha ]
* build_help.py: Use yelp-tools style help installation.
  - Help is installed to /usr/share/help/ instead of /usr/share/gnome/help/
  - Delete your .omf files since they are ignored
  - Rename your main docbook help to index.docbook instead of foo.xml
  - Link to help:foo/bar instead of ghelp:foo?bar

[ Martin Pitt ]
* debian/copyright: Fix duplicate Copyright: field.
* Bump Standards-Version to 3.9.4.

lp:ubuntu/saucy/python-distutils-extra 1 Development 2013-07-22 17:46:42 UTC
45. [ Jeremy Bicha ] * build_help.py: Use...

Author: Martin Pitt
Revision Date: 2013-07-22 17:46:42 UTC

[ Jeremy Bicha ]
* build_help.py: Use yelp-tools style help installation.
  - Help is installed to /usr/share/help/ instead of /usr/share/gnome/help/
  - Delete your .omf files since they are ignored
  - Rename your main docbook help to index.docbook instead of foo.xml
  - Link to help:foo/bar instead of ghelp:foo?bar

[ Martin Pitt ]
* debian/copyright: Fix duplicate Copyright: field.
* Bump Standards-Version to 3.9.4.

lp:ubuntu/raring/python-distutils-extra 2 Mature 2012-10-20 19:42:33 UTC
44. [ Martin Pitt ] * auto.py: Recognize ...

Author: Martin Pitt
Revision Date: 2012-09-17 12:47:44 UTC

[ Martin Pitt ]
* auto.py: Recognize manpages which have comments before the initial .TH
  comment. Thanks to Dominique Lasserre for the initial patch!
  (LP: #893337)

[ Andrew Starr-Bochicchio ]
* debian/local/python-mkdebian: Handle Glade .ui files correctly when
  generating the copyright file. Also ignore backup files.
  (LP: #1025491)

lp:ubuntu/natty-security/python-distutils-extra bug 2 Mature 2012-10-02 23:05:40 UTC
27. * Fix installation of symlinks in dat...

Author: Jamie Strandboge
Revision Date: 2012-09-05 22:05:20 UTC

* Fix installation of symlinks in data/ dir (LP: #770566):
  - test/auto.py: Add test for installing a symlink which points to a
    nonexisting target directory/file. This reproduces the gist of the
    problem.
  - test/auto.py: Preserve symlinks in copytree() calls, so that we can
    actually verify that symlinks are preserved properly.
  - test/auto.py: Drop requirement that diff throws no error messages, as it
    will complain about the broken symlink.
  - DistUtilsExtra/auto.py, install_auto: Use os.walk() instead of
    distutils.filelist.findall() to pick out symlinks, as the latter fails
    badly with broken symlinks.
  - DistUtilsExtra/command/build_icons.py: Ignore symbolic links. distutils
    breaks on them when they point to a nonexisting target, and we handle
    them in auto.py.
  - http://bazaar.launchpad.net/~python-distutils-extra-hackers/python-distutils-extra/debian/revision/250

lp:ubuntu/lucid-updates/python-distutils-extra 2 Mature 2012-10-02 23:05:32 UTC
16. * Fix installation of symlinks in dat...

Author: Jamie Strandboge
Revision Date: 2012-09-05 22:09:27 UTC

* Fix installation of symlinks in data/ dir (LP: #770566):
  - test/auto.py: Add test for installing a symlink which points to a
    nonexisting target directory/file. This reproduces the gist of the
    problem.
  - test/auto.py: Preserve symlinks in copytree() calls, so that we can
    actually verify that symlinks are preserved properly.
  - test/auto.py: Drop requirement that diff throws no error messages, as it
    will complain about the broken symlink.
  - DistUtilsExtra/auto.py, install_auto: Use os.walk() instead of
    distutils.filelist.findall() to pick out symlinks, as the latter fails
    badly with broken symlinks.
  - DistUtilsExtra/command/build_icons.py: Ignore symbolic links. distutils
    breaks on them when they point to a nonexisting target, and we handle
    them in auto.py.
  - backport, http://bazaar.launchpad.net/~python-distutils-extra-hackers/python-distutils-extra/debian/revision/250

lp:ubuntu/lucid-security/python-distutils-extra bug 2 Mature 2012-10-02 23:05:26 UTC
16. * Fix installation of symlinks in dat...

Author: Jamie Strandboge
Revision Date: 2012-09-05 22:09:27 UTC

* Fix installation of symlinks in data/ dir (LP: #770566):
  - test/auto.py: Add test for installing a symlink which points to a
    nonexisting target directory/file. This reproduces the gist of the
    problem.
  - test/auto.py: Preserve symlinks in copytree() calls, so that we can
    actually verify that symlinks are preserved properly.
  - test/auto.py: Drop requirement that diff throws no error messages, as it
    will complain about the broken symlink.
  - DistUtilsExtra/auto.py, install_auto: Use os.walk() instead of
    distutils.filelist.findall() to pick out symlinks, as the latter fails
    badly with broken symlinks.
  - DistUtilsExtra/command/build_icons.py: Ignore symbolic links. distutils
    breaks on them when they point to a nonexisting target, and we handle
    them in auto.py.
  - backport, http://bazaar.launchpad.net/~python-distutils-extra-hackers/python-distutils-extra/debian/revision/250

lp:ubuntu/quantal/python-distutils-extra bug 2 Mature 2012-09-17 11:14:39 UTC
44. [ Martin Pitt ] * auto.py: Recognize ...

Author: Martin Pitt
Revision Date: 2012-09-17 12:47:44 UTC

[ Martin Pitt ]
* auto.py: Recognize manpages which have comments before the initial .TH
  comment. Thanks to Dominique Lasserre for the initial patch!
  (LP: #893337)

[ Andrew Starr-Bochicchio ]
* debian/local/python-mkdebian: Handle Glade .ui files correctly when
  generating the copyright file. Also ignore backup files.
  (LP: #1025491)

lp:ubuntu/natty-updates/python-distutils-extra 2 Mature 2012-09-05 22:05:20 UTC
27. * Fix installation of symlinks in dat...

Author: Jamie Strandboge
Revision Date: 2012-09-05 22:05:20 UTC

* Fix installation of symlinks in data/ dir (LP: #770566):
  - test/auto.py: Add test for installing a symlink which points to a
    nonexisting target directory/file. This reproduces the gist of the
    problem.
  - test/auto.py: Preserve symlinks in copytree() calls, so that we can
    actually verify that symlinks are preserved properly.
  - test/auto.py: Drop requirement that diff throws no error messages, as it
    will complain about the broken symlink.
  - DistUtilsExtra/auto.py, install_auto: Use os.walk() instead of
    distutils.filelist.findall() to pick out symlinks, as the latter fails
    badly with broken symlinks.
  - DistUtilsExtra/command/build_icons.py: Ignore symbolic links. distutils
    breaks on them when they point to a nonexisting target, and we handle
    them in auto.py.
  - http://bazaar.launchpad.net/~python-distutils-extra-hackers/python-distutils-extra/debian/revision/250

lp:ubuntu/precise-updates/python-distutils-extra 2 Mature 2012-07-25 03:54:45 UTC
39. * Backport some fixes from latest rel...

Author: Didier Roche-Tolomelli
Revision Date: 2012-07-09 11:31:02 UTC

* Backport some fixes from latest release (and a regression fix):
  - debian/rules: Run Python3 tests under C locale, to expose more unicode
    errors.
  - auto.py: Fix *.ui detection to be robust for non-ASCII files.
    (LP: #1017468)
  - auto.py: Fix a regression with python2 if files have some utf-8 directives
    (LP: #1021969)

lp:ubuntu/precise-proposed/python-distutils-extra bug 2 Mature 2012-07-12 22:24:07 UTC
39. * Backport some fixes from latest rel...

Author: Didier Roche-Tolomelli
Revision Date: 2012-07-09 11:31:02 UTC

* Backport some fixes from latest release (and a regression fix):
  - debian/rules: Run Python3 tests under C locale, to expose more unicode
    errors.
  - auto.py: Fix *.ui detection to be robust for non-ASCII files.
    (LP: #1017468)
  - auto.py: Fix a regression with python2 if files have some utf-8 directives
    (LP: #1021969)

lp:ubuntu/precise/python-distutils-extra bug 2 Mature 2012-03-07 06:54:28 UTC
37. [ Michael Terry ] python-mkdebian: If...

Author: Martin Pitt
Revision Date: 2012-03-07 07:15:56 UTC

[ Michael Terry ]
python-mkdebian: If installing into a prefix, also install data there

lp:ubuntu/oneiric-updates/python-distutils-extra 2 Mature 2011-11-23 00:47:47 UTC
31. debian/local/python-mkdebian: Call dh...

Author: Martin Pitt
Revision Date: 2011-11-04 19:04:25 UTC

debian/local/python-mkdebian: Call dh_icons. (LP: #881021)

lp:ubuntu/oneiric-proposed/python-distutils-extra bug 2 Mature 2011-11-15 02:11:24 UTC
31. debian/local/python-mkdebian: Call dh...

Author: Martin Pitt
Revision Date: 2011-11-04 19:04:25 UTC

debian/local/python-mkdebian: Call dh_icons. (LP: #881021)

lp:ubuntu/oneiric/python-distutils-extra bug 2 Mature 2011-08-22 06:09:23 UTC
30. [ Martin Pitt ] * Drop support for th...

Author: Martin Pitt
Revision Date: 2011-08-22 06:09:23 UTC

[ Martin Pitt ]
* Drop support for the long-obsolete PolicyKit (pre polkit 1.0 API).

[ Rodney Dawes ]
* auto.py: Ignore RuntimeError, which Gdk/Gtk throw if DISPLAY is unset.
  (LP: #735408)

lp:ubuntu/natty-proposed/python-distutils-extra bug 2 Mature 2011-08-18 14:27:05 UTC
28. * debian/patches/ignore-relative-impo...

Author: Michael Terry
Revision Date: 2011-08-18 14:27:05 UTC

* debian/patches/ignore-relative-imports.patch:
  - Update with a further fix from trunk to fix a couple regressions

lp:ubuntu/natty/python-distutils-extra bug 2 Mature 2011-03-16 15:18:24 UTC
26. [ Manuel de la Pena ] DistUtilsExtra/...

Author: Martin Pitt
Revision Date: 2011-03-16 15:18:24 UTC

[ Manuel de la Pena ]
DistUtilsExtra/auto.py: Fix ValueError crash when scanning the
ctypes.wintypes import. (LP: #735698)

lp:ubuntu/maverick/python-distutils-extra bug 2 Mature 2010-09-23 16:00:58 UTC
20. * Upload to unstable, now that the cu...

Author: Martin Pitt
Revision Date: 2010-09-23 16:00:58 UTC

* Upload to unstable, now that the current python3 is in unstable.
* Add debian/watch.
* Add bzr-builddeb configuration (merge mode).
* debian/copyright: Add missing Canonical copyright (Closes: #597548).
  While we are at it, also convert the file to DEP-5, and fix the
  common-licenses link to point to the versioned GPL.
* DistUtilsExtra/command/check.py: Remove explicit GPL-3 license header, so
  that the file falls under the package's general GPL-2+ license. Rodney
  Dawes, the author, gave his explicit permission for this in #597548 (in
  fact, GPL-3 was unintended in the first place).
* test/auto.py: Ignore python warning about import from local path.

lp:ubuntu/lucid/python-distutils-extra bug 1 Development 2010-03-26 17:21:48 UTC
15. auto.py: Also recognize Qt .ui files ...

Author: Martin Pitt
Revision Date: 2010-03-26 17:21:48 UTC

auto.py: Also recognize Qt .ui files if they start with an "<?xml..."
first line. (LP: #543707)

lp:ubuntu/karmic/python-distutils-extra 2 Mature 2009-12-05 14:51:15 UTC
9. * auto.py: Auto-install GtkBuilder fi...

Author: Martin Pitt
Revision Date: 2009-10-14 13:53:43 UTC

* auto.py: Auto-install GtkBuilder files which have attributes in the
  <interface> tag.
* auto.py: Extract translatable strings from GtkBuilder files which have
  attributes in the <interface> tag. (LP: #451170)
* auto.py: Properly handle *.{desktop,notifyrc}.in files in data/.
  (LP: #451175)

lp:ubuntu/jaunty/python-distutils-extra 2 Mature 2009-12-05 14:50:46 UTC
10. * DistUtilsExtra/command/build_i18n.p...

Author: Martin Pitt
Revision Date: 2008-03-18 21:59:43 UTC

* DistUtilsExtra/command/build_i18n.py: Do not merge PO files by default,
  since it is not related to building the package, should be done manually
  rather, and creates noise in revision control. Introduce a new option
  -m/--merge-po instead. Adapt doc/FAQ accordingly.
* debian/control: Update Vcs-*: fields.
* debian/copyright: Fix copyright statement and upstream URL.
* debian/changelog: Fix invalid email address to make lintian happy.

lp:ubuntu/intrepid/python-distutils-extra 2 Mature 2009-12-05 14:50:18 UTC
10. * DistUtilsExtra/command/build_i18n.p...

Author: Martin Pitt
Revision Date: 2008-03-18 21:59:43 UTC

* DistUtilsExtra/command/build_i18n.py: Do not merge PO files by default,
  since it is not related to building the package, should be done manually
  rather, and creates noise in revision control. Introduce a new option
  -m/--merge-po instead. Adapt doc/FAQ accordingly.
* debian/control: Update Vcs-*: fields.
* debian/copyright: Fix copyright statement and upstream URL.
* debian/changelog: Fix invalid email address to make lintian happy.

lp:ubuntu/hardy/python-distutils-extra 2 Mature 2009-12-05 14:49:48 UTC
10. * DistUtilsExtra/command/build_i18n.p...

Author: Martin Pitt
Revision Date: 2008-03-18 21:59:43 UTC

* DistUtilsExtra/command/build_i18n.py: Do not merge PO files by default,
  since it is not related to building the package, should be done manually
  rather, and creates noise in revision control. Introduce a new option
  -m/--merge-po instead. Adapt doc/FAQ accordingly.
* debian/control: Update Vcs-*: fields.
* debian/copyright: Fix copyright statement and upstream URL.
* debian/changelog: Fix invalid email address to make lintian happy.

lp:ubuntu/gutsy/python-distutils-extra 1 Development 2009-12-05 14:49:22 UTC
5. Add debian/python-distutils-extra.doc...

Author: Martin Pitt
Revision Date: 2007-09-18 12:37:08 UTC

Add debian/python-distutils-extra.docs: Ship the files in doc/.

lp:ubuntu/feisty/python-distutils-extra 1 Development 2009-12-05 14:49:00 UTC
1. Initial Release.

Author: Sebastian Heinlein
Revision Date: 2006-11-28 20:26:28 UTC

Initial Release.

129 of 29 results