ZoneMinder / zoneminder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
5.15k stars 1.23k forks source link

debian/control at line 6: line with unknown format (not field-colon-value) #1391

Closed axklim closed 8 years ago

axklim commented 8 years ago

git clone https://github.com/ZoneMinder/ZoneMinder.git zoneminder cd zoneminder/ sudo dpkg-checkbuilddeps dpkg-checkbuilddeps: error: syntax error in debian/control at line 6: line with unknown format (not field-colon-value)

debian: 7.10

axklim commented 8 years ago

$ cat debian/control Source: zoneminder Section: net Priority: optional Maintainer: Isaac Connor iconnor@connortechnology.com Build-Depends: debhelper (>= 9), autoconf, automake, quilt , libtool, dh-autoreconf ,libgnutls-dev | libgnutls28-dev ,libmysqlclient-dev | libmariadbclient-dev, libdbd-mysql-perl ,libjpeg8-dev|libjpeg9-dev|libjpeg62-turbo-dev ,libpcre3-dev ,libavcodec-dev, libavformat-dev (>= 3:0.svn20090204), libswscale-dev (>= 3:0.svn20090204), libavutil-dev, libavdevice-dev ,libv4l-dev (>= 0.8.3), libvlccore-dev, libvlc-dev ,libbz2-dev ,libsys-mmap-perl ,libnetpbm10-dev ,libcurl4-gnutls-dev | libcurl4-nss-dev | libcurl4-openssl-dev ,libgcrypt11-dev|libgcrypt20-dev, libpolkit-gobject-1-dev Standards-Version: 3.9.4

connortechnology commented 8 years ago

I think I have fixed it. When we do multi-line lines in the control file, the subsequent lines need spaces in front.

axklim commented 8 years ago

it works! thx!