lp:ubuntu/quantal/gdebi

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/quantal/gdebi
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

36. By Luca Falavigna

* gdebi, GDebi/GDebiCli.py:
  - Return dpkg error code (LP: #1033631).
* gdebi-gtk, gdebi-kde:
  - Convert help options with unicode (LP: #976253).
* GDebi/GDebi.py:
  - Port to new GIO API (LP: #858700).
* GDebi/GDebi.py, data/gdebi.ui:
  - Mark menu and labels as sensitive at startup (LP: #1000014).
* GDebi/GDebiCli.py, GDebi/GDebiCommon.py:
  - Also handle ValueError exception (LP: #980457).
* GDebi/GDebiKDE.py:
  - Fall-back on kdesu if kdesudo is not available (LP: #949869).
* debian/control:
  - Add xz-utils to gdebi-core Suggests field (Closes: #685193).
* po/pt.po:
  - Fix translation string which erroneously used three format string
    parameters instead of two (LP: #964895).

35. By Micah Gersten

No change rebuild to restore translations after being demoted to universe
(LP: #961678)

34. By Luca Falavigna

* GDebi/GDebi.py:
  - Check whether model and path are set (LP: #917802, #912389).
* debian/control:
  - gdebi must depend on python-gi (Closes: #661624).
  - Bump Standards-Version to 3.9.3.
* debian/copyright:
  - Format now points to copyright-format site.
* po/*.po:
  - Refresh translations exported from Rosetta.

33. By Luca Falavigna

* GDebi/GDebiKDE.py:
  - Fix execl invocation (Closes: #654456).
* debian/control:
  - Add kdebase-runtime as optional dependency for gdebi-kde.

32. By Luca Falavigna

[ Luca Falavigna ]
* data/gdebi.desktop.in:
  - Append %f to Exec parameter (LP: #803729).
* GDebi/GDebiKDE.py:
  - Invoke kdesu instead of kdesudo in Debian (Closes: #641078).
* debian/control:
  - Suggest xz-lzma to provide support for lzma compresed packages,
    they are not very common as lzma is no longer supported by
    Debian archive (superseded by xz), but are still valid and
    supported by dpkg/apt (Closes: #650507).
  - Add kde-runtime to gdebi-kde dependencies for kdesu support.
* po/*.po:
  - Refresh translations exported from Rosetta.

[ Michael Terry ]
* debian/control:
  - Do not pass "all" to X-Python-Version, pass ">= 2.6" instead,
    which is known to work with GDebi code (Closes: #648229).

31. By Luca Falavigna

* setup.py:
  - Make buildsystem a little less noisy.
* GDebi/GDebi.py:
  - Implement a popup menu to copy terminal output (LP: #812471).
  - Show download button only when necessary.
* gdebi-gtk, GDebi/GDebi.py, data/gdebi.ui. data/gdebi-gtk.1:
  - Implement Uninstall button (LP: #74042).
* GDebi/GDebiCommon.py:
  - Open .deb file using absolute path.
* gdebi, GDebi/GDebiCli.py:
  - Improve user's choice regex, thanks Adam Barratt!
* po/*.po:
  - Refresh translations exported from Rosetta.

30. By Luca Falavigna

[ Michael Vogt ]
* data/gdebi.ui:
 - fix some spacing issues with the new gtk3/gtkbuilder

[ Omar Campagne ]
* po/es.po:
  - Update Spanish translation (Closes: #636243).

[ Luca Falavigna ]
* GDebi/GDebi.py, GDebi/KDEAptDialogs.py:
  - Use errno constant instead of hardcoded values.
* GDebi/GDebi.py:
  - Use get_content_area instead of vbox (LP: #834545).
  - Fix crash when initializing main window (LP: #834839).
* po/*.po:
  - Refresh translations exported from Rosetta.
* debian/copyright:
  - Update copyright information.

[ Pino Toscano ]
* data/gdebi.desktop.in, data/gdebi-kde.desktop.in
  - Revalidate .desktop files.

29. By Luca Falavigna

* Upload to unstable.
* GDebi/GDebiCommon.py:
  - Handle exception generated when installing packages not available
    in any archive (LP: #800865).
* data/gdebi.desktop.in, data/gdebi-kde.desktop.in:
  - Remove NoDisplay to show GDebi in system menus (LP: #803729).

28. By Luca Falavigna

[ Luca Falavigna ]
* GDebi/GDebi.py:
  - Make sure Synaptic subtree is available anytime (LP: #721294).
* po/*.po:
  - Refresh translations exported from Rosetta.
* debian/compat:
  - Bump compatibility level to 8.
* debian/control:
  - Build-depends on python (>= 2.6.6-3~).
  - Fix typos in synopsises.
* debian/dirs:
  - Obsolete, removed.
* debian/*.install:
  - Add Python files to be installed in each package.
* debian/*.links:
  - Install links in /usr/bin pointing to gdebi scripts.
* debian/pycompat:
  - Obsolete, removed.
* debian/rules:
  - Complete overhaul.
  - Use dh 8 syntax.
  - Install Python files into /usr/share/gdebi private directory.
  - No longer install Python files into correspondant package, let
    .install files do this task.

[ Omar Campagne ]
* po/es.po:
  - Update Spanish translation (Closes: #619469).

[ David Prévot ]
* po/fr.po:
  - Update French translation (Closes: #620251).

27. By Luca Falavigna

[ Luca Falavigna ]
* GDebi/Gdebi.py:
  - Add Launchpad integration (LP: #520353).
  - Assign a proper title to dialog_deb_install (LP: #576566).
* GDebi/GDebiCli.py:
  - Handle FetchFailedException when a package is not available in
    the mirrors (LP: #442172).
* GDebi/GdebiKDE.py:
  - Fix status output to correctly display utf-8 chars (LP: #606549).
* GDebi/Gdebi.py, GDebi/GdebiKDE.py:
  - Use correct IEC prefix name to display Installed-Size (LP: #44286).
* GDebi/GDebiCli.py:
  - Try to determine correct localized value for "Y" answer by parsing
    first value located into square brackets instead of relying on an
    hardcoded value (Closes: #605147) (LP: #577140).
* po/*.po:
  - Refresh translations exported from Rosetta.
* setup.py:
  - Do not ship gdebi.xml mime-info, the .deb mime info is part
    of the shared-mime-info package (Closes: #502717)
* debian/source/format:
  - Switch to format 3.0 (native).
* debian/control:
  - Build-depend on python (>= 2.6.5-2~) for dh_python2.
  - Drop python-central build-dependency.
  - Drop obsolete Conflicts/Replaces fields.
* debian/rules:
  - Switch to dh_python2.

[ Michael Vogt ]
* debian/control:
  - recommend on libgtk2-perl instead of libgnome2-perl
* gio support, thanks to István Nyitrai (LP: #34133, #80862).

Branch metadata

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

Subscribers