Re: More problems

2001-07-19 Thread peter karlsson
Steve Langasek: > Since this is the Debian changelog rather than an upstream changelog, the > majority of changes noted are specific to the shared debian directory, of > which there is precisely one for any set of binary packages that are built > from a single source package. Well, first of all,

Re: How do I control ownership of installed package files?

2001-07-19 Thread Nicolas SABOURET
I may be wrong, but as far as I understood, dh_fixperms is responsible for changing the owner of the files : $man dh_fixperms [...]It makes all files be owned by root, and it removes group and other write permission from all files. [...] Nicolas.

Re: How do I control ownership of installed package files?

2001-07-19 Thread harpo
> >because it forces everything to look like it's owned by root. Use > >sudo. > > That's not true: You're right, as long as you haven't exited fakeroot and started it up again in the meantime; I didn't realize that. -- thanks,

Re: How do I control ownership of installed package files?

2001-07-19 Thread Colin Watson
[EMAIL PROTECTED] wrote: >For situations where you need a file in debian/tmp to be owned by >somebody other than root, don't use fakeroot to build the package, >because it forces everything to look like it's owned by root. Use >sudo. That's not true: [EMAIL PROTECTED] ~]$ fakeroot [EMAIL PRO

Re: How do I control ownership of installed package files?

2001-07-19 Thread Peter S Galbraith
[EMAIL PROTECTED] wrote: > The short answer is to have them owned by the correct person in the > debian/tmp (or, which newer debhelper versions, debian/) > directory. Right. > For situations where you need a file in debian/tmp to be owned by > somebody other than root, don't use fakeroot to bu

Re: Building on hppa

2001-07-19 Thread Martin Michlmayr
* Hugo van der Merwe <[EMAIL PROTECTED]> [20010718 12:56]: > My package failed to build on hppa. I have updated the config.guess > and config.sub, which did fix some problems, but I cannot be 100% > sure whether it works now, as I cannot complete the compilation: > build-dependencies are not met. I

Arch-dependent Build-Depends

2001-07-19 Thread Adam C Powell IV
Greetings, I'm trying to make petsc Build-Depends: on atlas for most arches, but lapack where there is no atlas. Actually, to make things simpler inside the package, I link against lapack on PPC, m68k and sparc, so they can share configuration information, since they are all 32-bit big-endian

Re: How do I control ownership of installed package files?

2001-07-19 Thread harpo
> >because it forces everything to look like it's owned by root. Use > >sudo. > > That's not true: You're right, as long as you haven't exited fakeroot and started it up again in the meantime; I didn't realize that. -- thanks,

Re: How do I control ownership of installed package files?

2001-07-19 Thread Colin Watson
Steve McWilliams <[EMAIL PROTECTED]> wrote: >I have read through the debian packaging documentation and am playing >around with it currently, however I have not yet figured out how to >control the ownership of files installed from a binary debian package. >I realize that normally installed package

Re: How do I control ownership of installed package files?

2001-07-19 Thread harpo
The short answer is to have them owned by the correct person in the debian/tmp (or, which newer debhelper versions, debian/) directory. For situations where you need a file in debian/tmp to be owned by somebody other than root, don't use fakeroot to build the package, because it forces everything

Re: How do I control ownership of installed package files?

2001-07-19 Thread Colin Watson
[EMAIL PROTECTED] wrote: >For situations where you need a file in debian/tmp to be owned by >somebody other than root, don't use fakeroot to build the package, >because it forces everything to look like it's owned by root. Use >sudo. That's not true: [cjw44@riva ~]$ fakeroot [root@riva ~]#

Re: How do I control ownership of installed package files?

2001-07-19 Thread Peter S Galbraith
[EMAIL PROTECTED] wrote: > The short answer is to have them owned by the correct person in the > debian/tmp (or, which newer debhelper versions, debian/) > directory. Right. > For situations where you need a file in debian/tmp to be owned by > somebody other than root, don't use fakeroot to b

Arch-dependent Build-Depends

2001-07-19 Thread Adam C Powell IV
Greetings, I'm trying to make petsc Build-Depends: on atlas for most arches, but lapack where there is no atlas. Actually, to make things simpler inside the package, I link against lapack on PPC, m68k and sparc, so they can share configuration information, since they are all 32-bit big-endian

How do I control ownership of installed package files?

2001-07-19 Thread Steve McWilliams
Hello, I have read through the debian packaging documentation and am playing around with it currently, however I have not yet figured out how to control the ownership of files installed from a binary debian package. I realize that normally installed package files should be owned by root, however I

Re: How do I control ownership of installed package files?

2001-07-19 Thread Colin Watson
Steve McWilliams <[EMAIL PROTECTED]> wrote: >I have read through the debian packaging documentation and am playing >around with it currently, however I have not yet figured out how to >control the ownership of files installed from a binary debian package. >I realize that normally installed package

Re: How do I control ownership of installed package files?

2001-07-19 Thread harpo
The short answer is to have them owned by the correct person in the debian/tmp (or, which newer debhelper versions, debian/) directory. For situations where you need a file in debian/tmp to be owned by somebody other than root, don't use fakeroot to build the package, because it forces everything

How do I control ownership of installed package files?

2001-07-19 Thread Steve McWilliams
Hello, I have read through the debian packaging documentation and am playing around with it currently, however I have not yet figured out how to control the ownership of files installed from a binary debian package. I realize that normally installed package files should be owned by root, however

Re: More problems

2001-07-19 Thread Steve Langasek
On Thu, 19 Jul 2001, peter karlsson wrote: > > You can't do that, changelogs have to be shared. > Why? The changelog lists what was changed between the versions, and that > differens between the two binary packages I created (there was a feature > only added to the command line version, not the G

Re: Sample config file

2001-07-19 Thread Alberto Gonzalez Iniesta
Thanks a lot Joey. You were completely right, dpkg handles the situation perfectly. Regards, Alberto On Thu, Jul 19, 2001 at 07:59:27AM -0400, Joey Hess wrote: > Alberto Gonzalez Iniesta wrote: > > The problem is that /etc/multiCDrc is not a conffile yet, so making it a > > conffile now won't av

Re: Building on hppa

2001-07-19 Thread Martin Michlmayr
* Hugo van der Merwe <[EMAIL PROTECTED]> [20010718 12:56]: > My package failed to build on hppa. I have updated the config.guess > and config.sub, which did fix some problems, but I cannot be 100% > sure whether it works now, as I cannot complete the compilation: > build-dependencies are not met.

Re: Sample config file

2001-07-19 Thread Joey Hess
Alberto Gonzalez Iniesta wrote: > The problem is that /etc/multiCDrc is not a conffile yet, so making it a > conffile now won't avoid overwriting it when updating to the new version > in case it exists now. Or will it? I think dpkg handles this ok, and compares the md5sum of the existing file (if

Re: More problems

2001-07-19 Thread Pawel Wiecek
On Jul 19, 1:27pm, peter karlsson wrote: > Why? The changelog lists what was changed between the versions, and that > differens between the two binary packages I created (there was a feature > only added to the command line version, not the GUI version), and I want > that reflected in the changelo

Re: More problems

2001-07-19 Thread Steve Langasek
On Thu, 19 Jul 2001, peter karlsson wrote: > > You can't do that, changelogs have to be shared. > Why? The changelog lists what was changed between the versions, and that > differens between the two binary packages I created (there was a feature > only added to the command line version, not the

Re: Sample config file

2001-07-19 Thread Amaya
Alberto Gonzalez Iniesta dijo: > The problem is that /etc/multiCDrc is not a conffile yet, so making it a > conffile now won't avoid overwriting it when updating to the new version in > case it exists now. Or will it? Maybe you should just check in your preinst and prompt the user. -- Do

Re: More problems

2001-07-19 Thread peter karlsson
Wichert Akkerman: > You can't do that, changelogs have to be shared. Why? The changelog lists what was changed between the versions, and that differens between the two binary packages I created (there was a feature only added to the command line version, not the GUI version), and I want that refl

Re: Sample config file

2001-07-19 Thread Alberto Gonzalez Iniesta
Thanks Pedro, The problem is that /etc/multiCDrc is not a conffile yet, so making it a conffile now won't avoid overwriting it when updating to the new version in case it exists now. Or will it? I mean, shouldn't it have to be a conffile in the previous version so updating the package would tak

Re: More problems

2001-07-19 Thread Wichert Akkerman
Previously peter karlsson wrote: > dpkg-gencontrol: error: source package has two conflicting values - turqstat > and xturqstat debian/changelog and debian/control have different for the package name. > My source package "turqstat" generates two binary packages, "turqstat" > and "xturqstat". They

Re: Sample config file

2001-07-19 Thread Pedro Zorzenon Neto
On Thu, Jul 19, 2001 at 11:55:48AM +0200, Alberto Gonzalez Iniesta wrote: > Hi all! > 2) In case of using it as global config file, and since it's not a > conffile today, wouldn't it overwrite /etc/multiCDrc in case it was > created by the local admin? Hi Alberto, Check http://www.debian.org/do

Re: Sample config file

2001-07-19 Thread Alberto Gonzalez Iniesta
Thanks a lot Joey. You were completely right, dpkg handles the situation perfectly. Regards, Alberto On Thu, Jul 19, 2001 at 07:59:27AM -0400, Joey Hess wrote: > Alberto Gonzalez Iniesta wrote: > > The problem is that /etc/multiCDrc is not a conffile yet, so making it a > > conffile now won't a

Sample config file

2001-07-19 Thread Alberto Gonzalez Iniesta
Hi all! I'm in the process of becoming a NM. In the meantime I'm working on a couple of packages. There's a bug reported in one of them (see: http://bugs.debian.org/104476) that asks the sample config file which comes with the upstream distribution to be used as global config file. This config f

Re: Sample config file

2001-07-19 Thread Joey Hess
Alberto Gonzalez Iniesta wrote: > The problem is that /etc/multiCDrc is not a conffile yet, so making it a > conffile now won't avoid overwriting it when updating to the new version > in case it exists now. Or will it? I think dpkg handles this ok, and compares the md5sum of the existing file (i

Re: More problems

2001-07-19 Thread Pawel Wiecek
On Jul 19, 1:27pm, peter karlsson wrote: > Why? The changelog lists what was changed between the versions, and that > differens between the two binary packages I created (there was a feature > only added to the command line version, not the GUI version), and I want > that reflected in the changel

Re: Sample config file

2001-07-19 Thread Amaya
Alberto Gonzalez Iniesta dijo: > The problem is that /etc/multiCDrc is not a conffile yet, so making it a > conffile now won't avoid overwriting it when updating to the new version in > case it exists now. Or will it? Maybe you should just check in your preinst and prompt the user. -- D

Re: More problems

2001-07-19 Thread peter karlsson
Wichert Akkerman: > You can't do that, changelogs have to be shared. Why? The changelog lists what was changed between the versions, and that differens between the two binary packages I created (there was a feature only added to the command line version, not the GUI version), and I want that ref

Re: Sample config file

2001-07-19 Thread Alberto Gonzalez Iniesta
Thanks Pedro, The problem is that /etc/multiCDrc is not a conffile yet, so making it a conffile now won't avoid overwriting it when updating to the new version in case it exists now. Or will it? I mean, shouldn't it have to be a conffile in the previous version so updating the package would ta

Re: More problems

2001-07-19 Thread Wichert Akkerman
Previously peter karlsson wrote: > dpkg-gencontrol: error: source package has two conflicting values - turqstat > and xturqstat debian/changelog and debian/control have different for the package name. > My source package "turqstat" generates two binary packages, "turqstat" > and "xturqstat". The

Re: Sample config file

2001-07-19 Thread Pedro Zorzenon Neto
On Thu, Jul 19, 2001 at 11:55:48AM +0200, Alberto Gonzalez Iniesta wrote: > Hi all! > 2) In case of using it as global config file, and since it's not a > conffile today, wouldn't it overwrite /etc/multiCDrc in case it was > created by the local admin? Hi Alberto, Check http://www.debian.org/d

Sample config file

2001-07-19 Thread Alberto Gonzalez Iniesta
Hi all! I'm in the process of becoming a NM. In the meantime I'm working on a couple of packages. There's a bug reported in one of them (see: http://bugs.debian.org/104476) that asks the sample config file which comes with the upstream distribution to be used as global config file. This config