<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8012505786049526776.post5391924232151951793..comments</id><updated>2009-05-06T10:31:08.909-07:00</updated><title type='text'>Comments on Christian thoughts in a tech world: Minimal dependencies and backports</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.raphink.info/feeds/5391924232151951793/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default'/><link rel='alternate' type='text/html' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html'/><author><name>Raphaël</name><uri>http://www.blogger.com/profile/10521695166843919067</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8012505786049526776.post-3014692300540371335</id><published>2009-05-06T10:31:08.909-07:00</published><updated>2009-05-06T10:31:08.909-07:00</updated><title type='text'>@perigrin: with CPAN modules it is easy to test mo...</title><content type='html'>@perigrin: with CPAN modules it is easy to test modules on older Perl version with help of cpantesters.&lt;br /&gt;&lt;br /&gt;Raphaël: are these packages built automatically or updated manually?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/3014692300540371335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/3014692300540371335'/><link rel='alternate' type='text/html' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html?showComment=1241631068909#c3014692300540371335' title=''/><author><name>chorny</name><uri>http://www.blogger.com/profile/03938973252154624018</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html' ref='tag:blogger.com,1999:blog-8012505786049526776.post-5391924232151951793' source='http://www.blogger.com/feeds/8012505786049526776/posts/default/5391924232151951793' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8012505786049526776.post-3926977366122325371</id><published>2009-04-28T11:18:00.066-07:00</published><updated>2009-04-28T11:18:00.066-07:00</updated><title type='text'>«Honestly, I also don't really understand why lint...</title><content type='html'>«Honestly, I also don't really understand why lintian has to complain when debian/compat contains a value below 4. If a package could build on debhelper 3, is that bad?»&lt;br /&gt;&lt;br /&gt;Debhelper levels 1, 2 and 3 have been deprecated, and debian/compat levels actually choose beetween different behaviours available for some of the tools (see «man debhelper»), so, the package will not benefit from some of the improvements in debhelper if it asks for an older version. But I guess you already know :).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;«@RainCT: do you have other experience cases with this?»&lt;br /&gt;&lt;br /&gt;As in your case, no. But I see lots of packages on REVU (and not only there) which use the latest debhelper version for no real reason. In those cases I usually ask the uploader to switch to a lower version or to explain why having the newest version is beneficial for his package (to put an example, he may really want to use a debian/clean file, for which compat level 7 is required).</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/3926977366122325371'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/3926977366122325371'/><link rel='alternate' type='text/html' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html?showComment=1240942680066#c3926977366122325371' title=''/><author><name>RainCT</name><uri>http://www.blogger.com/profile/03500772868573781640</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html' ref='tag:blogger.com,1999:blog-8012505786049526776.post-5391924232151951793' source='http://www.blogger.com/feeds/8012505786049526776/posts/default/5391924232151951793' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8012505786049526776.post-2981087324023049067</id><published>2009-04-28T10:51:39.303-07:00</published><updated>2009-04-28T10:51:39.303-07:00</updated><title type='text'>Thank you all for the comments.

@Kai &amp; perigrin: ...</title><content type='html'>Thank you all for the comments.&lt;br /&gt;&lt;br /&gt;@Kai &amp;amp; perigrin: The fact that old libs cannot be tested is not a valid reason to bump to higher requirements imo. Let&amp;#39;s say I have a package that build-depends on foo (&amp;gt;= 1.2.3). As I update this package, I find that my system now has foo=1.2.4. I am not able to test the compilation with foo 1.2.3, but it doesn&amp;#39;t really matter imo, because I know that the autobuilders will use the most recent version of foo available for my system anyway. If ever the package doesn&amp;#39;t build on foo &amp;lt; 1.2.4, I might get a bug report about that, and then I can update the dependencies accordingly, because I know it is necessary to do so.&lt;br /&gt;&lt;br /&gt;In the case of debhelper/cdbs/dpatch/quilt/etc. dependencies, it is even trickier. Most packages marked as build-depending on debhelper &amp;gt;= 6 are actually packages that were made with debhelper 5 and no change has been made to the dh_* commands in debian/rules at all, so it is clear that the package would still build with debhelper 5. I believe it is fine to switch the package build-dependencies to debhelper &amp;gt;= 6 and compat 6 if the maintainer begins to use a feature that is debhelper 6 specific, which is quite rare.&lt;br /&gt;&lt;br /&gt;Python packages using python-central are imo an example of justified build-dependencies, where it is obvious that using anything else will FTBFS, because the maintainer has made a choice of using python-central, which is good.&lt;br /&gt;&lt;br /&gt;Honestly, I also don&amp;#39;t really understand why lintian has to complain when debian/compat contains a value below 4. If a package could build on debhelper 3, is that bad?&lt;br /&gt;&lt;br /&gt;@perigrin: I totally get your point of view on being a volunteer contributor. Most of the packages I get to backport are not from universe in Ubuntu. I mostly get to work on PHP, MySQL, Apache, etc. so these are packages maintained by Canonical to be certified for an enterprise-class OS, which I would love Ubuntu to be.&lt;br /&gt;&lt;br /&gt;@RainCT: do you have other experience cases with this ?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/2981087324023049067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/2981087324023049067'/><link rel='alternate' type='text/html' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html?showComment=1240941099303#c2981087324023049067' title=''/><author><name>Raphaël</name><uri>http://www.blogger.com/profile/10521695166843919067</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='08818188603539575845'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html' ref='tag:blogger.com,1999:blog-8012505786049526776.post-5391924232151951793' source='http://www.blogger.com/feeds/8012505786049526776/posts/default/5391924232151951793' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8012505786049526776.post-4077547167446362579</id><published>2009-04-28T10:37:09.312-07:00</published><updated>2009-04-28T10:37:09.312-07:00</updated><title type='text'>Finally I've got something to link to when I ask p...</title><content type='html'>Finally I've got something to link to when I ask people not to use high debhelper versions for the sake of doing so ;).</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/4077547167446362579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/4077547167446362579'/><link rel='alternate' type='text/html' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html?showComment=1240940229312#c4077547167446362579' title=''/><author><name>RainCT</name><uri>http://www.blogger.com/profile/03500772868573781640</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html' ref='tag:blogger.com,1999:blog-8012505786049526776.post-5391924232151951793' source='http://www.blogger.com/feeds/8012505786049526776/posts/default/5391924232151951793' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8012505786049526776.post-3469888294951027560</id><published>2009-04-28T09:49:20.798-07:00</published><updated>2009-04-28T09:49:20.798-07:00</updated><title type='text'>I started a comment, but it got way too long.  My ...</title><content type='html'>I started a comment, but it got way too long.  My reply is here: &lt;A HREF="http://joshuakugler.com/archives/15-Real-dependencies,-not-convenient-dependencies.html" REL="nofollow"&gt;http://joshuakugler.com/archives/15-Real-dependencies,-not-convenient-dependencies.html&lt;/A&gt;.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/3469888294951027560'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/3469888294951027560'/><link rel='alternate' type='text/html' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html?showComment=1240937360798#c3469888294951027560' title=''/><author><name>Pedahzur</name><uri>http://www.blogger.com/profile/08531020477517782226</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html' ref='tag:blogger.com,1999:blog-8012505786049526776.post-5391924232151951793' source='http://www.blogger.com/feeds/8012505786049526776/posts/default/5391924232151951793' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8012505786049526776.post-6309101523089864442</id><published>2009-04-28T08:35:54.978-07:00</published><updated>2009-04-28T08:35:54.978-07:00</updated><title type='text'>Sometimes a dependency isn't stipulating what a mo...</title><content type='html'>Sometimes a dependency isn't stipulating what a module *can* support, but what a module author *will* support.&lt;br /&gt;&lt;br /&gt;I don't have the time or energy to make sure that code I write will run happily on perls older than 5.8.3. I honestly don't test things on Perl's older than 5.10.0 anymore but I don't (typically) use the 5.10.0 features so I feel safe in assuming that things will work on 5.8.3+. I set the earliest limits on my modules generally at 5.8.3 because that's the farthest back I feel I can safely guarantee my stuff should work on with the least amount of effort on my part. &lt;br /&gt;&lt;br /&gt;As I get almost no compensation for what is effectively a hobby for me I optimize support for me not for you. The alternative is I stop contributing because I couldn't possibly satisfy every valid support request and still enjoy what I'm doing.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/6309101523089864442'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/6309101523089864442'/><link rel='alternate' type='text/html' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html?showComment=1240932954978#c6309101523089864442' title=''/><author><name>perigrin</name><uri>http://www.blogger.com/profile/15411867329861005334</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html' ref='tag:blogger.com,1999:blog-8012505786049526776.post-5391924232151951793' source='http://www.blogger.com/feeds/8012505786049526776/posts/default/5391924232151951793' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-8012505786049526776.post-1801214578018882231</id><published>2009-04-28T03:32:50.163-07:00</published><updated>2009-04-28T03:32:50.163-07:00</updated><title type='text'>I think the issue is that the packager does not kn...</title><content type='html'>I think the issue is that the packager does not know whether it works with the old version.  To find out, it needs to be tested, and who has an old system to test it on?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/1801214578018882231'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8012505786049526776/5391924232151951793/comments/default/1801214578018882231'/><link rel='alternate' type='text/html' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html?showComment=1240914770163#c1801214578018882231' title=''/><author><name>Kai</name><uri>http://www.blogger.com/profile/18051108525996817985</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.raphink.info/2009/04/minimal-dependencies-and-backports.html' ref='tag:blogger.com,1999:blog-8012505786049526776.post-5391924232151951793' source='http://www.blogger.com/feeds/8012505786049526776/posts/default/5391924232151951793' type='text/html'/></entry></feed>