Re: compiling clamav with pbuilder

2002-08-25 Thread Brian May
On Sun, Aug 25, 2002 at 10:48:22AM +0200, J.H.M. Dassen (Ray) wrote:
> It might be. You may want to do "pbuilder login --distribution woody" and
> try building it by hand in there, then do some traces on the ps2pdf
> conversion.

I found the problem.

I had set TMP to /tmp for pbuilder instead of /tmp/bam,
but I forgot about TEMP.

Apparently gs must use TEMP instead of TEMP. Argghh!
-- 
Brian May <[EMAIL PROTECTED]>




印刷行业必备的工具书!!!

2002-08-25 Thread 网上工作室

 
《国内报刊名录大全》(2002年度)收录国内邮局发行和自办发行的报刊名录一万多家(含详细通讯地址、邮编、电话号码等),另有3000多家报刊的电子邮箱、2000多家报刊网址及全国所有出版社的联系方式。
  
是印刷行业与报刊杂志、出版社联系、开拓书报刊印刷及其他相关业务时必备的工具书。另:可根据客户需求订制电子版报刊名录数据库,可直接打印在信封上。详情请浏览:http://bk.tougao.com




Haberdar olun

2002-08-25 Thread Turan Sezer
HABERDAR.COM - HABER VE MEDYA PORTALI
Artýk tüm haberleri sadece tek siteden takip edebileceksiniz. Haberdar.com 
açýldý!
Haber baþlýklarý, spor haberleri, teknoloji haberleri, kültür ve sanat 
haberleri, internet haberleri, bilim ve uzay, 
sinema, saðlýk...
Aradýðýnýz içerik http://www.haberdar.com adresinde
Sadece týklayýn ve haberdar olun



Preferred way to build shared objects from PIC archives?

2002-08-25 Thread Aaron M. Ucko
The shared libraries in ncbi-tools6 and related packages currently
start out as static archives of PIC objects, which then get turned
into shared libraries with commands of the form

gcc  -shared -Wl,-soname=libddvlib.so.6 -o libddvlib.so.6.1.20020426 \
-Wl,-whole-archive libddvlib.a -Wl,-no-whole-archive

This (admittedly roundabout) procedure works fine on i386, and has
worked on other platforms until now, but as of some time in the past
three months has started failing on arm with

/usr/lib/gcc-lib/arm-linux/2.95.4/libgcc.a(__dummy.o): In function `__dummy':
__dummy.o(.text+0x0): multiple definition of `__dummy'
/usr/lib/gcc-lib/arm-linux/2.95.4/libgcc.a(__dummy.o)(.text+0x0): first defined
 here

and a slew of similar messages.  Is this a toolchain bug, or am I
going about things the wrong way?  (Building the shared libraries
directly, while obviously preferable, would require too much tweaking
to the awkward upstream build system.)

Please Cc me on replies, as I do not subscribe to -devel.

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
Finger [EMAIL PROTECTED] (NOT a valid e-mail address) for more info.




Re: Problem with autobuilders installing python

2002-08-25 Thread Joe Drew
On Sat, 2002-08-24 at 15:34, James A. Treacy wrote:
> Do entire dependency chains need to be specified for Build-Depends?

No, absolutely not - only the packages the program needs directly. That
is, all Depends: are automatically pulled in.

-- 
Joe Drew <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>

"This particular group of cats is mostly self-herding." -- Bdale Garbee




Re: How to get rid of non-free packers?

2002-08-25 Thread GOTO Masanori
At Fri, 23 Aug 2002 16:01:15 +0300,
Juhapekka Tolvanen wrote:
>It's free to distribute on the network, but if you distribute for
>the people who cannot access the network (by magazine or CD-ROM),
>please send E-Mail (Inter-Net address) to the author before the
>distribution. That's well where this software is appeard.
>If you cannot do, you must send me the E-Mail later.
> 
>  Original Source Code License Statement:
> 
>/*Copyright (C) MCMLXXXIX Yooichi.Tagawa  */
>/*ModifiedNobutaka Watazaki   */
>/*   Thanks to H.Yoshizaki. (MS-DOS LHarc)*/
> 
>  Clip here 
> 
> I think, only way to get free unpacking software for LHA-files is to
> negotiate with those Japanese persons. Here are some URL of Japanese
> LHA-software:
> 
> http://shibuya.cool.ne.jp/lha/

I think it can be replacable with below Tsugio's source.

> http://www2m.biglobe.ne.jp/~dolphin/lha/lha.htm

Debian package uses his (Tsugio's) source. It also can handle -lh7-
format.  I already contacted with him, but his responce were too slow
(waited over 4 months, or more!), and he thought changing license was
very difficult. LHa for unix was hacked by many people at least over
13 years, they have treated thier license as "vague". Historical
reason makes diffcult to change their license.

> How about contacting authors of AmigaOS-versions of LHA?
> 
> http://lha.warped.com/index.html
> 
> Maybe they could release those sources under some free licence and then
> somebody could port them to Unix?

It seems good idea, but we have to make them push thier source as
public, and then port into unix... I don't know porting from amiga
into unix is easy issue or not.

At Fri, 23 Aug 2002 21:51:59 +0300,
Juhapekka Tolvanen wrote:
> On Fri, 23 Aug 2002, +16:01:15 EEST (UTC +0300),
> Juhapekka Tolvanen <[EMAIL PROTECTED]> pressed some keys:
> 
> Wow! wotsit.org have some docs about archive file formats, too:
> 
> http://www.wotsit.org/search.asp?s=archive
> 
> http://www.wotsit.org/search.asp?page=2&s=archive
> 
> Docs about format of LHA or LZH is here:
> 
> http://www.osirusoft.com/joejared/lzhformat.html
> 
> It has also some links to LHA-related WWW-pages.

We can get lha archive format information easily.

> I just got an idea: What if some old version of LHA has free enough
> licence, so somebody could could create better free LHA-software out of
> it? I mean that maybe somebody could do OpenSSH-like things with LHA.

I don't know there was DFSG-Free version in past.
Does anyone try to make free lha archiver?

-- gotom




Re: perl 5.6 dependent packages

2002-08-25 Thread Raphael Hertzog
Le Sun, Aug 25, 2002 at 01:33:36PM -0700, Ryan Murray écrivait:
> while the build-depends on perl were updated, the build-depends for the
> new libdbi were not.  You need to update all build-depends that might be

They were in 1.28-1.1 (NMU by Joey), but during the transition the
maintainer uploaded 1.18-2 compiled against the old perl 5.6 ... so
Joey's NMU got lost. Then the maintainer uploaded -3 compiled against perl
5.8 but without the build-dep, he finally added the build dep in -4.

Everything is ok now.

Cheers,
-- 
Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/
Formation Linux et logiciel libre : http://www.logidee.com




Re: perl 5.6 dependent packages

2002-08-25 Thread Ryan Murray
On Sun, Aug 25, 2002 at 07:39:54PM +0200, Raphael Hertzog wrote:
> Le Sun, Aug 25, 2002 at 06:44:00AM +1000, Brendan O'Dea ?crivait:
> > On Sat, Aug 24, 2002 at 02:49:10PM -0400, Joey Hess wrote:
> > >perl 5.8 will enter unstable at the next dinstall run. Before it can
> > >make testing though, we have to update the following 84 packages which
> > >still depend on perlapi-5.6.*. This list should take into account those
> > >packages that were already NMU'd.
> 
> What happened to libdbi-perl ?
> 
> Joey NMUed it in the pool, but it appears to not have been installed.
> Since I rebuilt my libdbd-{pg,mysql}-perl package with the libdbi for

while the build-depends on perl were updated, the build-depends for the
new libdbi were not.  You need to update all build-depends that might be
affected by the transition.

-- 
Ryan Murray, Debian Developer ([EMAIL PROTECTED], [EMAIL PROTECTED])
The opinions expressed here are my own.


pgp3FlcjcHjjw.pgp
Description: PGP signature


Re: First experience with gcc-3.2 recompiles

2002-08-25 Thread Martin Schulze
Gerhard Tonn wrote:
> As I have told in another thread, I am currently rebuilding all packages 
> depending on c++ on s390. All packages have been touched now. The results are:
> 
> 406 packages have been built successfully
> 222 packages depend on other packages built with gcc-3.2
>90 on qt libraries
>12 on libsigc++
>  7 on gtkmm
>  9 on fltk
>  ...
> 246 packages haven't been built successfully
> 
> In most cases a compile error similar to
> 
> default argument given for parameter 12 of ...
> after previous specification in ...
> 
> occurs.
> 
> The build logs of the packages can be found at
> http://people.debian.org/~gt/gcc-3.2_transition

I hate to say, but the list of failed packages needs to get
investigated a little bit, since not all failures seem to be GCC 3.2
and syntax related:


apt: failed with "debian/rules:20: build/environment.mak: No such file or 
directory"
gg: failed with "/usr/bin/ld: cannot find -ljpeg"
hylafax: failed because textfmt wasn't built[1]
latte: failed with "Your STL string implementation is unusable."
nana: failed with "make: dh_testdir: Command not found"
qnix: failed with "make: execvp: ./configure: Permission denied"

Finally, the seventh build log I viewed contained a real GCC 3.2 error:

/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning:
#warning This file includes at least one deprecated or antiquated h
eader. Please consider using one of the 32 headers found in section
17.4.1.2 of the C++ standard. Examples include substituting the 
header for the  header for C++ includes, or  instead of
the deprecated header . To disable this war ning use
-Wno-deprecated.

This looks like there is advice hidden in a manual and all maintainers
of the corresponding packages should be informed about upcoming
failures in their packages.

Willy, are you going to add this to the transition propsal?

Regards,

Joey

 1. I seem to remember to stomp over such a problem in one of our most
recent security builds.

-- 
Never trust an operating system you don't have source for!

Please always Cc to me when replying to me on the lists.




Re: [buildd] brltty

2002-08-25 Thread Martin Schulze
Martin Schulze wrote:
> Ryan Murray told me that there is an override database for the
> Architecture line which is used by the buildds, hence, the buildds
> were ignoring the Architecture line of the debian/control file.
> I've asked him to remove the entry and he's going to do some test
> compiles first and will remove that line perhaps.

Please port the package to other architectures first.  It seems to use
some i386'isms which make the build fail on non-i386 architectures.
Ryan will probably tell you more details.

 has a list of machines and
architectures in the debian.org domain on which you have an account
(if you are a DD already, if not, please negotiate with your sponsor
or through IRC).

Regards,

Joey

-- 
Never trust an operating system you don't have source for!

Please always Cc to me when replying to me on the lists.




Re: [buildd] brltty

2002-08-25 Thread Martin Schulze
Mario Lang wrote:
> Hello.
> 
> I noticed that buildd doesn't build brltty since 2.98-2.
> 
> Well, I know I originally just had i386 in the architecture field, but 
> I am currently working with the upstream maintainer to
> fix alot of different architectures, and it would be nice
> if buildd could build brltty again on all archs listed in
> the architecture field.

Please learn about the search feature at buildd.debian.org which
is quite helpful in such cases:

http://buildd.debian.org/build.php?arch=&pkg=brltty

Basically it says that all builds on another architecture failed.  No
wait, that was version 2.98-x.  It doesn't have a trace of 3.0-1.

Ryan Murray told me that there is an override database for the
Architecture line which is used by the buildds, hence, the buildds
were ignoring the Architecture line of the debian/control file.
I've asked him to remove the entry and he's going to do some test
compiles first and will remove that line perhaps.

Regards,

Joey

-- 
Never trust an operating system you don't have source for!

Please always Cc to me when replying to me on the lists.




Unsubscribe

2002-08-25 Thread Lawrence Mulligan
Unsubsribe



Re: Bug#158059: ITP: metacity-themes -- Themes for the Gtk2 metacity window manager

2002-08-25 Thread Colin Walters
On Sat, 2002-08-24 at 14:37, Mark Howard wrote:

> Initial packages for this are available at
> http://tildemh.com/tmp/metacity-themes/

Hmmwhere's the source package?




Re: perl 5.6 dependent packages

2002-08-25 Thread Raphael Hertzog
Le Sun, Aug 25, 2002 at 01:51:18PM -0400, Clint Adams écrivait:
> > Maybe a newer MU came out in between or something. I don't have the NMU
> > anymore, but IIRC it was a simple rebuild.
> 
> Yes, two newer MU's actually.  The latter was a rebuild for 5.8;
> unfortunately the build-deps weren't updated, so it was autobuilt
> inconsistently.

Yes, I took the time to check myself in between. 1.28-4 is completely
correct now and will be installed in a few hours.

Cheers,
-- 
Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/
Formation Linux et logiciel libre : http://www.logidee.com




Re: perl 5.6 dependent packages

2002-08-25 Thread Clint Adams
> Maybe a newer MU came out in between or something. I don't have the NMU
> anymore, but IIRC it was a simple rebuild.

Yes, two newer MU's actually.  The latter was a rebuild for 5.8;
unfortunately the build-deps weren't updated, so it was autobuilt
inconsistently.




Re: perl 5.6 dependent packages

2002-08-25 Thread Joey Hess
Raphael Hertzog wrote:
> What happened to libdbi-perl ?
> 
> Joey NMUed it in the pool, but it appears to not have been installed.

Maybe a newer MU came out in between or something. I don't have the NMU
anymore, but IIRC it was a simple rebuild.

-- 
see shy jo




Re: perl 5.6 dependent packages

2002-08-25 Thread Raphael Hertzog
Le Sun, Aug 25, 2002 at 06:44:00AM +1000, Brendan O'Dea écrivait:
> On Sat, Aug 24, 2002 at 02:49:10PM -0400, Joey Hess wrote:
> >perl 5.8 will enter unstable at the next dinstall run. Before it can
> >make testing though, we have to update the following 84 packages which
> >still depend on perlapi-5.6.*. This list should take into account those
> >packages that were already NMU'd.

What happened to libdbi-perl ?

Joey NMUed it in the pool, but it appears to not have been installed.
Since I rebuilt my libdbd-{pg,mysql}-perl package with the libdbi for
perl 5.8, my packages are currently uninstallable ... I'm willing to do
another libdbi-perl NMU if needed, I just want to be sure it's really
needed.

Cheers,
-- 
Raphaël Hertzog -+- http://strasbourg.linuxfr.org/~raphael/
Formation Linux et logiciel libre : http://www.logidee.com




Re: Machine usage policies

2002-08-25 Thread Josip Rodin
On Mon, Aug 26, 2002 at 02:34:45AM +1000, Anthony Towns wrote:
> > There was a bug filed on www.debian.org but I can't recall what happened to
> > it. We certainly couldn't just change it, because that's not a random web
> > page, it's "owned" by debian-admin etc.
> 
> Change it, then send it to -admin with the changes explained to see if
> you've introduced any problems, make any fixes necessary, then commit
> it to the website?

You need a volunteer for that :> There seem to be too many bugs filed on
www.d.o that cannot be directly (or straightforwardly) fixed, and there's
about zero people interested in handling them.

I'll repeat the above message to -admin, leader and see if they respond.

-- 
 2. That which causes joy or happiness.




Re: perl 5.6 dependent packages

2002-08-25 Thread Joey Hess
Brendan O'Dea wrote:
> On Sat, Aug 24, 2002 at 02:49:10PM -0400, Joey Hess wrote:
> >perl 5.8 will enter unstable at the next dinstall run. Before it can
> >make testing though, we have to update the following 84 packages which
> >still depend on perlapi-5.6.*. This list should take into account those
> >packages that were already NMU'd.
> >
> >[EMAIL PROTECTED]:~>grep-available -F depends perlapi-5.6 -s package
> 
> Note that in addition, since perl 5.8.0 includes some modules which were
> previously stand-alone, any package declaring a versioned[0] dependency
> on:
> 
>   libdigest-md5-perl, libmime-base64-perl, libnet-perl,
>   libtime-hires-perl, libstorable-perl,
>   libattribute-handlers-perl, libcgi-perl, libi18n-langtags-perl,
>   liblocale-maketext-perl, libmath-bigint-perl, libnet-ping-perl,
>   libtest-harness-perl, libtest-simple-perl
> 
> needs to either have the version for that dependency removed, or just to
> depend on perl (>= 5.8.0).

The packages that do so are:

[EMAIL PROTECTED]:~>for mod in libdigest-md5-perl libmime-base64-perl
libnet-perl libtime-hires-perl libstorable-perl
libattribute-handlers-perl libcgi-perl libi18n-langtags-perl
liblocale-maketext-perl libmath-bigint-perl libnet-ping-perl
libtest-harness-perl libtest-simple-perl; do echo; echo $mod:; echo; 
grep-available -F depends "$mod (" -s package,maintainer ; done

libdigest-md5-perl:

package: libmd5-perl
maintainer: Michael Alan Dorman <[EMAIL PROTECTED]>

package: axkit
maintainer: Ardo van Rangelrooij <[EMAIL PROTECTED]>

package: smokeping
maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>

libmime-base64-perl:

package: sympa
maintainer: Jerome Marant <[EMAIL PROTECTED]>

package: libmime-perl
maintainer: Stephen Zander <[EMAIL PROTECTED]>

package: catalog
maintainer: Igor Genibel <[EMAIL PROTECTED]>

libnet-perl:

package: libastro-simbad-perl
maintainer: Stephen Quinney <[EMAIL PROTECTED]>

package: libastro-ads-perl
maintainer: Stephen Quinney <[EMAIL PROTECTED]>

package: libastro-dss-perl
maintainer: Stephen Quinney <[EMAIL PROTECTED]>

package: libastro-catalog-perl
maintainer: Stephen Quinney <[EMAIL PROTECTED]>

package: libnet-snpp-perl
maintainer: Michael Alan Dorman <[EMAIL PROTECTED]>

package: libnet-tftp-perl
maintainer: Michael Alan Dorman <[EMAIL PROTECTED]>

package: libwww-perl
maintainer: Michael Alan Dorman <[EMAIL PROTECTED]>

package: libnet-ph-perl
maintainer: Michael Alan Dorman <[EMAIL PROTECTED]>

libtime-hires-perl:

package: razor
maintainer: Robert van der Meulen <[EMAIL PROTECTED]>

package: remstats
maintainer: Robert Jordens <[EMAIL PROTECTED]>

package: filterproxy
maintainer: Kenneth Vestergaard Schmidt <[EMAIL PROTECTED]>

libstorable-perl:

package: libipc-shareable-perl
maintainer: Philippe Troin <[EMAIL PROTECTED]>

libattribute-handlers-perl:

libcgi-perl:

package: catalog
maintainer: Igor Genibel <[EMAIL PROTECTED]>

libi18n-langtags-perl:

liblocale-maketext-perl:

libmath-bigint-perl:

package: libmath-numbercruncher-perl
maintainer: Dirk Eddelbuettel <[EMAIL PROTECTED]>

libnet-ping-perl:

libtest-harness-perl:

libtest-simple-perl:

Also, libwww-perl still needs to be updated for perl 5.8. My NMU wasn't
uploaded out of the staging area, since I had to turn off regression
tests. There may be a new upstream release that fixes that.

-- 
see shy jo




Re: Machine usage policies

2002-08-25 Thread Anthony Towns
On Sun, Aug 25, 2002 at 06:19:36PM +0200, Josip Rodin wrote:
> There was a bug filed on www.debian.org but I can't recall what happened to
> it. We certainly couldn't just change it, because that's not a random web
> page, it's "owned" by debian-admin etc.

Change it, then send it to -admin with the changes explained to see if
you've introduced any problems, make any fixes necessary, then commit
it to the website?

Cheers,
aj

-- 
Anthony Towns <[EMAIL PROTECTED]> 
I don't speak for anyone save myself. GPG signed mail preferred.

 ``If you don't do it now, you'll be one year older when you do.''




Re: Machine usage policies

2002-08-25 Thread Josip Rodin
On Sun, Aug 25, 2002 at 04:49:21PM +0100, Oliver Elphick wrote:
> I just took a close look at the machine usage policies at
> http://www.debian.org/devel/dmup
> 
> 1. Section 1 says the document contains both policies and guidelines. 
> There is a section headed policies, but none headed guidelines.  I guess
> that the examples section should be part of guidelines.  It may be that
> some of the explanatory content near the top of policies should be
> regarded as guideline but that is not clear.

Nah, it should just be rephrased to say it includes policies and guidelines,
and _not_ "two parts", because they're not separated in two parts.

There was a bug filed on www.debian.org but I can't recall what happened to
it. We certainly couldn't just change it, because that's not a random web
page, it's "owned" by debian-admin etc.

-- 
 2. That which causes joy or happiness.




优惠网络建站!

2002-08-25 Thread zdrwz
此邮件为商业信函,如果您对此不感兴趣请立即删除;如果您不希望再收到此邮件请到http://filter.21gold.com退订,我们将会把您的邮箱地址过滤出列表。谢谢!;
This mail is a business letter. If you are uninterested in this , please delete 
it  immediately;If you do not hope to receive this mail again , please go to 
http://filter.21gold.com ,fill in your mail address ,and  we  will filter it 
out of our mail list.
  Thank you!


金世纪网络全新的网络建站方案:
购买30M就送国际域名、企业邮箱,一年仅需170元。

 自由更多,您可以完全定制自己的主机 
 速度更快,更稳定,严格控制主机数量 
 更优惠,现在申请均赠送国际域名、VIP企业邮箱 
 无风险,开通试用7天,满意再付款 

 独有的用户管理系统可以实现:
   在线修改FTP密码、在线WEB网站管理、 
   在线域名DNS管理、在线开通企业邮箱等

还有更多优惠套餐敬请访问:http://www.21gold.com




Machine usage policies

2002-08-25 Thread Oliver Elphick
I just took a close look at the machine usage policies at
http://www.debian.org/devel/dmup

1. Section 1 says the document contains both policies and guidelines. 
There is a section headed policies, but none headed guidelines.  I guess
that the examples section should be part of guidelines.  It may be that
some of the explanatory content near the top of policies should be
regarded as guideline but that is not clear.

2. "You are responsible for ... ensuring that the contents of [your WWW]
pages do not violate the laws that apply to the location of the server."
I checked a couple of machines in the list of machines, but there seems
to be no information about their location.  So it is impossible to tell
whether or not you are complying with this section.  The machine list
should record the country in which the machine is located and mention
any particular legal requirements of that country.

-- 
Oliver Elphick[EMAIL PROTECTED]
Isle of Wight, UK
http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
 
 "But the day of the Lord will come as a thief in the 
  night. The heavens shall pass away with a great noise,
  and the elements shall melt with fervent heat, and the
  earth and the works that are therein shall be burned
  up." II Peter 3:10 




Re: perl 5.6 dependent packages

2002-08-25 Thread Daniel Jacobowitz
On Sat, Aug 24, 2002 at 02:49:10PM -0400, Joey Hess wrote:
> perl 5.8 will enter unstable at the next dinstall run. Before it can
> make testing though, we have to update the following 84 packages which
> still depend on perlapi-5.6.*. This list should take into account those
> packages that were already NMU'd.

Great.  I'll take care of modperl and apache-perl today.

-- 
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer




Re: ITP: tix8.1 - The Tix library for Tk, version 8.1

2002-08-25 Thread Martin Michlmayr
* Matthias Klose <[EMAIL PROTECTED]> [2002-08-25 16:34]:
> Although not a new package (tix4.1 is in Debian), the 4.1 version is a
> bit rotten, so that it doesn't work with newer packages (visual-tcl
> and PyTix need 8.1). 8.1 was released 20 months ago and should be

Is there any reason to keep version 4.1 around?

> mature. Packages can be found at
> 
> I'll upload them for the next python upload. Anyone who wants to
> maintain these packages is welcome.

Anders Hammarquist <[EMAIL PROTECTED]> might be interested.

-- 
Martin Michlmayr
[EMAIL PROTECTED]




ITP: f-prot-installer - Installer for an antivirus checker

2002-08-25 Thread Matthias Klose
Package: wnpp
Severity: wishlist

Installer package for F-Prot Antivirus(tm)
 F-Prot(tm) is a tool for scanning individual files or directory trees
 for viruses.

 The license for F-Prot Linux for Small Business is without charge
 for personal users, when used on personal workstations.

 The package contains an installer and a cron script for scheduled updates
 of the virus definition files. More info about F-Prot can be found at
 http://www.f-prot.com/f-prot/products/fplin.html.


f-prot can be used for i.e. mailscanner, found in Debian. Packages can
be found at: http://ftp-master-debian.org/~doko/f-prot-installer/




ITP: tix8.1 - The Tix library for Tk, version 8.1

2002-08-25 Thread Matthias Klose
Package: wnpp
Severity: wishlist

Although not a new package (tix4.1 is in Debian), the 4.1 version is a
bit rotten, so that it doesn't work with newer packages (visual-tcl
and PyTix need 8.1). 8.1 was released 20 months ago and should be
mature. Packages can be found at

http://ftp-master.debian.org/~doko/python

I'll upload them for the next python upload. Anyone who wants to
maintain these packages is welcome.




Re: perl 5.6 dependent packages

2002-08-25 Thread Henrique de Moraes Holschuh
On Sun, 25 Aug 2002, Steve Kowalik wrote:
> If they depend on those packages and perl (>= 5.8.0)?

If they have any sort of versioned dependency on provides (we should make a
list of those), actually.

But since this is a non-local check, and hard to write, I guess tailoring it
to detect dependencies on old perl, and on stuff the new perl provides would
do.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh




Re: perl 5.6 dependent packages

2002-08-25 Thread Steve Kowalik
At 11:06 am, Sunday, August 25 2002, Henrique de Moraes Holschuh mumbled:
> On Sun, 25 Aug 2002, Brendan O'Dea wrote:
> > Note that in addition, since perl 5.8.0 includes some modules which were
> > previously stand-alone, any package declaring a versioned[0] dependency
> > on:
> > 
> >   libdigest-md5-perl, libmime-base64-perl, libnet-perl,
> >   libtime-hires-perl, libstorable-perl,
> >   libattribute-handlers-perl, libcgi-perl, libi18n-langtags-perl,
> >   liblocale-maketext-perl, libmath-bigint-perl, libnet-ping-perl,
> >   libtest-harness-perl, libtest-simple-perl
> > 
> > needs to either have the version for that dependency removed, or just to
> > depend on perl (>= 5.8.0).
> 
> litian and linda checks for these, please!
> 
If they depend on those packages and perl (>= 5.8.0)?

-- 
   Steve
 irrelevent. overfiend will purge you.




Re: Possible mass filing of bugs, take #2.1

2002-08-25 Thread Steve Kowalik
At  7:01 pm, Wednesday, August 21 2002, Anthony Towns mumbled:
> linda doesn't run cleanly over the entire archive -- it misbehaves on
> some packages (leaving /tmp/linda-* directories about), and just seems
> to hang on others. I haven't tracked down what's causing this. I don't
> believe it includes all the checks lintian does either, although in some
> cases that might be a win...
> 
Bugs, patches, or pointers at packages which make it misbehave are always
welcome.

-- 
   Steve
 goodbye, netsnaipe
 kick netsnipe
 oops
 Overfiend: That's 'netxnipe'
 StevenK: bwa ha, I had totally forgotten that! :)




Unidentified subject!

2002-08-25 Thread jeff
 <[EMAIL PROTECTED]>  Sun Aug 25 05:40:57 2002
X-Envelope-Sender: [EMAIL PROTECTED]
Received: (qmail 4964 invoked from network); 25 Aug 2002 10:40:57 -
Received: from master.debian.org ([EMAIL PROTECTED])
  by murphy.debian.org with SMTP; 25 Aug 2002 10:40:57 -
Received: from (buddy) [61.141.205.53] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17iupE-0007WN-00; Sun, 25 Aug 2002 05:40:56 -0500
From: =?GB2312?B?sbG6vVzH5buqXLuq1tC/xrTzv6q3os3FttM=?=
 <[EMAIL PROTECTED]>
Subject: =?GB2312?B?z8i/qreiwvrS4rrzuLa/7g==?=
To: debian-devel@lists.debian.org
Content-Type: text/plain;charset="GB2312";
Reply-To: [EMAIL PROTECTED]
Date: Sun, 25 Aug 2002 18:40:41 +0800
X-Priority: 1
X-Library: Indy 8.0.25
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
Message-Id: <[EMAIL PROTECTED]>
X-Spam-Status: No, hits=2.6 required=4.7 
tests=X_PRIORITY_HIGH,SUBJ_HAS_Q_MARK,SUPERLONG_LINE version=2.01

Èç¹û±¾Óʼþ²»ÊÇÄãËùÐèÒªµÄ£¬ÎÒÃDZíʾ±§Ç¸£¬ÇëËæÊÖɾ³ý»ò°´»Ø¸´É¾³ý
++
 ÒµÎñ˵Ã÷£¨ÏÈÌṩ·þÎñ£¬¿Í»§ÂúÒâºóÔÙ¸¶¿î£©

ÎÒÃÇÊÇpowersoftteamÈí¼þÍŶӣ¬ÎÒÃǵijÉÔ±À´×Ô±±º½ÓëÇ廪µÄÈí¼þ¹¤³ÌµÄ˶ʿÒÔ¼°²©Ê¿£¬ÎÒÃÇÔÚ±±¾©¡¢¹ãÖÝ¡¢ÉîÛÚ¡¢ÉϺ£µÈ¶¼Óй¤×÷ÊÒ£¬ÎÒÃÇÌṩÈçÏ·þÎñ£º
1¡¢¿Í»§¹Øϵ¹ÜÀí£¨CRM£©¡¢½øÏ÷´æϵͳ¡¢ÏúÊÛ¹ÜÀíϵͳ¡¢°ì¹«×Ô¶¯»¯ÏµÍ³£¨OA£©¡¢Îĵ²¹ÜÀíϵͳ¡¢ERP¡¢MRP¡¢MISµÈ¸÷ÀàÈí¼þµÄ¶¨ÖÆ¿ª·¢£¬ÎÒÃÇ¿ÉÒÔÌá½»Ô´³ÌÐò£¬ÎÒÃÇÓÐÕâ·½Ãæ·á¸»µÄ¾­ÑéÓëÖÚ¶àµÄ³É¹¦°¸Àý£»
2¡¢¸÷ÀàÐÐÒµÐÔÈí¼þµÄ¿ª·¢ÒÔ¼°ÏµÍ³¼¯³É£¨ÀýÈ磺µçÐŵÄÍø¹ÜÈí¼þ¡¢Ò½ÔºµÄÐÅÏ¢¹ÜÀíϵͳ¡¢Ð£Ô°¹ÜÀíϵͳ¡¢¾ÆµêÐÅÏ¢¹ÜÀíϵͳ¡­¡­£©£»
3¡¢µç×ÓÕþÎñ¡¢µç×ÓÉÌÎñµÈ´óÐÍϵͳµÄ¿ª·¢£»
4¡¢×¨ÒµÎª¹úÄÚÈËÊ¿ÌṩÈí¼þÆƽâºÍ¼ÓÃÜ·þÎñ£¬ÆƽâЧ¹û¿ÉÒÔ´ïµ½Á½¸ö²ã´Î£¬Ò»¸öÊÇÃÜÂë»òʹÓÃÆÚÏÞÖƵĽâ³ý£¬ÁíÒ»¸ö²ã´ÎÊÇÔÚÒÔÉÏ»ù´¡ÉϽøÒ»²½°´¿Í»§ÐèÇóÐÞ¸ÄÈí¼þ½çÃ棬·½±ã¿Í»§°´ÕÕ×Ô¼ºµÄÏ°¹ßʹÓ᣷½±ã´ó¼ÒʹÓùúÄÚÍâ¼Û¸ñ¸ß´ï¼¸Íò¡¢¼¸Ê®ÍòµÄ´óÐÍ»òרҵÈí¼þ¡£¸ÃÏî·þÎñÐèÒª¿Í»§¼òµ¥½éÉÜÈí¼þ²¢ÌṩδÆÆÃܵÄÈí¼þµÄÏÂÔصØÖ·»ò¹âÅÌ·½Ê½£»
5¡¢×¨ÒµÎª±¾ÍÁÈí¼þÌṩ¼ÓÃܱ£»¤£»±¾¹¤×÷ÊÒ±£ÕÏÁ¼ºÃµÄÆƽâºÍ¼ÓÃÜÖÊÁ¿£¬³ä·ÖÂú×ãÓû§µÄÐèÇó£¡
6¡¢ÎÒÃdzнÓÈ«¹ú¸÷µØµÄÒÔÉÏ·½ÃæµÄÒµÎñ£¡

ÁªÏµ·½Ê½£ºpowersoftteamÈí¼þÍŶÓ[EMAIL PROTECTED]  [EMAIL PROTECTED]
£¨ÓëÎÒÃÇÁªÏµ£¬Çë°´ÕÕÒÔÉÏÓʼþµØÖ·£¬²»ÒªÖ±½Ó»Ø¸´ÄãËù½ÓÊÕµ½µÄÓʼþ£©
++
  ±¸×¢

1¡¢ÎÒÃÇ¿ÉÒÔ¸ø×îÖÕÓû§¿ª·¢£¬Ò²¿ÉÒÔ¸øÈí¼þ¹«Ë¾»òÏà¹ØÆóÒµ¿ª·¢£¬¿Í»§¿ÉÒÔÔÚÎÒÃÇÈí¼þÉÏÃæÖ¸Ã÷Ϊ¿Í»§×Ô¼º¿ª·¢£¨¼ÈÈí¼þ°æȨ¿ÉÒÔ¸ø¿Í»§£©
2£ºÎÒÃDz»ÌṩÆƽ⹤¾ßºÍÅàѵ½Ì³Ì£¬¿¼Âǵ½²Ù×÷ÎÊÌ⣬ÔÝʱ²»Ìṩµ¥Æ¬»ú¡¢ICоƬºÍCPUµÄÆƽâ·þÎñ£»
3£ºµ¥¼ÛÈËÃñ±Ò5000ÔªÒÔϵÄÈí¼þ£¬½¨Ò鹺ÂòÕý°æ»òÇëÎÒÃǽøÐпª·¢£¬ÎÒÃDz»ÌṩÆƽâ·þÎñ£»
4£º²»³öÊÛ´óÖÚÈí¼þ¡¢Ô´´úÂëºÍ×¢²áºÅ£¬ÇëÎðÀ´ÐÅË÷È¡£»
5£º²»ÌṩÍøÕ¾ºÍµç×ÓÓÊÏäµÄÃÜÂëÆƽâ·þÎñ

ÁªÏµ·½Ê½£ºpowersoftteamÈí¼þÍŶÓ[EMAIL PROTECTED]  [EMAIL PROTECTED]
£¨ÓëÎÒÃÇÁªÏµ£¬Çë°´ÕÕÒÔÉÏÓʼþµØÖ·£¬²»ÒªÖ±½Ó»Ø¸´ÄãËù½ÓÊÕµ½µÄÓʼþ£©
++
Çë±£Áô´ËÓʼþÒÔ±¸²»Ê±Ö®Ðè




Bug#158102: ITP: spiralsynthmodular -- Object orientated modular softsynth / sequencer / sampler

2002-08-25 Thread Stefan Schwandter
Package: wnpp
Version: N/A; reported 2002-08-25
Severity: wishlist

* Package name: spiralsynthmodular
  Version : 0.1.0
  Upstream Author : Dave Griffiths <[EMAIL PROTECTED]>
* URL : http://www.pawfal.org/Software/SSM/
* License : GPL
  Description : Object orientated modular softsynth / sequencer / sampler

You can use it in a fairly straight forward way to make tracks with,
or get very experimental. Audio or control data can be freely passed
between the plugins, there is no difference. Data can also be fed
back on itself for chaotic effects.

It depends on the new fltk 1.1 libraries. I'll take over the old ones from
the current fltk maintainer and package the new ones.

SpiralSynthModular and rather old but working fltk1.1 packages can be
downloaded from http://people.debian.org/~swan .


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux TK150122 2.4.19 #1 Tue Aug 6 20:38:52 CEST 2002 i586
Locale: LANG=C, [EMAIL PROTECTED]

-- no debconf information





Unidentified subject!

2002-08-25 Thread jeff
 <[EMAIL PROTECTED]>  Sun Aug 25 03:54:06 2002
X-Envelope-Sender: [EMAIL PROTECTED]
Received: (qmail 23287 invoked from network); 25 Aug 2002 08:54:06 -
Received: from master.debian.org ([EMAIL PROTECTED])
  by murphy.debian.org with SMTP; 25 Aug 2002 08:54:06 -
Received: from (buddy) [61.141.205.53] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17it9p-0001E6-00; Sun, 25 Aug 2002 03:54:05 -0500
From: =?GB2312?B?sbG6vVzH5buqXLuq1tC/xrTzv6q3os3FttM=?=
 <[EMAIL PROTECTED]>
Subject: =?GB2312?B?z8i/qreiwvrS4rrzuLa/7g==?=
To: debian-devel@lists.debian.org
Content-Type: text/plain;charset="GB2312";
Reply-To: [EMAIL PROTECTED]
Date: Sun, 25 Aug 2002 16:53:50 +0800
X-Priority: 1
X-Library: Indy 8.0.25
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
Message-Id: <[EMAIL PROTECTED]>
X-Spam-Status: No, hits=2.6 required=4.7 
tests=X_PRIORITY_HIGH,SUBJ_HAS_Q_MARK,SUPERLONG_LINE version=2.01

Èç¹û±¾Óʼþ²»ÊÇÄãËùÐèÒªµÄ£¬ÎÒÃDZíʾ±§Ç¸£¬ÇëËæÊÖɾ³ý»ò°´»Ø¸´É¾³ý
++
 ÒµÎñ˵Ã÷£¨ÏÈÌṩ·þÎñ£¬¿Í»§ÂúÒâºóÔÙ¸¶¿î£©

ÎÒÃÇÊÇpowersoftteamÈí¼þÍŶӣ¬ÎÒÃǵijÉÔ±À´×Ô±±º½ÓëÇ廪µÄÈí¼þ¹¤³ÌµÄ˶ʿÒÔ¼°²©Ê¿£¬ÎÒÃÇÔÚ±±¾©¡¢¹ãÖÝ¡¢ÉîÛÚ¡¢ÉϺ£µÈ¶¼Óй¤×÷ÊÒ£¬ÎÒÃÇÌṩÈçÏ·þÎñ£º
1¡¢¿Í»§¹Øϵ¹ÜÀí£¨CRM£©¡¢½øÏ÷´æϵͳ¡¢ÏúÊÛ¹ÜÀíϵͳ¡¢°ì¹«×Ô¶¯»¯ÏµÍ³£¨OA£©¡¢Îĵ²¹ÜÀíϵͳ¡¢ERP¡¢MRP¡¢MISµÈ¸÷ÀàÈí¼þµÄ¶¨ÖÆ¿ª·¢£¬ÎÒÃÇ¿ÉÒÔÌá½»Ô´³ÌÐò£¬ÎÒÃÇÓÐÕâ·½Ãæ·á¸»µÄ¾­ÑéÓëÖÚ¶àµÄ³É¹¦°¸Àý£»
2¡¢¸÷ÀàÐÐÒµÐÔÈí¼þµÄ¿ª·¢ÒÔ¼°ÏµÍ³¼¯³É£¨ÀýÈ磺µçÐŵÄÍø¹ÜÈí¼þ¡¢Ò½ÔºµÄÐÅÏ¢¹ÜÀíϵͳ¡¢Ð£Ô°¹ÜÀíϵͳ¡¢¾ÆµêÐÅÏ¢¹ÜÀíϵͳ¡­¡­£©£»
3¡¢µç×ÓÕþÎñ¡¢µç×ÓÉÌÎñµÈ´óÐÍϵͳµÄ¿ª·¢£»
4¡¢×¨ÒµÎª¹úÄÚÈËÊ¿ÌṩÈí¼þÆƽâºÍ¼ÓÃÜ·þÎñ£¬ÆƽâЧ¹û¿ÉÒÔ´ïµ½Á½¸ö²ã´Î£¬Ò»¸öÊÇÃÜÂë»òʹÓÃÆÚÏÞÖƵĽâ³ý£¬ÁíÒ»¸ö²ã´ÎÊÇÔÚÒÔÉÏ»ù´¡ÉϽøÒ»²½°´¿Í»§ÐèÇóÐÞ¸ÄÈí¼þ½çÃ棬·½±ã¿Í»§°´ÕÕ×Ô¼ºµÄÏ°¹ßʹÓ᣷½±ã´ó¼ÒʹÓùúÄÚÍâ¼Û¸ñ¸ß´ï¼¸Íò¡¢¼¸Ê®ÍòµÄ´óÐÍ»òרҵÈí¼þ¡£¸ÃÏî·þÎñÐèÒª¿Í»§¼òµ¥½éÉÜÈí¼þ²¢ÌṩδÆÆÃܵÄÈí¼þµÄÏÂÔصØÖ·»ò¹âÅÌ·½Ê½£»
5¡¢×¨ÒµÎª±¾ÍÁÈí¼þÌṩ¼ÓÃܱ£»¤£»±¾¹¤×÷ÊÒ±£ÕÏÁ¼ºÃµÄÆƽâºÍ¼ÓÃÜÖÊÁ¿£¬³ä·ÖÂú×ãÓû§µÄÐèÇó£¡
6¡¢ÎÒÃdzнÓÈ«¹ú¸÷µØµÄÒÔÉÏ·½ÃæµÄÒµÎñ£¡

ÁªÏµ·½Ê½£ºpowersoftteamÈí¼þÍŶÓ[EMAIL PROTECTED]  [EMAIL PROTECTED]
£¨ÓëÎÒÃÇÁªÏµ£¬Çë°´ÕÕÒÔÉÏÓʼþµØÖ·£¬²»ÒªÖ±½Ó»Ø¸´ÄãËù½ÓÊÕµ½µÄÓʼþ£©
++
  ±¸×¢

1¡¢ÎÒÃÇ¿ÉÒÔ¸ø×îÖÕÓû§¿ª·¢£¬Ò²¿ÉÒÔ¸øÈí¼þ¹«Ë¾»òÏà¹ØÆóÒµ¿ª·¢£¬¿Í»§¿ÉÒÔÔÚÎÒÃÇÈí¼þÉÏÃæÖ¸Ã÷Ϊ¿Í»§×Ô¼º¿ª·¢£¨¼ÈÈí¼þ°æȨ¿ÉÒÔ¸ø¿Í»§£©
2£ºÎÒÃDz»ÌṩÆƽ⹤¾ßºÍÅàѵ½Ì³Ì£¬¿¼Âǵ½²Ù×÷ÎÊÌ⣬ÔÝʱ²»Ìṩµ¥Æ¬»ú¡¢ICоƬºÍCPUµÄÆƽâ·þÎñ£»
3£ºµ¥¼ÛÈËÃñ±Ò5000ÔªÒÔϵÄÈí¼þ£¬½¨Ò鹺ÂòÕý°æ»òÇëÎÒÃǽøÐпª·¢£¬ÎÒÃDz»ÌṩÆƽâ·þÎñ£»
4£º²»³öÊÛ´óÖÚÈí¼þ¡¢Ô´´úÂëºÍ×¢²áºÅ£¬ÇëÎðÀ´ÐÅË÷È¡£»
5£º²»ÌṩÍøÕ¾ºÍµç×ÓÓÊÏäµÄÃÜÂëÆƽâ·þÎñ

ÁªÏµ·½Ê½£ºpowersoftteamÈí¼þÍŶÓ[EMAIL PROTECTED]  [EMAIL PROTECTED]
£¨ÓëÎÒÃÇÁªÏµ£¬Çë°´ÕÕÒÔÉÏÓʼþµØÖ·£¬²»ÒªÖ±½Ó»Ø¸´ÄãËù½ÓÊÕµ½µÄÓʼþ£©
++
Çë±£Áô´ËÓʼþÒÔ±¸²»Ê±Ö®Ðè




Re: compiling clamav with pbuilder

2002-08-25 Thread J.H.M. Dassen \(Ray\)
On Sun, Aug 25, 2002 at 18:12:54 +1000, Brian May wrote:
> So I wonder what is different about my system that means it doesn't work
> here, but it works everywhere else?
> 
> Could it be related to devfs or something?

It might be. You may want to do "pbuilder login --distribution woody" and
try building it by hand in there, then do some traces on the ps2pdf
conversion.

HTH,
Ray
-- 
Do Microsoft's TCO calculations include TC of downtime?




Unidentified subject!

2002-08-25 Thread Anthony Charles Thomas
Diamonds as An investment

I took the liberty of getting your email address from the internet. I will
not bother you again after this intrusion.
My name is Anthony Thomas and I am an English diamond dealer.  
Diamonds are a great investment with their price rising app 8-10% per year
without the risks that the equity markets (stocks and shares) have as we
have recently witnessed. 

The problem has always been however that a normal individual cannot get
access to diamonds at the genuine 'trade' price so that resale was very
difficult and one would have to wait many years before being able to get a
return on their investment diamonds. This is no longer the case for you.

We are currently offering our loose certified diamonds at 40% off the
international wholesale price (known as the Rappaport Price List). This
price is less than most retailers would ever hope to pay for such goods.
The European Gemological Laboratory certifies all stones and all goods may
be supplied using an ESCROW service so that funds are not released to us
until you have safely recieved the goods. Please feel free to ask ANY
independent jeweler if this is a good deal or not. 
Obviously if this is of interest to you then we need to talk directly to
one another. Please telephone me on +6617626045 or fax me on +662 6309
612. Please do not reply to me by email as this account is only being used
to send this once only message. Thank you for your time.
Kind regards
A. Thomas.




Re: compiling clamav with pbuilder

2002-08-25 Thread Brian May
On Sun, Aug 25, 2002 at 10:00:33AM +0200, J.H.M. Dassen (Ray) wrote:
> On Sun, Aug 25, 2002 at 12:52:44 +1000, Brian May wrote:
> > Wehn compiling clamav in a woody chroot with pbuilder, I get
> > the following error:
> 
> I can't reproduce that here (freshly generated woody chroot for pbuilder;
> clamav 0.24-1).

Strange. This is a freshly installed and updated woody chroot, too.

That is the same version of clamav I compiled too.

> > (cd docs && ps2pdf clamdeb.ps clamdeb.pdf)   
> >  Unable to open the initial device, quitting.
> > make: *** [build-stamp] Error 255
> > pbuilder: Failed autobuilding of package
> 
> ps2pdf uses gs to do the real work.

So the error is coming from gs?

> > Why does ps2pdf need to open a device, and what device is it trying to
> > open?
> 
> You don't happen to have the GS_DEVICE environment variable set?

I don't have convenient access to the system right now, but I have
never set that environment variable myself, and I really doubt that
anything else would have set it with me knowing.

So I wonder what is different about my system that means it doesn't work
here, but it works everywhere else?

Could it be related to devfs or something? (on the host system, I have
devfs compiled into the kernel, but disabled on boot.)

Also I have configured pbuilder to use DEVPTS. I can't think why this
would matter, but just in case...
-- 
Brian May <[EMAIL PROTECTED]>




Re: compiling clamav with pbuilder

2002-08-25 Thread J.H.M. Dassen \(Ray\)
On Sun, Aug 25, 2002 at 12:52:44 +1000, Brian May wrote:
> Wehn compiling clamav in a woody chroot with pbuilder, I get
> the following error:

I can't reproduce that here (freshly generated woody chroot for pbuilder;
clamav 0.24-1).

> (cd docs && ps2pdf clamdeb.ps clamdeb.pdf)   
>  Unable to open the initial device, quitting.
> make: *** [build-stamp] Error 255
> pbuilder: Failed autobuilding of package

ps2pdf uses gs to do the real work.

> Why does ps2pdf need to open a device, and what device is it trying to
> open?

You don't happen to have the GS_DEVICE environment variable set?

HTH,
Ray
-- 
These days we're all supposed to believe that everyone's opinion is equally
valid, but sometimes you just have to stand up and say "Your opinion is
wrong, and here is why, in overwhelming detail."
http://www.kuro5hin.org/?op=displaystory;sid=2000/10/1/21448/7653




Re: Make python2.2 the python default

2002-08-25 Thread Moshe Zadka
On Fri, 23 Aug 2002, <[EMAIL PROTECTED]> wrote:

>   Any reason to keep 2.1 ?

Debian is used as a development system for portable apps. Many developers
need to test their software works with Python 2.1.




Re: Debain

2002-08-25 Thread Martijn van Oosterhout
On Sun, Aug 25, 2002 at 01:46:26AM -0400, Mike wrote:
> hi i have a 6 gig drive on my old puter i wanna put debail on 3 gigs is that 
> enough room, thank you

I guess it depends on what you want to do. I've fit debian on a  200MB drive
and I've filled a 2GB drive as well. It just depends on what you install.
-- 
Martijn van Oosterhout  http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.




Debain

2002-08-25 Thread Mike



hi i have a 6 gig drive on 
my old puter i wanna put debail on 3 gigs is that enough room, thank 
you