Skip to content

Commit

Permalink
Rebased zoneminder on kinetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ngardiner committed Jun 11, 2023
1 parent c140905 commit e1a3049
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion zoneminder/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ info
logfile
rootfs
*.tar.gz
ubuntu-18.04-zoneminder_18.04-1_amd64.tar.gz
ubuntu-22.10-zoneminder_22.10-1_amd64.tar.gz
6 changes: 3 additions & 3 deletions zoneminder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ all: info/init_ok bootstrap global finalize

bootstrap:
dab bootstrap
dab install perl-openssl-defaults
dab install apache2 libdbi-perl perl zoneminder
dab install php7.0 libapache2-mod-php7.0
dab install perl-openssl-defaults libdrm-common libdrm2
dab install apache2 apache2-bin libapache2-mod-php8.1 php8.1 libphp8.1-embed
dab install libdbi-perl perl zoneminder
dab install ffmpeg

# Enable apache2 modules
Expand Down
4 changes: 2 additions & 2 deletions zoneminder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
The Zoneminder platform allows centralised management of IP Cameras

- Adds any customizations such as root login enabled or SSH keys from ../Makefile.global
- Total uncompressed image size is *935 MB*
- Total compressed image size is *302 MB*
- Total uncompressed image size is *1528 MB*
- Total compressed image size is *366 MB*

### Dependancies
* MariaDB - The zoneminder system relies on a MariaDB database which must be deployed separately
Expand Down
12 changes: 6 additions & 6 deletions zoneminder/dab.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Suite: bionic
Suite: kinetic
CacheDir: ../cache
Source: http://archive.ubuntu.com/ubuntu SUITE main restricted universe multiverse
Source: http://archive.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
Source: http://archive.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
Source: http://ppa.launchpad.net/iconnor/zoneminder-master/ubuntu SUITE main
Source: http://ftp.ubuntu.com/ubuntu SUITE main restricted universe multiverse
Source: http://ftp.ubuntu.com/ubuntu SUITE-updates main restricted universe multiverse
Source: http://ftp.ubuntu.com/ubuntu SUITE-security main restricted universe multiverse
Source: http://ppa.launchpad.net/iconnor/zoneminder-master/ubuntu SUITE main
Architecture: amd64
Name: zoneminder
Version: 18.04-1
Version: 22.10-1
Section: system
Maintainer: Nathan Gardiner <[email protected]>
Infopage: https://zoneminder.com/
Expand Down

0 comments on commit e1a3049

Please sign in to comment.