Re: Please test this woody cd image
On Wed, 10 Apr 2002 10:45:35 -0400 "Matt Zimmerman" <[EMAIL PROTECTED]> wrote: > On Wed, Apr 10, 2002 at 11:06:44AM +0200, Raphael Hertzog wrote: > > > Hello everybody, > > > > release is coming soon ... and we need a bit of feedback about > > a new feature we plan to use on CD1 of Debian woody for i386. > > On CD *1*? Surely you don't plan to introduce new features in such a > core component mere weeks before the scheduled release? There is no way > that it could receive sufficient testing in that time. If we must have > a new experimental boot feature, it should go on one of the other CDs in > the set. > > (that said, I see no problem with making the first CD contain fewer > packages so that it can fit on a 5cm CD; that sounds useful indeed) > Its not the end of the world if a CD doesnt boot via the bios, the user can always boot from a rescue floppy. Glenn pgpDaqcXUdA3z.pgp Description: PGP signature
Requesting for comments: automatically and mechanically obtaining shared library package names
Hi, The following script is a script to obtain a shared library package name that would be feasible to be used within Debian package. It outputs a pseudo-debian/control file. There are quite a few people, and quite a few packages that aren't currently done in this way (i.e. many library packages contain multiple shared libraries in one package), but this could be a start for something. (and there are other things that need work in this script, ignore the Depends: field for now). USAGE: $ libinfodump.sh /usr/lib/libdmachinemon.so.1.0.0 Package: libdmachinemon1 Section: libs Depends: ${shlibs:Depends} Package: libdmachinemon1-dev Section: devel Depends: libpthread0-dev,libc6-dev For discussion on best-practice in library packaging, see http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html #!/bin/bash function getname () { local SONAMELIBNAME local SONAMEVERSION local SONAME SONAME=$1 SONAMELIBNAME=$(echo $SONAME | sed 's/\.so\..*$//') SONAMEVERSION=$(echo $SONAME | sed 's/^.*\.so\.//') if echo $SONAMELIBNAME | grep '[0-9]$' > /dev/null ; then RETURN=$SONAMELIBNAME-$SONAMEVERSION else RETURN=$SONAMELIBNAME$SONAMEVERSION fi } LIBNAME="$1" SONAME=$(objdump -p $LIBNAME |sed -n 's/^.*SONAME *//p' ) getname $SONAME SONAMEPKGNAME=$RETURN DEPENDS=$(objdump -p $LIBNAME |sed -n 's/^.*NEEDED *//p') cat
Re: rsync and debian -- summary of issues
> > http://rsync.samba.org/rsync-and-debian/ > > > > I'd appreciate comments. > This is certainly a very informative page. I'd appreciate if the CPU load problem could be solved somehow. IMO the versioning patch from Paul Russell is not the right approach since this is Debian specific and has nothing to do with rsync. This should be done by a wrapper script. Maybe someone writes a debianrproxy but then what's the difference to my script? O. Wyss -- Author of "Debian partial mirror synch script" ("http://dpartialmirror.sourceforge.net/";) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Rsync and single file transfer
Most of the scripts/methods I've seen which downloads Debian packages with rsync do only single file transfer. IMO this must be much more server friendly than a multi file transfer (no filelist). Is it possible run a rsync server with anonymous login but restricted to single file transfer next to an rsync server with restricted login and multi file transfer? This would allow access for secondary Debian mirrors besides endusers. It also would allow to separate and measure the impact endusers have on rsync servers. Note: IMO a script like mine is also useful for secondary mirrors at least if not all architectures are mirrored. Could any mirror administrator make a test an publish any results? O. Wyss -- Author of "Debian partial mirror synch script" ("http://dpartialmirror.sourceforge.net/";) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: rsync and debian -- summary of issues
On 13 Apr 2002, Brian May <[EMAIL PROTECTED]> wrote: > On Fri, Apr 12, 2002 at 10:19:27PM +1000, Donovan Baarda wrote: > > The big problem with rproxy is it's implemented in perl (perl: crypto for There might be some other unrelated program called rproxy that's in Perl, but the one I wrote certainly is not. It's just C. apt-proxy is written in sh (or bash?). > I believe it has been statically linked with libhsync. That's the old name for librsync. -- Martin "You know, if Jesus comes back to Earth, I bet the last thing he'll want to see again is another cross." -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Faster Release Cycle = More Up to date Packages...
On Fri, 12 Apr 2002 10:15:05 +0100, Carlos Sousa <[EMAIL PROTECTED]> wrote: >testing is, in my opinion, the feature that sets Debian apart from all >other Linux distributions. It's as if woody is released every day. If we had a security team working for testing, testing would be the distribution of choice to use. Currently, testing has the worst security record of all Debian distributions, and I don't like that. Unfortunately, I don't have enough spare time to start an effort in that direction, and am therefore stuck with stable on servers, and unstable on non-vital machines. Greetings Marc -- -- !! No courtesy copies, please !! - Marc Haber | " Questions are the | Mailadresse im Header Karlsruhe, Germany | Beginning of Wisdom " | Fon: *49 721 966 32 15 Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fax: *49 721 966 31 29 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please test this woody cd image
Erik Andersen <[EMAIL PROTECTED]> writes: [...] > > The burden of proof is on you, who want to make a change with such broad > > effect so late in the release cycle. I have never even tried isolinux, > > while I have used syslinux many times. > > Other distros (such as slackware and mandrake) are already using > isolinux in their installers. FYI mandrake is still not using isolinux on its first CD. We provide isolinux on the second CD, but most people don't use it. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Please test this woody cd image
#include Pixel wrote on Sat Apr 13, 2002 um 12:40:43PM: > FYI mandrake is still not using isolinux on its first CD. We provide isolinux > on the second CD, but most people don't use it. Well, you also do not use a code veteran as the default kernel. Gruss/Regards, Eduard. -- In /etc steht, was Du denkst. In /proc steht, was das OS denkt. Lutz Donnerhacke in doc -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[WARNING] Broken libxml2 2.4.19-2 in unstable
libxml2 2.4.19-2 in unstable is broken. All programs using this library fail with : relocation error: /usr/lib/libxml2.so.2: undefined symbol: pthread_once This could be harmless but scrollkeeper use this library and then the upgrade of a few packages (gnome packages) fail. Downgrading to 2.4.19-1 fix the problem. Christophe -- Christophe Barbé <[EMAIL PROTECTED]> GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8 F67A 8F45 2F1E D72C B41E Ce que l'on conçoit bien s'énonce clairement, Et les mots pour le dire arrivent aisément. Nicolas Boileau, L'Art poétique pgp6shgCfDDNU.pgp Description: PGP signature
Re: Bug#128852: doc-linux-text: Suggested addition to package: rank newbie pointers
retitle 128852 Ultra-newbie introductory documentation needed somewhere reassign 128852 general thanks I honestly have no idea where this documentation ought to go. doc-linux is not appropriate, as those packages contain documentation from the LDP. The doc-debian maintainer isn't convinced that it ought to go there either. install-doc is, as pointed out, rather large, and furthermore Priority: extra; the primary requirement is that whatever package contains this introductory documentation ought to be installed as standard. It sounds like a valid bug about the system in general that there should be a short bootstrapping document somewhere obvious; thus, at a loss for anything else to do with it, I'm going to reassign this bug to 'general' and ask for further discussion. Cheers, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processed: Re: Bug#128852: doc-linux-text: Suggested addition to package: rank newbie pointers
Processing commands for [EMAIL PROTECTED]: > retitle 128852 Ultra-newbie introductory documentation needed somewhere Bug#128852: doc-linux-text: Suggested addition to package: rank newbie pointers Changed Bug title. > reassign 128852 general Bug#128852: Ultra-newbie introductory documentation needed somewhere Bug reassigned from package `doc-linux-text' to `general'. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Bug#128852: doc-linux-text: Suggested addition to package: rank newbie pointers
Colin, > retitle 128852 Ultra-newbie introductory documentation needed somewhere > reassign 128852 general > thanks > > I honestly have no idea where this documentation ought to go. Why don't create one package named doc-newbie? []s Otavio -- O T A V I OS A L V A D O R - E-mail: [EMAIL PROTECTED] UIN: 5906116 GNU/Linux User: 239058 GPG ID: 49A5F855 Home Page: http://www.freedom.ind.br/otavio - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Overtaking ircd?
Hi all, since the 'ircd'-package is broken in various ways and last MU for it was in December 1999, i plan to overtake to the package. I've already made new packages available on http://gidentd.neveragain.de/debian/ircd. Are there any doubts against this plan? If not, my sponsor will upload them onto incoming.debian.org very soon to replace the old package before woody release. Since i'm not subscribed to debian-devel@, CC: me please. -- *-* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+ | .''`. | Martin Loschwitz --- hobbit.NeverAgain.DE | | : :' : + <[EMAIL PROTECTED]> - <[EMAIL PROTECTED]> + | `. `'` + Viersen / Germany --- www: http://www.madkiss.de/ + | `-| Use Debian GNU/Linux --- http://www.debian.org| *-* -+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+--+-+-+ pgpwCjNW9GByG.pgp Description: PGP signature
Re: Bug#128852: doc-linux-text: Suggested addition to package: rank newbie pointers
On Sat, Apr 13, 2002 at 11:45:42AM -0300, Otavio Salvador wrote: > Colin, > > > retitle 128852 Ultra-newbie introductory documentation needed somewhere > > reassign 128852 general > > thanks > > > > I honestly have no idea where this documentation ought to go. > > Why don't create one package named doc-newbie? That, again, would have to be installed as standard to satisfy this bug report. Remember that the instructions being asked for are even simpler than "how do I install a package?". Also note that there's already a newbiedoc package. -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Bug#128852: doc-linux-text: Suggested addition to package: rank newbie pointers
> On Sat, Apr 13, 2002 at 11:45:42AM -0300, Otavio Salvador wrote: > > Colin, > > > > > retitle 128852 Ultra-newbie introductory documentation needed somewhere > > > reassign 128852 general > > > thanks > > > > > > I honestly have no idea where this documentation ought to go. > > > > Why don't create one package named doc-newbie? > > That, again, would have to be installed as standard to satisfy this bug > report. Remember that the instructions being asked for are even simpler > than "how do I install a package?". > > Also note that there's already a newbiedoc package. Yes... then, why don't create one new task to newbie documentation... is the easy way to this may installed by user. What you think about it? []s Otavio -- O T A V I OS A L V A D O R - E-mail: [EMAIL PROTECTED] UIN: 5906116 GNU/Linux User: 239058 GPG ID: 49A5F855 Home Page: http://www.freedom.ind.br/otavio - -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Bug#128852: doc-linux-text: Suggested addition to package: rank newbie pointers
On Sat, Apr 13, 2002 at 12:22:25PM -0300, Otavio Salvador wrote: > Yes... then, why don't create one new task to newbie > documentation... is the easy way to this may installed by user. Hm. I thought we used to have one of those. -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
pgi default configuration WIPES OUT whole filesystems without asking!!!
Package: pgi Version: 0.9.6 Severity: critical Justification: causes serious data loss hi I wanted to create an ISO image using pgi-build I read some of the guide, gave a look at the options, and then said 'well lets try it and see what come out' so I typed TMPDIR=/media/tmp/ nice pgi-build -t /media/tmp/ -o /media/ --not-official --include-nonfree --build-mirror=/debian/testing/ --debian-version=testing were /media is (ACTUALLY: WAS) a big partition were I keep some nice data (of which I had NO BACKUP!) the disk spinned for a while and then pgi-build told me rm: cannot remove directory `/media' and stopped, and my nice partition was COMPLETELT WIPED OUT after that , I inspected (with much more attention) and found that in /etc/pgi/*/options there is --- # boolean indicating whether to clean the temporary directories by default : ${CLEAN:=1} export CLEAN --- and in /usr/bin/pgi-build there is --- ... -o|--outdir) OUT="$2"; shift ;; ... if [ $CLEAN -eq 1 ]; then for DIR in $TDIR $OUT; do if [ -d $DIR ]; then $SU_CMD rm -rf $DIR fi done fi --- I think that it is completely crazy to ship a program that by defaults wipes out the OUTOUT dir I also think that it is not right, by default, to wipe out the temporary dir what if I had typed in pgi-build -o ${HOME} ??? you MUST correct this bug immediatly!! a. -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux tonelli.sns.it 2.4.17 #1 SMP ven mar 15 17:35:24 CET 2002 i686 Locale: LANG=it_IT, LC_CTYPE=it_IT Versions of packages pgi depends on: ii ash 0.3.8-36 NetBSD /bin/sh ii bind9-host 1:9.2.0-6Version of 'host' bundled with BIN ii binutils2.12.90.0.1-1The GNU assembler, linker and bina ii build-essential 6Informational list of build-essent ii busybox-source-0.60.0 0.60.0-6 BusyBox source code ii curl7.9.5-1 Get a file from an FTP, GOPHER, HT ii debootstrap 0.1.17 Bootstrap a basic Debian system ii dialog 0.9a-20020309a-1 Displays user-friendly dialog boxe ii discover1.1-4hardware identification system ii discover-data 1.2002.03.19 hardware lists for libdiscover1 ii dnsutils1:9.2.0-6Clients provided with BIND ii dosfstools 2.8-1Utilities to create and check MS-D ii dpkg1.9.20 Package maintenance system for Deb ii etherconf 1.10 debconf interface to Ethernet conf ii fdutils 5.3-7Linux floppy utilities ii file3.37-3.1 Determines file type using "magic" ii gawk1:3.1.0-3GNU awk, a pattern scanning and pr ii gtk-engines-raleigh 0.12-4 GTK+ 2.0-like theme for GTK+ ii less374-1A file pager program, similar to m ii libc6-pic 2.2.5-4 GNU C Library: PIC archive library ii libc6-pic [glibc-pic] 2.2.5-4 GNU C Library: PIC archive library ii libdigest-md5-perl 2.13-2 MD5 Message Digest for Perl ii lynx2.8.4.1b-3 Text-mode WWW Browser ii makedev 2.3.1-58 Creates device files in /dev. ii mdetect 0.5.1mouse device autodetection tool ii mkisofs 4:1.10-2.4 Creates ISO-9660 CD-ROM filesystem ii modutils2.4.15-1 Linux module utilities. ii mtools 3.9.8-7 Tools for manipulating MSDOS files ii net-tools 1.60-4 The NET-3 networking toolkit ii netcat 1.10-21 TCP/IP swiss army knife ii netkit-ping 0.10-9 The ping utility from netkit ii nvi 1.79-20 4.4BSD re-implementation of vi. ii parted 1.4.24-3 The GNU Parted disk partition resi ii patch 2.5.4-10 Apply a diff file to an original ii pciutils1:2.1.9-4Linux PCI Utilities (for 2.[1234]. ii procps 1:2.0.7-8The /proc file system utilities. ii psmisc 20.2-2.1 Utilities that use the proc filesy ii python-glade0.6.8-17 Put a bit of python code behind in ii python-gnome1.4.1-17 PyGNOME -- Python bindings for GNO ii python-parted 0.10-1 Python bindings for GNU Parted ii python2.1 2.1.2-3 An interactive object-oriented scr ii rcs 5.7-13 The GNU Revision Control System ii read-edid 1.4.1-1 hardware information-gathering too ii rxvt1:2.6.4-5VT102 terminal emulator for the X ii strace
Re: Bug#141847: O: dupload -- Utility to upload Debian packages.
On Fri, 2002-04-12 at 19:42, Brian May wrote: > On Fri, Apr 12, 2002 at 01:47:05AM -0400, Colin Walters wrote: > > I like dput's DWIM features. For example, it figures out automatically > > whether or not a package is in non-US, and uploads to the correct > > place. > > This may not be as much use now non-us is being moved to main... Not all of non-US. > How does it determine the archive? Just by peeking at the Section: control file header, I think. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Bug#142710: bad depends
RISKO Gergely wrote in several bug reports: > Your package's got a serious policy violation, namely it depends on > debconf which has the priority: optional. > > Your package's priority is: important. I should be encouraging you to use -maintonly for mass bug reporting like you've done here, but I've rather glad I saw these bug reports, since every one of them is wrong. Debconf is priority: important, and has been for ages. [EMAIL PROTECTED]:~/doc/private>grep -A 1 Package:\ debconf /var/lib/apt/lists/http.us.debian.org_debian_dists_unstable_main_binary-i386_Packages Package: debconf Priority: important You should close all of these bug reports, none of which would be worth holding up the release for anyway. -- ssee shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: dput says "size doesn't match"
Hello! On Fri, Apr 12, 2002 at 11:04:15AM -0400, Daniel Burrows wrote: > On Fri, Apr 12, 2002 at 04:50:31PM +0200, Jochen Voss <[EMAIL PROTECTED]> was > heard to say: > > --> size doesn't match for /home/debian/devel/sanduhr_1.0.orig.tar.gz > If the .orig.tar.gz is a symlink, see #138821. My sanduhr_1.0.orig.tar.gz file really was a symlink, which I did not notice. Christian told me, that the problem is fixed in the latest version of dput. Thank you all, Jochen -- Omm (0)-(0) http://www.mathematik.uni-kl.de/~wwwstoch/voss/privat.html pgpAYnI2rBGgo.pgp Description: PGP signature
Re: pgi default configuration WIPES OUT whole filesystems without asking!!!
Hello, On Sat, Apr 13, 2002 at 08:09:47PM +0200, Andrea Mennucc wrote: > Package: pgi > Version: 0.9.6 > Severity: critical > Justification: causes serious data loss Just for the record: I got bitten by this, too. (But I had a backup for most of the stuff :-) Jochen -- Omm (0)-(0) http://www.mathematik.uni-kl.de/~wwwstoch/voss/privat.html pgpxYxVwerYWU.pgp Description: PGP signature
lo mejor para su impresora
IMPRESION CON CALIDAD FOTOGRAFICA. OBTENGA HASTA 10 CARGAS-POR EL PRECIO DE UN CARTUCHO easyinkje Les informamos que disponemos de kits de tinta, para todas las marcas de impresoras, por 28 EUROS (iva incluido) para negro y 34 para el de color mas 3 euros de gastos de envio. Con un Kit tiene para recargar los cartuchos de 5 a 10 veces; dependiendo de la marca. HAGA SU PEDIDO INDICANDO: marca de la impresora y modelo al tel.934315124-Fax934319444 o al contestador 934311054 easyinkje -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Faster Release Cycle = More Up to date Packages...
On Sat, Apr 13, 2002 at 10:57:57AM +0200, Marc Haber wrote: > On Fri, 12 Apr 2002 10:15:05 +0100, Carlos Sousa <[EMAIL PROTECTED]> > wrote: > >testing is, in my opinion, the feature that sets Debian apart from all > >other Linux distributions. It's as if woody is released every day. > > If we had a security team working for testing, testing would be the > distribution of choice to use. Of course I can talk only for myself, but I use testing only very reluctantly on production servers, because *) I have to recheck whether everything worked out right after an update. *) Update all my servers at the same day so I have the same versions everywhere. *) Keep up-to-date with global conversions like the sdl stuff, the python transition and what else, which force me to hold most stuff for indefinate(sp?) time. Testing is great for my workstation where I want recent software and I don't mind slight glitches, but I can evade the catastrophes of unstable, but I feel uncomfortable using it on servers. For me Stability vs. Current Versions is no binary Yes/No decision. Things like newer kernels (and tools), newer toolchain, newer applications (php, apache, mysql just to name a few) are _also_ important. Nevertheless I think you are doing a great job with Debian. It just rocks. Thank you for providing the only distribution with the fun and community of free software built in. Regards, David -- Signaturen sind wie Frauen. Man findet selten eine Vernuenftige -- gesehen in at.linux Signaturen sind wie Frauen. Hat man einmal eine Vernuenftige gefunden gibt man sie nicht wieder her. -- Hubert Partl pgpeQnbMxStW9.pgp Description: PGP signature
Re: pgi default configuration WIPES OUT whole filesystems without asking!!!
On Sat, Apr 13, 2002 at 11:18:14PM +0200, Jochen Voss wrote: > On Sat, Apr 13, 2002 at 08:09:47PM +0200, Andrea Mennucc wrote: > > Package: pgi > > Version: 0.9.6 > > Severity: critical > > Justification: causes serious data loss > > Just for the record: I got bitten by this, too. > (But I had a backup for most of the stuff :-) I'm working on it; you can expect 0.9.6.2 today. -- G. Branden Robinson| Debian GNU/Linux | Music is the brandy of the damned. [EMAIL PROTECTED] | -- George Bernard Shaw http://people.debian.org/~branden/ | pgphYpI2TYFWg.pgp Description: PGP signature
Re: Vancouver keysigning request
Well, I'm in the process myself, and I'm in Victoria. If I make it in, I'll try to remember to contact you. * Shaun Jackman ([EMAIL PROTECTED]) wrote: > I'm looking for a Debian developer in Vancouver, Canada to sign my key. If > you fit the bill, please reply! > > Thanks, > Shaun Jackman > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- __ _ Carl B. Constantine / / (_)__ __ __ [EMAIL PROTECTED] / /__/ / _ \/ // /\ \/ / (2.4.17) http://www.duckwing.ca //_/_//_/\_ _/ /_/\_\ Stormix 2000 PGP key available on request Up the line - out the server- past the firewall - nothing but Net!! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Vancouver keysigning request
I am a developer in Victoria. I don't go to Vancouver very often but I can sign keys for people in Victoria. On Sat, Apr 13, 2002 at 04:52:05PM -0700, Carl B. Constantine wrote: > Well, I'm in the process myself, and I'm in Victoria. If I make it in, > I'll try to remember to contact you. > * Shaun Jackman ([EMAIL PROTECTED]) wrote: > > I'm looking for a Debian developer in Vancouver, Canada to sign my key. If > > you fit the bill, please reply! > > > > Thanks, > > Shaun Jackman > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > > -- > > __ _ Carl B. Constantine >/ / (_)__ __ __ [EMAIL PROTECTED] > / /__/ / _ \/ // /\ \/ / (2.4.17) http://www.duckwing.ca > //_/_//_/\_ _/ /_/\_\ Stormix 2000 > PGP key available on request > > > Up the line - out the server- past the firewall - nothing but Net!! > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- Norman Jordan <[EMAIL PROTECTED]> GnuPG public key available at http://rtfm.dyndns.info/gnupg_key.txt Fingerprint: 1024D/095918D0 807B A7C5 0D7D 81C0 C21F 1D36 775A C806 0959 18D0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Bug#142710: bad depends
On Sat, Apr 13, 2002 at 03:10:35PM -0400, Joey Hess wrote: > You should close all of these bug reports, none of which would be worth > holding up the release for anyway. ... and all of which can be overridden by the ftpmasters without changing packages. In fact, even if a package does change its priority the maintainer still has to bug ftpmaster to change it in the override file, so filing serious bugs about it is basically a complete waste of time. -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Vancouver keysigning request
I'm in Seattle, Washington. I'll keep your addresses on file for when I make my next visit to BC. On Sat, Apr 13, 2002 at 05:10:46PM -0700, Norman Jordan wrote: > I am a developer in Victoria. I don't go to Vancouver very often but I > can sign keys for people in Victoria. > > On Sat, Apr 13, 2002 at 04:52:05PM -0700, Carl B. Constantine wrote: > > Well, I'm in the process myself, and I'm in Victoria. If I make it in, > > I'll try to remember to contact you. > > * Shaun Jackman ([EMAIL PROTECTED]) wrote: > > > I'm looking for a Debian developer in Vancouver, Canada to sign my key. > > > If > > > you fit the bill, please reply! > > > > > > Thanks, > > > Shaun Jackman > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]