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

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1836fc351ee8e69fe0429385059be0cec9ceb28f

commit 1836fc351ee8e69fe0429385059be0cec9ceb28f
Author: Guillem Jover <[email protected]>
AuthorDate: Tue Jan 5 03:12:07 2021 +0100

    test: Remove dpkg-source test already covered by the autotest suite
    
    Changelog: silent
---
 tests/Makefile                                       |  1 -
 tests/t-source-minimal/.gitignore                    |  3 ---
 tests/t-source-minimal/Makefile                      | 13 -------------
 .../pkg-minimal_1.0/debian/changelog                 |  5 -----
 .../t-source-minimal/pkg-minimal_1.0/debian/control  | 13 -------------
 .../pkg-minimal_1.0/debian/copyright                 | 17 -----------------
 tests/t-source-minimal/pkg-minimal_1.0/debian/rules  | 20 --------------------
 .../pkg-minimal_1.0/debian/source/format             |  1 -
 tests/t-source-minimal/pkg-minimal_1.0/debian/watch  |  0
 9 files changed, 73 deletions(-)

diff --git a/tests/Makefile b/tests/Makefile
index a3ba7a784..3f242beae 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -96,7 +96,6 @@ TESTS_PASS += t-switch-symlink-abs-to-dir
 TESTS_PASS += t-switch-symlink-rel-to-dir
 TESTS_PASS += t-switch-dir-to-symlink-abs
 TESTS_PASS += t-switch-dir-to-symlink-rel
-TESTS_PASS += t-source-minimal
 TESTS_PASS += t-substvars
 TESTS_PASS += t-failinst-failrm
 TESTS_PASS += t-dir-extension-check
diff --git a/tests/t-source-minimal/.gitignore 
b/tests/t-source-minimal/.gitignore
deleted file mode 100644
index 160013fcb..000000000
--- a/tests/t-source-minimal/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-*.tar.xz
-*.buildinfo
-*.changes
diff --git a/tests/t-source-minimal/Makefile b/tests/t-source-minimal/Makefile
deleted file mode 100644
index 7695b61f1..000000000
--- a/tests/t-source-minimal/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-include ../Test.mk
-
-D := pkg-minimal_1.0
-
-test-case:
-       cd $(D); $(DPKG_BUILD_PKG) --build=full
-
-test-clean:
-       cd $(D); debian/rules clean
-
-clean-hook:
-       rm -f pkg-minimal_1.0.*
-       rm -f pkg-minimal_1.0_*
diff --git a/tests/t-source-minimal/pkg-minimal_1.0/debian/changelog 
b/tests/t-source-minimal/pkg-minimal_1.0/debian/changelog
deleted file mode 100644
index 4fe2e6739..000000000
--- a/tests/t-source-minimal/pkg-minimal_1.0/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-pkg-minimal (1.0) unstable; urgency=low
-
-  * Entry. Closes: #12345
-
- -- Dpkg Tester <[email protected]>  Thu, 30 Jun 2016 20:15:12 +0200
diff --git a/tests/t-source-minimal/pkg-minimal_1.0/debian/control 
b/tests/t-source-minimal/pkg-minimal_1.0/debian/control
deleted file mode 100644
index c1b812b15..000000000
--- a/tests/t-source-minimal/pkg-minimal_1.0/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: pkg-minimal
-Section: debug
-Priority: optional
-Maintainer: Dpkg Developers <[email protected]>
-Uploaders: Dpkg Tester <[email protected]>
-Standards-Version: 3.9.8
-
-Package: pkg-minimal
-Architecture: all
-Description: test package
- This is a test package for debugging purposes, with a fake description
- to cheat linters into believing this contains some actual valuable text
- that the reader can make some sense of.
diff --git a/tests/t-source-minimal/pkg-minimal_1.0/debian/copyright 
b/tests/t-source-minimal/pkg-minimal_1.0/debian/copyright
deleted file mode 100644
index fd07fc0d4..000000000
--- a/tests/t-source-minimal/pkg-minimal_1.0/debian/copyright
+++ /dev/null
@@ -1,17 +0,0 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-
-Files: *
-Copyright:
- Copyright © 2016 Dpkg Developers <[email protected]>
-License: ISC
- Permission to use, copy, modify, and distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
- copyright notice and this permission notice appear in all copies.
- .
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/tests/t-source-minimal/pkg-minimal_1.0/debian/rules 
b/tests/t-source-minimal/pkg-minimal_1.0/debian/rules
deleted file mode 100755
index ce38507b8..000000000
--- a/tests/t-source-minimal/pkg-minimal_1.0/debian/rules
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/usr/bin/make -f
-
-clean:
-       rm -rf debian/files debian/tmp
-
-build-indep:
-build-arch:
-build: build-indep build-arch
-
-binary-indep: build-indep
-       rm -rf debian/tmp
-       mkdir -p debian/tmp/DEBIAN
-       dpkg-gencontrol
-       dpkg-deb --build debian/tmp ..
-
-binary-arch: build-arch
-
-binary: binary-indep binary-arch
-
-.PHONY: clean build-indep build-arch build binary-indexp binary-arch binary
diff --git a/tests/t-source-minimal/pkg-minimal_1.0/debian/source/format 
b/tests/t-source-minimal/pkg-minimal_1.0/debian/source/format
deleted file mode 100644
index 89ae9db8f..000000000
--- a/tests/t-source-minimal/pkg-minimal_1.0/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)
diff --git a/tests/t-source-minimal/pkg-minimal_1.0/debian/watch 
b/tests/t-source-minimal/pkg-minimal_1.0/debian/watch
deleted file mode 100644
index e69de29bb..000000000

-- 
Dpkg.Org's dpkg

Reply via email to