-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am Dienstag, 6. August 2002 13:30 schrieb Linus Gasser: > [...] > > Hi, > yes, it helps. Thanx very much. I did some apt-get orgie, like
same with me :-) my kdm still crashes with 3rd light style though.. > > # apt-get install libqt3=2:3.0.4-2 libqt3-mt=2:3.0.4-2 > and > # apt-get install libqt3-dev=2:3.0.4-2 libqt3-mt-dev=2:3.0.4-2 \ > libqxt0=2:3.0.4-2 qt3-tools=2:3.0.4-2 libpng3=1.2.1-1.1.woody.2 > > and then I had to dpkg-buildpackage -b on my kdevelop-tree again. Luckily > there is the -nc switch, so I didn't have to recompile kdevelop! Is there > some HOWTO on doing one's own packet-server, so that I can have like > > deb file://var/local/debian ./ > > in my sources.list ? I didn't find anything in the man-pages... > > thanks again, > > ineiti > > PS: Vanity, vanity, but I have the good-ole mosfet-liquid back! I have a small script in the root of my /var/www/debian: - -------- #!/bin/bash # no spaces in path please! for path in `ls -d dists/*/*/*` do dpkg-scanpackages $path /dev/null | gzip -9 > $path/Packages.gz done - -------- for this path: ./dists/woody/multi/binary-i386 this is in my sources.list: - -------- deb http://localhost/debian woody multi - -------- also works with file: deb-lines of course. yours, Sönke -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEARECAAYFAj1P6PMACgkQtWXOsFK9NM58wQCdFb3XkjWW7K5s3dsnz+0WM72l 1xcAn1qUEGI/P0q+UjfxBVxKLJ5wycPV =Hv/w -----END PGP SIGNATURE-----