← Back to team overview

ubuntu-server-iso-testing-dev team mailing list archive

[Merge] lp:~jibel/ubuntu-server-iso-testing/alternate-packaging into lp:ubuntu-server-iso-testing

 

Jean-Baptiste Lallement has proposed merging lp:~jibel/ubuntu-server-iso-testing/alternate-packaging into lp:ubuntu-server-iso-testing.

Requested reviews:
  Ubuntu Server Iso Testing Developers (ubuntu-server-iso-testing-dev)

For more details, see:
https://code.launchpad.net/~jibel/ubuntu-server-iso-testing/alternate-packaging/+merge/52197

Packaging part of alternate ISO testing. 
I'm not a packaging guru, so please review for any mistake and oversight.
-- 
https://code.launchpad.net/~jibel/ubuntu-server-iso-testing/alternate-packaging/+merge/52197
Your team Ubuntu Server Iso Testing Developers is requested to review the proposed merge of lp:~jibel/ubuntu-server-iso-testing/alternate-packaging into lp:ubuntu-server-iso-testing.
=== modified file 'debian/changelog'
--- debian/changelog	2011-02-15 17:38:54 +0000
+++ debian/changelog	2011-03-04 14:16:57 +0000
@@ -1,3 +1,9 @@
+ubuntu-server-iso-testing (1.0-1~ppa13) natty; urgency=low
+
+  * Added alternate iso testing
+
+ -- Jean-Baptiste Lallement <jean-baptiste.lallement@xxxxxxxxxx>  Fri, 04 Mar 2011 15:03:31 +0100
+
 ubuntu-server-iso-testing (1.0-1~ppa12) natty; urgency=low
 
   * Updated run-test.py to NOT use the build number when downloading

=== modified file 'debian/control'
--- debian/control	2011-01-12 22:01:21 +0000
+++ debian/control	2011-03-04 14:16:57 +0000
@@ -24,6 +24,15 @@
  a Hudson slave machine and create a utility script and upstart
  configuration to automatically start the slave on boot.
 
+Package: ubuntu-alternate-iso-testing
+Architecture: i386 amd64
+Depends: ${misc:Depends}, ${python:Depends}, ubuntu-iso-testing-common
+Description: Ubuntu Alternate ISO Testing framework
+ This package provides the Ubuntu Alternate ISO testing framework, 
+ a python + libvirt/kvm based framework for automating the 
+ testing of Ubuntu Alternate ISO images in-conjunction with a
+ Hudson continuous integration server.
+
 Package: ubuntu-desktop-iso-testing
 Architecture: i386 amd64
 Depends: ${misc:Depends}, ${python:Depends}, ubuntu-iso-testing-common

=== added file 'debian/ubuntu-alternate-iso-testing.dirs'
--- debian/ubuntu-alternate-iso-testing.dirs	1970-01-01 00:00:00 +0000
+++ debian/ubuntu-alternate-iso-testing.dirs	2011-03-04 14:16:57 +0000
@@ -0,0 +1,1 @@
+usr/share/ubuntu-server-iso-testing/templates.alternate

=== added file 'debian/ubuntu-alternate-iso-testing.install'
--- debian/ubuntu-alternate-iso-testing.install	1970-01-01 00:00:00 +0000
+++ debian/ubuntu-alternate-iso-testing.install	2011-03-04 14:16:57 +0000
@@ -0,0 +1,2 @@
+templates.alternate/* usr/share/ubuntu-server-iso-testing/templates.alternate
+


Follow ups