4

I have an RPM package which I converted to Debian package using alien. When I try to install it on ubuntu using ubuntu software center it cribs and throws warnings like maintainer name/address malformed(it gets installed w/o any errors warnings when I use dpkg -i command).

My question is where do I set the maintainer name and address(and other debian specific metadata) while building the RPM package, so that alien will set it in the debian package?

4

1 に答える 1

5

メンテナーのメール アドレスを設定するには、次の構文を使用できます。

sudo env EMAIL="xxx@mail.com" alien --to-deb the_file.rpm
于 2014-06-11T21:47:28.633 に答える