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
=== modified file 'debian/changelog'
--- debian/changelog 2013-01-29 20:17:29 +0000
+++ debian/changelog 2013-11-03 06:01:39 +0000
@@ -1,3 +1,15 @@
1ubuntu-autopilot-tests (0.11) UNRELEASED; urgency=low
2
3 * Switch to format 3.0 (native)
4 * Bump debhelper to 9
5 * debian/control:
6 - Remove whitespace breaking the file
7 - Add X-Python-Version
8 - Bump standards-version to 3.9.4
9 - Add VCS fields.
10
11 -- Jackson Doak <noskcaj@ubuntu.com> Mon, 28 Oct 2013 19:30:51 +1100
12
1ubuntu-autopilot-tests (0.10ubuntu1-1ubuntu1) raring; urgency=low13ubuntu-autopilot-tests (0.10ubuntu1-1ubuntu1) raring; urgency=low
214
3 * Fixing build15 * Fixing build
416
=== modified file 'debian/compat'
--- debian/compat 2013-01-16 21:03:41 +0000
+++ debian/compat 2013-11-03 06:01:39 +0000
@@ -1,1 +1,1 @@
1819
22
=== modified file 'debian/control'
--- debian/control 2013-01-31 19:51:33 +0000
+++ debian/control 2013-11-03 06:01:39 +0000
@@ -2,13 +2,16 @@
2Section: utils2Section: utils
3Priority: optional3Priority: optional
4Maintainer: Ubuntu Quality Team <ubuntu-quality@lists.ubuntu.com>4Maintainer: Ubuntu Quality Team <ubuntu-quality@lists.ubuntu.com>
5Build-Depends: debhelper (>= 8.0.0),5Build-Depends: debhelper (>= 9.0.0),
6 python,6 python,
7 python-setuptools,7 python-setuptools,
8 python-support (>= 0.90),8 python-support (>= 0.90)
9Standards-Version: 3.9.4
10X-Python-Version: >= 2.7
11Homepage: https://launchpad.net/ubuntu-autopilot-tests/
12Vcs-Browser: https://code.launchpad.net/~ubuntu-testcase/ubuntu-autopilot-tests/trunk
13Vcs-bzr: lp:ubuntu-autopilot-tests
914
10Standards-Version: 3.9.3
11Homepage: https://launchpad.net/ubuntu-autopilot-tests/
12Package: ubuntu-autopilot-tests15Package: ubuntu-autopilot-tests
13Architecture: any16Architecture: any
14Depends: ${shlibs:Depends}, ${misc:Depends}, python-autopilot, recordmydesktop17Depends: ${shlibs:Depends}, ${misc:Depends}, python-autopilot, recordmydesktop
1518
=== modified file 'debian/rules'
--- debian/rules 2013-01-16 21:39:27 +0000
+++ debian/rules 2013-11-03 06:01:39 +0000
@@ -10,4 +10,4 @@
10#export DH_VERBOSE=110#export DH_VERBOSE=1
1111
12%:12%:
13 dh $@ --with-python213 dh $@ --with python2
1414
=== modified file 'debian/source/format'
--- debian/source/format 2013-01-16 21:42:06 +0000
+++ debian/source/format 2013-11-03 06:01:39 +0000
@@ -1,1 +1,1 @@
11.013.0 (native)
2\ No newline at end of file2\ No newline at end of file

Subscribers

People subscribed via source and target branches