Fix installatino of man files and sql files
This commit is contained in:
parent
7189de829c
commit
3b3a4772a4
|
@ -1,2 +1,14 @@
|
||||||
usr/share/perl5/ZoneMinder
|
usr/share/perl5/ZoneMinder
|
||||||
usr/share/perl5/ZoneMinder.pm
|
usr/share/perl5/ZoneMinder.pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::Base.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::Config.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::ConfigAdmin.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::ConfigData.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::Control.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::Control::*
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::Database.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::General.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::Logger.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::Memory.3pm
|
||||||
|
debian/tmp/usr/share/man/man3/ZoneMinder::Trigger::*
|
||||||
|
|
|
@ -94,8 +94,8 @@ override_dh_fixperms:
|
||||||
dh_fixperms
|
dh_fixperms
|
||||||
#
|
#
|
||||||
# As requested by the Debian Webapps Policy Manual §3.2.1
|
# As requested by the Debian Webapps Policy Manual §3.2.1
|
||||||
chown root:www-data debian/zoneminder/etc/zm/zm.conf
|
chown root:www-data debian/zoneminder-db/etc/zm/zm.conf
|
||||||
chmod 640 debian/zoneminder/etc/zm/zm.conf
|
chmod 640 debian/zoneminder-db/etc/zm/zm.conf
|
||||||
|
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
# do not run tests...
|
# do not run tests...
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
db/zm_create.sql usr/share/zoneminder/db
|
usr/share/zoneminder/db
|
||||||
db/zm_update-*.sql usr/share/zoneminder/db
|
|
||||||
etc/zm
|
etc/zm
|
||||||
|
|
Loading…
Reference in New Issue