you mean: #!/bin/bash dpkg-scanpackages deb /dev/null | gzip -9c > deb/Packages.gz dpkg-scansources deb-src /dev/null | gzip -9c > deb-src/Sources.gz
right? On 2/9/06, Daniel Henninger <[EMAIL PROTECTED]> wrote: > As I was trying to tell you (Fawzib) on the chatroom, =) I'm happy > to host the pyaim and pyicq ones on blathersource right alongside the > source code. =D Fawzib, you sent me the shell script that creates > the .deb (which i'm also happy to add into the source tarball) . . . > I have no debian box to perform this operation on so I'll need > the .deb's themselves sent to me. =) I suppose I could go ahead and > create RPMs. > > Daniel > > On Feb 8, 2006, at 5:26 PM, Oscar Hellstr?m wrote: > > > Great work! > > > > On Wed, 2006-02-08 at 10:49 -0400, Fawzib Rojas wrote: > >> I have made packages for the three of them and they seem to work (at > >> least on my Ubuntu 5.10 server), does anyone has a debian/ubuntu > >> repository where they could be added? > > > > I have a private repository where I put useful stuff, but maybe this > > should be somewhat more official? If you like, I can host them anyway. > > > >> I created the debian package directory tree in the install and > >> added a > >> script (create-deb). Maybe this could be added to the files so anyone > >> could create the packages. > > > > Could the create-deb script be replaced with files for using > > dpkg-buildpkg? It would be nice to do it the debian way :) > > > > > >> _______________________________________________ > >> py-transports mailing list > >> py-transports@blathersource.org > >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > -- > > Oscar Hellstr?m, [EMAIL PROTECTED] > > web: personal.oscarh.net > > jid: [EMAIL PROTECTED] > > icq: 52604556 > > _______________________________________________ > > py-transports mailing list > > py-transports@blathersource.org > > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Thu Feb 9 12:33:19 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Thu Feb 9 12:33:31 2006 Subject: [py-transports] Debian/Ubuntu packages for PyMSNt/PyAIMt/PyICQt In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> The one that was shown to me involved more than that. =) I'm not that familiar with debian packages, and regardless I have nothing to build them on. Daniel On Feb 9, 2006, at 5:04 AM, Norman Rasmussen wrote: > you mean: > > #!/bin/bash > dpkg-scanpackages deb /dev/null | gzip -9c > deb/Packages.gz > dpkg-scansources deb-src /dev/null | gzip -9c > deb-src/Sources.gz > > right? > > On 2/9/06, Daniel Henninger <[EMAIL PROTECTED]> wrote: >> As I was trying to tell you (Fawzib) on the chatroom, =) I'm happy >> to host the pyaim and pyicq ones on blathersource right alongside the >> source code. =D Fawzib, you sent me the shell script that creates >> the .deb (which i'm also happy to add into the source tarball) . . . >> I have no debian box to perform this operation on so I'll need >> the .deb's themselves sent to me. =) I suppose I could go ahead and >> create RPMs. >> >> Daniel >> >> On Feb 8, 2006, at 5:26 PM, Oscar Hellstr?m wrote: >> >>> Great work! >>> >>> On Wed, 2006-02-08 at 10:49 -0400, Fawzib Rojas wrote: >>>> I have made packages for the three of them and they seem to work >>>> (at >>>> least on my Ubuntu 5.10 server), does anyone has a debian/ubuntu >>>> repository where they could be added? >>> >>> I have a private repository where I put useful stuff, but maybe this >>> should be somewhat more official? If you like, I can host them >>> anyway. >>> >>>> I created the debian package directory tree in the install and >>>> added a >>>> script (create-deb). Maybe this could be added to the files so >>>> anyone >>>> could create the packages. >>> >>> Could the create-deb script be replaced with files for using >>> dpkg-buildpkg? It would be nice to do it the debian way :) >>> >>> >>>> _______________________________________________ >>>> py-transports mailing list >>>> py-transports@blathersource.org >>>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >>> -- >>> Oscar Hellstr?m, [EMAIL PROTECTED] >>> web: personal.oscarh.net >>> jid: [EMAIL PROTECTED] >>> icq: 52604556 >>> _______________________________________________ >>> py-transports mailing list >>> py-transports@blathersource.org >>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >> >> _______________________________________________ >> py-transports mailing list >> py-transports@blathersource.org >> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >> > > > -- > - Norman Rasmussen > - Email: [EMAIL PROTECTED] > - Home page: http://norman.rasmussen.co.za/ > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > >