diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-30 07:37:49 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-03 15:06:00 +0000 |
commit | 3d3c0d9827b93cd39ed557a89253ac02a0aff41d (patch) | |
tree | e9697cbe7ef50908ce96a0a57e76f7d7b7bcaeb2 /debian/rules | |
parent | 6f435de5a5ee165d24a11a28c5aa10b735bace03 (diff) | |
download | vyatta-cfg-3d3c0d9827b93cd39ed557a89253ac02a0aff41d.tar.gz vyatta-cfg-3d3c0d9827b93cd39ed557a89253ac02a0aff41d.zip |
T6527: remove legacy Perl library components
(cherry picked from commit 069bd35b3cc58e0deeae02d3a7811d29c1ccea3f)
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 71f18d8..ae34cdf 100755 --- a/debian/rules +++ b/debian/rules @@ -25,10 +25,6 @@ inst_opts := --sourcedir=debian/tmp autoreconf: autoreconf -f -i -override_dh_perl: - rm -f debian/files - dh_perl /opt/vyatta/share/perl5 /opt/vyatta/share/perl5/Vyatta - override_dh_gencontrol: rm -f debian/*/DEBIAN/conffiles if [ -f "../.VYOS_DEV_BUILD" ]; then \ |