TT#53701 Install into debian/tmp and select what to pick from there

This makes it possible to select only parts of what we want to install,
and avoids a debhelper override.

Change-Id: I4a74e2dbe1a08013f2b5beffd64a5c40ad4e212a
changes/60/28460/1
Guillem Jover 7 years ago
parent 0f6754fadd
commit 6597cab588

1
debian/.gitignore vendored

@ -6,3 +6,4 @@
/files
/ngcp-panel-tools/
/ngcp-panel/
/tmp/

@ -1,2 +1,2 @@
tools/* usr/share/ngcp-panel-tools/
tools_bin/* usr/bin/
tools/* usr/share/ngcp-panel-tools/
tools_bin/* usr/bin/

@ -1,7 +1,10 @@
lib/NGCP/Panel/I18N/* usr/share/perl5/NGCP/Panel/I18N
logging.conf etc/ngcp-panel/
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/
share/* usr/share/ngcp-panel/
lib/NGCP/Panel/I18N/* usr/share/perl5/NGCP/Panel/I18N
logging.conf etc/ngcp-panel/
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/
share/* usr/share/ngcp-panel/
usr/share/man/
usr/share/perl5/

3
debian/rules vendored

@ -4,6 +4,3 @@
%:
dh $@
override_dh_auto_install:
dh_auto_install --destdir=debian/ngcp-panel

Loading…
Cancel
Save