Re: DSA's via rsync
>>>>> On Mon, 19 May 2003 18:28:19 +1000 >>>>> "AP" == Andrew Pollock <[EMAIL PROTECTED]> wrote: AP> AP> AP> This would be made easier if the DSA's were obtainable in a more parseable AP> format. DSA'a are available in RDF. There exists a link on the bottom of www.debian.org/security to it. -- Alexander Kotelnikov Saint-Petersburg, Russia
Re: Debian MIA check
>>>>> On Tue, 13 May 2003 16:59:25 -0400 >>>>> "MZ" == Matt Zimmerman <[EMAIL PROTECTED]> wrote: MZ> MZ> On Tue, May 13, 2003 at 07:42:03PM +0200, Rene Engelhard wrote: >> Joey Hess wrote: >> > Luis Francisco Gonzalez >> >tcsh >> >tcsh-i18n >> >tcsh-kanji >> >> uuh, tcsh is an OpenOffice.org Build-Dependency >> I wouldn't take it because I don't use it, but we need it... MZ> MZ> tcsh as a build-dependency? Seems like a bug in openoffice. That should be MZ> fixed regardless of whether we keep tcsh. Do you mean, that it should be Build-Depends: c-shell or that all shell-like scripting should be Bourn-compatible? Any of these assumptions can be considered seriously, frankly speaking. -- Alexander Kotelnikov Saint-Petersburg, Russia
Re: FVWM 2.5.x debs
>>>>> On Tue, 29 Apr 2003 20:57:54 +0200 >>>>> "Md" == Marco d'Itri <[EMAIL PROTECTED]> wrote: Md> Md> On Apr 29, Alexander Kotelnikov <[EMAIL PROTECTED]> wrote: >> Actually, I would like to close #189664 without uploading any fvwm2.5 >> packages to unstable, if no one objects. Md> I object, as the problem (fvwm not working with gnome2) still exists. Md> The open bug will help other users to find the solution. The first trouble we will face on this way is blockage of new 2.4 packages to be accepted to testing without any good reason. Possible solution is to lower severity from grave to wishlist :). -- Alexander Kotelnikov Saint-Petersburg, Russia
Re: FVWM 2.5.x debs
>>>>> On Tue, 29 Apr 2003 09:11:58 +0200 >>>>> "HD" == Harald Dunkel <[EMAIL PROTECTED]> wrote: HD> HD> Hi Alex, HD> Alexander Kotelnikov wrote: >> Hello. >> Recently I was reported [1] by Marco d'Itri that FVWM from stable >> branch (2.4.x) does not work with GNOME2, so he requested 2.5.x >> packages from me. >> Olivier Chapuis clarified the situation in his reply [2] to my >> question in fvwm-workers mailing list. >> FVWM packages are ready and apt'able now for stable and unstable on >> 386 architecture. Sources are provided in unstable branch only (since >> stable package is just a rebuild). >> HD> HD> Would it be possible to add these packages to the official pool HD> for Sid? fvwm 2.5.6 is surely stable enough for daily use, but HD> I can speak just for i386 here. I really do not like this idea. -- Alexander Kotelnikov Saint-Petersburg, Russia
FVWM 2.5.x debs
Hello. Recently I was reported [1] by Marco d'Itri that FVWM from stable branch (2.4.x) does not work with GNOME2, so he requested 2.5.x packages from me. Olivier Chapuis clarified the situation in his reply [2] to my question in fvwm-workers mailing list. FVWM packages are ready and apt'able now for stable and unstable on 386 architecture. Sources are provided in unstable branch only (since stable package is just a rebuild). Lines for sources.list are: deb http://people.debian.org/~sacha/debian stable main or deb http://people.debian.org/~sacha/debian unstable main deb-src http://people.debian.org/~sacha/debian unstable main Actually, I would like to close #189664 without uploading any fvwm2.5 packages to unstable, if no one objects. 1. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=189664 2. http://www.hpc.uh.edu/fvwm/archive/0304/msg00682.html -- Alexander Kotelnikov Saint-Petersburg, Russia
Re: debian.org machine with pbuilder/debootstrap?
>>>>> On Mon, 28 Apr 2003 09:32:01 +0200 >>>>> "MS" == Martin Schulze <[EMAIL PROTECTED]> wrote: MS> MS> Hamish Moffatt wrote: >> Many have chroots but don't tend to have the relevant build-deps >> installed. MS> MS> You can always send a mail into the direction of [EMAIL PROTECTED] MS> and ask for the packages which are missing. You don't have to, but it's MS> a common way to get things installed. Unfortunately, there is no automatic way to do so, which could be good for unofficial autobuilds in case of package that have Build-Conflicts. -- Alexander Kotelnikov Saint-Petersburg, Russia
Re: HELP:
The answer was supposed to be private, sorry. -- Alexander Kotelnikov Saint-Petersburg, Russia
Re: HELP: установка Linux
Парень, не позорь Россию. что ты Debian developer'ам про свои несчастья с RH пишешь? >>>>> On Sun, 13 Jan 2002 17:52:04 +0300 >>>>> "Гриневич" == Гриневич Дмитрий <[EMAIL PROTECTED]> wrote: Гриневич> Гриневич> 1. (*) text/plain ( ) text/html Гриневич> Здравствуйте! Гриневич> Я купил себе диск 'Linux RegHat 7.2', но так и не понял как его установить. Гриневич> Купил книжку, в ней я и узнал о Вашем сайте, но там написано как устанавливать Debian, а мне надо RegHat. Гриневич> На сайте я что-то не нашёл этого, может плохо искал. Гриневич> Пожалуйста, помогите мне с установкой Гриневич> С уважением, Гриневич Дмитрий Гриневич> -- Alexander Kotelnikov Saint-Petersburg, Russia
Re: How to put files at a location determined at install-time.
>>>>> On Mon, 31 Dec 2001 02:23:55 +0100 >>>>> "Marc" == Marc L de Bruin <[EMAIL PROTECTED]> wrote: Marc> Marc> So, to be more precise: debconf asks the user for that location, and Marc> puts it in the debconf-database at myapp/thelocation. Now, when Marc> installing mydata.deb, it should read the myapp/thelocation variable Marc> and install the files from within mydata.deb at that specific location. Marc> Marc> The main question is: is it possible and if so, how to do it? May be you should use symbolic links? I.e. install yourdata to fixed directory, /usr/share/yourdata/, probably, and then create symlinks from there using debconf. -- Alexander Kotelnikov Saint-Petersburg, Russia
Re: how to store static data in a multi-thread program?
>>>>> On Tue, 25 Dec 2001 03:55:04 +0300 >>>>> "Andrew" == Andrew Makhorin <[EMAIL PROTECTED]> wrote: Andrew> Andrew> I've got a multi-thread program (in C) running under Debian/GNU Linux. Andrew> And I need to store a pointer somewhere in a system place related to an Andrew> particular thread in order to pass it to other routines running in the Andrew> same thread. In other words I need to pass a pointer within a thread as Andrew> if it would be declared as extern (i.e. not as a formal parameter), but Andrew> in a thread safe manner. Could anyone please tell me how to do that? Think you need to use TSD, thread specific data. man pthread_key_create. -- Alexander Kotelnikov Saint-Petersburg, Russia
Re: why apt/dpkg not using bzip2
On Sun, Sep 03, 2000 at 07:24:04AM -0400, Ben Collins wrote: > Now, we cannot save that much. Your example of compressing pure text is > not a measure of this whole archive. I've tested it, and converted an bzip2 does great with sources. Packages maintainers can put large amounts of code in bz2 and than in orig.gz, this will save space on src-CDs -- Alexander Kotelnikov Saint-Petersburg, Russia -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]