Re: Problems with Provides/Replaces/Conflicts

2004-09-03 Thread Matt Zimmerman
On Fri, Sep 03, 2004 at 09:36:30AM +0200, Frank Küster wrote: > That's what it does, and since it does the problem occured. Was I unclear > in my first mail? I must have been looking at tetex-base rather than tetex-bin, which only replaces dvipdfm. > Indeed when updating apt first the problem va

Re: Depenency Bugs in Debian Packages (long)

1999-08-10 Thread Matt Zimmerman
On Mon, Aug 09, 1999 at 11:06:26PM +, David Coe wrote: > > [ispell dependency problems] > The problem here is that ispell, and most (all > but the above four) of the ispell dictionaries, > have "Architecture: i386". > > I suspect that the ispell dictionaries are not > (should not be) architec

Packaging questions (cricket)

1999-08-22 Thread Matt Zimmerman
The following is an except from a correspondence with Josip Rodin, who has been advising me on packaging matters. He suggested that I forward my questions here for more feedback. Thanks for any help... - Forwarded message from Matt Zimmerman <[EMAIL PROTECTED]> - Date: Sun, 22 Au

Re: Packaging questions (cricket)

1999-08-23 Thread Matt Zimmerman
On Mon, Aug 23, 1999 at 11:43:43AM +0200, Raphael Hertzog wrote: > Le Sun, Aug 22, 1999 at 07:00:37PM -0400, Matt Zimmerman écrivait: > > cricket-0.70 > > [...] > > |-- images (used by the CGI) > > An already used solution was to put them in /usr/doc// and then >

Re: CVS, Makefile.in, and other cruft

1999-11-19 Thread Matt Zimmerman
On Thu, Nov 18, 1999 at 09:53:11PM -0500, Itai Zukerman wrote: > 2. The source archive does not come with a Makefile, only a > Makefile.in; autoconf must be run before make. Unless you mean configure and configure.in, this is a non-issue. You only have to run configure to generate the Make

Re: How can I get the build dependencies?

2000-07-24 Thread Matt Zimmerman
On Mon, Jul 24, 2000 at 03:17:55PM +0200, Adrian Bunk wrote: > I'm looking for an easy way of getting the build dependencies of a > package. At the moment I do look through the build log manually, and if I > oversee something Roman Hodek sends a bug report that the m68k > autobuilder found some mi

Re: How can I get the build dependencies?

2000-07-24 Thread Matt Zimmerman
On Mon, Jul 24, 2000 at 04:23:22PM -0400, Matt Zimmerman wrote: > On Mon, Jul 24, 2000 at 03:17:55PM +0200, Adrian Bunk wrote: > > > I'm looking for an easy way of getting the build dependencies of a > > package. At the moment I do look through the build log manuall

Re: automake -> debian/rules

2000-09-12 Thread Matt Zimmerman
On Tue, Sep 12, 2000 at 01:30:01PM -0400, [EMAIL PROTECTED] wrote: > I've perused some of the dpkg-related documentation, but maybe I'm > missing something simple. > > If I already am using automake (or otherwise adhering to the GNU coding > standards), shouldn't there be some automatic way to ge

Re: Wrong permissions

2000-10-31 Thread Matt Zimmerman
On Mon, Oct 30, 2000 at 02:45:54PM +0100, Josip Rodin wrote: > On Mon, Oct 30, 2000 at 08:11:41AM +, Colin Watson wrote: > > >If I run 'dpkg-buildpackage -rfakeroot' as root, files belong to root, > > >which looks saner, but it doesn't ask for any GPG key. > > > > Install the devscripts pack

Re: Some packaging questions

2000-11-18 Thread Matt Zimmerman
On Sat, Nov 18, 2000 at 12:27:57PM -0600, Clay Crouch wrote: > I was the one who warned Roberto about dinstall doing a lintian > check of uploaded packages prior to installing. These were my > exact words: > > => BEGIN INCLUDED TEXT <= > Your package hass to be able to pass a check with l

Re: icon.png => debian/ ?

2000-11-19 Thread Matt Zimmerman
On Sun, Nov 19, 2000 at 11:18:35PM +0100, Mariusz Przygodzki wrote: > Upstream sources have no icon for some application. > How I can add an icon to debian/ in other format than xpm ? > When I try to do it with icon.png I receive message: > > dpkg-source: cannot represent change to debian/icon.pn

Re: icon.png => debian/ ?

2000-11-19 Thread Matt Zimmerman
On Mon, Nov 20, 2000 at 12:56:37AM +0200, Eray Ozkural wrote: > On Sun, Nov 19, 2000 at 05:27:25PM -0500, Matt Zimmerman wrote: > > Try encoding the binary file with uuencode, shar or a similar tool, and > > decoding it in debian/rules. Don't forget to Build-Depend on sharut

Re: handling module packages

2000-11-20 Thread Matt Zimmerman
On Mon, Nov 20, 2000 at 09:04:35PM +1100, Drew Parsons wrote: > Is there any way I can force /usr/src/modules/toshutils to get deleted? I > think the proper way would have been to add some lines to toshutils.postrm > or prerm to make sure the file or directory was deleted, but I can't change > 1.

Re: Build-depends: autoconf, automake ?

2000-11-27 Thread Matt Zimmerman
On Sun, Nov 26, 2000 at 02:40:51PM -0500, Steve Robbins wrote: > In light of the above, one solution that suggests itself is to just stick > autoconf and automake in the Build-depends line, and > > 1. run "make maintainer-clean" in debian/rules(clean), to avoid diffing >Makefile.in files, and

Re: Build-depends: autoconf, automake ?

2000-11-28 Thread Matt Zimmerman
On Tue, Nov 28, 2000 at 01:00:41AM -0500, Steve Robbins wrote: > On Mon, 27 Nov 2000, Matt Zimmerman wrote: > > I ship the upstream sources with the original Makefile.in's to avoid a huge > > diff, and only patched Makefile.am's. I believe the automake-generated > &g

Re: Having ssh support non-US?

2000-12-12 Thread Matt Zimmerman
On Tue, Dec 12, 2000 at 08:41:55AM -0500, Adam C Powell IV wrote: > You might look into making it work with kerberos4kth's krsh/krshd for strong > authentication > without the encryption overhead. Unless you really need all communication to > be encrypted > (doing classified computations on an

Re: creating man pages

2000-12-12 Thread Matt Zimmerman
On Wed, Dec 13, 2000 at 08:35:45AM +1100, Drew Parsons wrote: > What's the "best" way of maintaining or creating a man page? > > I'll be needing to do that with some of my packages, but it just occurred to > me I don't actually know how, apart from cutting and pasting in a text > editor. My gues

Re: creating man pages

2000-12-13 Thread Matt Zimmerman
On Wed, Dec 13, 2000 at 10:24:01AM +1100, Drew Parsons wrote: > I wouldn't necessarily mind using SGML, but which tools exactly do you use. > For creating man pages I mean. How do you generate them from SGML? I use emacs/psgml to edit, and the docbook-to-man package to generate nroff. > As for

Re: lintian bug or not ?

2000-12-20 Thread Matt Zimmerman
On Wed, Dec 20, 2000 at 05:57:25PM +0100, Christian Marillat wrote: > "S'P" == Sean 'Shaleh' Perry <[EMAIL PROTECTED]> writes: > > [...] > > I've another problem with lintian. > > Lintian complain if I make a symlink with changelog.Debian like : > > /usr/share/doc/gnome-panel-data/changel

Re: _i386 changes file for binary-all package?

2000-12-20 Thread Matt Zimmerman
On Wed, Dec 20, 2000 at 08:50:10PM +0100, Tollef Fog Heen wrote: > I am building fortunes-bofh-excuses - just a couple of data files for > fortune. Is there any reason why they shouldn't be included in fortune proper? -- - mdz

Re: When is DAM approval supposed to happen?

2001-01-12 Thread Matt Zimmerman
On Fri, Jan 12, 2001 at 04:10:36PM +0200, Eray Ozkural wrote: > On Fri, Jan 12, 2001 at 02:03:55PM -, Mariusz Przygodzki wrote: > > > > I am convinced the DAM approval is this kind of bureaucratical decision > > which can not improve Debian work's quality of any maintaners (it means > > unof

Re: building packages on debian machines with respect to privat gpg keys

2001-01-12 Thread Matt Zimmerman
On Fri, Jan 12, 2001 at 08:15:43AM -0600, Christian T. Steigies wrote: > On Fri, Jan 12, 2001 at 03:14:29PM +0100, Andreas Schuldei wrote: > > How do you handel zour gpg keys when you build on debian machines? > > I would want to build my packages on a debian machine but would not > > want to ha

Re: handling patches

2001-01-13 Thread Matt Zimmerman
On Sat, Jan 13, 2001 at 11:16:39PM +0100, Othmar Pasteka wrote: > how should one treat patches which aren't upstream, like > backports of a later release to the stable version? > is there a recommended way? or how are people treating it? or > people tell me how they do it and i can try the solutio

Re: dh_shlibdeps generates dependency on uninstalled library

2001-01-16 Thread Matt Zimmerman
On Tue, Jan 16, 2001 at 04:17:00PM -0800, Sudhakar Chandra wrote: > Hi, > > dh_shlibdeps in my debian/rules seems to generate a dependency on a package > that is not even installed on my system. What is in /var/lib/dpkg/info/libaspell*.shlibs? -- - mdz

Re: Debian specific package: false

2001-01-21 Thread Matt Zimmerman
On Sun, Jan 21, 2001 at 08:03:12PM +, Luis Arocha -data- wrote: > I'm making the xmorph package and dpkg-buildpackage -rfakeroot send this > message: > > dpkg-buildpackage: Debian-specific package; upload is full source > > and it doesn't generate diff file. > This is not a Debian specific p

Re: config.cache

2001-01-21 Thread Matt Zimmerman
On Sun, Jan 21, 2001 at 04:27:14PM -0500, Chris Ruffin wrote: > Should source packages include config.cache? I don't think so, but > I'm not absolutely sure. Definitely not. Think of users who locally recompile the package in a different environment. -- - mdz

Re: Security upgrade for potato by new major version and distro change?

2001-01-22 Thread Matt Zimmerman
On Mon, Jan 22, 2001 at 09:38:15AM +0100, Christian Hammers wrote: > On Mon, Jan 22, 2001 at 08:13:57AM +0100, Martin Schulze wrote: > > You should always be able to backport a patch. If not, I'm sorry, but that > > this should be one quality of a Debian maintainer, you lack something... > Martin

Re: Security upgrade for potato by new major version and distro change?

2001-01-23 Thread Matt Zimmerman
On Tue, Jan 23, 2001 at 12:07:02PM +0100, Tollef Fog Heen wrote: > * Matt Zimmerman > > | On Mon, Jan 22, 2001 at 09:38:15AM +0100, Christian Hammers wrote: > | > | > On Mon, Jan 22, 2001 at 08:13:57AM +0100, Martin Schulze wrote: > | > > You should always be able t

Re: Security upgrade for potato by new major version and distro change?

2001-01-23 Thread Matt Zimmerman
On Tue, Jan 23, 2001 at 10:13:33PM +0100, Tollef Fog Heen wrote: > * Matt Zimmerman > > | Not necessarily. The core of the code is written in C, and the maintainer > | should be able to read and write C comfortably in order to effectively > maintain > | the package. The in

Re: quality of a package

2001-01-26 Thread Matt Zimmerman
On Sat, Jan 27, 2001 at 03:56:07AM +0800, zhaoway wrote: > I saw on package.d.o there is a quality percentage for each package. Would > you tell me how it counts? bug reports + lintian errors? Those numbers have nothing to do with the quality of the package; they refer to the quality of the sear

Re: GET help

2001-01-27 Thread Matt Zimmerman
On Fri, Jan 26, 2001 at 10:18:19PM -0800, Rick Younie wrote: > I'm playing with a script and need a push. Why doesn't this > work? > > telnet lists.debian.org 80 > GET /debian-mentors-0101/msg00033.html HTTP/1.0 > Accept: */* Try this: GET /debian-mentors-0101/msg00033.html HTTP/1.0 Host:

Re: chroot and FHS

2001-01-27 Thread Matt Zimmerman
On Sat, Jan 27, 2001 at 08:38:46PM +0100, Christian Hammers wrote: > Well here lies the problem. MySQL has a --chroot=DIR option but if started > this way it still uses the databases in /var/lib/mysql but writes the logfile > and OUTFILE data to the chroot. It also does not require any additional

Re: how to build debugging binaries

2001-01-28 Thread Matt Zimmerman
On Sun, Jan 28, 2001 at 07:14:11PM +0100, Gergely Nagy wrote: > Thus spoke Jochen Voss <[EMAIL PROTECTED]> on 2001-01-28 18:52:37: > > Hi, > > > > is there any standard way to create a version of a > > debian package with debugging enabled (i.e. to use > > the -g compiler switch during compilatio

Re: dpkg-statoverride sucks

2001-01-30 Thread Matt Zimmerman
On Tue, Jan 30, 2001 at 09:12:48PM +1100, Drew Parsons wrote: > Now when I do this by hand in debian/rules, it all works just fine. But I > was given to understand that setting gid mode was better done using > dpkg-statoverride for security reasons in the postinst script, using > something like:

Re: CVS access to upstream

2001-02-13 Thread Matt Zimmerman
On Tue, Feb 13, 2001 at 10:21:59AM +0100, peter karlsson wrote: > Chad C. Walstrom: > > > The easiest way is to maintain a vendor branch in a local repository. > > I would prefer not to make unnecessary copies... In that case, try creating a branch in the upstream CVS module, rather than a sepa

Re: Packaging unversioned shared libraries

2001-02-14 Thread Matt Zimmerman
On Wed, Feb 14, 2001 at 06:51:35PM +, Roger Leigh wrote: > I am having a problem when packaging a shared library (libgimpprint from > CVS). It is normally named libgimpprint-.so e.g. currently > libgimpprint-4.1.4.so, but I get errors when packaging (see below). > However, if I change that nam

Re: Caught in the act

2001-02-16 Thread Matt Zimmerman
On Fri, Feb 16, 2001 at 12:15:12AM +0100, Martin Albert wrote: > Upgrading of that pkg is no problem. The old-lib vanishes, the new not > including the utils installs. Same for the -dev, the old one being > replaced with the new which includes the utils. > > But downgrading naturally blows. The

Re: quitting from install scripts

2001-02-22 Thread Matt Zimmerman
On Tue, Feb 20, 2001 at 10:29:18PM +1100, Drew Parsons wrote: > Sorry to nag. Has anyone got an answer to this question? I asked a variation on the same question on -devel a few weeks ago, and got zero responses. Aborting in the preinst is the only way to do anything even close, but it makes a

Re: quitting from install scripts

2001-02-22 Thread Matt Zimmerman
On Fri, Feb 23, 2001 at 01:19:21AM +0100, [EMAIL PROTECTED] wrote: > On Thu, Feb 22, 2001 at 02:07:36PM -0500, Matt Zimmerman wrote: > > On Tue, Feb 20, 2001 at 10:29:18PM +1100, Drew Parsons wrote: > > > Sorry to nag. Has anyone got an answer to this question? > > &g

Re: Building packages

2001-02-23 Thread Matt Zimmerman
On Fri, Feb 23, 2001 at 01:46:00AM -0500, [EMAIL PROTECTED] wrote: > Hello. I have two, simple, questions about building a Debian package using > dh_make and dpkg-buildpackage. > > First question, when I use dh_make how can I get it to insert as revision > number? I've read the man, the docs, and

Re: Policy and conffile editing

2001-02-24 Thread Matt Zimmerman
On Sat, Feb 24, 2001 at 01:42:01PM +0100, [EMAIL PROTECTED] wrote: > On Fri, Feb 23, 2001 at 02:02:53PM -0800, Aaron Lehmann wrote: > > It seems this is at odds with policy, which prohibutes the automated > > editing of conffiles (such as squid.conf). This is a bit ironic, since > > asking 'Would

Re: keeping files from one version to the other.

2001-02-25 Thread Matt Zimmerman
On Mon, Feb 26, 2001 at 01:29:00AM +0100, Eric Van Buggenhaut wrote: > My problem is : when upgrading the package, the files in /var/lib/crafty are > overwritten by the original files coming with the new version package. How can > I preserve these files from being overwritten ? The files are norma

Re: keeping files from one version to the other.

2001-02-26 Thread Matt Zimmerman
On Mon, Feb 26, 2001 at 01:08:07PM +, Julian Gilbey wrote: > On Mon, Feb 26, 2001 at 01:52:31PM +0100, Josip Rodin wrote: > > It seems to me that it would be overzealous to worry about that now... > > creating a special /usr/share/ppp directory (or whatever) just for this > > purpose, and link

Re: Two-part initialization?

2001-03-07 Thread Matt Zimmerman
On Wed, Mar 07, 2001 at 08:39:47PM +0100, Marc Haber wrote: > On Wed, 07 Mar 2001 13:26:35 -0500, [EMAIL PROTECTED] wrote: > >Then have three scripts. Put the common common code into a third script > >which is not called directly by init, but have the two init scripts call the > >third script. T

Re: BSD license issues

2001-03-07 Thread Matt Zimmerman
On Wed, Mar 07, 2001 at 07:44:55PM -0500, Rene Weber wrote: > - License is BSD, except that it diffs with the license in > /usr/share/common-licenses/BSD: > > C U T H E R E > > diff bsd /usr/share/common-licenses/BSD > 0a1 > > Copyr

Re: Where to place images?

2001-03-11 Thread Matt Zimmerman
On Sun, Mar 11, 2001 at 11:52:41AM +0100, Tollef Fog Heen wrote: > However, I'd like to put images in something like /usr/share/web-images, > since I _might_ end up cluttering around and overwriting files which I > shouldn't, by placing the images in /var/www/mailman-images. Also, it looks > mess

Re: placing supplementary binaries

2001-03-11 Thread Matt Zimmerman
On Mon, Mar 12, 2001 at 12:14:58AM +1100, Drew Parsons wrote: > viewmol, a molecular modelling program I'm packaging, makes use of a number > of supplementary binary files and scripts to read atomic coordinates from a > range of different file formats. > > By default these utilities are kept in a

Re: Where to place images?

2001-03-11 Thread Matt Zimmerman
On Mon, Mar 12, 2001 at 11:25:43AM +1300, Corrin Lakeland wrote: > > I like this idea. /usr/share/doc is really not the right place for images, > > and placing them there simply because it happens to be web-accessible is an > > unnecessary kludge. Slightly less unappetizing is to place the image

Re: some good advice for using cvs-buildpackage

2001-03-13 Thread Matt Zimmerman
On Tue, Mar 13, 2001 at 10:13:46AM +0100, Peter van Rossum wrote: > If you want them as .Z files, then you should probably tell cvs that > they are binary files to prevent cvs from doing keyword substitution on > them. Easiest way to do that is probably by putting "*.Z -kb" in > CVSROOT/cvswrapper

Re: some good advice for using cvs-buildpackage

2001-03-13 Thread Matt Zimmerman
On Tue, Mar 13, 2001 at 09:54:19AM +0100, Mikael Hedin wrote: > How do you cope with packages that use autoconf? I.e. for each compile they > updates some (Make)files, and the they get into the .diff.gz, even though > they could (and hence should) be left out. Packages which use autoconf should

Re: some good advice for using cvs-buildpackage

2001-03-14 Thread Matt Zimmerman
On Wed, Mar 14, 2001 at 08:57:44PM +0100, Mikael Hedin wrote: > Matt Zimmerman <[EMAIL PROTECTED]> writes: > > > from a fresh checkout (using cvs-buildpackage) once everything is ready. > > This way, only changes that are checked into CVS end up in the .diff.gz. > &

Re: some good advice for using cvs-buildpackage

2001-03-15 Thread Matt Zimmerman
On Wed, Mar 14, 2001 at 10:58:44PM +0100, Richard Atterer wrote: > No, for GNU programs, "make clean" is not supposed to delete Makefiles > - but "make distclean" is. dpkg-buildpackage executes not "make > clean", but "debian/rules clean". Your clean rule in debian/rules > should then execute the

Re: How many kernels to assume

2001-03-21 Thread Matt Zimmerman
On Wed, Mar 21, 2001 at 05:34:26PM +0100, Martin Albert wrote: > Hello, dear developers! > > libggi-target-fbdev.postinst checks /dev for framebuffer entries. If > none are found, it offers to create them. Now i've received the > following: > > [...] > I was already wondering about a recent disc

Re: How many kernels to assume

2001-03-22 Thread Matt Zimmerman
On Thu, Mar 22, 2001 at 02:51:03AM +0100, Martin Albert wrote: > Uhm, sorry - that question was silly. I haven't made up my mind wide > enough, it seems. > > All that is left on this issue: Is it ok for postinst to output a > message of minor priority without pause/prompting for a key? If at a

Re: New Packaging questions

2001-03-27 Thread Matt Zimmerman
On Tue, Mar 27, 2001 at 03:11:35AM -0600, Michael Janssen (CS/MATH stud.) wrote: > My question is this: All of this is fine and dandy, except that none > of these packages are useful without a MOSIX kernel. Right now I see > 4 options: > 1) Include some sort of patched-kernel source package in

Re: compile-time dependencies on external sources?

2001-03-27 Thread Matt Zimmerman
On Tue, Mar 27, 2001 at 09:46:30AM -0600, Steve Langasek wrote: > I'm the upstream maintainer on a PAM module, pam_smbpass, which I'm > interested in packaging for Debian. The catch is that the module requires > that a complete (well, nearly complete) copy of the Samba source code be > available

Re: Do I need 'unstable' for development?

2001-03-28 Thread Matt Zimmerman
On Wed, Mar 28, 2001 at 02:33:15PM +0200, Dennis Schoen wrote: > On Wed, Mar 28, 2001 at 02:05:05PM +0200, Karel Gardas wrote: > > I have one question regarding creating debian package. Do I need unstable > > debian for this task? I'm asking because I run potato now and (if possible) > > wouldn't

Re: test if user exists in postinst

2001-04-09 Thread Matt Zimmerman
On Mon, Apr 09, 2001 at 10:29:44PM +0200, Radovan Garabik wrote: > I am cleaning up my packages, and one improvement > I want to add is that network daemon runs under its > own UID, not nobody (as it was until now). > > What is the best way of testing (and adding) a new username > in postinst? >

Re: Advice needed on changing upstream source.

2001-04-10 Thread Matt Zimmerman
On Tue, Apr 10, 2001 at 02:46:30PM -0500, Jaldhar H. Vyas wrote: > I have a problem. The Webmin distribution consists of various modules. > It has periodic numbered releases. It also has unnumbered updates of > individual modules between releases for bug fixes etc. What do I do? > > 1. Don't

Re: Building dynamic libraries.

2001-04-23 Thread Matt Zimmerman
On Sun, Apr 22, 2001 at 01:03:12AM +0200, Eric Van Buggenhaut wrote: > Is there a ref doc about building packages of dynamic libraries ? The Policy Manual, Chapter 9, should have all the information you need. -- - mdz

Re: gpg keyrings.

2001-04-29 Thread Matt Zimmerman
On Sun, Apr 29, 2001 at 10:41:37AM +0530, Viral wrote: > I want to know whether I have to import all the keys in the debian-keyring > into my public keyring to be able to verify signatures, or is there a > better way, such as defining other public keyrings/querying a keyserver etc. Install the de

Re: gpg keyrings.

2001-04-29 Thread Matt Zimmerman
On Sun, Apr 29, 2001 at 12:47:40PM +0200, Bas Zoetekouw wrote: > You wrote: > > > I note that the debian-keyring package is horribly outdated > > (2000.08.30), how often is it updated? I've reverted to downloading the > > keyring manually from auric.d.o ... > > The sid package should be up to da

Re: source NMU

2001-05-16 Thread Matt Zimmerman
On Wed, May 16, 2001 at 09:07:34AM +0200, [EMAIL PROTECTED] wrote: > I am going to upload packages for the s390 architecture. There are still a > lot of packages which don't support s390 in config.sub and config.guess yet. > Is it necessary to write a bug report and do a source NMU for each of the

Re: Re: source NMU

2001-05-17 Thread Matt Zimmerman
On Thu, May 17, 2001 at 12:48:14PM +0200, [EMAIL PROTECTED] wrote: > > Are you planning to set up an autobuilder for s390? > > Yes, I am currently working on it. Would you be willing to grant developer accounts on such a system? I am very interested in working on the s390 port, but I don't hav

Re: Host system type detected by autoconf

2001-06-30 Thread Matt Zimmerman
On Sun, Jul 01, 2001 at 10:12:34AM +0530, Viral wrote: > How do I get my packages to build for the host type 'i386-pc-linux-gnu' > rather than 'i686-pc-linux-gnu' ? Use the --host switch to configure. -- - mdz

Re: Host system type detected by autoconf

2001-07-01 Thread Matt Zimmerman
On Sun, Jul 01, 2001 at 01:29:09AM -0400, [EMAIL PROTECTED] wrote: > > On Sun, Jul 01, 2001 at 10:12:34AM +0530, Viral wrote: > > > > > How do I get my packages to build for the host type 'i386-pc-linux-gnu' > > > rather than 'i686-pc-linux-gnu' ? > > > > Use the --host switch to configure. > >

Re: undocumented(7)

2001-07-06 Thread Matt Zimmerman
On Fri, Jul 06, 2001 at 06:23:21PM +1000, Sam Couter wrote: > Simple question for the day: > > Should a package that has a symlink to undocumented(7) also have a Depends: > on the package that contains undocumented(7) (manpages)? It seems silly to > me that a package could have a symlink to a non

Re: g++ 3.0

2001-07-08 Thread Matt Zimmerman
On Sun, Jul 08, 2001 at 11:01:52PM +0200, Robert Bihlmeyer wrote: > I read on -devel that compiling packages with g++ 3 is problematic > since they will not correctly link with C++ libraries built with an > older compiler. I figure this will not be a problem for my package > because it does not de

Re: [zeratul2@wanadoo.es: Bug#102811: grub: cannot access newer ext2 filesystems]

2001-07-09 Thread Matt Zimmerman
On Tue, Jul 10, 2001 at 01:25:08PM +1000, Jason Thomas wrote: > was wondering if anyone could suggest how to handle this bug. It is fixed in > new versions of grub. The bug is not serious enough to justify an update to stable, especially not when we are preparing for a new release. It's certain

Re: Policy question about web application

2001-07-09 Thread Matt Zimmerman
On Mon, Jul 09, 2001 at 11:25:38PM -0400, Jimmy Kaplowitz wrote: > On Mon, Jul 09, 2001 at 10:33:20PM +0200, R?mi Perrot wrote: > > > > I read in the Debian policy that cgi script of web application must > > go in /usr/lib/cgi-bin/cgi-bin-name and should be referred as > > http://localhost/cgi-b

Re: g++ 3.0

2001-07-10 Thread Matt Zimmerman
On Tue, Jul 10, 2001 at 02:37:09PM +0200, Filip Van Raemdonck wrote: > On Sun, Jul 08, 2001 at 10:45:31PM -0400, Matt Zimmerman wrote: > > If the problem occurs only on certain architectures, you may want to try it > > yourself on as many as possible before switching enti

Re: Policy question about web application

2001-07-12 Thread Matt Zimmerman
On Wed, Jul 11, 2001 at 11:58:53PM +0200, Rémi Perrot wrote: > On Tue, Jul 10, 2001 at 12:43:37AM -0400, Matt Zimmerman wrote: > > > > I agree. I've had cricket's CGI scripts in a subdirectory since the > > beginning. > > Since they have generic names like

Re: Policy question about web application

2001-07-12 Thread Matt Zimmerman
On Thu, Jul 12, 2001 at 09:39:13PM +0200, R?mi Perrot wrote: > On Thu, Jul 12, 2001 at 01:06:20AM -0400, Matt Zimmerman wrote: > > Make sure you investigate web server support and affected packages first. > > The more information you provide, the better informed people will b

Re: Testing digest changelog

2001-07-12 Thread Matt Zimmerman
On Thu, Jul 12, 2001 at 10:36:17AM +0200, Sebastien Chaumat wrote: > Is there a kind of global changelog that explain the most significant diff > between stable and testing (a kind of digest)? > > The interest would be to allow new maintainers (who weren't following the > developpement fr

Re: upstream library without a SONAME

2001-07-25 Thread Matt Zimmerman
On Wed, Jul 25, 2001 at 05:16:31PM -0400, Steve M. Robbins wrote: > On Wed, Jul 25, 2001 at 03:50:47PM -0500, Steve Langasek wrote: > > On Wed, 25 Jul 2001, Steve M. Robbins wrote: > > > > So I guess I'm still searching for the answer to my original questions: > > > > > 1. Does Debian require a

Re: upstream library without a SONAME

2001-07-25 Thread Matt Zimmerman
On Wed, Jul 25, 2001 at 05:06:58PM -0400, Steve M. Robbins wrote: > > > 1. Does Debian require a SONAME for a shared lib? > > > > You mean the tag inside the library itself? > > Yes. > > > All of the shared libraries I have installed on my machine have an > > embedded SONAME tag. I thought t

Re: multiple source files

2001-08-07 Thread Matt Zimmerman
On Tue, Aug 07, 2001 at 05:41:43PM -0600, Barak Pearlmutter wrote: > I'm packaging something which upstream distributes as four separate .tgz > files, each for a vaguely orthogonal hunk of functionality. I'd like to glom > them all together as one single source package. > > Is there nice way to

Re: Seeking a sponsor/advocate for libdbi

2001-08-08 Thread Matt Zimmerman
On Tue, Aug 07, 2001 at 03:35:16PM -0700, David Parker wrote: > I'm looking for someone to sponsor me, especially since this is my first > Debian package. > > Database Independent Abstraction Layer for C: > > libdbi implements a database-independent abstraction layer in C, similar to > the way D

Re: multiple binary package HOWTO

2001-08-21 Thread Matt Zimmerman
On Tue, Aug 21, 2001 at 10:52:43PM +0700, Bambang Purnomosidi D. P. wrote: > Is there anybody who can point me to the (something like) HOWTO make a > multiple binary package? The easiest thing to do is probably to look at the examples in the dh-make package and refer to the New Maintainer's Guide

Re: How to flag an upgrade?

2004-04-06 Thread Matt Zimmerman
On Tue, Apr 06, 2004 at 10:57:27PM +0200, Gianluca Ciarcelluti wrote: > I developed a package under debian. > When I try to install it trough "apt-get update && apt-get upgrade" it > continue to reinstall it instead of display the message > "Sorry, hexedit is already the newest version.". > > I w

Re: How to flag an upgrade?

2004-04-06 Thread Matt Zimmerman
On Wed, Apr 07, 2004 at 12:26:57AM +0200, Gianluca Ciarcelluti wrote: > If coul'd help here is my control file: > --- > Source: alga > Section: unknown > Priority: optional > Maintainer: Gianluca Ciarcelluti <[EMAIL PROTECTED]> >

Re: Separating packages.

2004-04-07 Thread Matt Zimmerman
On Wed, Apr 07, 2004 at 01:18:11PM +0300, Fabian Fagerholm wrote: > I'm inclined to believe that there are some things that could be done > about this if someone wanted to. Diffs for the package list has been > proposed, and it doesn't take many minutes of thinking to see that it's > actually quit

Re: dh_installinit...

2004-05-18 Thread Matt Zimmerman
On Mon, May 10, 2004 at 04:20:18PM +0200, Thomas -Balu- Walter wrote: > I'm not sure what would be best practice to avoid those errors, because > the admin might have to configure the video device first anyway (though > the default /dev/video0 is usually a nice guess). > > Have an /etc/default/ca

Re: Secure temporary fifo creation

2004-05-18 Thread Matt Zimmerman
On Sun, May 16, 2004 at 09:30:10PM -0500, Greg Deitrick wrote: > What is the recommended method for securely creating a temporary named pipe in > C code? > > Looking at the man pages for various library calls it appears that tmpfile(3) > is probably an acceptable means of creating a temporary f

Re: setgid-wrapper

2004-05-19 Thread Matt Zimmerman
On Wed, May 19, 2004 at 07:53:46AM -0400, James Damour wrote: > In this case, this setgid-wrapper concept would work for *all* Java > applications. I'm still not sure if it will work for shell driven apps > in general, but it sounds reasonable. Security may be a concern, but I > believe that a s

Re: Virtual packages visavi Real packages

2004-05-20 Thread Matt Zimmerman
On Thu, May 20, 2004 at 11:05:06AM +0200, Turbo Fredriksson wrote: > The problem is that there's a REAL 'slapd' package on the Debian > GNU/Linux APT archive(s) which seem to override _my_ virtual > package(s). > > I would like to have my packages to override the 'original' one > (they have A LOT

Re: PPPoE and Portslave

2004-05-24 Thread Matt Zimmerman
On Thu, May 20, 2004 at 08:09:43AM -0500, larry wrote: > To Whom it may concern > My Name is Larry Sheetz > I'm a Co owner in a Debian based ISP. > > We are currently deploying wireless systems for our isp and noticed that > there is on debian package that we can find that includes PPPoE in > Po

Re: /etc/init.d/ script policy violation?

2004-05-24 Thread Matt Zimmerman
On Mon, May 24, 2004 at 09:40:52PM -0400, David Krovich wrote: > I have a question. If an /etc/init.d script hangs indefinately while > waiting for user input, is this a violation of Debian policy? > > See BTS #221751 for more information. There is no explicit rule in policy about the interacti

Re: /etc/init.d/ script policy violation?

2004-05-25 Thread Matt Zimmerman
On Tue, May 25, 2004 at 11:49:46AM -0400, David Krovich wrote: > One question I have however, is should it be a policy violation if a > script hangs waiting for user input? Perhaps the policy document > should be updated to explicitly deal with this case? So far, it does not seem to have been a

Re: /etc/init.d/ script policy violation?

2004-05-25 Thread Matt Zimmerman
On Tue, May 25, 2004 at 02:19:27PM -0400, David Krovich wrote: > Matt Zimmerman <[EMAIL PROTECTED]> writes: > > > So far, it does not seem to have been a problem, but you are welcome to > > propose it through the normal channels. > > Please forgive my ignorance, bu

Re: setgid-wrapper

2004-06-01 Thread Matt Zimmerman
On Tue, Jun 01, 2004 at 11:21:23PM -0400, James Damour wrote: > My understanding of the position of Bob and Mike can be summed up as, "in > general, shell script's can't be made to use setuid/setgid securely". > Basically, the problem comes down that a user can manipulate their PATH to > redefinin

Re: Someone with access to non-i386 architecture needed.

2004-06-10 Thread Matt Zimmerman
On Thu, Jun 10, 2004 at 12:11:58AM +0200, Bartosz Fenski aka fEnIo wrote: > I prepared package of imgseek for Debian (it's now in unstable), but > unfortunatelly it fails to build on every non-i386 architecture. > > I tested it with pbuilder on my i386 box, but seems that it's not > enough. It wo

Re: One Source with Different Build Dependancies?

2004-06-27 Thread Matt Zimmerman
On Thu, Jun 24, 2004 at 11:55:43AM -0700, [EMAIL PROTECTED] wrote: > I am packaging source which builds two binary packages; however, each > package has different build dependancies. In fact, the packages' build > dependancies conflict. > > I don't think the dpkg tools have the facility to build

Re: dh_makeshlibs and libfam0c102

2004-07-02 Thread Matt Zimmerman
On Fri, Jul 02, 2004 at 11:57:38AM -0700, William Ballard wrote: > Notice libfam0c102 isn't coming in with a version dependency. Is there > to make dh_shlibdeps add that in? No. Why do you believe that you need to? -- - mdz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: dh_makeshlibs and libfam0c102

2004-07-02 Thread Matt Zimmerman
On Fri, Jul 02, 2004 at 08:48:39PM -0700, William Ballard wrote: > On Fri, Jul 02, 2004 at 03:25:06PM -0700, Matt Zimmerman wrote: > > On Fri, Jul 02, 2004 at 11:57:38AM -0700, William Ballard wrote: > > > > > Notice libfam0c102 isn't coming in with a version depende

Re: [RF Help and S later] flyspray -- lintian Weird error ...

2004-07-08 Thread Matt Zimmerman
On Fri, Jul 09, 2004 at 04:00:41AM +0200, Pierre HABOUZIT wrote: > I'm trying to package flyspray. all goes pretty cool atm, except ne > weird error I really don't understand : > > lintian complains about a missing dependency on debconf, whereas I have > one ... and I don't understand what's the

Re: apt doesn't handle properly the depends field or I'm missing something?

2004-07-24 Thread Matt Zimmerman
On Sat, Jul 24, 2004 at 08:03:51PM +0200, Fabio Tranchitella wrote: > But why nobody has yet taken care about it? There is a patch > which (maybe) fix the bug without any answer from the maintainers. If you are interested in seeing this (minor) bug fixed, helpful actions include: - Applying the

Re: security fix dependency

2004-07-30 Thread Matt Zimmerman
On Thu, Jul 29, 2004 at 11:41:37PM +0200, Laszlo 'GCS' Boszormenyi wrote: > I have a seemingly stupid question. Say I am not a DD yet, and has a > security bug in a package I help maintaining. Upstream fixed it, so the > package is ready, but upstream requires new library version from a > depende

Re: Build-Conficts: gcc-3.3, and varargs

2004-07-31 Thread Matt Zimmerman
On Sat, Jul 31, 2004 at 06:02:56PM -0700, Steve Langasek wrote: > On Sat, Jul 31, 2004 at 05:58:53PM -0700, Steve Langasek wrote: > > On Sat, Jul 31, 2004 at 08:39:52PM -0400, Justin Pryzby wrote: > > > I have a package (x11iraf) which conflicts with gcc-3.3. For the whole > > > story see below..

Re: Build-Conficts: gcc-3.3, and varargs

2004-07-31 Thread Matt Zimmerman
On Sat, Jul 31, 2004 at 08:39:52PM -0400, Justin Pryzby wrote: > The code uses which gcc-3.3 doesn't support. is > the new standard. I've done my best to convert the code, but I can't > solve a crash in the of the functions I had to change. This is the right approach, and your efforts are bet

<    1   2   3   4   5   6   7   >