:: [DNG] Converting srpms to debs
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Edward Bartolo
日付:  
To: dng
題目: [DNG] Converting srpms to debs
If they are Perl scripts you can simple extract the contents, that is,
the actual scripts and place them in a dedicated directory. However,
you have to consider if your scripts call other scripts which should
be in a defined path.

That is what I would do avoiding having to deal with .deb conversion.
The latter, is not as simple simple as it might appear, as
distributions may save different parts of packages in different
directories.