Back to gdebi PTS page

Accepted gdebi 0.5.9debian1 (source all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 02 Oct 2009 18:56:30 +0200
Source: gdebi
Binary: gdebi-core gdebi gdebi-kde
Architecture: source all
Version: 0.5.9debian1
Distribution: unstable
Urgency: low
Maintainer: Gustavo Franco <stratus@debian.org>
Changed-By: Luca Falavigna <dktrkranz@debian.org>
Description: 
 gdebi      - Simple tool to install deb files
 gdebi-core - Simple tool to install deb files
 gdebi-kde  - Simple tool to install deb files
Closes: 410377 415987 435577 438714 461138 490870 493352 511221 514125 515238 517508 531775 547634 547873
Changes: 
 gdebi (0.5.9debian1) unstable; urgency=low
 .
   * New upstream release from Ubuntu (Closes: #514125).
     + Compatible with recent python-apt versions (Closes: #438714).
     + When checking if a dependency is satified, ensure to test for all
       provided ones (Closes: #490870).
     + Let install packages with spaces in the filename (Closes: #515238).
     + Localization updates:
       - Catalan (Closes: #415987).
       - French (Closes: #410377).
       - German (Closes: #511221).
       - Hebrew (Closes: #461138).
       - Slowak (Closes: #531775).
       - Swedish (Closes: #517508).
 .
   * GDebi/GDebi.py:
     + Do not pass --always-ask-pass to gksu, this option is not currently
       supported in Debian gksu package (Closes: #493352).
   * debian/control:
     + Add myself to Uploaders, I will help Gustavo and Michael maintaining
       gdebi in Debian via collab-maint (Closes: #547634).
     + Bump Standards-Version to 3.8.3.
   * debian/copyright:
     + Add copyright notice.
   * debian/rules:
     - Do not hardcode {site,dist}-package directory (Closes: #547873).
     - Remove useless dh_desktop call.
 .
 gdebi (0.5.9) karmic; urgency=low
 .
   * .bzr-builddeb/default.conf:
     - build with split=True as requested by debian
   * GDebi/GDebi.py:
     - do not crash if exit is selected while the progress bar is
       still going (LP: #428978)
 .
 gdebi (0.5.8) karmic; urgency=low
 .
   * data/gdebi.ui:
     - add domain="gdebi" to the interface tag to ensure we
       get a translation (LP: #425812)
   * po/POTFILES.in:
     - updated to include gdebi.ui
   * GDebi/SimpleGtkbuilderApp.py:
     - use logging instead of sys.stderr.write()
   * po/*.po:
     - refresh
 .
 gdebi (0.5.7) karmic; urgency=low
 .
   * GDebi/GDebi.py:
     - fix markup escape bug in error message output
     - fix typo (LP: #402695)
   * GDebi/DebPackage.py:
     - filter deprecation warnings
 .
 gdebi (0.5.6) karmic; urgency=low
 .
   * GDebi/GDebi.py:
     - return full status in waitChild() not just the return code
       (fixes a hang) LP: #414455
 .
 gdebi (0.5.5) karmic; urgency=low
 .
   * GDebi/GDebi.py:
     - do not crash if the filelist can not be read (LP: #407198)
     - avoid busy loop
   * gdebi-gtk:
     - add --auto-close commandline option
 .
 gdebi (0.5.4) karmic; urgency=low
 .
   * GDebi/GDebiCli.py:
     - do not crash when dpkg returns a error (LP: #410780)
   * GDebi/GDebi.py:
     - try working around a crash in gtk.Button.set_label()
 .
 gdebi (0.5.3) karmic; urgency=low
 .
   * data/gdebi.ui:
     - fix some duplicated IDs (LP: #422096)
   * gdebi-gtk:
     - add "--datadir" argument to support running from
       a local checkout
 .
 gdebi (0.5.2) karmic; urgency=low
 .
   * use a treeview in the file list display
   * display control information in the file list
   * support displaing file content in gdebi (both for control and data
     members) with auto-decompress of .gz
   * debian/control:
     - add dependency to python-debian for the new display
       functionatlity
 .
 gdebi (0.5.1) karmic; urgency=low
 .
   * po/pt_BR.po:
     - fix typo in translation (LP: #377151)
   * GDebi/SimpleGtkbuilderApp.py:
     - do not crash if sys.stderr can not be used (LP: #402780)
 .
 gdebi (0.5.0) karmic; urgency=low
 .
   [ Anders Kaseorg ]
   * GDebi/DebPackage.py:
     - Look for Pre-Depends instead of PreDepends.  (Closes: #435577)
       (LP: #392714)
 .
   [ Michael Vogt ]
   * GDebi/DebPackage.py:
     - fix typo (LP: #387022)
   * data/gdebi-kde.desktop:
     - increase initialPreference value (LP: #379150)
   * data/gdebi.ui:
     - ported to GtkBuilder
   * fix crash because we made the window sensitive too early
     (LP: #355268)
   * do not resolve versionized dependencies with virtual
     packages (LP: #373154)
   * honor "GDEBI_DEBUG_LEVEL" environment var
   * GDebi/GDebi.py:
     - workaround bug in vte where forkpty() does not pass the
       environment (LP: #367959)
     - set the image in the gtkbuilder file, hopefully fixes
       (LP: #345260)
   * debian/rules:
     - build with DY_PYCENTRAL=include-links
 .
 gdebi (0.4.9) jaunty; urgency=low
 .
   * GDebi/DebPackages.py, GDebi/Cache.py:
     - when checking if a dependency is satified ensure to test
       for all provides (not just pure virtual ones) (LP: #353088)
 .
 gdebi (0.4.8) jaunty; urgency=low
 .
   * GDebi/GDebi.py:
     - fix crash on reload with no package selected
       (LP: #350755)
 .
 gdebi (0.4.7) jaunty; urgency=low
 .
   * GDebi/GDebi.py:
     - when the install is finished and the user clicks on
       the auto-close button (thanks Nyitrai István)
 .
 gdebi (0.4.6) jaunty; urgency=low
 .
   * GDebi/GDebi.py:
     - only call gtk.main_quit() if there is a main loop
       running (LP: #333702)
 .
 gdebi (0.4.5) jaunty; urgency=low
 .
   [ István Nyitrai ]
   * fix gettext issue with gdebi-kde (LP: #337786)
 .
 gdebi (0.4.4) jaunty; urgency=low
 .
   [ István Nyitrai ]
   * fix problem with installing utf-8 filenames with gdebi-kde
     (LP: #190907)
   * auto-close checkbutton (LP: #57812)
 .
   [ Michael Vogt ]
   * updated for the new "setup.py --install-layout=deb" and
     dist-packages requirement
 .
 gdebi (0.4.3) jaunty; urgency=low
 .
   [ István Nyitrai ]
   * fix potential crash in kde frontend i18n
     messages  (LP: #316116)
 .
   [ Gabor  Kelemen ]
   * i18n fixes (LP: #332744)
 .
 gdebi (0.4.2) jaunty; urgency=low
 .
   [ István Nyitrai ]
   * GDebi/GDebiCommon.py:
     - show a more meaningful error message when users
       try to open a non debian package (LP: #289308)
 .
 gdebi (0.4.1) jaunty; urgency=low
 .
   [ Michael Vogt ]
   * GDebi/DebPackage.py:
     - add explaination for translators (LP: #326944)
     - fix typo
   * refresh po/pot (LP: #30008)
 .
   [ István Nyitrai ]
   * GDebi/GDebiCommon.py:
     - improve description for broken deps (LP: #204240)
   * update copyright (LP: #320529)
   * GDebi/GDebiCli.py:
     - fix whitespace in filename problem (LP: #178171)
 .
 gdebi (0.4.0) jaunty; urgency=low
 .
   [ Michael Vogt ]
   * i18n fixes (LP: #313890), thanks to Gabor Kelemen
   * merged da.po translation update (thanks to Joe Dalton)
   * GDebi/DebPackage.py:
     - better error string for versionized dependencies (LP: #160218)
     - do not crash on packages with no architecture field but show
       a error instead (LP: #261266)
     - fix improper checking for reverse conflicts/strict dependencies
       (LP: #312022)
   * GDebi/GDebi.py:
     - fix filelist display for debs with utf-8 chars (LP: #257597)
     - add refresh action (LP: #156214)
     - tell the user what is being installed
   * data/gdebi.glade:
     - make the status text selectable (LP: #50212)
     - Open is now "Open..." (LP:# 90010)
   * unify the utf8 methods and deal properly with non-utf8 input
     (fixes crash in gdebi-kde, LP: #149893)
 .
   [ Harald Sitter ]
   * Fix gdebi-kde icon (application-x-deb)
   * Change install path of gdebi-kde desktop file to applications/kde4
 .
 gdebi (0.3.13) intrepid; urgency=low
 .
   [ Jonathan Riddell ]
   * GDebi/GDebiKDE.py
     - Port to KDE 4
 .
   [ Michael Vogt ]
   * GDebi/GDebi.py:
     - if the terminal has no updates for a long time, expand
       it (assuming some sort of prompting is going on, LP: #252632)
 .
 gdebi (0.3.12) intrepid; urgency=low
 .
   * GDebi/GDebi.py:
     - fix utf-8 disply (LP: #109907)
     - do not crash if the file disappeared in --non-interactive
       mode (LP: #213725)
     - fix incorrect statusline when cache can not be locked
       (LP: #212105)
   * GDebi/DebPackage.py:
     - do not crash when the filelist can not be read because of
       gvfs strangeness (LP: #211822)
   * gdebi-gtk:
     - do not crash when DISPLAY is not accessable (LP: #204543)
   * data/gdebi.desktop.in:
     - add "Startup-Notify=true" (LP: #120920)
   * merge debian fixes (thanks to Amaya Rodrigo Sastre and
     Barry deFreese)
Checksums-Sha1: 
 f381d5513b0c619690f4e9b737c8f3a8c4e9ab14 1040 gdebi_0.5.9debian1.dsc
 3a66938ce3881924321e5c1d11f5aa407c90cdfa 132204 gdebi_0.5.9debian1.tar.gz
 27a723f3cae6c45433ad260428f0228728a922a5 66550 gdebi-core_0.5.9debian1_all.deb
 e804655fca54ec3e605318f229e4d19dda72f034 33070 gdebi_0.5.9debian1_all.deb
 abd0c4348d0254d5118633060a95846b19f53b7e 23628 gdebi-kde_0.5.9debian1_all.deb
Checksums-Sha256: 
 1b51690355f5eb89a29520b2ec6ec65d401b6831ea18f6a4bc210bf9c5a3e8ff 1040 gdebi_0.5.9debian1.dsc
 bfe8afc04c65de4abc66bfbc714b645b497a064183a1ba48bc670b6075733bc3 132204 gdebi_0.5.9debian1.tar.gz
 2d54bb10d93ca7707fc25ecde316cace2ad32328ab63dfaffe6718c23cd2a90b 66550 gdebi-core_0.5.9debian1_all.deb
 d63ef8cd2ed69f9d2cf518efcd4ddbc991107d91a5e3718b35cd9c2c894d985d 33070 gdebi_0.5.9debian1_all.deb
 45ab274ebb88b2ccc64324b8c5bda6706533a4efac06de99e5473e141902f9cd 23628 gdebi-kde_0.5.9debian1_all.deb
Files: 
 0ca276273f9962e6a26b1b0c0828ef28 1040 admin optional gdebi_0.5.9debian1.dsc
 51fccacde4c33bf8c6dc760415d67090 132204 admin optional gdebi_0.5.9debian1.tar.gz
 55cfab9414d8f64b1dc1823dc329eb1d 66550 admin optional gdebi-core_0.5.9debian1_all.deb
 08c0fdf826955343056c5e4442f77a3e 33070 admin optional gdebi_0.5.9debian1_all.deb
 51aa103a9927a017a656bb80ef1f3d11 23628 admin optional gdebi-kde_0.5.9debian1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkrGN5wACgkQnXjXEYa8KlBSCACcD9C/cTNVnGKveagGRyRJOebB
rmgAoKmp5AaSekZWUf9Y6ukFiHoTF/UI
=sShT
-----END PGP SIGNATURE-----


Accepted:
gdebi-core_0.5.9debian1_all.deb
  to pool/main/g/gdebi/gdebi-core_0.5.9debian1_all.deb
gdebi-kde_0.5.9debian1_all.deb
  to pool/main/g/gdebi/gdebi-kde_0.5.9debian1_all.deb
gdebi_0.5.9debian1.dsc
  to pool/main/g/gdebi/gdebi_0.5.9debian1.dsc
gdebi_0.5.9debian1.tar.gz
  to pool/main/g/gdebi/gdebi_0.5.9debian1.tar.gz
gdebi_0.5.9debian1_all.deb
  to pool/main/g/gdebi/gdebi_0.5.9debian1_all.deb