lp:ubuntu/raring/usb-creator

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/raring/usb-creator
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

74. By Dimitri John Ledkov

Purge the upstart job.

73. By Adam Conrad

Don't ship the upstart script for now, it's triggering in many wrong
situations, such as with no one logged in and postinst (LP: #1117165)

72. By Dimitri John Ledkov

Simplify upstart job, do checks in start on conditions and not in
pre-start script.

71. By Dimitri John Ledkov

KDE frontend python3 fixes from Riddell.

70. By Dimitri John Ledkov

* Port helper script to gobject-interspection. (LP: #1078810)
* Fix pygi depreciation warnings.
* Fix passing one to many arguments to one Gtk.MessageDialog.

69. By Dimitri John Ledkov

Restrict architectures to i386 & amd64. Although it's all pure python,
it depends on executing syslinux which is only available on i386 &
amd64.

68. By Dimitri John Ledkov

* Switch packaging to use python3.
* Drop utf-8/gnome workaround, now fixed in gnome.
* Do not use INT_MAX (LP: #1076305).

67. By Jamie Strandboge

debian/control: remove Build-Depends on kdesdk-scripts so kdesdk
can live in universe

66. By Harald Sitter

[ Dmitrijs Ledkovs ]
* Increase the height of both source and target treeviews in the GTK+
  frontend. Thanks to Ross Lagerwall.
* Search Desktop in addition to Downloads directory for ISOs. Thanks to
  Lucian Adrian Grijincu (LP: #761646)
* Update debian/copyright to copyright specification 1.0
* Bump standards version to 3.8.3

[ Harald Sitter ]
* KDE: don't duplicate entries by improper removal of entries on update
  (LP: #992061)
* udisks: on successful format the ended callback must be called
* KDE: strip() ISO labels as some derivates end up having newlines in
  their label (e.g. netrunner)
* KDE: auto-populate the ISO list with files found in downloads dir
  (LP: #761745)

[ Jonathan Riddell ]
* KDE: do not clear formatting list in backend, fix breakage at
  end of format

65. By Evan

[ Colin Watson ]
* Clean up various pyflakes warnings.
* Only pass unicode=True to gettext.install in Python 2.
* Open subprocesses with universal_newlines=True when expecting to read
  text from them. On Python 2, this only enables \r\n conversion and the
  like, but on Python 3 this also causes subprocess-related file objects
  to read str rather than bytes.
* Use str() rather than unicode() in Python 3.
* Remove __pycache__ directories on clean.
* Use 'isinstance(obj, collections.Callable)' instead of 'callable(obj)'
  in Python 3.
* Change 'except StandardError' to 'except Exception'; StandardError was
  removed in Python 3.
* Use Python 3 name for Queue if available.
* Handle a few cases of builtins being changed to return iterators in
  Python 3.
* Just use dict.items() rather than bothering with Python 2/3
  compatibility for dict.iteritems().

[ Evan Dandrea ]
* Only clear the selected partition on the disk, not the entire disk
  (LP: #484252). Thanks Dmitrijs Ledkovs!

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/saucy/usb-creator
This branch contains Public information 
Everyone can see this information.

Subscribers