Files
alien/gendiff.txt

16 lines
746 B
Plaintext
Raw Normal View History

1999-09-05 06:03:10 +00:00
Alien can use special diff files to help make alien packages conform to
debian policy. This is only used when you are converting to deb format. This
1999-11-23 23:51:06 +00:00
documents briefly explains how to make them. It assumes you are familiar with
1999-09-05 06:03:10 +00:00
working with debian source packages.
* Use "alien -g file.rpm" to generate a "source" directory tree.
* Make whatever changes you need to make to debian/rules, add other files,
whatever.
* Use dpkg-buildpackage to generate a standard debian .diff.gz file, and
stick it in /var/lib/alien.
* Test "alien file.rpm" - it should use your diff. If it works properly,
(it's best if lintian is happy with the resulting .deb too), send the
.diff.gz file to me for inclusion in alien.
1999-11-23 23:51:06 +00:00
-- Joey Hess <joeyh@debian.org>