Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/.htaccess/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Debian 字段'的值中的空行;说明';在创建deb包时_Debian_Deb - Fatal编程技术网

Debian 字段'的值中的空行;说明';在创建deb包时

Debian 字段'的值中的空行;说明';在创建deb包时,debian,deb,Debian,Deb,我想创建一个debian包,当我尝试下面的命令时,它给了我一个错误 dpkg-deb --build installer_1.0-1 dpkg-deb: error: parsing file 'installer_1.0-1/DEBIAN/control' near line 8 package 'installer': blank line in value of field 'Description' 我在描述中添加了带空格的注释,尽管它给我带来了错误debian/control中的

我想创建一个debian包,当我尝试下面的命令时,它给了我一个错误

dpkg-deb --build installer_1.0-1
dpkg-deb: error: parsing file 'installer_1.0-1/DEBIAN/control' near line 8   package 'installer':
blank line in value of field 'Description'

我在描述中添加了带空格的注释,尽管它给我带来了错误

debian/control中的任何多行字段都不能有空行。
dpkg-deb --build installer_1.0-1
dpkg-deb: error: parsing file 'installer_1.0-1/DEBIAN/control' near line 8   package 'installer':
blank line in value of field 'Description'
如果要在说明中添加空行,可以通过添加包含单个点的行来添加空行

e、 g


您的
debian/control
的内容是什么?