lintian doesn't like orphan packages with uploaders...
[debian/amanda] / installcheck / amlabel.pl
index 791f232b083dd65eeebc0093086199086b30a850..8d8024e761c1231983584b8211f18ba5903657d9 100644 (file)
@@ -1,8 +1,9 @@
-# Copyright (c) 2009, 2010 Zmanda, Inc.  All Rights Reserved.
+# Copyright (c) 2009-2012 Zmanda, Inc.  All Rights Reserved.
 #
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of the GNU General Public License version 2 as published
-# by the Free Software Foundation.
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
@@ -82,6 +83,7 @@ is_deeply($tl->{'tles'}->[0], {
        'reuse' => 1,
        'barcode' => undef,
        'meta' => undef,
+       'blocksize' => '32',
        'comment' => undef,
        'position' => 1,
        'label' => 'TESTCONF92',
@@ -145,6 +147,7 @@ is_deeply($tl->{'tles'}->[0], {
        'reuse' => 1,
        'barcode' => 'bar-01',
        'meta' => 'meta-01',
+       'blocksize' => undef,
        'comment' => undef,
        'position' => 1,
        'label' => 'TESTCONF88',
@@ -167,6 +170,7 @@ is_deeply($tl->{'tles'}->[0], {
        'reuse' => 1,
        'barcode' => undef,
        'meta' => 'meta-01',
+       'blocksize' => '32',
        'comment' => undef,
        'position' => 1,
        'label' => 'TESTCONF01',