-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 06 Mar 2012 14:32:19 +0100 Source: software-properties Binary: python-software-properties software-properties-common software-properties-gtk software-properties-kde Architecture: source all Version: 0.82.4debian3 Distribution: unstable Urgency: low Maintainer: Julian Andres Klode <jak@debian.org> Changed-By: Julian Andres Klode <jak@debian.org> Description: python-software-properties - manage the repositories that you install software from software-properties-common - manage the repositories that you install software from (common) software-properties-gtk - manage the repositories that you install software from (gtk) software-properties-kde - manage the repositories that you install software from (kde) Closes: 639611 644539 Changes: software-properties (0.82.4debian3) unstable; urgency=low . * Fix the GPL-3 license statement to refer to GPL-3, not LGPL-3 . software-properties (0.82.4debian2) unstable; urgency=low . * Rewrite copyright file, use copyright-format 1.0 . software-properties (0.82.4debian1) unstable; urgency=low . * Upload 0.8X branch from experimental to unstable * Merge with Ubuntu, remaining differences: - debian/control: Maintainer, VCS differences - debian/rules: Do not use dh-translations * The following issues are fixed: - Now build against Python 2.7 (Closes: #644539) - Updated for latest GObject Introspection (Closes: #639611) * Change Standards-Version to 3.9.3, no further changes required . software-properties (0.82.4) precise; urgency=low . * Move KeysModified signal so add-apt-repository doesn't crash. (LP: #926152) . software-properties (0.82.3) precise; urgency=low . [ Brian Murray ] * when adding new repositories use sourceslist.add instead of append thereby preventing duplicate entires. Thanks to Nick Russo for the patch. LP: #854841 . [ Robert Roth ] * Updated expand properties to properly expand the bottom component to avoid putting empty space between components. LP: #912557 * Added symbolic link for add-apt-repository manpage under the apt-add-repository name, LP: #620098 * Changed Revert button mnemonic to avoid collision with Remove, LP: #652523 * Handle URLError from ppa pages, instruct the user to check the internet connection (LP: #502698) . [ Marc Deslauriers ] * SECURITY UPDATE: incorrect ssl certificate validation (LP: #915210) - softwareproperties/ppa.py: use pycurl to download the signing key fingerprint. - tests/test_lp.py: add test. - debian/control: add python-pycurl dependency. - CVE-2011-4407 * Wait for PPA GPG key to get imported before ending thread (LP: #888417) . software-properties (0.82.2) precise; urgency=low . [ Michael Vogt ] * merged from debian-sid, thanks to Julian Andres Klode * add-apt-repository: - fail if the user tries to add a private PPA . [ Sebastien Bacher ] * Stop listing software-properties in gnome-control-center since it's available from software-center and update-manager (desktop-p-control-center-cleanup spec) . software-properties (0.82) precise; urgency=low . [ Manish Sinha (मनीष सिन्हा) ] * lp:~manishsinha/software-properties/fix-887249-handle-404-error: - improve error handling for incorrect/misspelled PPAs (LP: #887249) * lp:~manishsinha/software-properties/list-ppa-names-for-user-or-team: - Made the change to alert the user that a user/team does not have any PPAs . [ Robert Roth ] * lp:~evfool/software-properties/lintianfixes: - Fixed capitalization issue in control file * Fix warnings logged to terminal about inexistent handlers by checking if the handlers exist * Change geeky authentication text displayed on policykit auth dialog to the one suggested by mpt (LP: #828285) * Reset the popcon checkbox value if changed, but auth failed (LP: #874759) * Apt-add-repository --remove changed to also remove the debsrc line (LP: #838507) * Apt-add-repository PPA warning changed to warn you about add/removal depending on what you really want to do. * Update the manpage of apt-add-repository with the available options. (LP: #697546) * Reset the text on the mirror testing dialog after closing/canceling it (LP: #875679) * Unicode encode PPA description and displaynam to avoid UnicodeDecodeErrors (LP: #827355) * Do not expand the server combobox (LP: #875131) . software-properties (0.81.13.2) oneiric-proposed; urgency=low . * add-apt-repository: - honor FORCE_ADD_APT_REPOSITORY (LP: #890708) . software-properties (0.81.13.1) oneiric-proposed; urgency=low . * lp:~yofel/software-properties/lp-819793: - Fix for bug 819793 as disable_child_source() now need the template name as parameter, not the template itself )LP: #819793 . [ Philip Muskovac ] * lp:~yofel/software-properties/lp-819793: - Fix for bug 819793 as disable_child_source() now need the template name as parameter, not the template itself )LP: #819793 . [ Robert Roth ] * Fix warnings logged to terminal about inexistent handlers by checking if the handlers exist * Reset the popcon checkbox value if changed, but auth failed (LP: #874759) * Apt-add-repository --remove changed to also remove the debsrc line (LP: #838507) * Update the manpage of apt-add-repository with the available options. (LP: #697546) * Reset the text on the mirror testing dialog after closing/canceling it (LP: #875679) * Unicode encode PPA description and displaynam to avoid UnicodeDecodeErrors (LP: #827355) * Do not expand the server combobox (LP: #875131) . software-properties (0.81.13) oneiric-proposed; urgency=low . * lp:~kelemeng/software-properties/bug853231: - Build with dh_translations, to localize the .policy file at runtime. LP: #853231 - Add missing files to POTFILES.in (LP: #853231) Many thanks to Gabor Kelemen . software-properties (0.81.12) oneiric-proposed; urgency=low . * lp:~kelemeng/software-properties/bug853231-upstream: - Add missing files to POTFILES.in (LP: #853231) Many thanks to Gabor Kelemen . software-properties (0.81.10) oneiric; urgency=low . * softwareproperties/dbus/SoftwarePropertiesDBus.py, tests/test_dbus.py: - fix crash when there are unicode comments in the sources.list file (LP: #820028). Dbus always sends us a dbus.String which is type unicode, but python-apt expects utf8 encoded str . software-properties (0.81.9) oneiric; urgency=low . * lp:~gandelman-a/software-properties/lp829109 : - add "-y" to add-apt-repository (LP: #829109). This can be used to avoid the confirmation prompt. Alternatively you can redirect stdin to /dev/null for skipping of the confirmation . software-properties (0.81.8) oneiric; urgency=low . * Move from static gobject to GI GObject module, to be compatible to upcoming pygobject 3.0. . software-properties (0.81.7) oneiric; urgency=low . * softwareproperties/ppa.py: - fix incorrect call call to apt-key for the fingerprint, thanks to Martin Pitt for the report . software-properties (0.81.6) oneiric; urgency=low . [ Michael Vogt ] * softwareproperties/ppa.py: - show PPA description and confirm before adding (security-o-catch-all spec) . [ Martin Pitt ] * softwareproperties/gtk/SoftwarePropertiesGtk.py: Fix encoding error, thanks to sokolov-m-v for the patch! (LP: #815480) . software-properties (0.81.5) oneiric; urgency=low . * softwareproperties/gtk/DialogMirror.py: - sort automatic mirror on top of the mirror list * debian/control: - remove old conflicts/replaces . software-properties (0.81.4) oneiric; urgency=low . * softwareproperties/AptAuth.py: - move trustdb into tmpdir as gnupg insists in creating it * softwareproperties/gtk/SoftwarePropertiesGtk.py: - use policykit for changing the update interval (LP: #816061) . software-properties (0.81.3) oneiric; urgency=low . * softwareproperties/gtk/SimpleGtkbuilderApp.py: - remove unneeded debug output for gobjects without a get_name() function * softwareproperties/gtk/SoftwarePropertiesGtk.py: - do not crash if update-notifier is not installed (LP: #815016) * softwareproperties/AptAuth.py: - do not access ~/.gnupg from AptAuth() (LP: #815034) * softwareproperties/SoftwareProperties.py: - add CDROM add support into the dbus backend (LP: #815860) . software-properties (0.81.2) oneiric; urgency=low . * fix crash when clicking on "updates" tab child sources, thanks to Sebastien Bacher . software-properties (0.81.1) oneiric; urgency=low . * data/software-properties-gtk.desktop.in: - don't use gksu * debian/control: - remove the gksu dependency and add software-properties-common instead * debian/software-properties-common.install: - fix missing dbus include (thanks to seb128) * data/com.ubuntu.SoftwareProperties.service: - fix service path (thanks to seb128) . software-properties (0.81) oneiric; urgency=low . [ Mohamed Amine IL Idrissi ] * Redesigned the Updates tab according to https://wiki.ubuntu.com/SoftwareUpdateHandling#settings (LP: #351484, #357676, #253412) . [ Michael Vogt ] * add dbus/polkit backend, based on lp:~kubuntu-packagers/software-properties/dbusworker * use new dbus backend * automatically run tests at bzr-buildpackage time . software-properties (0.80.14) oneiric; urgency=low . * data/gtkbuilder/dialog-mirror.ui: string fix regarding testing . software-properties (0.80.13) oneiric; urgency=low . * merge control center fix from Rodrigo Moya, many thanks! (lp:~rodrigo-moya/software-properties/fix-787694) LP: #787694 . software-properties (0.80.12) oneiric; urgency=low . * softwareproperties/gtk/DialogCacheOutdated.py: Stop calling synaptics, use aptdaemon instead. * debian/control: Drop synaptics dependency, add python-aptdaemon.gtk3widgets. * data/gtkbuilder/*.ui: Drop deprecated has_separator properites. . software-properties (0.80.11) oneiric; urgency=low . [ Martin Pitt ] * debian/rules: Drop deprecated simple-patchsys. This is a native package anyway, we don't need a patch system. . [ Michael Vogt ] * move from python-central to dh_python2 * move from cdbs to dh7 . software-properties (0.80.10) oneiric; urgency=low . [ Michael Vogt ] * merged lp:~hodgestar/software-properties/configurable-key-server, many thanks . [ Martin Pitt ] * software-properties-gtk: Stop forcing GTK 2, we want to use GTK 3 now. Update gir dependency accordingly. . software-properties (0.80.9) natty; urgency=low . * In "Updates" tab (qt and gtk), ignore all deb-src templates. (LP: #768363, LP: #768469) . software-properties (0.80.8) natty; urgency=low . * data/designer/main.ui make strings match GTK UI file LP: #760825 . software-properties (0.80.7) natty; urgency=low . * softwareproperties/gtk/SoftwarePropertiesGtk.py: Fix wrong Gtk.MenuItem construction. (LP: #753570) Checksums-Sha1: b6cdcea6bbb3b7ab8f25d08e99337d27f6fcd000 1259 software-properties_0.82.4debian3.dsc 204af559d8a8e07926f6ee8213a591dc0c661323 1401388 software-properties_0.82.4debian3.tar.gz 721c8ad113d805f3e57a1a54e92b94272ba57f0f 103668 python-software-properties_0.82.4debian3_all.deb 613ccdc03b78a102a6767d70a321b105f44f36fb 28398 software-properties-common_0.82.4debian3_all.deb 99e5d2d28e9403fe652fb0c3ef1a32da4bc79eab 57704 software-properties-gtk_0.82.4debian3_all.deb b7e675b5865d65b0b335203d85b390fccc468505 46078 software-properties-kde_0.82.4debian3_all.deb Checksums-Sha256: 719f33172b839d7fc3034f5e170eb13e94ca90cd8c17d4bf612dd3f6ef6109fc 1259 software-properties_0.82.4debian3.dsc 59a993778de958b3b8ea9fbbfd82bb612d6b6b4aa6f9ce6d7723426f88e76bbb 1401388 software-properties_0.82.4debian3.tar.gz cd713380798dd1f4f33a97a7ddad6c533a9e2c11c438c15c3beeb133c4a4e67b 103668 python-software-properties_0.82.4debian3_all.deb 46d34e2d8db2c63382db96403a91d3af0ba1bd623b566e26999e699e9d20514e 28398 software-properties-common_0.82.4debian3_all.deb cf87a62c2e1582c923c030b96eefd5c95c5c5c6922161c13eb12307cad4fdb92 57704 software-properties-gtk_0.82.4debian3_all.deb 2526b6b68fe7b2a45b4bd52fc962722583469f50ccfb25fe0e21ed8bbd55c5d3 46078 software-properties-kde_0.82.4debian3_all.deb Files: d2d87fb8c642914d2ad42668f1b4d411 1259 admin optional software-properties_0.82.4debian3.dsc ea3b64b8e8cba66507435bc31922f878 1401388 admin optional software-properties_0.82.4debian3.tar.gz e3148d30127d5a2177952558bed3fb76 103668 python optional python-software-properties_0.82.4debian3_all.deb 88da46c5f91a3ebc9168b51533a8e82b 28398 admin optional software-properties-common_0.82.4debian3_all.deb 8a6231c0790ef194a96db2a72c6cb3d3 57704 admin optional software-properties-gtk_0.82.4debian3_all.deb c0d79d80ac44cc7e1b9362c881574240 46078 kde optional software-properties-kde_0.82.4debian3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAk9WEoIACgkQrCpf/gCCPsL+GgCbB7KH2HsGwXZ2sUDIteqdiHoD FusAoKR/3Yb5MJcUb91piydlUXFfB0e9 =1UB2 -----END PGP SIGNATURE----- Accepted: python-software-properties_0.82.4debian3_all.deb to main/s/software-properties/python-software-properties_0.82.4debian3_all.deb software-properties-common_0.82.4debian3_all.deb to main/s/software-properties/software-properties-common_0.82.4debian3_all.deb software-properties-gtk_0.82.4debian3_all.deb to main/s/software-properties/software-properties-gtk_0.82.4debian3_all.deb software-properties-kde_0.82.4debian3_all.deb to main/s/software-properties/software-properties-kde_0.82.4debian3_all.deb software-properties_0.82.4debian3.dsc to main/s/software-properties/software-properties_0.82.4debian3.dsc software-properties_0.82.4debian3.tar.gz to main/s/software-properties/software-properties_0.82.4debian3.tar.gz