Merge lp:~jelmer/pocket-lint/packaging into lp:pocket-lint/packaging

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Curtis Hovey
Approved revision: 13
Merged at revision: 13
Proposed branch: lp:~jelmer/pocket-lint/packaging
Merge into: lp:pocket-lint/packaging
Diff against target: 75 lines (+32/-22)
2 files modified
changelog (+10/-0)
control (+22/-22)
To merge this branch: bzr merge lp:~jelmer/pocket-lint/packaging
Reviewer Review Type Date Requested Status
Curtis Hovey code Approve
Review via email: mp+31587@code.launchpad.net

Description of the change

Hi Curtis,

This changes the architecture for python-pocket-lint to all, since it doesn't include any C extensions. This change should make it install for all Python versions on the system with the constraints specified (2.5- at the moment).

This branch also fixes a couple of minor lintian warnings in the current packaging.

To post a comment you must log in.
Revision history for this message
Curtis Hovey (sinzui) wrote :

Thanks for fixing this. I discovered bad spacing in another project over the weekend and I thought I was going to look my mind looking at it.

review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'changelog'
2--- changelog 2010-08-01 21:48:29 +0000
3+++ changelog 2010-08-02 21:33:46 +0000
4@@ -1,3 +1,13 @@
5+pocket-lint (0.5.1-0ppa1) UNRELEASED; urgency=low
6+
7+ * Bump standards version to 3.9.1.
8+ * Remove leading space in description.
9+ * Add Vcs-Bzr header.
10+ * Change architecture to all. Fixes installation for all system-
11+ provided Pythons.
12+
13+ -- Jelmer Vernooij <jelmer@debian.org> Mon, 02 Aug 2010 23:27:33 +0200
14+
15 pocket-lint (0.5.1-0ppa0) lucid; urgency=low
16
17 * New uptream release that fixes a local import.
18
19=== modified file 'control'
20--- control 2010-06-28 23:10:24 +0000
21+++ control 2010-08-02 21:33:46 +0000
22@@ -2,29 +2,29 @@
23 Section: python
24 Priority: optional
25 Maintainer: Curtis Hovey <sinzui.is@verizon.net>
26-XSBC-Original-Maintainer: Curtis Hovey <sinzui.is@verizon.net>
27 Homepage: https://launchpad.net/pocket-lint
28-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.5.3)
29-Standards-Version: 3.8.4
30+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all, python-support (>= 0.5.3)
31+Vcs-Bzr: http://bazaar.launchpad.net/~sinzui/pocket-lint/packaging
32+Standards-Version: 3.9.1
33
34 Package: python-pocket-lint
35-Architecture: any
36+Architecture: all
37 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
38-Description: Pocket-lint a composite linter and style checker.
39- Pocket-lint has several notable features:
40- .
41- * Provides a consistent report of issues raised by the subordinate
42- checkers.
43- * Alternate Reports can be written to change the report, or integrate
44- the report into another application.
45- * Supports checking of multiple source types:
46- * Python syntax and style
47- * Python doctest style
48- * XML/HTML style and entities
49- * CSS style
50- * JavaScript syntax and style
51- * Plain text
52- * Supports reporting:
53- * Python doctests
54- * CSS
55- * XML/HTML.
56+Description: a composite linter and style checker
57+ Pocket-lint has several notable features:
58+ .
59+ * Provides a consistent report of issues raised by the subordinate
60+ checkers.
61+ * Alternate Reports can be written to change the report, or integrate
62+ the report into another application.
63+ * Supports checking of multiple source types:
64+ * Python syntax and style
65+ * Python doctest style
66+ * XML/HTML style and entities
67+ * CSS style
68+ * JavaScript syntax and style
69+ * Plain text
70+ * Supports reporting:
71+ * Python doctests
72+ * CSS
73+ * XML/HTML.
74
75=== modified file 'rules' (properties changed: -x to +x)

Subscribers

People subscribed via source and target branches