← Back to team overview

ubuntu-bugcontrol team mailing list archive

[Merge] lp:~jibel/qa-regression-testing/test-apt.update-libpng12-0 into lp:qa-regression-testing

 

Jean-Baptiste Lallement has proposed merging lp:~jibel/qa-regression-testing/test-apt.update-libpng12-0 into lp:qa-regression-testing.

Requested reviews:
  Ubuntu Bug Control (ubuntu-bugcontrol)

-- 
https://code.launchpad.net/~jibel/qa-regression-testing/test-apt.update-libpng12-0/+merge/39035
Your team Ubuntu Bug Control is requested to review the proposed merge of lp:~jibel/qa-regression-testing/test-apt.update-libpng12-0 into lp:qa-regression-testing.
=== modified file 'scripts/test-apt.py'
--- scripts/test-apt.py	2010-02-03 18:03:38 +0000
+++ scripts/test-apt.py	2010-10-21 12:47:45 +0000
@@ -108,12 +108,12 @@
         '''Testing upgrade'''
         pkgs = dict()
         pkgs['dapper'] = 'libpng12-0 1.2.8rel-5'
-        pkgs['gutsy'] = 'libpng12-0 1.2.15~beta5-2build1'
         pkgs['hardy'] = 'libpng12-0 1.2.15~beta5-3'
-        pkgs['intrepid'] = 'libpng12-0 1.2.27-1'
         pkgs['jaunty'] = 'libpng12-0 1.2.27-2ubuntu2'
         pkgs['karmic'] = 'libpng12-0 1.2.37-1'
-        pkgs['lucid'] = 'libpng12-0 1.2.42-1ubuntu1'
+        pkgs['lucid'] = 'libpng12-0 1.2.42-1ubuntu2'
+        pkgs['maverick'] = 'libpng12-0 1.2.44-1'
+        pkgs['natty'] = 'libpng12-0 1.2.44-1'
 
         print >>sys.stdout, ""
         sys.stdout.flush()


Follow ups