LWN.net Logo

Who maintains RPM? (2011 edition)

Who maintains RPM? (2011 edition)

Posted May 3, 2011 20:34 UTC (Tue) by pkern (subscriber, #32883)
In reply to: Who maintains RPM? (2011 edition) by mathstuf
Parent article: Who maintains RPM? (2011 edition)

Nah, that's only the case for native packages (i.e. upstream maintained in Debian). In the normal case you've either got a .diff.gz against the tarball with the Debian changes (including debian/rules containing the configure bits) or, the newer variant, a .debian.tar.gz tarball.

But indeed the source format ties it together with the tarball instead of shipping the build instructions separately.


(Log in to post comments)

Who maintains RPM? (2011 edition)

Posted May 17, 2011 20:54 UTC (Tue) by oak (subscriber, #2786) [Link]

IMHO one of the more annoying omissions in Debian policy for source packages is a build target for applying patches. Currently only "good" way find out what actually is patched for given architecture is to do a build and diff the resulting sources against original ones...

Who maintains RPM? (2011 edition)

Posted May 19, 2011 19:35 UTC (Thu) by oxan (guest, #75033) [Link]

In the new (3.0) format that problem is solved: there's a single directory, debian/patches, where all the patches are stored in a quilt-compatible format.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds