Nilesh Patra pushed to branch master at lintian / lintian
Commits: 137f7396 by Nilesh Patra at 2026-05-23T15:49:06+05:30 not-an-ar-archive test: Update test to instead install a `.a` file which is not an archive (Closes: #1137359) - - - - - 4 changed files: - + t/recipes/checks/unpack/not-an-ar-archive/build-spec/debian/clean - + t/recipes/checks/unpack/not-an-ar-archive/build-spec/debian/install - + t/recipes/checks/unpack/not-an-ar-archive/build-spec/debian/rules - − t/recipes/checks/unpack/not-an-ar-archive/build-spec/orig/text-file.a Changes: ===================================== t/recipes/checks/unpack/not-an-ar-archive/build-spec/debian/clean ===================================== @@ -0,0 +1 @@ +text-file.a ===================================== t/recipes/checks/unpack/not-an-ar-archive/build-spec/debian/install ===================================== @@ -0,0 +1 @@ +text-file.a usr/share/not-an-ar-archive ===================================== t/recipes/checks/unpack/not-an-ar-archive/build-spec/debian/rules ===================================== @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +%: + dh $@ + +execute_after_dh_auto_build: + echo "dummy content" > text-file.a ===================================== t/recipes/checks/unpack/not-an-ar-archive/build-spec/orig/text-file.a deleted ===================================== @@ -1 +0,0 @@ -dummy content View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/137f739639ec9ea0944dc09b54d26cea2d036a81 -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/137f739639ec9ea0944dc09b54d26cea2d036a81 You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

