<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Create your own Debian/Ubuntu  (*.deb) package</title>
	<atom:link href="http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html</link>
	<description>Free and Open Source blogger with an attitude</description>
	<lastBuildDate>Mon, 19 Dec 2011 07:07:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: how to install a software in the linux system from some other distribution?? - LinuxQuestions.org</title>
		<link>http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html/comment-page-1#comment-98174</link>
		<dc:creator>how to install a software in the linux system from some other distribution?? - LinuxQuestions.org</dc:creator>
		<pubDate>Sat, 04 Aug 2007 14:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html#comment-98174</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] The quick answer is you don&#039;t.  Packages tend to be developed for specific distribution. They are linked to certain libraries and place files in certain locations. Trying to use a package from another distribution can case problems because of these differences.  Even on very similar families of distribution, slight differences are often enough to cause incompatibilities. Ubuntu packages - for example - are essentially Debian packages. But small differences in the way the two systems are set up are causing them to drift apart. So using an Ubuntu package on a Debian system could mess it up.   A package is just some software arranged into a convenient form for you. So if you want to add something that isn&#039;t in your repository you can always make the package yourself from the source.  You don&#039;t state what distribution you are using so it&#039;s hard to provide you with specific links. But here’s one on creating .debs.  http://blog.mypapit.net/2006/02/crea...b-package.html  And here&#039;s one on .rpms  http://www.ibm.com/developerworks/library/l-rpm1/  the second link looks a little old, so you might want to google around for something more relevent. But it should help to give you an idea of what you need to do.  Hope that helps. [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] The quick answer is you don&#8217;t.  Packages tend to be developed for specific distribution. They are linked to certain libraries and place files in certain locations. Trying to use a package from another distribution can case problems because of these differences.  Even on very similar families of distribution, slight differences are often enough to cause incompatibilities. Ubuntu packages &#8211; for example &#8211; are essentially Debian packages. But small differences in the way the two systems are set up are causing them to drift apart. So using an Ubuntu package on a Debian system could mess it up.   A package is just some software arranged into a convenient form for you. So if you want to add something that isn&#8217;t in your repository you can always make the package yourself from the source.  You don&#8217;t state what distribution you are using so it&#8217;s hard to provide you with specific links. But here’s one on creating .debs.  <a href="http://blog.mypapit.net/2006/02/crea...b-package.html" rel="nofollow">http://blog.mypapit.net/2006/02/crea&#8230;b-package.html</a>  And here&#8217;s one on .rpms  <a href="http://www.ibm.com/developerworks/library/l-rpm1/" rel="nofollow">http://www.ibm.com/developerworks/library/l-rpm1/</a>  the second link looks a little old, so you might want to google around for something more relevent. But it should help to give you an idea of what you need to do.  Hope that helps. [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Distutils] Docs re debian distributions for pure Python programs?</title>
		<link>http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html/comment-page-1#comment-91034</link>
		<dc:creator>[Distutils] Docs re debian distributions for pure Python programs?</dc:creator>
		<pubDate>Tue, 10 Jul 2007 14:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html#comment-91034</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Does anyone know of documentation for creating debian packags for pure Python projects? In particular, I would like to bypass the make-centric build process and the debian/rules file. Googling has turned up pages like http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html which contains other links, but I am wondering whether more Python-specific pages exist. Yes, this is slightly OT, but I&#039;m thinking that creating a debian package for Leo might lead me in a direction more compatible with distutils and easy_install. Thanks! Edward -------------------------------------------------------------------- Edward K. Ream email: [EMAIL PROTECTED] Leo: http://webpages.charter.net/edreamleo/front.html -------------------------------------------------------------------- _______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Does anyone know of documentation for creating debian packags for pure Python projects? In particular, I would like to bypass the make-centric build process and the debian/rules file. Googling has turned up pages like <a href="http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html" rel="nofollow">http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html</a> which contains other links, but I am wondering whether more Python-specific pages exist. Yes, this is slightly OT, but I&#8217;m thinking that creating a debian package for Leo might lead me in a direction more compatible with distutils and easy_install. Thanks! Edward &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Edward K. Ream email: [EMAIL PROTECTED] Leo: <a href="http://webpages.charter.net/edreamleo/front.html" rel="nofollow">http://webpages.charter.net/edreamleo/front.html</a> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; _______________________________________________ Distutils-SIG maillist &#8211; <a href="mailto:Distutils-SIG@python.org">Distutils-SIG@python.org</a> <a href="http://mail.python.org/mailman/listinfo/distutils-sig" rel="nofollow">http://mail.python.org/mailman/listinfo/distutils-sig</a> [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [Distutils] Docs re debian distributions for pure Python programs?</title>
		<link>http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html/comment-page-1#comment-90450</link>
		<dc:creator>[Distutils] Docs re debian distributions for pure Python programs?</dc:creator>
		<pubDate>Sun, 08 Jul 2007 11:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html#comment-90450</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] [Distutils] Docs re debian distributions for pure Python programs?          [Distutils] Docs re debian distributions for pure Python programs? Edward Ream edreamleo at charter.net  Thu Jun 21 16:01:10 CEST 2007  Previous message: [Distutils] Newbie questions about setuptools  Next message: [Distutils] Docs re debian distributions for pure Python programs?   Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]     Does anyone know of documentation for creating debian packags for pure Python projects? In particular, I would like to bypass the make-centric build process and the debian/rules file. Googling has turned up pages like http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html which contains other links, but I am wondering whether more Python-specific pages exist. Yes, this is slightly OT, but I&#039;m thinking that creating a debian package for Leo might lead me in a direction more compatible with distutils and easy_install. Thanks! Edward -------------------------------------------------------------------- Edward K. Ream email: edreamleo at charter.net Leo: http://webpages.charter.net/edreamleo/front.html --------------------------------------------------------------------      Previous message: [Distutils] Newbie questions about setuptools  Next message: [Distutils] Docs re debian distributions for pure Python programs?   Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]    More information about the Distutils-SIG mailing list [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] [Distutils] Docs re debian distributions for pure Python programs?          [Distutils] Docs re debian distributions for pure Python programs? Edward Ream edreamleo at charter.net  Thu Jun 21 16:01:10 CEST 2007  Previous message: [Distutils] Newbie questions about setuptools  Next message: [Distutils] Docs re debian distributions for pure Python programs?   Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]     Does anyone know of documentation for creating debian packags for pure Python projects? In particular, I would like to bypass the make-centric build process and the debian/rules file. Googling has turned up pages like <a href="http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html" rel="nofollow">http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html</a> which contains other links, but I am wondering whether more Python-specific pages exist. Yes, this is slightly OT, but I&#8217;m thinking that creating a debian package for Leo might lead me in a direction more compatible with distutils and easy_install. Thanks! Edward &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; Edward K. Ream email: edreamleo at charter.net Leo: <a href="http://webpages.charter.net/edreamleo/front.html" rel="nofollow">http://webpages.charter.net/edreamleo/front.html</a> &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;      Previous message: [Distutils] Newbie questions about setuptools  Next message: [Distutils] Docs re debian distributions for pure Python programs?   Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]    More information about the Distutils-SIG mailing list [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A question on packages - Ubuntu Forums</title>
		<link>http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html/comment-page-1#comment-11259</link>
		<dc:creator>A question on packages - Ubuntu Forums</dc:creator>
		<pubDate>Thu, 21 Sep 2006 11:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html#comment-11259</guid>
		<description>&lt;!--%kramer-ref-pre%--&gt;[...] Re: A question on packages     How about this one? Does seem like a lot of work! Thy for PM. Create your own Debian/Ubuntu http://blog.mypapit.net/2006/02/crea...b-package.html    __________________ my music Creative Common: http://www.ourmedia.org/user/33780 [...]&lt;!--%kramer-ref-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-ref-pre%-->[...] Re: A question on packages     How about this one? Does seem like a lot of work! Thy for PM. Create your own Debian/Ubuntu <a href="http://blog.mypapit.net/2006/02/crea...b-package.html" rel="nofollow">http://blog.mypapit.net/2006/02/crea&#8230;b-package.html</a>    __________________ my music Creative Common: <a href="http://www.ourmedia.org/user/33780" rel="nofollow">http://www.ourmedia.org/user/33780</a> [...]<!--%kramer-ref-post%--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Portal @ Blogtal.com</title>
		<link>http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html/comment-page-1#comment-1775</link>
		<dc:creator>Blog Portal @ Blogtal.com</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html#comment-1775</guid>
		<description>&lt;!--%kramer-pre%--&gt;impression that Australians are this bunch of racist, beer drinking hillbillies who wear cork hats and speak with a funny accent. ... &lt;a class=&quot;cosmoslinks&quot; href=&quot;http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html&quot;&gt;Create you own Debian/Ubuntu (*.deb) package&lt;/a&gt; Feb 17, 2006 3:51 AM - Mypapit&#039;s blog @ Computers I?ve found a nice well-written guide in that may be useful&lt;!--%kramer-post%--&gt;</description>
		<content:encoded><![CDATA[<p><!--%kramer-pre%-->impression that Australians are this bunch of racist, beer drinking hillbillies who wear cork hats and speak with a funny accent. &#8230; <a class="cosmoslinks" href="http://blog.mypapit.net/2006/02/create-you-own-debianubuntu-deb-package.html">Create you own Debian/Ubuntu (*.deb) package</a> Feb 17, 2006 3:51 AM &#8211; Mypapit&#8217;s blog @ Computers I?ve found a nice well-written guide in that may be useful<!--%kramer-post%--></p>
]]></content:encoded>
	</item>
</channel>
</rss>

