Re: question about applying for maintainerhood

1999-03-04 Thread Ionutz Borcoman
Will Lowe wrote: > > > of some sort of ID (Drivers license etc) if I couldn't produce a > > signed/varified pgp key. I can provide a photocopy of my drivers license > > no problem but I don't know where to send the copy too. This is the > > question, where do I send it? I'll also send a print o

Re: how to pack a xxx.ps.gz documentation file ?

1999-02-26 Thread Ionutz Borcoman
Santiago Vila wrote: > > You may just create an .orig.tar.gz for them and that's all. > This way the diffs will only contain the Debian files. Ok. I'll do that. Now, who decides where the packages are going: main or non-free. It looks like this is not clear yet. TIA, Ionutz

Intent to package: vdk-doc

1999-02-26 Thread Ionutz Borcoman
Hi, Here is a bit more complicated problem: - vdk has 2 reference files: vdk041.ps and vdkref04_05.ps - they are distributed on the vdk site as .ps.gz files. The first one is for the obsolete vdk 0.4 and the seccond contain the changes made in the vdk 0.5. There is no tar.gz. I have decided to

how to pack a xxx.ps.gz documentation file ?

1999-02-26 Thread Ionutz Borcoman
Hi, VDK library which I'm packaging has 2 documentation files distributed separately as ps.gz. How am I supposed to package those files ? There's no tar.gz, just 2 compressed postscript files. TIA, Ionutz PS: I want to make somehow a vdk-doc package from them.

Re: how do I create orig.tar.gz archive ?

1999-01-31 Thread Ionutz Borcoman
Peter S Galbraith wrote: > > Why call it vdk_0_5_1.orig.tar.gz ? > > Maybe I'm out to lunch here. Here's what I do with packages and > seems to me it works: > > $ mv vdk_0_5_1.tar.gz vdk_0.5.1-19990122.orig.tar.gz > $ tar zxvf vdk_0.5.1-19990122.orig.tar.gz > $ cd VDK-0.5.1 > $ deb-make (or wha

libvdk 0.5.1 ready for testing

1999-01-29 Thread Ionutz Borcoman
Hi, This is the latest release of the vdk. I hope to be informed as soon as possible as being a debian developer and upload it to Incoming. Please test it and tell me if something's wrong as this is my first attempt to package a library (and seccond to package anything). http://borco-ei.eng.hok

how do I create orig.tar.gz archive ?

1999-01-29 Thread Ionutz Borcoman
Hi, I am trying to package vdk-0.5.1 but I have some problems. The original archive is vdk_0_5_1.tar.gz with a top directory VDK-0.5.1. The current version of vdk is a developement version and I've decided to call it: vdk-0.5.1-19990122 (using the release day of the library). Building the packag

orig.tar.gz archive

1999-01-27 Thread Ionutz Borcoman
Hi, I am trying to package vdk-0.5.1 but I have some problems. The original archive is vdk_0_5_1.tar.gz with a top directory VDK-0.5.1. The current version of vdk is a developement version and I've decided to call it: vdk-0.5.1-19990122 after the release day. Building the package, I get a tar.gz

Re: my mutt-ja should be non-international ?

1999-01-02 Thread Ionutz Borcoman
Kikutani Makoto wrote: > > I remember there was a discussion about this(devel?). > > I live in the US. I'm making mutt-ja package(Mutt Japanese version). > Maybe I can make it with mutt-0.95i soon. > But I think mutt-0.95i is non-us because of its PGP support. > > I can make mutt-ja based on onl

Re: dev and dbg packages

1998-12-27 Thread Ionutz Borcoman
Torsten Landschoff wrote: > > No :) Because this method is usually used to debug the LIBRARY while the -dbg > packages are used to debug the program you wrote using that lib. If you really > think the library is buggy you have to install the source anyway. > You've got a point here, I agree :-).

libvdk1 ready for testing

1998-12-23 Thread Ionutz Borcoman
Hi, If you have time for this, please install and test my first package which contains libraries. They can be downloaded from: http://borco-ei.eng.hokudai.ac.jp/~borco/vdk/download/vdk/stable/ VDK is a C++ wrapper for GTK. It borrows a lot from Borland C++ Builder's philosophy. Installin

Re: please help with shared libs

1998-12-20 Thread Ionutz Borcoman
Ionutz Borcoman wrote: > > Hi, > > I am trying to pack libvdk. Evrithing is now fine, excepting the > dependencies. Aka, the dependencies are wrong: the libvdk is using the > libglib and libgtk. But they are not reflected in the generated deb > files. This made me discov

please help with shared libs

1998-12-19 Thread Ionutz Borcoman
Hi, I am trying to pack libvdk. Evrithing is now fine, excepting the dependencies. Aka, the dependencies are wrong: the libvdk is using the libglib and libgtk. But they are not reflected in the generated deb files. This made me discover that libvdk itself doesn't contain the references. This is th

Re: problem with ldconfig and packaging libs

1998-12-18 Thread Ionutz Borcoman
Ben Gertzfield wrote: > > >>>>> "Ionutz" == Ionutz Borcoman <[EMAIL PROTECTED]> writes: > > Adam> This whole thread is absurd since the question was about > Adam> someone running ldconfig in debian/rules, which is a big > Ada

Re: problem with ldconfig and packaging libs

1998-12-18 Thread Ionutz Borcoman
Adam Di Carlo wrote: > > This whole thread is absurd since the question was about someone > running ldconfig in debian/rules, which is a big nasty no-no as well, > and I can't think of a possible reason why it would be necessary. > The ldconfig was run by the "make install" of the original source

Re: problem with ldconfig and packaging libs

1998-12-18 Thread Ionutz Borcoman
Ben Collins wrote: > > Sounds to me like you just need to run ldconfig as root one time to update > your ld.so.cache file. It should resolve your problem the Right Way. > I have a posinst that says: #!/bin/sh set -e ldconfig #DEBHELPER# Isn't this enough ? Installing the package and a progra

Re: automatic dependencies question

1998-12-18 Thread Ionutz Borcoman
Ben Gertzfield wrote: > > Did you install your own libgtk without using packages? The only way > dpkg-shlibdeps (the package that figures out the shared library > dependancies) can know how to set up a shared library dependancy is if > a file /var/lib/dpkg/info/*.shlibs exists that defines a depen

Re: problem with ldconfig and packaging libs

1998-12-17 Thread Ionutz Borcoman
Oscar Levi wrote: > > If I understand this correctly, our petitioner was running the install > target for his library and failed with ldconfig. Now, since this step > is optional when creating a DEB, fakeroot suffices to prevent make > from returning an error status for the impossible command (gi

Re: problem with ldconfig and packaging libs

1998-12-17 Thread Ionutz Borcoman
Adam Di Carlo wrote: > > "Oscar" == Oscar Levi <[EMAIL PROTECTED]> writes: > > On Thu, Dec 17, 1998 at 02:38:16AM -0500, Adam Di Carlo wrote: > >> It is bad advice for someone asking help about fakeroot to tell > >> them to also use sudo or super. Pick one and one only. > > > I read that he need

Re: dev and dbg packages

1998-12-17 Thread Ionutz Borcoman
Adam Di Carlo wrote: > > Well, actually, I think you're only confusing the issue with > '-DVDKDEBUG'. -dbg is for versions of libraries which debugging > symbols exposed so that problems may be debugged. Compiling with a > different define, at least in my opinion, lowers the usefulness of the >

automatic dependencies question

1998-12-17 Thread Ionutz Borcoman
Hi, I am trying to package VDK libs. I have added this in my control file: Source: vdk Section: libs Priority: optional Maintainer: Ionutz Borcoman <[EMAIL PROTECTED]> Standards-Version: 2.4.0.0 Package: libvdk1 Architecture: any Depends: ${shlibs:Depends} libvdk depends on libgtk 1.

Re: problem with ldconfig and packaging libs

1998-12-16 Thread Ionutz Borcoman
Oscar Levi wrote: > > On Thu, Dec 17, 1998 at 06:22:47AM +0900, Ionutz Borcoman wrote: > > James Troup wrote: > > > > > > Ionutz Borcoman <[EMAIL PROTECTED]> writes: > > > > > > > If I run this as root, how can I sign the package,

Re: problem with ldconfig and packaging libs

1998-12-16 Thread Ionutz Borcoman
James Troup wrote: > > Ionutz Borcoman <[EMAIL PROTECTED]> writes: > > > If I run this as root, how can I sign the package, as my pgp key was > > created for my personal account. > > sudo is your friend. sudo says Sorry, user borco is not allowed to execute

problem with ldconfig and packaging libs

1998-12-16 Thread Ionutz Borcoman
Hi, I am trying to package my first set of libs. I am doing this from my account with fakeroot. The problem is that this way, the process stops with the following error: ldconfig /home/borco/debian-devel/vdk/vdk-0.5/debian/tmp/usr/lib/ make[2]: ldconfig: Command not found make[2]: *** [install]

dev and dbg packages

1998-12-16 Thread Ionutz Borcoman
Hi, I want to package the VDK libs. But I have to take a decission: how to make the dbg package. The VDK, if compiled with "-g -DVDKDEBUG" can provide additional information, like the activity of the garbage collector (gc), regardless of statically or dynamically linkage. Also, dynamically linkin

Re: DESTDIR in a native distro. How ?

1998-12-15 Thread Ionutz Borcoman
Hamish Moffatt wrote: > > On Tue, Dec 15, 1998 at 03:18:52PM +0900, Ionutz Borcoman wrote: > > How do I set the DESTDIR in my Makefile ? If a non-debian user will > > download the package, he/she will want to install my program in > > /usr/local. If he/she is a debian user

DESTDIR in a native distro. How ?

1998-12-15 Thread Ionutz Borcoman
Hi, How do I set the DESTDIR in my Makefile ? If a non-debian user will download the package, he/she will want to install my program in /usr/local. If he/she is a debian user, the deb package should be created from the tar.gz and files moved to completely different places, like /etc, /usr/X11R6 ..

Re: debian source == original source. How ?

1998-12-15 Thread Ionutz Borcoman
Mitch Blevins wrote: > > > 1. I am using a simple makefile, as I haven't have time to read about > > automake/autoconf. My makefile has an "distclean" entry which deletes > > all unusefull files and lets a clean src directory. It deletes the > > binary executable also. Do I have to delete any file

debian source == original source. How ?

1998-12-15 Thread Ionutz Borcoman
Hi, To train myself, I am packing one of my own programs. I have understood that, in the case debian_source == original_source, you can add to your source directory tree a directory called debian and keep specific files there. I have 2 questions about this: 1. I am using a simple makefile, as I h

Re: What to do with extra sources needed to build a package

1998-12-11 Thread Ionutz Borcoman
Ben Gertzfield wrote: > > Make packages for libfli2 and libfli-dev (assuming the soname of > libfli is 2, for example) and you'll be set. Do you have experience > building Debian packages of libraries? There are a few gotchas that > you'll hit if you don't have experience in it already. > Can yo

how long does it take be assigned as a packager ?

1998-12-11 Thread Ionutz Borcoman
Hi, I have sent 2 e-mails to the [EMAIL PROTECTED] requiring to be assigned as the packager of libvdk langdrill I've got no answer till now (already 2 days since wrote about libvdk to new-maintainer). What is the usual amount of time between the request and the approval

Re: wannabe developer seeks mentor

1998-12-11 Thread Ionutz Borcoman
Oscar Levi wrote: > > On Thu, Dec 10, 1998 at 11:22:41PM +0900, Ionutz Borcoman wrote: > > I have already read the "Debian New Maintainers Guide" and, as stated > > there, I have packed first a simple program. It is my own program and it > > uses VDK, th

wannabe developer seeks mentor

1998-12-10 Thread Ionutz Borcoman
3.gif TIA, IonutzType Bits/KeyIDDate User ID pub 768/48639381 1998/12/09 Ionutz Borcoman <[EMAIL PROTECTED]> -BEGIN PGP PUBLIC KEY BLOCK- Version: 2.6.3ia mQBtAzZuO1kAAAEDAPH+XEcNoemX6CHJlRexzZKFl13OfbXWEmHhXI5CxileLBqE OF3qRlGG0n+AkcQ4WtdFq73+dVK+B2mo7rcYgau+usu/lNCa7P