Merge lp:~gandelman-a/ubuntu/precise/horizon/typo into lp:ubuntu/precise/horizon

Proposed by Adam Gandelman
Status: Needs review
Proposed branch: lp:~gandelman-a/ubuntu/precise/horizon/typo
Merge into: lp:ubuntu/precise/horizon
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-1)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/precise/horizon/typo
Reviewer Review Type Date Requested Status
Evan Broder (community) Needs Information
Chuck Short Pending
Review via email: mp+85811@code.launchpad.net

Description of the change

Fixes a small fat finger in control that makes the whole thing uninstallable.

To post a comment you must log in.
Revision history for this message
Charlie_Smotherman (cjsmo) wrote :
Download full text (4.7 KiB)

Adam thanks for working on this. Yes this is a simple fix, and thanks for the patch.

When building the package I get a pydist warning concerning python-django-nose. This can be corrected by adding python-django-nose to Build-Depends.

When runing lintian -iIE horizon*changes I get:

W: horizon source: syntax-error-in-dep5-copyright paragraph 2 after the field license: On Debian-based systems the full text of the Apache version 2.0 license
N:
N: The machine-readable copyright file didn't pass Debian control file
N: syntax check.
N:
N: Refer to http://dep.debian.net/deps/dep5/ for details.
N:
N: Severity: normal, Certainty: possible
N:
N: Check: source-copyright, Type: source
N:
W: openstack-dashboard: description-synopsis-starts-with-article
N:
N: The first line of the "Description:" should omit any initial indefinite
N: or definite article: "a", "an", or "the". A good heuristic is that it
N: should be possible to substitute the package name and synopsis into this
N: formula:
N:
N: The package name provides {a,an,the,some} synopsis.
N:
N: Refer to Debian Developer's Reference section 6.2.2 (The package
N: synopsis, or short description) for details.
N:
N: Severity: minor, Certainty: certain
N:
N: Check: description, Type: binary, udeb
N:
I: openstack-dashboard: font-in-non-font-package usr/share/openstack-dashboard/dashboard/static/dashboard/css/Anivers_Regular-webfont.ttf
N:
N: This package contains a *.ttf, *.otf, or *.pfb file, file extensions
N: used by TrueType, OpenType, or Type 1 fonts, but the package does not
N: appear to be a dedicated font package. Dedicated font package names
N: should begin with fonts-. (Type 1 fonts are also allowed in packages
N: starting with xfonts-.) If the font is already packaged, you should
N: depend on that package instead. Otherwise, normally the font should be
N: packaged separately, since fonts are usually useful outside of the
N: package that embeds them.
N:
N: Severity: wishlist, Certainty: possible
N:
N: Check: files, Type: binary, udeb
N:
W: openstack-dashboard: embedded-javascript-library usr/share/openstack-dashboard/dashboard/static/dashboard/js/jquery.min.js
N:
N: This package contains an embedded copy of JavaScript libraries that are
N: now available in their own packages (for example, JQuery, Prototype,
N: Mochikit or "Cropper"). Please depend on the appropriate package and
N: symlink the library into the appropriate location.
N:
N: Refer to Debian Policy Manual section 4.13 (Convenience copies of code)
N: for details.
N:
N: Severity: normal, Certainty: possible
N:
N: Check: files, Type: binary, udeb
N:
I: python-django-horizon: description-synopsis-might-not-be-phrased-properly
N:
N: The synopsis (first line in the package "Description:" field, the short
N: description) ends with a full stop "." character. This is not necessary,
N: as the synopsis doesn't need to be a full sentence. It is recommended
N: that a descriptive phrase is used instead.
N:
N: Note also that the synopsis is not part of the rest of the
N: "D...

Read more...

Revision history for this message
Evan Broder (broder) wrote :

It looks like lp:~openstack-ubuntu-packagers/horizon/ubuntu is intended to be the packaging branch for this package.

I'd like to either see confirmation from Chuck that merges directly into lp:ubuntu/horizon are OK or see this change re-targeted at lp:~openstack-ubuntu-packagers/horizon/ubuntu - ideally with a Vcs-Bzr field added so we don't make this mistake again (http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-vcs)

review: Needs Information

Unmerged revisions

4. By Adam Gandelman

debian/control: Fix trivial typo

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-12-09 16:18:55 +0000
3+++ debian/changelog 2011-12-15 08:51:25 +0000
4@@ -1,3 +1,9 @@
5+horizon (2012.1~e2~20111209.1104-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * debian/control: Fix trivial typo
8+
9+ -- Adam Gandelman <adamg@canonical.com> Thu, 15 Dec 2011 00:44:58 -0800
10+
11 horizon (2012.1~e2~20111209.1104-0ubuntu1) precise; urgency=low
12
13 * New upstream release.
14
15=== modified file 'debian/control'
16--- debian/control 2011-12-02 16:21:52 +0000
17+++ debian/control 2011-12-15 08:51:25 +0000
18@@ -48,7 +48,7 @@
19 python-crypto,
20 python-cloudfiles,
21 python-dateutil,
22- pyhton-routes,
23+ python-routes,
24 python-sqlalchemy,
25 python-webob,
26 python-xattr,

Subscribers

People subscribed via source and target branches