Merge lp:~canonical-platform-qa/auto-upgrade-testing/packaging into lp:auto-upgrade-testing

Proposed by Max Brustkern
Status: Merged
Merged at revision: 102
Proposed branch: lp:~canonical-platform-qa/auto-upgrade-testing/packaging
Merge into: lp:auto-upgrade-testing
Diff against target: 77 lines (+11/-11)
5 files modified
debian/changelog (+2/-2)
debian/control (+3/-3)
debian/copyright (+2/-2)
setup.py (+3/-3)
upgrade_testing/data/changelog (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/auto-upgrade-testing/packaging
Reviewer Review Type Date Requested Status
Paride Legovini Approve
platform-qa-bot continuous-integration Needs Fixing
prod-platform-qa continuous-integration Pending
Review via email: mp+298331@code.launchpad.net

Commit message

Fix packaging so it installs under the correct name

Description of the change

I'd like to get a package building for this. Also, once the package building works well and runs the autopkgtests, we can add autolanding.

To post a comment you must log in.
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Max Brustkern (nuclearbob) wrote :

I forgot we already had autolanding enabled. Good for us.

Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Paride Legovini (paride) wrote :

The packaging will still be outdated, but these changes are still good to be merged.

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 2016-02-02 02:30:07 +0000
+++ debian/changelog 2016-06-24 17:40:48 +0000
@@ -1,5 +1,5 @@
1auto-upgrade-testing (0.1-1) trusty; urgency=medium1auto-upgrade-testing (0.1-1) trusty; urgency=medium
22
3 * Initial release.3 * Initial release. (LP: #1546699)
44
5 -- Max Brustkern <max@canonical.com> Tue, 27 Oct 2015 13:57:34 -04005 -- Max Brustkern <max@canonical.com> Fri, 24 Jun 2016 13:32:34 -0400
66
=== modified file 'debian/control'
--- debian/control 2016-03-16 02:40:14 +0000
+++ debian/control 2016-06-24 17:40:48 +0000
@@ -9,9 +9,9 @@
9 python3-lxc,9 python3-lxc,
10 python3-setuptools,10 python3-setuptools,
11 python3-yaml,11 python3-yaml,
12Standards-Version: 3.9.312Standards-Version: 3.9.7
13Homepage: https://launchpad.net/autopkgtest-upgrade-testing13Homepage: https://launchpad.net/auto-upgrade-testing
14Vcs-Bzr: https://code.launchpad.net/~auto-upgrade-testing-dev/autopkgtest-upgrade-testing/trunk14Vcs-Bzr: https://code.launchpad.net/~canonical-platform-qa/auto-upgrade-testing/autopkgtest
15X-Python3-Version: >= 3.315X-Python3-Version: >= 3.3
1616
17Package: auto-upgrade-testing17Package: auto-upgrade-testing
1818
=== modified file 'debian/copyright'
--- debian/copyright 2015-11-03 03:12:25 +0000
+++ debian/copyright 2016-06-24 17:40:48 +0000
@@ -1,6 +1,6 @@
1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: autopkgtest-upgrade-testing2Upstream-Name: auto-upgrade-testing
3Source: http://launchpad.net/autopkgtest-upgrade-testing3Source: http://launchpad.net/auto-upgrade-testing
44
5Files: *5Files: *
6Copyright: 2015 Canonical6Copyright: 2015 Canonical
77
=== modified file 'debian/tests/upgrade' (properties changed: -x to +x)
=== modified file 'setup.py'
--- setup.py 2015-11-05 03:12:00 +0000
+++ setup.py 2016-06-24 17:40:48 +0000
@@ -28,10 +28,10 @@
2828
2929
30setup(30setup(
31 name='autopkgtest-upgrade-testing',31 name='upgrade-testing',
32 version=VERSION,32 version=VERSION,
33 description='Test framework for testing system upgrades.',33 description='Test framework for testing system upgrades.',
34 url='https://launchpad.net/autopkgtest-upgrade-testing',34 url='https://launchpad.net/auto-upgrade-testing',
35 license='GPLv3',35 license='GPLv3',
36 packages=find_packages(),36 packages=find_packages(),
37 package_data={37 package_data={
@@ -39,7 +39,7 @@
39 },39 },
40 entry_points={40 entry_points={
41 'console_scripts': [41 'console_scripts': [
42 'autopkgtest-upgrade-testing = upgrade_testing.command_line:main'42 'auto-upgrade-testing = upgrade_testing.command_line:main'
43 ]43 ]
44 },44 },
45)45)
4646
=== modified file 'upgrade_testing/data/changelog'
--- upgrade_testing/data/changelog 2015-11-05 02:13:18 +0000
+++ upgrade_testing/data/changelog 2016-06-24 17:40:48 +0000
@@ -1,4 +1,4 @@
1autopkgtest-upgrade-testing (0.1-1) UNRELEASED; urgency=medium1auto-upgrade-testing (0.1-1) UNRELEASED; urgency=medium
22
3 * Initial release.3 * Initial release.
44

Subscribers

People subscribed via source and target branches