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

[lintian] 02/02: t: Drop some now useless control.in files



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit dd02c62ac3530ffb721b3c9ec22ede4097acf15c
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Sep 11 12:03:42 2016 +0000

    t: Drop some now useless control.in files
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/tests/binaries-golang/desc                            |  1 +
 t/tests/cruft-updated-libtool/desc                      |  1 +
 t/tests/debhelper-arch-depends/desc                     |  1 +
 t/tests/debhelper-deprecated/debian/debian/control.in   | 17 -----------------
 t/tests/debhelper-deprecated/desc                       |  1 +
 .../debhelper-dh-nativejava/debian/debian/control.in    | 15 ---------------
 t/tests/debhelper-dh-nativejava/desc                    |  1 +
 t/tests/debhelper-unused-cdbs/debian/debian/control.in  | 15 ---------------
 t/tests/debhelper-unused-cdbs/desc                      |  1 +
 .../debian/debian/control.in                            | 15 ---------------
 t/tests/patch-systems-dpatch-description/desc           |  1 +
 .../debian/debian/control.in                            | 15 ---------------
 t/tests/patch-systems-quilt-general/desc                |  1 +
 t/tests/phppear-pear/debian/debian/control.in           | 15 ---------------
 t/tests/phppear-pear/desc                               |  1 +
 .../debian/debian/control.in                            | 16 ----------------
 t/tests/rules-including-deprecated-makefiles/desc       |  1 +
 .../debian/debian/control.in                            | 15 ---------------
 t/tests/scripts-uses-perl4-libs-without-dep/desc        |  1 +
 19 files changed, 11 insertions(+), 123 deletions(-)

diff --git a/t/tests/binaries-golang/desc b/t/tests/binaries-golang/desc
index b271305..cf00b43 100644
--- a/t/tests/binaries-golang/desc
+++ b/t/tests/binaries-golang/desc
@@ -1,6 +1,7 @@
 Testname: binaries-golang
 Sequence: 6000
 Version: 1.0
+Extra-Build-Depends: golang-go (>= 2:1.1.1-4)
 Description: Misc errors related to golang binaries
 Architecture: any
 Test-Against: statically-linked-binary
diff --git a/t/tests/cruft-updated-libtool/desc b/t/tests/cruft-updated-libtool/desc
index 0ef13f2..1d7292f 100644
--- a/t/tests/cruft-updated-libtool/desc
+++ b/t/tests/cruft-updated-libtool/desc
@@ -1,6 +1,7 @@
 Testname: cruft-updated-libtool
 Sequence: 6000
 Version: 1.0
+Extra-Build-Depends: libtool
 Description: Old ltmain.sh/ltconfig is fine with build-depend
 Test-Against: ancient-libtool
 References: Debian Bug#534134
diff --git a/t/tests/debhelper-arch-depends/desc b/t/tests/debhelper-arch-depends/desc
index 4be4529..9ef5988 100644
--- a/t/tests/debhelper-arch-depends/desc
+++ b/t/tests/debhelper-arch-depends/desc
@@ -1,5 +1,6 @@
 Testname: debhelper-arch-depends
 Sequence: 6000
 Version: 1.0
+Extra-Build-Depends: cli-common-dev (>= 0.5.7) [i386 sparc amd64 ia64]
 Description: Test arch-specific dependencies on dh commands
 Test-Against: missing-build-dependency-for-dh_-command
diff --git a/t/tests/debhelper-deprecated/debian/debian/control.in b/t/tests/debhelper-deprecated/debian/debian/control.in
deleted file mode 100644
index 263142e..0000000
--- a/t/tests/debhelper-deprecated/debian/debian/control.in
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: {$source}
-Priority: extra
-Section: {$section}
-Maintainer: {$author}
-Standards-Version: {$standards_version}
-Build-Depends: {$build_depends}, python-ply (>= 3.4-1~)
-
-Package: {$source}
-Architecture: {$architecture}
-Depends: $\{misc:Depends\}
-Description: {$description}
- This is a test package designed to test various aspects of the
- debhelper-related QA code in lintian.  This may be a useless
- empty package.
- .
- This package should not be installed.
-
diff --git a/t/tests/debhelper-deprecated/desc b/t/tests/debhelper-deprecated/desc
index 1754f76..4c2043e 100644
--- a/t/tests/debhelper-deprecated/desc
+++ b/t/tests/debhelper-deprecated/desc
@@ -2,6 +2,7 @@ Testname: debhelper-deprecated
 Sequence: 6000
 Version: 1.0
 Description: Test for use of deprecated dh_* commands
+Extra-Build-Depends: python-ply (>= 3.4-1~)
 Test-For:
  dh_installmanpages-is-obsolete
 
diff --git a/t/tests/debhelper-dh-nativejava/debian/debian/control.in b/t/tests/debhelper-dh-nativejava/debian/debian/control.in
deleted file mode 100644
index 892cbd2..0000000
--- a/t/tests/debhelper-dh-nativejava/debian/debian/control.in
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: {$source}
-Priority: extra
-Section: {$section}
-Maintainer: {$author}
-Standards-Version: {$standards_version}
-Build-Depends: {$build_depends}, gcj-native-helper
-
-Package: {$source}
-Architecture: {$architecture}
-Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
-Description: {$description}
- This is a test package designed to exercise some feature or tag of
- Lintian.  It is part of the Lintian test suite and may do very odd
- things.  It should not be installed like a regular package.  It may
- be an empty package.
diff --git a/t/tests/debhelper-dh-nativejava/desc b/t/tests/debhelper-dh-nativejava/desc
index 9621317..6b61416 100644
--- a/t/tests/debhelper-dh-nativejava/desc
+++ b/t/tests/debhelper-dh-nativejava/desc
@@ -1,5 +1,6 @@
 Testname: debhelper-dh-nativejava
 Sequence: 6000
 Version: 1.0
+Extra-Build-Depends: gcj-native-helper
 Description: Dependency handling for dh_nativejava
 Test-Against: missing-build-dependency-for-dh_-command
diff --git a/t/tests/debhelper-unused-cdbs/debian/debian/control.in b/t/tests/debhelper-unused-cdbs/debian/debian/control.in
deleted file mode 100644
index c7c990c..0000000
--- a/t/tests/debhelper-unused-cdbs/debian/debian/control.in
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: {$source}
-Priority: extra
-Section: {$section}
-Maintainer: {$author}
-Standards-Version: {$standards_version}
-Build-Depends: {$build_depends}, cdbs
-
-Package: {$source}
-Architecture: {$architecture}
-Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
-Description: {$description}
- This is a test package designed to exercise some feature or tag of
- Lintian.  It is part of the Lintian test suite and may do very odd
- things.  It should not be installed like a regular package.  It may
- be an empty package.
diff --git a/t/tests/debhelper-unused-cdbs/desc b/t/tests/debhelper-unused-cdbs/desc
index fc9ff49..663cd3c 100644
--- a/t/tests/debhelper-unused-cdbs/desc
+++ b/t/tests/debhelper-unused-cdbs/desc
@@ -1,5 +1,6 @@
 Testname: debhelper-unused-cdbs
 Sequence: 6000
 Version: 1.0
+Extra-Build-Depends: cdbs
 Description: Test for unused build-depends on cdbs
 Test-For: unused-build-dependency-on-cdbs
diff --git a/t/tests/patch-systems-dpatch-description/debian/debian/control.in b/t/tests/patch-systems-dpatch-description/debian/debian/control.in
deleted file mode 100644
index 846f3e1..0000000
--- a/t/tests/patch-systems-dpatch-description/debian/debian/control.in
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: {$source}
-Priority: extra
-Section: {$section}
-Maintainer: {$author}
-Standards-Version: {$standards_version}
-Build-Depends: {$build_depends}, dpatch
-
-Package: {$source}
-Architecture: {$architecture}
-Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
-Description: {$description}
- This is a test package designed to exercise some feature or tag of
- Lintian.  It is part of the Lintian test suite and may do very odd
- things.  It should not be installed like a regular package.  It may
- be an empty package.
diff --git a/t/tests/patch-systems-dpatch-description/desc b/t/tests/patch-systems-dpatch-description/desc
index 939e7d1..a52ae68 100644
--- a/t/tests/patch-systems-dpatch-description/desc
+++ b/t/tests/patch-systems-dpatch-description/desc
@@ -2,6 +2,7 @@ Testname: patch-systems-dpatch-description
 Sequence: 6000
 Version: 1.0
 Description: Test patch-system tags for a dpatch package
+Extra-Build-Depends: dpatch
 Test-For:
  dpatch-index-references-non-existent-patch
  dpatch-missing-description
diff --git a/t/tests/patch-systems-quilt-general/debian/debian/control.in b/t/tests/patch-systems-quilt-general/debian/debian/control.in
deleted file mode 100644
index 352f6aa..0000000
--- a/t/tests/patch-systems-quilt-general/debian/debian/control.in
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: {$source}
-Priority: extra
-Section: {$section}
-Maintainer: {$author}
-Standards-Version: {$standards_version}
-Build-Depends: {$build_depends}, quilt, dpatch
-
-Package: {$source}
-Architecture: {$architecture}
-Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
-Description: {$description}
- This is a test package designed to exercise some feature or tag of
- Lintian.  It is part of the Lintian test suite and may do very odd
- things.  It should not be installed like a regular package.  It may
- be an empty package.
diff --git a/t/tests/patch-systems-quilt-general/desc b/t/tests/patch-systems-quilt-general/desc
index d512140..6d93b53 100644
--- a/t/tests/patch-systems-quilt-general/desc
+++ b/t/tests/patch-systems-quilt-general/desc
@@ -2,6 +2,7 @@ Testname: patch-systems-quilt-general
 Sequence: 6000
 Type: non-native
 Version: 1.0-1
+Extra-Build-Depends: quilt, dpatch
 Description: General tests of a quilt patch system
 Test-For:
  dpatch-build-dep-but-no-patch-list
diff --git a/t/tests/phppear-pear/debian/debian/control.in b/t/tests/phppear-pear/debian/debian/control.in
deleted file mode 100644
index 33c7fae..0000000
--- a/t/tests/phppear-pear/debian/debian/control.in
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: {$source}
-Priority: extra
-Section: {$section}
-Maintainer: {$author}
-Standards-Version: {$standards_version}
-Build-Depends: {$build_depends}, pkg-php-tools
-
-Package: {$source}
-Architecture: {$architecture}
-Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
-Description: {$description}
- This is a test package designed to exercise some feature or tag of
- Lintian.  It is part of the Lintian test suite and may do very odd
- things.  It should not be installed like a regular package.  It may
- be an empty package.
diff --git a/t/tests/phppear-pear/desc b/t/tests/phppear-pear/desc
index 5669ae6..1edc726 100644
--- a/t/tests/phppear-pear/desc
+++ b/t/tests/phppear-pear/desc
@@ -2,6 +2,7 @@ Testname: phppear-pear
 Sequence: 6000
 Version: 1.0-1
 Description: phppear tests for PEAR packages
+Extra-Build-Depends: pkg-php-tools
 Test-For:
  missing-pkg-php-tools-addon
  missing-pkg-php-tools-buildsystem
diff --git a/t/tests/rules-including-deprecated-makefiles/debian/debian/control.in b/t/tests/rules-including-deprecated-makefiles/debian/debian/control.in
deleted file mode 100644
index e95ee15..0000000
--- a/t/tests/rules-including-deprecated-makefiles/debian/debian/control.in
+++ /dev/null
@@ -1,16 +0,0 @@
-Source: {$source}
-Priority: extra
-Section: devel
-Maintainer: {$author}
-Standards-Version: {$standards_version}
-Build-Depends: {$build_depends}, cdbs
-
-Package: {$source}
-Architecture: all
-Depends: $\{misc:Depends\}
-Description: {$description}
- This is a test package designed to exercise some feature or tag of
- Lintian.  It is part of the Lintian test suite and may do very odd
- things.  It should not be installed like a regular package.  It may
- be an empty package.
-
diff --git a/t/tests/rules-including-deprecated-makefiles/desc b/t/tests/rules-including-deprecated-makefiles/desc
index 006299f..7cc02ff 100644
--- a/t/tests/rules-including-deprecated-makefiles/desc
+++ b/t/tests/rules-including-deprecated-makefiles/desc
@@ -2,5 +2,6 @@ Testname: rules-including-deprecated-makefiles
 Sequence: 6000
 Version: 1.0
 Description: Test for debian/rules with deprecated included file
+Extra-Build-Depends: cdbs
 Test-For:
  debian-rules-uses-deprecated-makefile
diff --git a/t/tests/scripts-uses-perl4-libs-without-dep/debian/debian/control.in b/t/tests/scripts-uses-perl4-libs-without-dep/debian/debian/control.in
deleted file mode 100644
index b03d28e..0000000
--- a/t/tests/scripts-uses-perl4-libs-without-dep/debian/debian/control.in
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: {$source}
-Priority: extra
-Section: {$section}
-Maintainer: {$author}
-Standards-Version: {$standards_version}
-Build-Depends: {$build_depends}, perl
-
-Package: {$source}
-Architecture: {$architecture}
-Depends: $\{shlibs:Depends\}, $\{misc:Depends\}
-Description: {$description}
- This is a test package designed to exercise some feature or tag of
- Lintian.  It is part of the Lintian test suite and may do very odd
- things.  It should not be installed like a regular package.  It may
- be an empty package.
diff --git a/t/tests/scripts-uses-perl4-libs-without-dep/desc b/t/tests/scripts-uses-perl4-libs-without-dep/desc
index 3e7b957..0232f53 100644
--- a/t/tests/scripts-uses-perl4-libs-without-dep/desc
+++ b/t/tests/scripts-uses-perl4-libs-without-dep/desc
@@ -2,4 +2,5 @@ Testname: scripts-uses-perl4-libs-without-dep
 Sequence: 6000
 Version: 1.0
 Description: Check that script-uses-perl4-libs-without-dep works (positive)
+Extra-Build-Depends: perl
 Test-For: script-uses-perl4-libs-without-dep

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: