View Git repositories
Name Status Last Modified Last Commit
lp:ubuntu/wily/pyxdg 1 Development 2015-05-05 17:03:16 UTC
13. * Backport upstream patch that fixes ...

Author: Andrew Starr-Bochicchio
Revision Date: 2014-01-27 13:11:18 UTC

* Backport upstream patch that fixes the insecure use
  of /tmp in xdg.BaseDirectory.get_runtime_dir(strict=False)
  (Closes: #736247). Fixes CVE-2014-1624.
* Bump Standards-Version to 3.9.5, no changes needed.

lp:ubuntu/vivid/pyxdg 2 Mature 2014-10-26 02:51:43 UTC
13. * Backport upstream patch that fixes ...

Author: Andrew Starr-Bochicchio
Revision Date: 2014-01-27 13:11:18 UTC

* Backport upstream patch that fixes the insecure use
  of /tmp in xdg.BaseDirectory.get_runtime_dir(strict=False)
  (Closes: #736247). Fixes CVE-2014-1624.
* Bump Standards-Version to 3.9.5, no changes needed.

lp:ubuntu/utopic/pyxdg 2 Mature 2014-04-24 16:05:22 UTC
13. * Backport upstream patch that fixes ...

Author: Andrew Starr-Bochicchio
Revision Date: 2014-01-27 13:11:18 UTC

* Backport upstream patch that fixes the insecure use
  of /tmp in xdg.BaseDirectory.get_runtime_dir(strict=False)
  (Closes: #736247). Fixes CVE-2014-1624.
* Bump Standards-Version to 3.9.5, no changes needed.

lp:ubuntu/trusty-proposed/pyxdg 1 Development 2014-01-29 11:44:41 UTC
13. * Backport upstream patch that fixes ...

Author: Andrew Starr-Bochicchio
Revision Date: 2014-01-27 13:11:18 UTC

* Backport upstream patch that fixes the insecure use
  of /tmp in xdg.BaseDirectory.get_runtime_dir(strict=False)
  (Closes: #736247). Fixes CVE-2014-1624.
* Bump Standards-Version to 3.9.5, no changes needed.

lp:ubuntu/trusty/pyxdg 1 Development 2014-01-27 13:11:18 UTC
13. * Backport upstream patch that fixes ...

Author: Andrew Starr-Bochicchio
Revision Date: 2014-01-27 13:11:18 UTC

* Backport upstream patch that fixes the insecure use
  of /tmp in xdg.BaseDirectory.get_runtime_dir(strict=False)
  (Closes: #736247). Fixes CVE-2014-1624.
* Bump Standards-Version to 3.9.5, no changes needed.

lp:ubuntu/saucy-proposed/pyxdg 2 Mature 2013-06-29 23:13:46 UTC
12. [ Jakub Wilk ] * Use canonical URIs f...

Author: Andrew Starr-Bochicchio
Revision Date: 2013-06-29 12:27:38 UTC

[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Andrew Starr-Bochicchio ]
* Upload to unstable.

lp:ubuntu/saucy/pyxdg 1 Development 2013-06-29 12:27:38 UTC
30. [ Jakub Wilk ] * Use canonical URIs f...

Author: Andrew Starr-Bochicchio
Revision Date: 2013-06-29 12:27:38 UTC

[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.

[ Andrew Starr-Bochicchio ]
* Upload to unstable.

lp:ubuntu/raring/pyxdg 2 Mature 2013-03-08 22:44:35 UTC
29. * Team upload. [ Thomas Kluyver ] * ...

Author: Dmitry Shachnev
Revision Date: 2013-03-08 22:44:35 UTC

* Team upload.

[ Thomas Kluyver ]
* Don't use nosetests-x.y scripts for tests.

[ Dmitry Shachnev ]
* Unify patches naming (use .patch extension, and dashes in file name).
* Merge from Ubuntu:
  + debian/patches/gettext-support.patch: support Gettext-Domain fields.
  + debian/patches/prefer-first-glob-for-finding-mimetype.patch:
    Cherry-pick from upstream to fix test failure with *.png files; when
    there are multiple globs with the same pattern (as introduced in the
    latest shared-mime-info update), the last one was preferred. It should
    have been the first. [Thanks to Thomas Kluyver and Iain Lane]
* Refresh debian/patches/set-default-menu.patch.
* Bump Standards-Version to 3.9.4, no changes needed.
* debian/patches/gettext-support.patch: also disable the test that could
  fail when gedit is installed.

lp:ubuntu/raring-proposed/pyxdg 1 Development 2013-03-08 22:44:35 UTC
29. * Team upload. [ Thomas Kluyver ] * ...

Author: Dmitry Shachnev
Revision Date: 2013-03-08 22:44:35 UTC

* Team upload.

[ Thomas Kluyver ]
* Don't use nosetests-x.y scripts for tests.

[ Dmitry Shachnev ]
* Unify patches naming (use .patch extension, and dashes in file name).
* Merge from Ubuntu:
  + debian/patches/gettext-support.patch: support Gettext-Domain fields.
  + debian/patches/prefer-first-glob-for-finding-mimetype.patch:
    Cherry-pick from upstream to fix test failure with *.png files; when
    there are multiple globs with the same pattern (as introduced in the
    latest shared-mime-info update), the last one was preferred. It should
    have been the first. [Thanks to Thomas Kluyver and Iain Lane]
* Refresh debian/patches/set-default-menu.patch.
* Bump Standards-Version to 3.9.4, no changes needed.
* debian/patches/gettext-support.patch: also disable the test that could
  fail when gedit is installed.

lp:~takluyver/ubuntu/raring/pyxdg/update-0.24 1 Development 2012-11-06 14:05:11 UTC
24. Update to new upstream release 0.24

Author: Thomas Kluyver
Revision Date: 2012-11-06 14:04:39 UTC

Update to new upstream release 0.24

lp:ubuntu/quantal/pyxdg bug 2 Mature 2012-07-04 00:13:32 UTC
23. * New upstream release. * debian/cont...

Author: Barry Warsaw
Revision Date: 2012-07-03 19:43:00 UTC

* New upstream release.
* debian/control:
  + Add python3-xdg stanza.
  + Updated Build-Depends for Python 3.
  + Build-Depend on debhelper >= 9.
  + Added X-Python-Version and X-Python3-Version headers.
* debian/rules: Build for Python 3. (LP: #823150)
* debian/python-xdg.install, python3-xdg.install: Added.
* Patches applied upstream and removed here:
  + add-IniFile-parse-docstring.patch
  + fix-583497.patch
  + fix-BaseDirectory-empty-vars.patch
  + fix-README.patch
  + fix-string-exceptions.patch
* Patches updated:
  + gettext-support.patch
* debian/watch:
  + Updated for 0.20 tarball location.
* debian/compat:
  + Bump to 9.

lp:~ubuntu-branches/ubuntu/precise/pyxdg/precise-201112311709 (Has a merge proposal) 1 Development 2011-12-31 17:10:01 UTC
20. * switch to dh_python2 (LP: #788514) ...

Author: Barry Warsaw
Revision Date: 2011-08-08 22:56:07 UTC

* switch to dh_python2 (LP: #788514)
* Merge from debian unstable. Remaining changes:
* debian/patches/gettext-support.patch, debian/patches/series:
  - Support X-GNOME-Gettext-Domain and X-Ubuntu-Gettext-Domain fields in
    .desktop files, for dynamic translation support (corresponding to our
     glib change).
* Team upload.
* Update fix-BaseDirectory-cornercase.patch to handle $XDG_*_DIRS variables
  (closes: #568757). Thanks to Thibaut Girka for the updated patch.
* Bump standards version to 3.9.2 (no changes needed).

lp:ubuntu/precise/pyxdg 2 Mature 2011-12-31 02:13:10 UTC
22. Rebuild to drop python2.6 dependencies.

Author: Matthias Klose
Revision Date: 2011-12-31 02:13:10 UTC

Rebuild to drop python2.6 dependencies.

lp:ubuntu/oneiric/pyxdg bug 2 Mature 2011-08-08 22:57:28 UTC
20. * switch to dh_python2 (LP: #788514) ...

Author: Barry Warsaw
Revision Date: 2011-08-08 22:56:07 UTC

* switch to dh_python2 (LP: #788514)
* Merge from debian unstable. Remaining changes:
* debian/patches/gettext-support.patch, debian/patches/series:
  - Support X-GNOME-Gettext-Domain and X-Ubuntu-Gettext-Domain fields in
    .desktop files, for dynamic translation support (corresponding to our
     glib change).
* Team upload.
* Update fix-BaseDirectory-cornercase.patch to handle $XDG_*_DIRS variables
  (closes: #568757). Thanks to Thibaut Girka for the updated patch.
* Bump standards version to 3.9.2 (no changes needed).

lp:ubuntu/natty/pyxdg 2 Mature 2010-10-13 02:57:16 UTC
19. Resync on Debian

Author: Sebastien Bacher
Revision Date: 2010-06-25 11:19:13 UTC

Resync on Debian

lp:ubuntu/maverick/pyxdg 2 Mature 2010-06-25 11:19:13 UTC
19. Resync on Debian

Author: Sebastien Bacher
Revision Date: 2010-06-25 11:19:13 UTC

Resync on Debian

lp:ubuntu/lucid/pyxdg bug 1 Development 2010-02-10 13:32:28 UTC
17. releasing version 0.18-1ubuntu2

Author: Martin Pitt
Revision Date: 2010-02-10 13:24:44 UTC

releasing version 0.18-1ubuntu2

lp:ubuntu/karmic/pyxdg 2 Mature 2009-12-05 11:38:44 UTC
13. * gettext-support.patch: Update to co...

Author: Martin Pitt
Revision Date: 2009-03-04 19:24:18 UTC

* gettext-support.patch: Update to corresponding changes in glib:
  - Prefer inline translations over gettext ones.
  - Prefer X-GNOME-Gettext-Domain over X-Ubuntu-Gettext-Domain.
  - LP: #3697

lp:ubuntu/jaunty/pyxdg 2 Mature 2009-12-05 11:38:31 UTC
13. * gettext-support.patch: Update to co...

Author: Martin Pitt
Revision Date: 2009-03-04 19:24:18 UTC

* gettext-support.patch: Update to corresponding changes in glib:
  - Prefer inline translations over gettext ones.
  - Prefer X-GNOME-Gettext-Domain over X-Ubuntu-Gettext-Domain.
  - LP: #3697

lp:ubuntu/intrepid/pyxdg 2 Mature 2009-12-05 11:38:19 UTC
12. * debian/patches/gettext-support.patc...

Author: Michael Vogt
Revision Date: 2008-10-20 16:48:30 UTC

* debian/patches/gettext-support.patch:
  - fix return for empty keys (LP: #286363)

lp:ubuntu/hardy/pyxdg 2 Mature 2009-12-05 11:38:05 UTC
11. Fix interpreter paths. LP: #187000.

Author: Matthias Klose
Revision Date: 2008-04-09 17:25:05 UTC

Fix interpreter paths. LP: #187000.

lp:ubuntu/gutsy/pyxdg 1 Development 2009-12-05 11:37:50 UTC
10. debian/control: Update maintainer fie...

Author: Martin Pitt
Revision Date: 2007-03-09 11:58:06 UTC

debian/control: Update maintainer fields according to debian-
maintainer-field spec.

lp:ubuntu/feisty/pyxdg 1 Development 2009-12-05 11:37:39 UTC
10. debian/control: Update maintainer fie...

Author: Martin Pitt
Revision Date: 2007-03-09 11:58:06 UTC

debian/control: Update maintainer fields according to debian-
maintainer-field spec.

lp:ubuntu/edgy/pyxdg 1 Development 2009-12-05 11:37:28 UTC
9. * Merge from debian unstable. * debia...

Author: Martin Pitt
Revision Date: 2006-07-05 12:32:04 UTC

* Merge from debian unstable.
* debian/control: Build-Depend on python (>= 2.4.3-5ubuntu1) to ensure that
  we have a properly working pyversions script.

lp:ubuntu/dapper/pyxdg 2 Mature 2009-12-05 11:37:16 UTC
8. debian/patches/gettext-support.patch:...

Author: Martin Pitt
Revision Date: 2006-05-17 14:29:44 UTC

debian/patches/gettext-support.patch: Fix fallback to translation in
.desktop file if gettext doesn't return a translation. Closes: LP#40132

lp:ubuntu/breezy/pyxdg 1 Development 2009-12-05 11:37:02 UTC
4. New upstream version.

Author: Sebastien Bacher
Revision Date: 2005-08-11 14:20:06 UTC

New upstream version.

lp:ubuntu/hoary/pyxdg 1 Development 2009-12-05 11:36:43 UTC
3. * New upstream release. * debian/patc...

Author: Sebastien Bacher
Revision Date: 2005-03-23 11:15:06 UTC

* New upstream release.
* debian/patches/menualloc.patch:
  - not needed with the new version.

lp:ubuntu/warty/pyxdg 1 Development 2009-12-05 11:36:31 UTC
2. * New upstream release + supports "...

Author: Sebastien Bacher
Revision Date: 2004-03-30 19:42:50 UTC

* New upstream release
  + supports "none" locale (Closes: #240588).
* debian/copyright
  + new upstream release is under LGPL.

128 of 28 results