summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorAurelien Jarno <aurel32@debian.org>2023-08-14 21:07:54 +0200
committerAurelien Jarno <aurel32@debian.org>2023-08-14 21:07:54 +0200
commit2998eb8dfc6d0e62ad0269ff9184d2ef1c334196 (patch)
tree8ee3751f62004a10458ece2ef29566b356bcaeac /debian/tests
debhelper (13.11.5) unstable; urgency=medium
* Team upload. [ Translations ] * Update Portuguese translation (Américo Monteiro) (Closes: #1028159) * Update on German translation of pages (Closes: #1028564) [ Tianon Gravi ] * Fix minor typo in DEB_BUILD_OPTIONS warning ("and but not" -> "but not") [ Niels Thykier ] * AddonAPI.pm: Correct method name in error message. Thanks to wferi@Github [ Diederik de Haas ] * dh_missing: Update link to PROGRAMMING.md.gz [ Helmut Grohne ] * cmake.pm: set -DBUILD_TESTING=OFF for nocheck builds [ Johannes Schauer Marin Rodrigues ] * autoscripts/postinst-init-tmpfiles: do not output to /dev/null to not hide error messages [ Simon McVittie ] * cmake.pm, meson.pm: Set DEB_PYTHON_INSTALL_LAYOUT=deb if not already set (Closes: #1043136) * buildsystems: Give XDG_RUNTIME_DIR spec-compliant u=rwx,og-rwx permissions * meson.pm: Disable Python byte-compilation if the Meson version is new enough (Closes: #1042398) [dgit import package debhelper 13.11.5]
Diffstat (limited to 'debian/tests')
-rw-r--r--debian/tests/pkg-perl/skip-syntax1
-rw-r--r--debian/tests/pkg-perl/smoke-files4
-rw-r--r--debian/tests/pkg-perl/smoke-skip5
3 files changed, 10 insertions, 0 deletions
diff --git a/debian/tests/pkg-perl/skip-syntax b/debian/tests/pkg-perl/skip-syntax
new file mode 100644
index 00000000..3ea2891f
--- /dev/null
+++ b/debian/tests/pkg-perl/skip-syntax
@@ -0,0 +1 @@
+Dummy/Entry.pm
diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 00000000..2a0aeddb
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,4 @@
+t/
+debian/compat
+debian/control
+debian/changelog
diff --git a/debian/tests/pkg-perl/smoke-skip b/debian/tests/pkg-perl/smoke-skip
new file mode 100644
index 00000000..c006e7ab
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-skip
@@ -0,0 +1,5 @@
+# If we set the path to /usr/bin when run under autopkgtest,
+# other dh_* commands are tested as well. This might be nice
+# or not but it currently fails for dh_autotools-dev_updateconfig.
+# So let's skip t/size.t for now.
+t/size.t