[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.4.2-47-g7cf10de



The following commit has been merged in the master branch:
commit 770aadd2fa0156ad0e1cbc6dbfc23d4e55a5798a
Author: Russ Allbery <rra@debian.org>
Date:   Sun Jul 25 20:00:02 2010 -0700

    Update current standards version to 3.9.1

diff --git a/data/standards-version/release-dates b/data/standards-version/release-dates
index f167d8c..adfa4a2 100644
--- a/data/standards-version/release-dates
+++ b/data/standards-version/release-dates
@@ -9,6 +9,7 @@
 #
 # You'll need libtimedate-perl installed.
 
+3.9.1  1280111901
 3.9.0  1277700052
 3.8.4  1264616563
 3.8.3  1250381606
diff --git a/debian/changelog b/debian/changelog
index 5355ce2..232da36 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -61,6 +61,11 @@ lintian (2.4.3) UNRELEASED; urgency=low
 
   * debian/changelog:
     + [RA] Fix Policy 3.9.0 reference in 2.4.2.  (Closes: #587549)
+  * debian/control:
+    + [RA] Update standards version to 3.9.1.
+
+  * data/standards-version/release-dates:
+    + [RA] Add release date for Policy 3.9.1.
 
   * lib/Lintian/Check.pm:
     + [RA] More correctly handle hyphenated words to avoid triggering
diff --git a/debian/control b/debian/control
index eda5f38..5a8e26d 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Uploaders: Josip Rodin <joy-packages@debian.org>,
  Raphael Geissert <geissert@debian.org>
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: debiandoc-sgml, sed (>= 4.1-4)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/lintian/lintian.git
 Vcs-Browser: http://git.debian.org/?p=lintian/lintian.git
 
@@ -40,4 +40,4 @@ Description: Debian package checker
  should check packages with this tool before uploading them to the
  archive.
  .
- This version of Lintian is calibrated for policy version 3.9.0.
+ This version of Lintian is calibrated for policy version 3.9.1.
diff --git a/t/runtests b/t/runtests
index ba60dda..217d229 100755
--- a/t/runtests
+++ b/t/runtests
@@ -62,7 +62,7 @@ our $LINTIAN_ROOT = $ENV{'LINTIAN_ROOT'};
 our $LINTIAN = $LINTIAN_ROOT . '/frontend/lintian';
 our $DPKG_BUILDPACKAGE = 'dpkg-buildpackage -rfakeroot -us -uc -d'
     . ' -iNEVER_MATCH_ANYTHING -INEVER_MATCH_ANYTHING';
-our $STANDARDS_VERSION = '3.9.0';
+our $STANDARDS_VERSION = '3.9.1';
 our $ARCHITECTURE = `dpkg-architecture -qDEB_HOST_ARCH`;
 chomp $ARCHITECTURE;
 
diff --git a/t/source/control-field-traversal-1/control b/t/source/control-field-traversal-1/control
index 1682838..2080301 100644
--- a/t/source/control-field-traversal-1/control
+++ b/t/source/control-field-traversal-1/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 
 Package: control-field-traversal-1
 Architecture: all
diff --git a/t/source/control-field-traversal-1/dsc.in b/t/source/control-field-traversal-1/dsc.in
index b2d747b..efef93c 100644
--- a/t/source/control-field-traversal-1/dsc.in
+++ b/t/source/control-field-traversal-1/dsc.in
@@ -4,7 +4,7 @@ Binary: control-field-traversal-1
 Architecture: all
 Version: 1
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Build-Depends: debhelper (>= 7)
 Checksums-Sha1:
  @SHA1@ @SIZE@ control-field-traversal-1_1.tar.gz
diff --git a/t/source/control-field-traversal-2/changelog b/t/source/control-field-traversal-2/changelog
index 3fa5f95..f7155d5 100644
--- a/t/source/control-field-traversal-2/changelog
+++ b/t/source/control-field-traversal-2/changelog
@@ -5,4 +5,4 @@ control-field-traversal-2 (1) unstable; urgency=low
 
   * Suppress "should close ITP bug" messages.  (Closes: #123456)
 
- -- Debian Lintian Maintainers <lintian-maint@debian.org>  Wed, 30 Jun 2010 01:01:01 -0001
+ -- Debian Lintian Maintainers <lintian-maint@debian.org>  Sun, 25 Jul 2010 20:02:21 -0700
diff --git a/t/source/control-field-traversal-2/control b/t/source/control-field-traversal-2/control
index cf7925e..211e0d1 100644
--- a/t/source/control-field-traversal-2/control
+++ b/t/source/control-field-traversal-2/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 
 Package: control-field-traversal-2
 Architecture: all
diff --git a/t/source/control-field-traversal-2/dsc.in b/t/source/control-field-traversal-2/dsc.in
index 1b55d9d..ffa2b76 100644
--- a/t/source/control-field-traversal-2/dsc.in
+++ b/t/source/control-field-traversal-2/dsc.in
@@ -4,7 +4,7 @@ Binary: ../../control-field-traversal-2
 Architecture: all
 Version: 1
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Build-Depends: debhelper (>= 7)
 Checksums-Sha1:
  @SHA1@ @SIZE@ control-field-traversal-2_1.tar.gz
diff --git a/t/source/control-field-traversal-3/control b/t/source/control-field-traversal-3/control
index c2dbbd8..22d427a 100644
--- a/t/source/control-field-traversal-3/control
+++ b/t/source/control-field-traversal-3/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 
 Package: control-field-traversal-3
 Architecture: all
diff --git a/t/source/control-field-traversal-3/dsc.in b/t/source/control-field-traversal-3/dsc.in
index 9790d69..4436f91 100644
--- a/t/source/control-field-traversal-3/dsc.in
+++ b/t/source/control-field-traversal-3/dsc.in
@@ -4,7 +4,7 @@ Binary: control-field-traversal-3
 Architecture: all
 Version: 1
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Build-Depends: debhelper (>= 7)
 Checksums-Sha1:
  @SHA1@ @SIZE@ control-field-traversal-3_1.tar.gz
diff --git a/t/source/debian-symlink/tags b/t/source/debian-symlink/tags
index 08d8bc7..723a6c0 100644
--- a/t/source/debian-symlink/tags
+++ b/t/source/debian-symlink/tags
@@ -1 +1 @@
-W: debian-symlink source: out-of-date-standards-version 3.8.0 (current is 3.9.0)
+W: debian-symlink source: out-of-date-standards-version 3.8.0 (current is 3.9.1)
diff --git a/t/source/unpack-srcpkg-xz/changelog b/t/source/unpack-srcpkg-xz/changelog
index 0ce23b4..0766244 100644
--- a/t/source/unpack-srcpkg-xz/changelog
+++ b/t/source/unpack-srcpkg-xz/changelog
@@ -5,5 +5,4 @@ unpack-srcpkg-xz (1.0-1) unstable; urgency=low
 
   * Suppress "should close ITP bug" messages.  (Closes: #123456)
 
- -- Debian Lintian Maintainers <lintian-maint@debian.org>  Mon,  28 Jun 2010 17:35:22 +0100
-
+ -- Debian Lintian Maintainers <lintian-maint@debian.org>  Sun, 25 Jul 2010 20:02:37 -0700
diff --git a/t/source/unpack-srcpkg-xz/control b/t/source/unpack-srcpkg-xz/control
index 3e33287..c531980 100644
--- a/t/source/unpack-srcpkg-xz/control
+++ b/t/source/unpack-srcpkg-xz/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
 Build-Depends: debhelper (>= 7)
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 
 Package: unpack-srcpkg-xz
 Architecture: all
diff --git a/testset/tags.binary b/testset/tags.binary
index f4e93e8..c206f69 100644
--- a/testset/tags.binary
+++ b/testset/tags.binary
@@ -58,7 +58,7 @@ I: binary: capitalization-error-in-description debian Debian
 I: binary: desktop-entry-contains-encoding-key /usr/share/applications/goodbye.desktop:11 Encoding
 I: binary: desktop-entry-contains-encoding-key /usr/share/applications/hello.desktop:13 Encoding
 I: binary: no-md5sums-control-file
-W: binary source: ancient-standards-version 3.2.1 (current is 3.9.0)
+W: binary source: ancient-standards-version 3.2.1 (current is 3.9.1)
 W: binary source: debian-rules-ignores-make-clean-error line 12
 W: binary source: debian-rules-uses-pwd line 9
 W: binary source: maintainer-upload-has-incorrect-version-number 4-1.1
diff --git a/testset/tags.debconf b/testset/tags.debconf
index 5f9dfcc..fd5c288 100644
--- a/testset/tags.debconf
+++ b/testset/tags.debconf
@@ -29,7 +29,7 @@ I: debconf-test: unused-debconf-template debconf/testmulti-escape
 I: debconf-test: unused-debconf-template debconf/testnote
 I: debconf-test: unused-debconf-template debconf/teststring
 I: debconf-test: unused-debconf-template debconf/translate
-W: debconf source: ancient-standards-version 3.7.2 (current is 3.9.0)
+W: debconf source: ancient-standards-version 3.7.2 (current is 3.9.1)
 W: debconf source: debian-rules-calls-debhelper-in-odd-order dh_makeshlibs (line 49)
 W: debconf source: debian-rules-calls-debhelper-in-odd-order dh_makeshlibs (line 53)
 W: debconf source: debian-rules-sets-DH_COMPAT line 3
diff --git a/testset/tags.debug b/testset/tags.debug
index 900fd17..c98d2f3 100644
--- a/testset/tags.debug
+++ b/testset/tags.debug
@@ -20,7 +20,7 @@ E: libhello0: syntax-error-in-symbols-file 3
 E: libhello0: syntax-error-in-symbols-file 4
 E: libhello0: unknown-meta-field-in-symbols-file Build-Dep-Foo, line 11
 I: debug source: missing-debian-source-format
-W: debug source: ancient-standards-version 3.7.0 (current is 3.9.0)
+W: debug source: ancient-standards-version 3.7.0 (current is 3.9.1)
 W: debug source: changelog-should-not-mention-nmu
 W: debug source: dbg-package-missing-depends hi-dbg
 W: debug source: dbg-package-missing-depends libhello0-dbg
diff --git a/testset/tags.etcfiles b/testset/tags.etcfiles
index dbe582f..7875f92 100644
--- a/testset/tags.etcfiles
+++ b/testset/tags.etcfiles
@@ -10,7 +10,7 @@ E: etcfiles: no-copyright-file
 E: etcfiles: non-etc-file-marked-as-conffile /var/lib/foo
 E: only-etcfiles: extended-description-is-empty
 I: etcfiles source: missing-debian-source-format
-W: etcfiles source: ancient-standards-version 3.5.0 (current is 3.9.0)
+W: etcfiles source: ancient-standards-version 3.5.0 (current is 3.9.1)
 W: etcfiles: file-missing-in-md5sums etc/improper-link
 W: etcfiles: file-missing-in-md5sums usr/share/doc/etcfiles/changelog
 W: etcfiles: package-contains-hardlink etc/improper -> etc/improper-link
diff --git a/testset/tags.filenames b/testset/tags.filenames
index 9690488..a833f8e 100644
--- a/testset/tags.filenames
+++ b/testset/tags.filenames
@@ -48,7 +48,7 @@ I: filenames: using-first-person-in-description line 1: I
 I: more-filename-games: no-md5sums-control-file
 W: filename-games: binary-without-manpage usr/bin/test-game
 W: filename-games: no-priority-field
-W: filenames source: ancient-standards-version 3.1.1 (current is 3.9.0)
+W: filenames source: ancient-standards-version 3.1.1 (current is 3.9.1)
 W: filenames source: diff-contains-arch-control-dir .arch-ids
 W: filenames source: diff-contains-arch-control-dir {arch}
 W: filenames source: diff-contains-arch-inventory-file files/.arch-inventory
diff --git a/testset/tags.foo++ b/testset/tags.foo++
index 0f12d0b..e8b531f 100644
--- a/testset/tags.foo++
+++ b/testset/tags.foo++
@@ -17,7 +17,7 @@ E: foo++_5_arch changes: changed-by-address-malformed Marc 'HE' Brockschmidt <he
 I: foo++ source: duplicate-short-description foo++ foo++-helper
 I: foo++ source: missing-debian-source-format
 I: foo++: no-md5sums-control-file
-W: foo++ source: ancient-standards-version 3.1.1 (current is 3.9.0)
+W: foo++ source: ancient-standards-version 3.1.1 (current is 3.9.1)
 W: foo++ source: debian-watch-file-in-native-package
 W: foo++ source: debian-watch-file-unknown-version 0
 W: foo++ source: uploader-address-looks-weird Jeroen van Wolffelaar<jeroen@localhost.localdomain>
diff --git a/testset/tags.libbaz b/testset/tags.libbaz
index da0df48..63c4bc1 100644
--- a/testset/tags.libbaz
+++ b/testset/tags.libbaz
@@ -38,7 +38,7 @@ I: libbaz2: no-md5sums-control-file
 I: libbaz2: no-symbols-control-file usr/lib/libbaz2.so.1.0.3b
 N: 4 tags overridden (4 warnings)
 W: ia32-libbaz2: new-package-should-close-itp-bug
-W: libbaz source: ancient-standards-version 3.2.1 (current is 3.9.0)
+W: libbaz source: ancient-standards-version 3.2.1 (current is 3.9.1)
 W: libbaz source: changelog-should-mention-nmu
 W: libbaz source: debhelper-but-no-misc-depends ia32-libbaz2
 W: libbaz source: debhelper-but-no-misc-depends libbaz1
diff --git a/testset/tags.maintainer-scripts b/testset/tags.maintainer-scripts
index ba121cb..b813fa0 100644
--- a/testset/tags.maintainer-scripts
+++ b/testset/tags.maintainer-scripts
@@ -39,7 +39,7 @@ E: maintainer-scripts: wrong-debian-qa-group-name QA group <packages@qa.debian.o
 I: maintainer-scripts source: missing-debian-source-format
 I: maintainer-scripts: no-md5sums-control-file
 I: maintainer-scripts: output-of-updaterc.d-not-redirected-to-dev-null bar postrm
-W: maintainer-scripts source: ancient-standards-version 3.1.1 (current is 3.9.0)
+W: maintainer-scripts source: ancient-standards-version 3.1.1 (current is 3.9.1)
 W: maintainer-scripts source: changelog-should-mention-qa
 W: maintainer-scripts source: debhelper-but-no-misc-depends maintainer-scripts
 W: maintainer-scripts source: debian-watch-file-in-native-package
diff --git a/testset/tags.relations b/testset/tags.relations
index de9eeb0..ed061c1 100644
--- a/testset/tags.relations
+++ b/testset/tags.relations
@@ -33,7 +33,7 @@ I: relations-multiple-libs: description-synopsis-might-not-be-phrased-properly
 I: relations-multiple-libs: ored-depends-on-obsolete-package suggests: gs
 I: relations: conflicts-with-version foobar (<< 5&5)
 I: relations: ored-depends-on-obsolete-package recommends: gs-aladdin
-W: relations source: ancient-standards-version 3.7.3 (current is 3.9.0)
+W: relations source: ancient-standards-version 3.7.3 (current is 3.9.1)
 W: relations source: bad-homepage lintian.debian.org
 W: relations source: build-depends-on-1-revision build-depends-indep: libfoo (>= 1.2-1)
 W: relations source: build-depends-on-python-dev-with-no-arch-any
diff --git a/testset/tags.scripts b/testset/tags.scripts
index 3f5168b..8097482 100644
--- a/testset/tags.scripts
+++ b/testset/tags.scripts
@@ -30,7 +30,7 @@ I: scripts: init.d-script-missing-lsb-short-description /etc/init.d/lsb-other
 I: scripts: no-md5sums-control-file
 I: scripts: script-in-usr-share-doc usr/share/doc/scripts/py2foo
 I: scripts: script-in-usr-share-doc usr/share/doc/scripts/rubyfoo
-W: scripts source: ancient-standards-version 3.2.1 (current is 3.9.0)
+W: scripts source: ancient-standards-version 3.2.1 (current is 3.9.1)
 W: scripts source: binary-arch-rules-but-pkg-is-arch-indep
 W: scripts source: debhelper-but-no-misc-depends scripts
 W: scripts source: debian-watch-file-declares-multiple-versions line 7

-- 
Debian package checker


Reply to: