~jelmer/ubuntu/+source/apturl:lintian-fixes

Last commit made on 2019-01-19
Get this branch:
git clone -b lintian-fixes https://git.launchpad.net/~jelmer/ubuntu/+source/apturl
Only Jelmer Vernooij can upload to this branch. If you are Jelmer Vernooij please log in for upload directions.

Branch merges

Branch information

Name:
lintian-fixes
Repository:
lp:~jelmer/ubuntu/+source/apturl

Recent commits

d02b287... by Jelmer Vernooij

Trim trailing whitespace.

Fixes lintian: file-contains-trailing-whitespace
See https://lintian.debian.org/tags/file-contains-trailing-whitespace.html for more details.

8d9e0aa... by Jelmer Vernooij

Use secure URI in Vcs control header.

Fixes lintian: vcs-field-uses-insecure-uri
See https://lintian.debian.org/tags/vcs-field-uses-insecure-uri.html for more details.

53891aa... by Jelmer Vernooij

Remove unnecessary X-Python{,3}-Version field in debian/control.

Fixes lintian: ancient-python-version-field
See https://lintian.debian.org/tags/ancient-python-version-field.html for more details.

d499090... by Matthias Klose

Import patches-unapplied version 0.5.2ubuntu17 to ubuntu/disco-proposed

Imported using git-ubuntu import.

Changelog parent: 3fa4a90bc1da0a848b355660ee3a27da45a47d2d

New changelog entries:
  * No-change rebuild to build for python3.7 as the default.

3fa4a90... by Vlad Orlov

Import patches-unapplied version 0.5.2ubuntu16 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: d0b577ecc743f06d3336127ca8cd6705d3a088cd

New changelog entries:
  * Switch Synaptic backend from gksu to pkexec to fix Synaptic launch
    (LP: #1338482)

d0b577e... by Vlad Orlov

Import patches-unapplied version 0.5.2ubuntu15 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 64c790e7b685589e7453490d7c779e470c1432d1

New changelog entries:
  * Make Synaptic backend actually work (LP: #1338482).

64c790e... by Simon Quigley

Import patches-unapplied version 0.5.2ubuntu14 to ubuntu/bionic-proposed

Imported using git-ubuntu import.

Changelog parent: 666a20bce6f42df450bfaf9e8e3349d58d551299

New changelog entries:
  * Comment out the KDE frontend in debian/control so we can remove pykde4
    from the archive (LP: #1745741).

666a20b... by Iain Lane

Import patches-unapplied version 0.5.2ubuntu13 to ubuntu/artful-proposed

Imported using git-ubuntu import.

Changelog parent: cf53953aaa3e0e2bdf91d76d4caeaf2ebe3fb3d1

New changelog entries:
  * AptUrl/parser.py: Strip trailing slashes that are added by xdg-open/gio
    and which make package names invalid. (LP: #1726327)

cf53953... by Mathieu Trudel-Lapierre

Import patches-unapplied version 0.5.2ubuntu12 to ubuntu/yakkety-proposed

Imported using git-ubuntu import.

Changelog parent: b0e9a404ef3ba57039fe6dd43f795f3275acc6e2

New changelog entries:
  * Fix common crashes (AttributeError in doEnableChannel), due to changes
    in apt_pkg API, etc. (LP: #1566201)
  [ Brian Murray ]
  * Port to proper apt_pkg APIs.
  [ Mathieu Trudel-Lapierre ]
  * Override the start_available and start_error functions from Aptdaemon
    backend correctly to match the passed parameters.
  * Use pkexec rather than gksu to do our external calls to apt-key, install,
    and software-properties, etc; since they need admin privileges.

b0e9a40... by Iain Lane

Import patches-unapplied version 0.5.2ubuntu11 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 653c0a9576add4049ba8817e518d4166a7eca39c

New changelog entries:
  * Drop webkit1 support, we're switching to pure webkit2 now