diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-01 13:26:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 13:26:09 +0200 |
commit | b8bdc8a668ee7786fc6c19f91d18b944a5e9cdbc (patch) | |
tree | e9697cbe7ef50908ce96a0a57e76f7d7b7bcaeb2 /debian/rules | |
parent | 6f435de5a5ee165d24a11a28c5aa10b735bace03 (diff) | |
parent | 069bd35b3cc58e0deeae02d3a7811d29c1ccea3f (diff) | |
download | vyatta-cfg-b8bdc8a668ee7786fc6c19f91d18b944a5e9cdbc.tar.gz vyatta-cfg-b8bdc8a668ee7786fc6c19f91d18b944a5e9cdbc.zip |
Merge pull request #83 from c-po/no-legacy
T6527: remove legacy Perl library components
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 \ |