diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2025-04-27 10:04:36 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2025-04-27 10:04:36 +0200 |
| commit | 892b53e2fd317ffcd1b6a1a0a91fdf846e79a887 (patch) | |
| tree | 8dd977569c2a19601c4e417d3ad47b1dead6c737 | |
| parent | ebff465bddb09c94ca69ca6c9c68baca9469fe3c (diff) | |
| download | tde-packaging-892b53e2fd317ffcd1b6a1a0a91fdf846e79a887.tar.gz tde-packaging-892b53e2fd317ffcd1b6a1a0a91fdf846e79a887.zip | |
DEB casper: Update rules to fix FTBFS on Plucky.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rwxr-xr-x | ubuntu/_base/metapackages/casper-trinity/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/_base/metapackages/casper-trinity/debian/rules b/ubuntu/_base/metapackages/casper-trinity/debian/rules index 013e64a11..b24baa17c 100755 --- a/ubuntu/_base/metapackages/casper-trinity/debian/rules +++ b/ubuntu/_base/metapackages/casper-trinity/debian/rules @@ -12,7 +12,7 @@ DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) endif -build: debian/stamp-distrospecific +pre-build:: debian/stamp-distrospecific debian/stamp-distrospecific: dh_testdir |
