PDA

View Full Version : Where can I get the source RPMs



estranged
09-21-2003, 10:25 PM
for different applications?

I want to make a remaster and flag the Debian rpms as i686.

Can someone give me few pointers on where to start with this?

Thank you :)

drini
09-21-2003, 11:37 PM
I think... you are a bit confused
in debian world things aren't done through rpms
(rpm is a redhatism and friends)
the most general way to install programs is by compiling (although that's some work, that's why package systems are born).

On debian we install with apt/dpkg programs and the files are debian packages (wiith extension .deb)
you can get them at packages.debian.org
or make the system automatically upgrade editing the proper config files

estranged
09-22-2003, 02:18 AM
ops.
I thought that debian packages were another rpm format :oops: .

Is there any way to flag i386 debian packages as i686?

Dave_Bechtel
09-22-2003, 08:21 AM
--I did:
cat /etc/apt/sources.list|grep src

...which went nowhere. Then I went to http://www.debian.org/mirror/list and poked around on the FTP servers a bit, which got me this:

http://ftp.oleane.net/pub/debian/dists/potato/main/source/

--That's for the old version (potato) tho, which prolly doesn't help you. Anyway to make a long story short, I googled on "apt-get source --compile" and got this:

http://lists.debian.org/debian-laptop/2003/debian-laptop-200306/msg00290.html
And:
http://lrlug.org/archives/lrlug-discuss/2002-June/008176.html

--After that, you're on your own. :lol:

(It sounds like a very complex process, for AFAICTell, very little gain. But if you do it, post some before/after benchmarks so we can see if optimizing for architecture is as beneficial as Gentoo supposedly says.)


for different applications?

I want to make a remaster and flag the Debian rpms as i686.

Can someone give me few pointers on where to start with this?

Thank you :)

estranged
09-22-2003, 09:46 AM
thanks man :)

Dave_Bechtel
09-22-2003, 10:03 AM
--Note - the forum database went crezzy on me so my edit had to be deferred until now. See above post again for changes.


thanks man :)