apache / couchdb-pkg

Apache CouchDB Packaging support files
https://github.com/apache/couchdb-pkg
Apache License 2.0
29 stars 30 forks source link

Remove empty line from debian control.in #121

Closed nickva closed 1 year ago

nickva commented 1 year ago

Attempt to fix:

[2023-11-10T17:11:57.735Z] cd /home/jenkins/workspace/kins-cm1_FullPlatformMatrix_main/bullseye/couchdb/apache-couchdb-3.3.2-5a21bb2 && dpkg-buildpackage -b -us -uc
[2023-11-10T17:11:57.735Z] dpkg-buildpackage: error: syntax error in debian/control at line 26: block lacks the 'Package' field
[2023-11-10T17:11:57.735Z] make[1]: *** [Makefile:241: dpkg] Error 25
[2023-11-10T17:11:57.735Z] make[1]: Leaving directory '/home/jenkins/workspace/kins-cm1_FullPlatformMatrix_main/bullseye/couchdb-pkg'

From https://www.debian.org/doc/debian-policy/ch-controlfields.html#syntax-of-control-files it seems empty lines are significant:

A control file consists of one or more stanzas of fields. 2 The stanzas are separated by empty lines.