Re: dpkg --build changing permissions (?)

1999-07-18 Thread Jules Bean
Raphael Hertzog wrote: > > Le Sun, Jul 18, 1999 at 01:21:40PM +0100, Oliver Elphick écrivait: > > I put commands in debian/rules to fix this, but somehow that isn't reflected > > in the .deb files. > > > > Here's an extract from the build output; commands are in the rules file. > > I suppose you'

Re: Debian Developer Certificate?

1999-03-24 Thread Jules Bean
On Sat, 20 Mar 1999, Konstantinos Margaritis wrote: > -BEGIN PGP SIGNED MESSAGE- > > (Don't know if it's the right list, but here goes) > Jobs -esp. jobs that pay good- are hard to find, and I was wondering, since > being a Debian Developer can only be a Good Thing (TM) for my CV, is

Re: dpkg-source broke?

1999-03-24 Thread Jules Bean
On Fri, 19 Mar 1999, Will Lowe wrote: > Does anybody know what's wrong here? I run dpkg-buildpackage and get > this: > > rm -rf debian/tmp debian/files* core debian/substvars > dpkg-source -b rosegarden-2.1 > dpkg-source: building rosegarden using existing rosegarden_2.1.orig.tar.gz > dpkg-sour

RE: Shared libraries and symlinks

1999-03-18 Thread Jules Bean
On Thu, 18 Mar 1999, BROWN Nick wrote: > Yes, please, tell me what that file means ?! (Or better still, point me at > the right page of the FM) The diff.gz is the compressed diff required to go from upstream tarball (.orig.tar.gz) to buildable debian tree. To unpack, you do dpkg-source -x <...

Re: Shared libraries and symlinks

1999-03-18 Thread Jules Bean
On Thu, 18 Mar 1999, BROWN Nick wrote: > Another thing which would be REALLY USEFUL would be if there was a source > archive containing the debian directory. The .orig archive is cool but > doesn't let us build an exact copy of the package. Colour me confused. What about the .diff.gz? Jules /-

Re: Procmail_continued

1999-03-16 Thread Jules Bean
On Tue, 16 Mar 1999, MortenI wrote: > Hi again, > I have installed the lines suggested by Bob, in my .procmailrc. > (had to read the html page, to find out that this was the file to put it in) > Now I have another question: > > The mails from debian-mentors in /var/spool/mail, > can I aut

Re: problem with libfakeroot

1999-03-16 Thread Jules Bean
On Tue, 16 Mar 1999, Christian Kurz wrote: > Hi, > > I'm trying to package another programm for debian, but I get some > trouble with dh_shlibdeps. I'm using glibc2.1 and fakeroot here to > compile the package. While I do this I get the following error, which I > can't solve. > > |dh_shlibdeps

Re: Question about conflicts

1999-03-12 Thread Jules Bean
On Fri, 12 Mar 1999, Santiago Vila wrote: > On Fri, 12 Mar 1999, Jules Bean wrote: > > > On Fri, 12 Mar 1999, Santiago Vila wrote: > > > > > Question for dpkg gurus: > > > > > > It is technically possible to make package A to conflict with releases

Re: Question about conflicts

1999-03-12 Thread Jules Bean
On Fri, 12 Mar 1999, Santiago Vila wrote: > Question for dpkg gurus: > > It is technically possible to make package A to conflict with releases of > B earlier than "p" and also with all releases of B between "r" and "s" > but not with release "q" of B (where p < q < r < s)? > AFAIK, dpkg can't

Re: What to do when new version available upstream...

1999-03-06 Thread Jules Bean
On 6 Mar 1999, John Lapeyre wrote: > Jules Bean <[EMAIL PROTECTED]> writes: > > > > > On Wed, Feb 24, 1999 at 11:57:02AM -0800, Sudhakar Chandrasekharan wrote: > > > > 1. tar zxvf upstream_src.tgz > > > > 2. Apply the .diff that was genera

Re: depends field...

1999-03-05 Thread Jules Bean
On 4 Mar 1999, Turbo Fredriksson wrote: > Depends: roxen-pike (>= 1.2.46) | (pike (>= 0.6), pike-image (>= 0.6)), > ${shlibs:Depends} > > How do I write this so it works? > > (Ether roxen-pike OR pike. If pike, we need pike-image too...) Depends: roxen-pike | pike, roxen-pike | pike-image, ${s

Re: What to do when new version available upstream...

1999-03-01 Thread Jules Bean
On Mon, 1 Mar 1999, Josip Rodin wrote: > On Mon, Mar 01, 1999 at 08:55:57AM +0000, Jules Bean wrote: > > > I usually extract the new one (or apply a patch if that is the method), > > > gunzip -dc old_version.diff.gz > somefile, then edit that 'somefile'

Re: What to do when new version available upstream...

1999-03-01 Thread Jules Bean
On Sat, 27 Feb 1999, Josip Rodin wrote: > On Wed, Feb 24, 1999 at 11:57:02AM -0800, Sudhakar Chandrasekharan wrote: > > 1. tar zxvf upstream_src.tgz > > 2. Apply the .diff that was generated when I produced 0.26.2 (and get rid > > of the files like changelog, control etc.) > > I usually extract t

Re: Unidentified subject!

1999-03-01 Thread Jules Bean
On Sun, 28 Feb 1999, Christian Kurz wrote: > Hi, > > I'm going to became a Debian Developer and now started to package my > first programm bvi. Now I have a problem which I couldn't solve, because > I don't find the error. I'm getting the following error, when I try to > create the debian-package

Re: devel documentation?

1999-02-28 Thread Jules Bean
On Fri, 26 Feb 1999, Navindra Umanee wrote: > Montreal Fri Feb 26 15:13:29 1999 > > Is there a package for devel documentation or should I just wget it? > developers-reference? Jules /+---+-\ | Jelibean aka | [EMAIL PROTECTED]

Re: location dependencies

1999-02-24 Thread Jules Bean
On Tue, 23 Feb 1999, Wayne Cuddy wrote: > This is a great help. So it turns out that I am ignorant to the workings of > 'configure' does anyone know of a good place to learn more about configure? (cc: redirected to debian-mentors) 'info autoconf' and 'info automake' are a reasonable place to s

Re: location dependencies

1999-02-23 Thread Jules Bean
On Tue, 23 Feb 1999, Scott K. Ellis wrote: > On Tue, 23 Feb 1999, Wayne Cuddy wrote: > > > I built my first test package a short time ago and all seemed to go well. I > > have a question about how to solve some location dependencies that exist in > > a > > few packages that I plan to create. >

Re: /usr/bin vs /usr/sbin

1999-02-23 Thread Jules Bean
On Tue, 23 Feb 1999, Joseph Carter wrote: > LTNT.. => > > On Mon, Feb 22, 1999 at 03:45:43AM -0800, George Bonser wrote: > > > > Sbin is for system run binaries, daemons, etc. This sounds appropriate > > > > here. > > > > > > sbin is for STATIC binaries. For some reason none of the Linux dis

Re: How to get hold of the "sather" maintainership?

1999-02-22 Thread Jules Bean
On Sat, 20 Feb 1999, Norbert Nemec wrote: > Hi, > > I posted couple days ago to debian-devel, asking about the package > "sather", officially maintained by [EMAIL PROTECTED] He obviously took > over that package two years ago and never submitted. Now I got a > response from someone who obviously

Re: Licensing question

1999-02-19 Thread Jules Bean
On Fri, 19 Feb 1999, Remco van de Meent wrote: > Hi, > > Would this license (the one that comes with MajorCool, a webinterface to the > Majordomo package) fit in non-free? I think so, right? > > --- > THE "NO-FRILLS" LICENSING AGREEMENT

Re: Which targets are mandatory in debian/rules?

1999-02-15 Thread Jules Bean
On Sun, 14 Feb 1999, Hamish Moffatt wrote: > On Sun, Feb 14, 1999 at 12:12:26PM +0000, Jules Bean wrote: > > And conversely, of course there is at least one technical reason to prefer > > doing all the build in the 'build' target - the 'binary' target may be ru

Re: Which targets are mandatory in debian/rules?

1999-02-14 Thread Jules Bean
On 14 Feb 1999, James Troup wrote: > Hamish Moffatt <[EMAIL PROTECTED]> writes: > > > On Sun, Feb 07, 1999 at 10:43:47PM +, James Troup wrote: > > > No, the build target should be present and should do something, > > > i.e. build the package. Even if it only depends on the two other > > > bu

Re: newbie problems and some questions

1999-02-14 Thread Jules Bean
On Sun, 14 Feb 1999, Fernando Sanchez wrote: > Hello, > I'm having some problems uploading a package, but I also think I > must have done something wrong in the process, so please tell me if there is > some big mistake in my procedures: > > - I got an automatically-generated mail confirming

Re: Multi-binary source package

1999-02-14 Thread Jules Bean
On Sat, 13 Feb 1999, Mark Brown wrote: > I'm trying to split my MPICH package into several binary packages, and > having a hard time seeing where I'm going. Can someone reccomend a > simple multi-binary package that I could look at to see what everything > is supposed to look like - preferrably u

Re: Which targets are mandatory in debian/rules?

1999-02-08 Thread Jules Bean
On Mon, 8 Feb 1999, Marcus Brinkmann wrote: > On Sun, Feb 07, 1999 at 06:22:39PM -0500, Mitch Blevins wrote: > > > > > > No, the build target should be present and should do something, > > > i.e. build the package. Even if it only depends on the two other > > > build targets, it should still bui

Re: Which targets are mandatory in debian/rules?

1999-02-07 Thread Jules Bean
On 7 Feb 1999, James Troup wrote: > Mitch Blevins <[EMAIL PROTECTED]> writes: > > > James Troup wrote: > > > Mitch Blevins <[EMAIL PROTECTED]> writes: > > > > > > > The $64K question is... is this okay? > > > > > > No; see the fine packaging manual. `build' is a required target for > > > debia

RE: Which section should a TFTP bootstrap loader be put in?

1999-02-05 Thread Jules Bean
On Fri, 5 Feb 1999, Nick Holgate wrote: > > > > Package up a boot-m68k package, and make it architecture: any. (or even, > > architecture:all) > > > > We'll be doing something similar for debian-sparc shortly. > > > > Jules > > > > Wouldn't the name 'boot-m68k' give the impression that the pack

Re: Which section should a TFTP bootstrap loader be put in?

1999-02-05 Thread Jules Bean
On Thu, 4 Feb 1999, Nick Holgate wrote: > > Can anybody give me some advice on which architecture and section to install > a package? > > The package is a TFTP bootstrap loader for m68k/VME kernels, even though the > it is specific for booting m68k/VME machines the binaries and configuration > f

Re: [HOWTO?] Splitting one upstream package into several .debs

1999-02-04 Thread Jules Bean
On Thu, 4 Feb 1999, Josip Rodin wrote: > And please, do what Joey said, make libaspell0 and libaspell-dev, > so people can know instantly it is a library. And, further more, you must include the soname anyhow. Jules /+---+-\ | Jeli

Re: [HOWTO?] Splitting one upstream package into several .debs

1999-02-03 Thread Jules Bean
On Wed, 3 Feb 1999, Sudhakar Chandrasekharan wrote: > Do I have to create each package seperately (ie. tar zxvf > upstream_src.tgz, dh_make, edit, dpkg-buildpackage in each case)?Can > someone point me to another *simple* package that is split downstream > like this? Most downstream split pack

Re: Including both `production' and `alpha' releases of a package

1999-02-02 Thread Jules Bean
On Mon, 1 Feb 1999, Remco van de Meent wrote: > Hey, > > I have two packages of which I'd like to include two versions in the potato > distribution, at least temporarily: majordomo and pciutils. > > There is an alpha version of the long-awaited majordomo 2.x available in a > CVS-tree, which I'd

Re: pgp problem for package signing

1999-01-30 Thread Jules Bean
On Sat, 30 Jan 1999, Josip Rodin wrote: > On Sat, Jan 30, 1999 at 03:16:19PM +, John Travers wrote: > > > > I have sent my application to become a maintainer off with a pgp user id > > of > > 'John C. Travers' I didn't want to include an e-mail address as this woul > > surely change

Re: no utmp entry?

1999-01-30 Thread Jules Bean
On 30 Jan 1999, John Travers wrote: > > what does 'no utmp entry available, using value of LOGNAME ("simba") at > /usr/lib/dpkg/controllib.pl line 16' mean...I get it during package > building... > It is irritating, but normal. Ignore it :) Jules /+--

Re: Version specific packages

1999-01-27 Thread Jules Bean
Peter, How about this approach: Packages including the executables (and whatever else is needed) are called gri-_ (i.e. exactly your current scheme). These *are* uploaded to debian. The package gri-support_ contains the other stuff, currently in your unversioned package, *except* that it doesn'

Re: Version specific packages

1999-01-27 Thread Jules Bean
On Wed, 27 Jan 1999, Peter S Galbraith wrote: > > The question is as follows: Can the Debian package `gri' mention > a non-official package `gri-2.2.0' in its control file? Technically no. Perhaps if it were in contrib. Could you (re-)explain why this is a good idea? Jules /+

Re: help

1999-01-26 Thread Jules Bean
On Mon, 25 Jan 1999, Moshe Tarko wrote: > I'm a "newbie" and would like to have help installing Debian on win98 > system. I have an AMD-6 300 with 5 Gig HD which I am now going to wipe > and leave 1 gig partitrion for Linux-Debian. I have 64 RAM. I hope to > get the latest Debian release- which su

Re: /usr/X11R6/share?

1999-01-25 Thread Jules Bean
On Tue, 26 Jan 1999, Hamish Moffatt wrote: > On Sun, Jan 24, 1999 at 02:05:34PM +0000, Jules Bean wrote: > > None of the arguments for keep /usr/X11R6 apply to /usr/share. > > None of the arguments for keeping /usr/X11R6 apply at all ;-) One does - backwards and sideways comp

Re: /usr/X11R6/share?

1999-01-24 Thread Jules Bean
On Sun, 24 Jan 1999, Mitch Blevins wrote: > Only one package (lyx) on my machine makes use of /usr/X11R6/share. > I do not find this directory mentioned in the fsstd, but it seems > the logical place for architecture-independant data for X11 programs. > > Is using this directory specifically forb

Re: Interesting delema (xfig, debhelper, and doc-base in frozen slink)

1999-01-23 Thread Jules Bean
Fork it. Leave the current version (assuming it works, of course), in slink/frozen. Keep a copy of the diff somewhere safe so if a release-critical pops up, you can fix it. Now change the doc-base stuff to accord with the potato debhelper (Aside: it is *evil* to make incompatible changes in debh

Re: Lintian error: executable-in-usr-doc

1999-01-19 Thread Jules Bean
On Tue, 19 Jan 1999, tmancill wrote: > On Tue, 19 Jan 1999, Santiago Vila wrote: > > > On Sat, 16 Jan 1999, Joey Hess wrote: > > > > E: mh-book: executable-in-usr-doc > > > > usr/doc/mh-book/html/download/split/mh/bin/incs 0755 > > > > > > > > So, can I let these example scripts be executable,

New maintainer's packaging - bewildering variety of information

1998-08-16 Thread Jules Bean
Hmm... I have been a debian developer for about two months now, but those two months have been very busy in my personal life. My only contribution to Debian so far has been a couple of sketchy web pages, and some debating on -policy. Determined to get a move on and start packaging, last night I

Re: TCPQuota: postinst, postrm and Depends

1998-08-16 Thread Jules Bean
On 15 Aug 1998, Turbo Fredriksson wrote: > Richard Braakman <[EMAIL PROTECTED]> wrote: > > > Turbo Fredriksson wrote: > > > > > I could however depend on 'libdbd-mysql-perl | libdbd-msql-perl, msql | > > > mysql' > > > or perhaps '(libdbd-mysql-perl, mysql) | (libdbd-msql-perl, msql)'... Can >

RE: gmc-problems :-(

1998-08-14 Thread Jules Bean
On Fri, 14 Aug 1998, Fulgham, Brent/SCO wrote: > Regarding: > > # ** WARNING **: invalid cast from `GnomeClient' to `GtkWindowType' > > # > > # ** WARNING **: gtk_type_create(): unknown parent type `12'. > > # > > # ** ERROR **: file gnometypes.c: line 30 (gnome_type_init): > > "type_id !=

Re: TCPQuota: postinst, postrm and Depends

1998-08-11 Thread Jules Bean
On 11 Aug 1998, Turbo Fredriksson wrote: > Jules Bean <[EMAIL PROTECTED]> wrote: > > > On 10 Aug 1998, Turbo Fredriksson wrote: > > > > > I have the line 'Depends: libdbi-perl, msql | mysql' in my control file, > > > but I'm

Re: TCPQuota: postinst, postrm and Depends

1998-08-11 Thread Jules Bean
On 10 Aug 1998, Turbo Fredriksson wrote: > I'm rewriting TCPQuota to use the libdbi-perl package instead of the libmsql > one... That means that I could use mySQL or mSQL, everyting up to the > user... > > I have the line 'Depends: libdbi-perl, msql | mysql' in my control file, > but I'm currentl

Re: What to do with old bugs and package versions?

1998-07-27 Thread Jules Bean
On Sun, 26 Jul 1998, Stig Sandbeck Mathisen wrote: > > Hello. > > I just uploaded the "norwegian" package, as well as inorwegian and wnoregian > created from them. > > Problems are: > > * The old "wnorwegian" package has a number of bugs. I should perhaps close > these. > > * What about th

Re: circular depends: problem

1998-07-19 Thread Jules Bean
On Sun, 19 Jul 1998, Shaleh wrote: > You ask a good question Jules. Let me try to explain my reasoning. > > The finished E deb is 51k. The finished -theme deb is 910k. Now, if > there is a bug in the binary and I have to recompile -- all you have to > download is the 51k package, not the huge

Re: circular depends: problem

1998-07-19 Thread Jules Bean
On Sun, 19 Jul 1998, Shaleh wrote: > Sorry, I replied to Joey only the first time. Yes E's themes are part > of E and GPL'ed (as much as a few pix and wav's can be GPL). What I > meant was copying the copyright file everywhere seemed pointless. I > made an enlightenment-docs which both the main

Re: wnpp

1998-07-03 Thread Jules Bean
On Tue, 30 Jun 1998, Darren Benham wrote: > How does one "read wnpp" ?? http://www.debian.org/doc/prospective-packages.html Cc:ed to webmaster - Jay, I think this needs to be more prominently linked from the developer's corner, this is becoming something of a FAQ. Jules /+-