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

[SCM] Debian package checker branch, master, updated. 2.4.3-4-g9082e33



The following commit has been merged in the master branch:
commit 9082e33996ac599048d856a3be766fc03ceaa6dc
Author: Russ Allbery <rra@debian.org>
Date:   Sun Aug 22 22:25:18 2010 -0700

    Run the test suite during the package build
    
    * debian/control:
      + [RA] Add the build dependencies required to run the test suite
        during the build.  Many thanks to Niels Thykier for the investigative
        work to determine which packages are required.  (Closes: #593832)
      + [RA] Remove versions from dependencies when those versions are
        satisifed by stable (lenny).
    * debian/rules:
      + [RA] Run the test suite during the package build.

diff --git a/debian/changelog b/debian/changelog
index 104ca5e..def2ee2 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,15 @@ lintian (2.4.4) UNRELEASED; urgency=low
   * checks/standards-version:
     + [RG] Correctly handle cases where debian/changelog is a symlink.
 
+  * debian/control:
+    + [RA] Add the build dependencies required to run the test suite
+      during the build.  Many thanks to Niels Thykier for the investigative
+      work to determine which packages are required.  (Closes: #593832)
+    + [RA] Remove versions from dependencies when those versions are
+      satisifed by stable (lenny).
+  * debian/rules:
+    + [RA] Run the test suite during the package build.
+
  -- Raphael Geissert <geissert@debian.org>  Thu, 29 Jul 2010 21:09:55 -0400
 
 lintian (2.4.3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 5a8e26d..f3bb62a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,20 +9,23 @@ Uploaders: Josip Rodin <joy-packages@debian.org>,
  Colin Watson <cjwatson@debian.org>, Russ Allbery <rra@debian.org>,
  Adam D. Barratt <adam@adam-barratt.org.uk>,
  Raphael Geissert <geissert@debian.org>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: debiandoc-sgml, sed (>= 4.1-4)
+Build-Depends: debhelper (>= 5), binutils, debiandoc-sgml, diffstat,
+ fakeroot, file, gettext, intltool-debian, libapt-pkg-perl,
+ libclass-accessor-perl, libapt-pkg-perl, libdigest-sha-perl,
+ libipc-run-perl, libparse-debianchangelog-perl,
+ libtest-minimumversion-perl, libtest-pod-perl, libtest-strict-perl,
+ libtest-synopsis-perl, libtext-template-perl, libtimedate-perl,
+ liburi-perl, locales, man-db, perl, python, quilt, rsync
 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
 
 Package: lintian
 Architecture: all
-Depends: ${misc:Depends}, perl, libdigest-md5-perl | perl (>> 5.8),
- dpkg-dev (>= 1.13.17), file, binutils, diffstat (>= 1.27-1),
- man-db (>= 2.4.0), gettext (>= 0.16), intltool-debian,
- libclass-accessor-perl, libdigest-sha-perl,
- libparse-debianchangelog-perl (>= 0.6), libtimedate-perl, liburi-perl,
- libipc-run-perl, libapt-pkg-perl, locales
+Depends: ${misc:Depends}, binutils, dpkg-dev, diffstat, file, gettext,
+ intltool-debian, libapt-pkg-perl, libclass-accessor-perl,
+ libdigest-sha-perl, libipc-run-perl, libparse-debianchangelog-perl,
+ libtimedate-perl, liburi-perl, locales, man-db, perl
 Suggests: binutils-multiarch, libtext-template-perl, man-db (>= 2.5.1-1)
 Description: Debian package checker
  Lintian dissects Debian packages and reports bugs and policy
diff --git a/debian/rules b/debian/rules
index ce42ab5..77861c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ refresh-perl-provides:
 	perl private/refresh-perl-provides > $(perlprovides)
 
 build: build-stamp
-build-stamp: $(neededfiles) $(docsource)
+build-stamp: $(neededfiles) $(docsource) runtests
 	@echo .... running build ....
 	dh_testdir
 	cd doc && LANG=C debiandoc2html lintian.sgml

-- 
Debian package checker


Reply to: