Re: dependency bootstrapping problem

2002-08-24 Thread Junichi Uekawa
On Wed, 21 Aug 2002 14:53:54 -0700 Matt Kraai [EMAIL PROTECTED] wrote: Here are the solutions I've considered: * merge them into one source package. This would diverge from upstreams distribution model. There are many examples of putting multiple source packages in one Debian source

Re: pbuilder - root privileges? (was: Re: Orig tarball naming)

2002-08-24 Thread Junichi Uekawa
On Mon, 19 Aug 2002 21:40:16 -0400 David Z Maze [EMAIL PROTECTED] wrote: I think you need root privileges to actually enter the chroot jail. Other than that, it does seem like it should be possible to build the chroot image entirely in a fakeroot world, but I remember having tried this

Re: pbuilder, debarchiver, quintuple-agent

2002-08-09 Thread Junichi Uekawa
to dpkg-genchanges. Try something like: DEBBUILDOPTS=-sa regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide

Re: pbuilder, debarchiver, quintuple-agent

2002-08-09 Thread Junichi Uekawa
-genchanges. Try something like: DEBBUILDOPTS=-sa regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/

Re: [binary+libs] or [binary] + [libs]

2002-07-27 Thread Junichi Uekawa
not already read it, is in my sig. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ -- To UNSUBSCRIBE, email

Re: [binary+libs] or [binary] + [libs]

2002-07-27 Thread Junichi Uekawa
not already read it, is in my sig. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ -- To UNSUBSCRIBE, email to [EMAIL

Re: Libraries and position independent code (-fPIC)

2002-07-26 Thread Junichi Uekawa
libtarget.whatever.so: ${sources:.c=.lo} libtarget.a: ${sources:.c=.o} %.lo: %.c gcc -fPIC .. %.o: %.c gcc regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg

Re: unversioned shared library

2002-07-03 Thread Junichi Uekawa
] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: unversioned shared library

2002-07-03 Thread Junichi Uekawa
. -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Re: Libtool for multiple libs in one source package

2002-06-29 Thread Junichi Uekawa
I have had a similar problem and solved it by exporting a LIBRARY_PATH variable during the install step : replacing $(MAKE) install ... by export LIBRARY_PATH=`pwd`/debian/tmp/usr/lib; $(MAKE) install ... NOTE : LIBRARY_PATH not LD_LIBRARY_PATH. Hmm... this hack seems to

Re: Libtool for multiple libs in one source package

2002-06-29 Thread Junichi Uekawa
I have had a similar problem and solved it by exporting a LIBRARY_PATH variable during the install step : replacing $(MAKE) install ... by export LIBRARY_PATH=`pwd`/debian/tmp/usr/lib; $(MAKE) install ... NOTE : LIBRARY_PATH not LD_LIBRARY_PATH. Hmm... this hack seems to be

Re: unversioned shared library

2002-06-19 Thread Junichi Uekawa
should create something reasonable for an unstable shared library, suggest using this for the upstream (if they do versioning at all). But I suggest reading libtool/autoconf/automake manual a bit. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG

Re: how to package conflicting libraries ?

2002-06-10 Thread Junichi Uekawa
On Mon, 10 Jun 2002 08:24:39 +0200 Eric Gentilini [EMAIL PROTECTED] wrote: Hi, Considering a given library libfoo, which of another version supporting multithreading is available, called libfoo-mt. libfoo-mt offers all the functionnalities offered by libfoo and programs compiling with libfoo

Re: dpkg compresses diff file differently

2002-06-07 Thread Junichi Uekawa
it was compressed at a different time. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ -- To UNSUBSCRIBE, email

Re: dpkg compresses diff file differently

2002-06-07 Thread Junichi Uekawa
it was compressed at a different time. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ -- To UNSUBSCRIBE, email

Re: changing teTeX default config. for buildd

2002-05-25 Thread Junichi Uekawa
On Sat, 25 May 2002 00:44:11 -0700 Osamu Aoki [EMAIL PROTECTED] wrote: My thoughts: This is not my bug but a limitation of buildd. What should I do? Why buildd even bother to build documentation (ALL) package? Can anyone give me educated guide how to handle this? My impression is that

Re: Binary depends

2002-05-24 Thread Junichi Uekawa
On Fri, 24 May 2002 11:27:59 -0700 (PDT) Sean 'Shaleh' Perry [EMAIL PROTECTED] wrote: auto-apt only detects file not found and does a look up in the file list for the package which owns it. It is not of much help during the package build. It installs the package. -- [EMAIL

Re: Bug#145113: gcvs: Section should be devel

2002-05-23 Thread Junichi Uekawa
The x11 section is reserved for X server software, window managers and such. This package should be in devel. Hmm. That does seem to make more sense. But... I can't find where this is spelled out. It's not really spelled out. Use of some kind of common sense, and getting it fixed

Re: Bug#146786: debhelper: deb packages should contain SONAME

2002-05-18 Thread Junichi Uekawa
maintainer has caused enough problems that I decided to write the guide. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer

Re: Library package naming (and sponsor wanted)

2002-05-17 Thread Junichi Uekawa
/rules. I don't know, but it should probably be done in debian/rules clean target. I'd rather use objdump -p debian/tmp/usr/lib/libwhatever.so | grep SONAME than $(UPSTREAM_VERSION). regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG

Re: Library package naming

2002-05-13 Thread Junichi Uekawa
auto-generates debian/control. I am starting to think that it doesn't really scale up, however. I'm inclined to use a error-out-if-it-doesn't-match approach (d-shlibs) regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455

Re: xlibs (4.1.0-16) depends on xlibs ( 4.1.0). Can you explian?

2002-05-06 Thread Junichi Uekawa
having so many shared libraries in one package, but this is what you get as a result running dpkg-shlibsdeps on such package. I don't think it will gain anything. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E

Re: Library package naming

2002-05-06 Thread Junichi Uekawa
? The only one required is Conflicts: libijs-dev. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide

Re: Which packages got upgraded ?

2002-05-04 Thread Junichi Uekawa
at the changelogs, but is there a way to know which packages entered woody last week, or given a package, when it entered woody ? I doubt it, but it would help if you name the # of bug. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG

Re: Library package naming

2002-05-04 Thread Junichi Uekawa
versioning than unversioned static library because it is easier to track bugs on them, and fix them. However, please see my libpkg-guide. I'm trying to collect some more information/examples into the list. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp

Re: Trouble with shared libraries

2002-05-03 Thread Junichi Uekawa
? libtool is quite useful. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ -- To UNSUBSCRIBE, email

Re: Trouble with shared libraries

2002-05-03 Thread Junichi Uekawa
library links properly. Also, use libtool install whatever.la $(DESTDIR)/usr/lib/ libtool rm -f *~ *.lo whatever.la etc. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: dchroot (?) on developer machines

2002-04-27 Thread Junichi Uekawa
PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: changelog and /usr/share/doc/package as a symlink

2002-04-27 Thread Junichi Uekawa
. Don't just split without good reason. Just making sure one of the good reasons was seen in the discussion. Trying, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide

Re: changelog and /usr/share/doc/package as a symlink

2002-04-27 Thread Junichi Uekawa
? (is both of them maintained in a good shape or is only one of them?) Note: Splitting packages up causes more work, and maintenance cost. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92

Re: shlibdeps

2002-04-27 Thread Junichi Uekawa
that it will cause problems. For example, try compiling against tck/tk 8.3, and remove 8.3 and install 8.0, and then run the program. The program should fail to start. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E

Re: dchroot (?) on developer machines

2002-04-27 Thread Junichi Uekawa
PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide: http://www.netfort.gr.jp/~dancer/column/libpkg-guide/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Re: changelog and /usr/share/doc/package as a symlink

2002-04-27 Thread Junichi Uekawa
-data? Why do you have to make it a symlink at all ? By doing that you are distributing a .deb file which does not contain copyright information, etc. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423

Re: changelog and /usr/share/doc/package as a symlink

2002-04-27 Thread Junichi Uekawa
. Don't just split without good reason. Just making sure one of the good reasons was seen in the discussion. Trying, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 Libpkg-guide

Re: packaging question

2002-04-08 Thread Junichi Uekawa
to care about python-version compatibility, do they ? Their primary aim is to write code that works for them, not write code that works on both. maybe I am wrong, I don't code in python (yet). regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG

Re: Package names case sensitive?

2002-04-08 Thread Junichi Uekawa
{print sum / i }' 12.3125 grep-available -FMaintainer [EMAIL PROTECTED] -sPackage| awk '{sum+= length($2); i ++} END{print sum / i }' 10.3571 regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059

Re: packaging question

2002-04-08 Thread Junichi Uekawa
to care about python-version compatibility, do they ? Their primary aim is to write code that works for them, not write code that works on both. maybe I am wrong, I don't code in python (yet). regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG

Re: Package names case sensitive?

2002-04-08 Thread Junichi Uekawa
++} END{print sum / i }' 12.3125 grep-available -FMaintainer [EMAIL PROTECTED] -sPackage| awk '{sum+= length($2); i ++} END{print sum / i }' 10.3571 regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447

Re: packaging question

2002-04-05 Thread Junichi Uekawa
On Wed, 3 Apr 2002 00:07:47 + David H. Askew [EMAIL PROTECTED] wrote: Ok.. so i'm working on packages for jedit .. and I'm contemplating splitting the documentation into its own sepperate package. That I would object. Splitting the docs when it doessn't have to happen, it not useful.

Re: Package names case sensitive?

2002-04-05 Thread Junichi Uekawa
On Fri, 5 Apr 2002 15:04:41 +0200 Russell Coker [EMAIL PROTECTED] wrote: On Fri, 5 Apr 2002 14:42, Stefan Schwandter wrote: I know that policy recommends not to use uppercase letters in package names, but I'd like to package jack (jackit.sourceforge.net). Unfortunately, there already is a

Re: packaging question

2002-04-05 Thread Junichi Uekawa
On Wed, 3 Apr 2002 00:07:47 + David H. Askew [EMAIL PROTECTED] wrote: Ok.. so i'm working on packages for jedit .. and I'm contemplating splitting the documentation into its own sepperate package. That I would object. Splitting the docs when it doessn't have to happen, it not useful.

Re: Library packaging

2002-03-17 Thread Junichi Uekawa
random segfault o irrational behavior regards, junihi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Re: Library packaging

2002-03-17 Thread Junichi Uekawa
affect. I don't know if there could be a systematic way to do it. Warning might be possible, but not strict and real checking. Lintian won't be able to do this, because lintian only has access to one version of source at the time. -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp

updated library packaging FAQ(Re: Library packaging)

2002-03-17 Thread Junichi Uekawa
Junichi Uekawa [EMAIL PROTECTED] cum veritate scripsit: Well, now I updated the doc a little bit, I'll post it here. I've received exactly one response so far, and I'm feeling a bit naive about the contents of this document. Please comment: Library packaging Guide (very much a draft

Re: Library packaging

2002-03-17 Thread Junichi Uekawa
random segfault o irrational behavior regards, junihi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Library packaging

2002-03-17 Thread Junichi Uekawa
affect. I don't know if there could be a systematic way to do it. Warning might be possible, but not strict and real checking. Lintian won't be able to do this, because lintian only has access to one version of source at the time. -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp

updated library packaging FAQ(Re: Library packaging)

2002-03-17 Thread Junichi Uekawa
Junichi Uekawa [EMAIL PROTECTED] cum veritate scripsit: Well, now I updated the doc a little bit, I'll post it here. I've received exactly one response so far, and I'm feeling a bit naive about the contents of this document. Please comment: Library packaging Guide (very much a draft

Re: Library packaging

2002-03-16 Thread Junichi Uekawa
it 0.3.0 (well, it's only natural). However, in the library sense, if it is binary-incompatible, it should have a new soname, i.e. 1.0.0 regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92

Re: Library packaging

2002-03-16 Thread Junichi Uekawa
it 0.3.0 (well, it's only natural). However, in the library sense, if it is binary-incompatible, it should have a new soname, i.e. 1.0.0 regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37

Re: Library packaging

2002-03-15 Thread Junichi Uekawa
libmowitz0 Are you sure of the soname version number? regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe

Re: Library packaging

2002-03-15 Thread Junichi Uekawa
libmowitz0 Are you sure of the soname version number? regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Library packaging

2002-03-15 Thread Junichi Uekawa
/libMowitz.so.0.2.0 And the version number of the package is 0.2.0 as well. That sounds like a bad news, a potential sign of upstream changing binary interface between 0.1.0 and 0.2.0 regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint

Re: Library packaging

2002-03-12 Thread Junichi Uekawa
? Binary package names are incorrect, name them libmowitz0 and libmowitz-dev The source package name is fine. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE

Re: Library packaging

2002-03-12 Thread Junichi Uekawa
? Binary package names are incorrect, name them libmowitz0 and libmowitz-dev The source package name is fine. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Bug#136374: sbuild: /etc/sbuild.conf should be a conffile

2002-03-02 Thread Junichi Uekawa
should have been somewhere like /usr/share/sbuild/sbuild.default.conf. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Buildd rejected my Build-depends:

2002-01-28 Thread Junichi Uekawa
and the newer version of the ocaml package. If that is the case, it should be enough to specify ocaml (= version) with high-enough version number (which includes the previous camlp4). At least from the information given from your mail. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa

Re: Buildd rejected my Build-depends:

2002-01-28 Thread Junichi Uekawa
and the newer version of the ocaml package. If that is the case, it should be enough to specify ocaml (= version) with high-enough version number (which includes the previous camlp4). At least from the information given from your mail. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa

Re: Bug#89433: I want to adopt osh

2002-01-22 Thread Junichi Uekawa
running it? Can you please explain me what I'm missing ? That's what I want to know too. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email

Re: Bug#89433: I want to adopt osh

2002-01-22 Thread Junichi Uekawa
. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Bug#89433: I want to adopt osh

2002-01-22 Thread Junichi Uekawa
running it? Can you please explain me what I'm missing ? That's what I want to know too. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Bug#89433: I want to adopt osh

2002-01-22 Thread Junichi Uekawa
. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: gphoto2 (WAS: RE: including full source code in upload)

2002-01-19 Thread Junichi Uekawa
similar libgphoto2-dev Package would probably contain /usr/lib/libgphoto.so which is a symlink to /usr/lib/libgphoto.so.2, and etc. etc. etc. The soname is the number 2 in this case (but I have not looked at libgphoto2 to check) regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa

Re: gphoto2 (WAS: RE: including full source code in upload)

2002-01-19 Thread Junichi Uekawa
but it would be really small. I might be missing something, but what is the soname for libgphoto2 ? regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: gphoto2 (WAS: RE: including full source code in upload)

2002-01-19 Thread Junichi Uekawa
libgphoto2-dev Package would probably contain /usr/lib/libgphoto.so which is a symlink to /usr/lib/libgphoto.so.2, and etc. etc. etc. The soname is the number 2 in this case (but I have not looked at libgphoto2 to check) regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa

Re: Bug#89433: I want to adopt osh

2002-01-18 Thread Junichi Uekawa
| # define MAXPATHLEN 1024 | #endif [everything else dropped] regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Bug#89433: I want to adopt osh

2002-01-18 Thread Junichi Uekawa
? Not yet. Please do. Reducing the -Wall warnings, and other things will benefit everyone. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL

Re: Bug#89433: I want to adopt osh

2002-01-18 Thread Junichi Uekawa
? Not yet. Please do. Reducing the -Wall warnings, and other things will benefit everyone. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Bug#89433: I want to adopt osh

2002-01-18 Thread Junichi Uekawa
muha.sh fuu $ MUHA=fuu muha.sh regards. junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Bug#89433: I want to adopt osh

2002-01-17 Thread Junichi Uekawa
. It is not for a normal user.) Packaging of setuid programs is very discouraged for first-time packagers. Are you sure you want to do that ? regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Bug#89433: I want to adopt osh

2002-01-17 Thread Junichi Uekawa
-specific modifications. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: non-developer adopting an orphaned package

2002-01-17 Thread Junichi Uekawa
in the BTS. It is pretty difficult to see if the person is doing anything useful. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Re: Bug#89433: I want to adopt osh

2002-01-17 Thread Junichi Uekawa
. It is not for a normal user.) Packaging of setuid programs is very discouraged for first-time packagers. Are you sure you want to do that ? regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Bug#89433: I want to adopt osh

2002-01-17 Thread Junichi Uekawa
-specific modifications. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: non-developer adopting an orphaned package

2002-01-17 Thread Junichi Uekawa
in the BTS. It is pretty difficult to see if the person is doing anything useful. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Looking for a sponsor

2002-01-15 Thread Junichi Uekawa
, but not quite, lintian clean; it produces one error --- Have you considered asking the upstream to change the license ? regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Looking for a sponsor

2002-01-15 Thread Junichi Uekawa
, but not quite, lintian clean; it produces one error --- Have you considered asking the upstream to change the license ? regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: request for a sponsor

2002-01-12 Thread Junichi Uekawa
which simply depends on the above three I have not publicly released the packages yet, but I can point potential sponsors to a download location. Could you put it up somewhere public, so that someone who cares may be able to examine. regards, junichi -- [EMAIL PROTECTED] : Junichi

Re: Conditional use of debconf

2002-01-06 Thread Junichi Uekawa
many notes. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: Conditional use of debconf

2002-01-06 Thread Junichi Uekawa
many notes. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Include bison-generated files in package?

2002-01-06 Thread Junichi Uekawa
recommend build depending on bison, and building it. Having intermediate files included in the distribution is rather wrong, and I think the preferred source format for editing is the bison source, not the bison-generated source. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa

Re: backwards compatibility with stable

2001-12-23 Thread Junichi Uekawa
. Don't use debhelper, or keep your debhelper compatibility level at 2 or less, because debhelper v3 was not available in potato. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Best way to specify which GCC to use

2001-09-12 Thread Junichi Uekawa
idea to do this on ia64. The details are not available to me. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Re: Best way to specify which GCC to use

2001-09-12 Thread Junichi Uekawa
idea to do this on ia64. The details are not available to me. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Making multiple packages from source.

2001-08-22 Thread Junichi Uekawa
.. sounds hacky. Anyway, I was trying to do this kind of stuff, but I have not gone too far. I stopped at trying to set up a buildd for athlon (I have effectively stopped at making athlon-builder) Please do. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp

Re: multiple binary package HOWTO

2001-08-22 Thread Junichi Uekawa
versions. I think it involves (mkdir BUILD; cd BUILD; ../configure ) kind of thing... regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Making multiple packages from source.

2001-08-21 Thread Junichi Uekawa
.. sounds hacky. Anyway, I was trying to do this kind of stuff, but I have not gone too far. I stopped at trying to set up a buildd for athlon (I have effectively stopped at making athlon-builder) Please do. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http

Re: multiple binary package HOWTO

2001-08-21 Thread Junichi Uekawa
versions. I think it involves (mkdir BUILD; cd BUILD; ../configure ) kind of thing... regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL

Re: manual how to create a lib-package

2001-07-10 Thread Junichi Uekawa
Nikolaus Regnat [EMAIL PROTECTED] immo vero scripsit I'm searching for a manual (like New Maintainers' Guide) how to craete a package from a libary. Is there anything like that? As far as I know, the answer is No, and I think we need one too. You can see some of it in the debian-policy.

Re: manual how to create a lib-package

2001-07-10 Thread Junichi Uekawa
Nikolaus Regnat [EMAIL PROTECTED] immo vero scripsit I'm searching for a manual (like New Maintainers' Guide) how to craete a package from a libary. Is there anything like that? As far as I know, the answer is No, and I think we need one too. You can see some of it in the debian-policy.

Re: Depricating a library

2001-06-19 Thread Junichi Uekawa
Robert Bihlmeyer [EMAIL PROTECTED] immo vero scripsit If you want to provide further hints, upload a final version containing you can remove me without ill effects in the description. I think I would just remove the package, since the package has only entered unstable, and not on testing nor

Depricating a library

2001-06-17 Thread Junichi Uekawa
Hello, Upstram of qtecasound has depricated libqtecasound, and the only application which depended upon libqtecasound (qtecasound, and ecawave) no longer need the library. How would I handle this situation smoothly? Any ideas? Would I need to make an empty package of libqtecasound to ensure

Depricating a library

2001-06-17 Thread Junichi Uekawa
Hello, Upstram of qtecasound has depricated libqtecasound, and the only application which depended upon libqtecasound (qtecasound, and ecawave) no longer need the library. How would I handle this situation smoothly? Any ideas? Would I need to make an empty package of libqtecasound to ensure

Re: Creating man pages (upstream does not have one)

2001-05-11 Thread Junichi Uekawa
Othmar Pasteka [EMAIL PROTECTED] cum veritate scripsit: Hmm... anyone going to package manedit ? I tried it. It was rather fun to play with. It edits in roff. Should I upload it ? regards, junichi -- [EMAIL PROTECTED] http://www.netfort.gr.jp/~dancer -BEGIN GEEK CODE BLOCK-

Re: Creating man pages (upstream does not have one)

2001-05-11 Thread Junichi Uekawa
Othmar Pasteka [EMAIL PROTECTED] cum veritate scripsit: Hmm... anyone going to package manedit ? I tried it. It was rather fun to play with. It edits in roff. Should I upload it ? regards, junichi -- [EMAIL PROTECTED] http://www.netfort.gr.jp/~dancer -BEGIN GEEK CODE BLOCK-

Re: e-mail address changed

2001-03-24 Thread Junichi Uekawa
to your new mail address, it should change. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: e-mail address changed

2001-03-24 Thread Junichi Uekawa
to your new mail address, it should change. regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

Re: Creating a sid chroot area?

2001-03-03 Thread Junichi Uekawa
/init.d/ #!/bin/sh -e # hacked version of Adam Heath's code by Junichi Uekawa 22 Oct. 2000 # modified 25 oct 2000 if [ -e /etc/init.d/$(basename $0) ]; then # inside chroot hostname -F /etc/hostname HOME=/root exec /bin/sh --login else # starting outside the chroot dir=$(realpath $(dirname

Re: Creating a sid chroot area?

2001-03-03 Thread Junichi Uekawa
/ #!/bin/sh -e # hacked version of Adam Heath's code by Junichi Uekawa 22 Oct. 2000 # modified 25 oct 2000 if [ -e /etc/init.d/$(basename $0) ]; then # inside chroot hostname -F /etc/hostname HOME=/root exec /bin/sh --login else # starting outside the chroot dir=$(realpath $(dirname $0

Re: Wierd PETSc build behavior...

2001-02-28 Thread Junichi Uekawa
help some applications to compile? regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Tro

Re: Wierd PETSc build behavior...

2001-02-28 Thread Junichi Uekawa
applications to compile? regards, junichi -- [EMAIL PROTECTED] : Junichi Uekawa http://www.netfort.gr.jp/~dancer GPG Fingerprint : 17D6 120E 4455 1832 9423 7447 3059 BF92 CD37 56F4

<    1   2   3   >