MT#6839 fixing lintian errors/warnings

ipeshinskaya/InvoiceTemplate5
Victor Seva 11 years ago
parent c5c8f1089b
commit 2c96735810

2
debian/control vendored

@ -146,7 +146,7 @@ Description: Catalyst based application
Package: ngcp-panel-tools
Architecture: all
Depends: openssl
Depends: openssl, ${misc:Depends}, ${perl:Depends}
Description: Tools from ngcp-panel application
A completely overhauled provisioning interface for the
NGCP system.

@ -1,6 +1,6 @@
lib/NGCP/Panel/I18N/* usr/share/perl5/NGCP/Panel/I18N
ngcp_panel.conf etc/ngcp-panel/
ngcp_panel.psgi usr/share/ngcp-panel/
script/* usr/share/ngcp-panel/script
script/ngcp_panel_fastcgi.pl usr/share/ngcp-panel/
ngcp_panel.conf etc/ngcp-panel/
share/* usr/share/ngcp-panel/
lib/NGCP/Panel/I18N/* usr/share/perl5/NGCP/Panel/I18N
script/* usr/share/ngcp-panel/script

@ -19,7 +19,7 @@ esac
# the dir structure
if [ ! -d /etc/ssl/ngcp/api ]; then
mkdir -p /etc/ssl/ngcp/api
chown www-data.www-data /etc/ssl/ngcp/api
chown www-data:www-data /etc/ssl/ngcp/api
fi
# remove default debian site

5
debian/rules vendored

@ -13,3 +13,8 @@ override_dh_auto_test:
override_dh_auto_install:
dh_auto_install --destdir=debian/ngcp-panel
override_dh_fixperms:
dh_fixperms
find debian/ngcp-panel/usr/share/ngcp-panel/static \
-type f -exec chmod 644 {} \;

Loading…
Cancel
Save