Merge lp:~noskcaj/ubuntu-autopilot-tests/debian into lp:ubuntu-autopilot-tests

Proposed by Jackson Doak
Status: Merged
Merged at revision: 60
Proposed branch: lp:~noskcaj/ubuntu-autopilot-tests/debian
Merge into: lp:ubuntu-autopilot-tests
Diff against target: 69 lines (+22/-7)
5 files modified
debian/changelog (+12/-0)
debian/compat (+1/-1)
debian/control (+7/-4)
debian/rules (+1/-1)
debian/source/format (+1/-1)
To merge this branch: bzr merge lp:~noskcaj/ubuntu-autopilot-tests/debian
Reviewer Review Type Date Requested Status
Nicholas Skaggs (community) Approve
Howard Chan (community) content Needs Fixing
Review via email: mp+193693@code.launchpad.net

Description of the change

Improve the debian/ folder.
If You are meant to have a separate upstream tarball, change debian/source/format to say 3.0 (quilt)

To post a comment you must log in.
Revision history for this message
Howard Chan (smartboyhw) wrote :

In debian/changelog, you mentioned that the standards version is bumped to 3.9.4. However, I don't see the change in the diff. Please fix.

review: Needs Fixing (content)
61. By Jackson Doak

Add VCS fields.

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Ty Jackson!

review: Approve

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 2013-01-29 20:17:29 +0000
3+++ debian/changelog 2013-11-03 06:01:39 +0000
4@@ -1,3 +1,15 @@
5+ubuntu-autopilot-tests (0.11) UNRELEASED; urgency=low
6+
7+ * Switch to format 3.0 (native)
8+ * Bump debhelper to 9
9+ * debian/control:
10+ - Remove whitespace breaking the file
11+ - Add X-Python-Version
12+ - Bump standards-version to 3.9.4
13+ - Add VCS fields.
14+
15+ -- Jackson Doak <noskcaj@ubuntu.com> Mon, 28 Oct 2013 19:30:51 +1100
16+
17 ubuntu-autopilot-tests (0.10ubuntu1-1ubuntu1) raring; urgency=low
18
19 * Fixing build
20
21=== modified file 'debian/compat'
22--- debian/compat 2013-01-16 21:03:41 +0000
23+++ debian/compat 2013-11-03 06:01:39 +0000
24@@ -1,1 +1,1 @@
25-8
26+9
27
28=== modified file 'debian/control'
29--- debian/control 2013-01-31 19:51:33 +0000
30+++ debian/control 2013-11-03 06:01:39 +0000
31@@ -2,13 +2,16 @@
32 Section: utils
33 Priority: optional
34 Maintainer: Ubuntu Quality Team <ubuntu-quality@lists.ubuntu.com>
35-Build-Depends: debhelper (>= 8.0.0),
36+Build-Depends: debhelper (>= 9.0.0),
37 python,
38 python-setuptools,
39- python-support (>= 0.90),
40+ python-support (>= 0.90)
41+Standards-Version: 3.9.4
42+X-Python-Version: >= 2.7
43+Homepage: https://launchpad.net/ubuntu-autopilot-tests/
44+Vcs-Browser: https://code.launchpad.net/~ubuntu-testcase/ubuntu-autopilot-tests/trunk
45+Vcs-bzr: lp:ubuntu-autopilot-tests
46
47-Standards-Version: 3.9.3
48-Homepage: https://launchpad.net/ubuntu-autopilot-tests/
49 Package: ubuntu-autopilot-tests
50 Architecture: any
51 Depends: ${shlibs:Depends}, ${misc:Depends}, python-autopilot, recordmydesktop
52
53=== modified file 'debian/rules'
54--- debian/rules 2013-01-16 21:39:27 +0000
55+++ debian/rules 2013-11-03 06:01:39 +0000
56@@ -10,4 +10,4 @@
57 #export DH_VERBOSE=1
58
59 %:
60- dh $@ --with-python2
61+ dh $@ --with python2
62
63=== modified file 'debian/source/format'
64--- debian/source/format 2013-01-16 21:42:06 +0000
65+++ debian/source/format 2013-11-03 06:01:39 +0000
66@@ -1,1 +1,1 @@
67-1.0
68+3.0 (native)
69\ No newline at end of file

Subscribers

People subscribed via source and target branches