[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Trying to create a deb line - why doesn't it work?



On Fri, Mar 09, 2001 at 10:52:59PM +0000, Oliver Elphick wrote:
> I can't understand what is going wrong with apt here; can anyone shed any
> light, please?

Feel free to nose around in ~pm on klecker.debian.org, especially my
~pm/do-dist script and the public_html directory.

My apt sources.list line is:

deb http://people.debian.org/~pm trial main

For those without login access to debian machines, here's the script:

#!/bin/sh

cd ~pm/public_html

for i in main # contrib non-free
do
 dpkg-scanpackages pool/$i /dev/null "" | \
  tee dists/trial/$i/binary-i386/Packages | \
  gzip -9 >dists/trial/$i/binary-i386/Packages.gz
 dpkg-scansources pool/$i /dev/null "" | \
  tee dists/trial/$i/source/Sources | \
  gzip -9 >dists/trial/$i/source/Sources.gz     
done

-- 
Paul Martin <pm@zetnet.net> (work)
  <pm@nowster.zetnet.co.uk> (home)
    <pm@debian.org> (Debian stuff)



Reply to: