<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: JHBuild Improvements</title>
	<link>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/</link>
	<description>Random stuff</description>
	<pubDate>Sat, 05 Jul 2008 11:54:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Anonymous</title>
		<link>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-158</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-158</guid>
		<description>So, would "build Debian packages" also work as a jhbuild module?  Basically, take dist tarball, rename to appropriate .orig.tar.gz name, copy in debian directory, call dpkg-source to make diff and dsc, call pdebuild with various arguments to make debs, possibly needing to make previous debs available to pbuilder as build-depends for subsequent debs.</description>
		<content:encoded><![CDATA[<p>So, would &#8220;build Debian packages&#8221; also work as a jhbuild module?  Basically, take dist tarball, rename to appropriate .orig.tar.gz name, copy in debian directory, call dpkg-source to make diff and dsc, call pdebuild with various arguments to make debs, possibly needing to make previous debs available to pbuilder as build-depends for subsequent debs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-159</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-159</guid>
		<description>Also, do you have GIT support planned?</description>
		<content:encoded><![CDATA[<p>Also, do you have GIT support planned?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-160</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-160</guid>
		<description>Anonymous #1: you could probably do up a module type in jhbuild to help with building debian packages.  Hopefully the changes I'm making should make this easier if you decide to do such a modification.&lt;p/&gt;Anonymous #2: already committed, and being used for "cairo" in the gnome-2.16 module set.</description>
		<content:encoded><![CDATA[<p>Anonymous #1: you could probably do up a module type in jhbuild to help with building debian packages.  Hopefully the changes I&#8217;m making should make this easier if you decide to do such a modification.
<p />Anonymous #2: already committed, and being used for &#8220;cairo&#8221; in the gnome-2.16 module set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-161</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-161</guid>
		<description>Since jhbuild supports Arch as a module source, is baz also supported?&lt;p/&gt;Also, is SCons supported as a module type?&lt;br/&gt;</description>
		<content:encoded><![CDATA[<p>Since jhbuild supports Arch as a module source, is baz also supported?
<p />Also, is SCons supported as a module type?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Henstridge</title>
		<link>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-162</link>
		<dc:creator>James Henstridge</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-162</guid>
		<description>JHBuild supports modules that use Arch for version control by using the baz-1.x client.&lt;p/&gt;There is no support for modules stored in bzr yet, partly because I was waiting for 0.8 to come out -- the new checkout feature feels like the best option for jhbuild setups.&lt;p/&gt;There is no support for the scons build tool at this point, but the refactoring should make it possible to add support in such a way that it will work with all supported version control systems (cvs, subversion, darcs, git, arch and tarballs).  Previously you'd end up writing a fair bit of boilerplate to support all the VC backends.</description>
		<content:encoded><![CDATA[<p>JHBuild supports modules that use Arch for version control by using the baz-1.x client.
<p />There is no support for modules stored in bzr yet, partly because I was waiting for 0.8 to come out &#8212; the new checkout feature feels like the best option for jhbuild setups.
<p />There is no support for the scons build tool at this point, but the refactoring should make it possible to add support in such a way that it will work with all supported version control systems (cvs, subversion, darcs, git, arch and tarballs).  Previously you&#8217;d end up writing a fair bit of boilerplate to support all the VC backends.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-163</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid>http://blogs.gnome.org/jamesh/2006/05/01/jhbuild-improvements/#comment-163</guid>
		<description>Thanks for the reply.  (I did mean bzr [not baz] in my first question.)&lt;p/&gt;Looking forward to the new refactoring.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.  (I did mean bzr [not baz] in my first question.)
<p />Looking forward to the new refactoring.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
