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
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
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
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.
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
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
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
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
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
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 :-).
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
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
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
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
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
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
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
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
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
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
>
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.
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,
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
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]
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
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
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 ..
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
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
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
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
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
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
33 matches
Mail list logo