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

[SCM] Debian package checker branch, master, updated. 2.5.0-rc2-12-g9a81bb7



The following commit has been merged in the master branch:
commit 9a81bb7f72fcaba5f2d2061372bb2c7c7b75979a
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Apr 9 10:22:04 2011 +0200

    Added and bumped Standards-Version to 3.9.2

diff --git a/data/standards-version/release-dates b/data/standards-version/release-dates
index adfa4a2..0fc9d2f 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.2  1302155335
 3.9.1  1280111901
 3.9.0  1277700052
 3.8.4  1264616563
diff --git a/debian/changelog b/debian/changelog
index 1731a88..80a22a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ lintian (2.5.0~rc3) UNRELEASED; urgency=low
   * checks/files{,.desc}:
     + [NT] Added dir-or-file-in-run tag.
 
+  * debian/control:
+    + [NT] Bumped Standards-Version to 3.9.2.
+
   * data/fields/architectures:
     + [NT] Updated to include armhf.
   * data/files/triplets:
@@ -17,6 +20,9 @@ lintian (2.5.0~rc3) UNRELEASED; urgency=low
   * data/spelling/corrections:
     + [NT] Added a lot of spelling mistakes with corrections.
       Kudos to Kevin Ryde for these.  (Closes: #619075)
+  * data/standards-version/release-dates:
+    + [NT] Added 3.9.2 as the newest Standards-Version.  Thanks to
+      Sven Joachim for the report.  (Closes: #621667)
 
   * private/runtests:
     + [NT] Added support for dumping build logs if a test fails.
diff --git a/debian/control b/debian/control
index bf628cf..3484cea 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,7 @@ Build-Depends: binutils,
                python,
                quilt,
                rsync
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/lintian/lintian.git
 Vcs-Browser: http://git.debian.org/?p=lintian/lintian.git
 
diff --git a/t/runtests b/t/runtests
index 15db79b..df49e95 100755
--- a/t/runtests
+++ b/t/runtests
@@ -65,7 +65,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.1';
+our $STANDARDS_VERSION = '3.9.2';
 our $ARCHITECTURE = `dpkg-architecture -qDEB_HOST_ARCH`;
 chomp $ARCHITECTURE;
 
diff --git a/t/source/changelog-file-symlink/dsc.in b/t/source/changelog-file-symlink/dsc.in
index 199caa1..4dd08e0 100644
--- a/t/source/changelog-file-symlink/dsc.in
+++ b/t/source/changelog-file-symlink/dsc.in
@@ -4,7 +4,7 @@ Binary: changelog-file-symlink
 Architecture: all
 Version: 1
 Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Build-Depends: debhelper (>= 7)
 Checksums-Sha1:
  @SHA1@ @SIZE@ changelog-file-symlink_1.tar.gz
diff --git a/t/source/debian-symlink/tags b/t/source/debian-symlink/tags
index ccbb46d..daf66ee 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.9.0 (current is 3.9.1)
+W: debian-symlink source: out-of-date-standards-version 3.9.0 (current is 3.9.2)

-- 
Debian package checker


Reply to: