~ubuntu-branches/ubuntu/vivid/software-properties/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Matthew Paul Thomas, Sami Jaktholm, Robert Roth, Martin Pitt
  • Date: 2013-06-24 12:52:34 UTC
  • Revision ID: package-import@ubuntu.com-20130624125234-52uk01xkj8h3efhw
Tags: 0.92.20
[ Matthew Paul Thomas ]
* Fix spelling of "occurred".

[ Sami Jaktholm ]
* softwareproperties/ppa.py
  - Use PycURL only with python2, not if urllib raises an unexpected
    exception in python3. (LP: #1111291)
  - Catch http.client.HTTPExceptions from urlopen and raise a PPAException
    to show a formatted error message instead of traceback.

[ Robert Roth ]
* softwareproperties/SoftwarePropterties.py: Remove white space from
  comments for sources (LP: #1185144)
* Use two-line items in other sources (LP: #930827)
* Deprecate --enable-component option, superseded by add-apt-repository.
  (LP: #1170114)

[ Martin Pitt ]
* Replace obsolete "scrollkeeper" build dependency with rarian-compat.
* debian/control: Bump Standards-Version to 3.9.4.
* debian/tests/run-tests: Make failures in python 2 tests fatal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Michael Vogt <michael.vogt@ubuntu.com>
5
5
Build-Depends: debhelper (>= 9),
6
6
               libxml-parser-perl, 
7
 
               scrollkeeper, 
 
7
               rarian-compat,
8
8
               intltool, 
9
9
               python-all (>= 2.6.6-3~),
10
10
               python-distutils-extra (>= 1.90),
13
13
               python3-distutils-extra,
14
14
               python3-setuptools,
15
15
               dh-translations
16
 
Standards-Version: 3.9.3
 
16
Standards-Version: 3.9.4
17
17
Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/software-properties/main
18
18
XS-Testsuite: autopkgtest
19
19