Re: dpkg-buildpackage, dpatch and wrong permissions...

2006-02-22 Thread Matthijs Mohlmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank Küster wrote: > Claudio Moratti <[EMAIL PROTECTED]> wrote: > > >>On Wednesday 22 February 2006 16:27, Matthijs Mohlmann wrote: >> >>>Claudio Moratti wrote: >>> >>>>Hi *! &g

Re: dpkg-buildpackage, dpatch and wrong permissions...

2006-02-22 Thread Matthijs Mohlmann
really a problem. The point is that diff can't see in a diff file if a file is executable yes or no, before diff didn't shout this warning. Anyway my build here goes ok and have also some warnings about "0755 cannot be represented in diff" warnings. But they shouldn't harm

Re: RFS: GNU mcron, alternative cron, can run as normal user

2005-10-05 Thread Matthijs Mohlmann
Hi, I'm running on a up to date unstable. David D. Smith wrote: > "Matthijs" == Matthijs Mohlmann <[EMAIL PROTECTED]> writes: > > Hi Matthijs, thanks very much for your feedback :) > > Matthijs> I tried to build it in pbuilder and there is a

Re: RFS: GNU mcron, alternative cron, can run as normal user

2005-10-05 Thread Matthijs Mohlmann
I can see only the postinst is used, why then installing also postrm, preinst and prerm ? Take also a look at the debhelper programs that you use. There are some that are unneeded for example: dh_installexamples. Advice: Take a look at dh_install. You then can specify which files you want to ins

Re: howto move experimental -> sid

2005-09-13 Thread Matthijs Mohlmann
Hi, Reupload to unstable with: package (2.9.18-3) unstable; urgency=low instead of package (2.9.18-2experi1) experimental; urgency=low Lionel Elie Mamane wrote: > Hi, > > Let's suppose I have uploaded a highly experimental new version of a > package to experimental to get some testing. Weeks

Re: RFS: libpam-heimdal -- PAM module for Heimdal Kerberos 5

2005-09-04 Thread Matthijs Mohlmann
Hi, hm, that feels stupid. It was in the parent directory. Not it's in the right place. Regards, Matthijs Mohlmann Bruno Barrera C. wrote: > On Fri, 2005-09-02 at 16:14 +0200, Matthijs Mohlmann wrote: > >>Hi, >> >>I'm looking for a sponsor for libp

RFS: libpam-heimdal -- PAM module for Heimdal Kerberos 5

2005-09-02 Thread Matthijs Mohlmann
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285267 Package is lintian clean and builds fine in a pbuilder environment. Regards, Matthijs Mohlmann signature.asc Description: OpenPGP digital signature

Re: How to use svn(-buildpackage) with pbuilder?

2005-08-01 Thread Matthijs Mohlmann
t; I don't want to have all revisions of the package that ever existed on > my filesystem. Is it possible to make svn-buildpackage create the > tarballs on build-time? > AFAIK it isn't possible. > > Regards, > Flo > Regards, Matthijs Mohlmann signature.asc Description: OpenPGP digital signature

Re: A question...

2005-05-10 Thread Matthijs Mohlmann
other useful stuff for the debian community. And after a while you can become a DD (Debian Developer) There is also an irc channel on freenode.net where you can get help if you get stuck. Other questions regarding debian packages, and how to create these packages can be asked as well. Regards, Mat

The debian directory in upstream sources.

2005-04-12 Thread Matthijs Mohlmann
move the debian directory from the released source (so that the orig.tar.gz doesn't contain the debian directory). Last option: you can ask for repository access. So that you can work on a real debian package. I hope this will explain a little bit about native and non native debian packages.

Re: Cant build a simple package.

2005-01-06 Thread Matthijs Mohlmann
bian.org/doc/maint-guide/ http://www.debian.org/doc/manuals/developers-reference/ Success with creating debian packages. Matthijs Mohlmann -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: postinst, config and preinst

2004-12-19 Thread Matthijs Mohlmann
On Sun, 2004-12-19 at 13:57 +0100, Matthijs Mohlmann wrote: > Hey, > > I'm preparing an upgrade path to the new pdns and want something to > know. According to the debian policy: > The preinst and postinst are called this way: > preinst upgrade installed-version > post

postinst, config and preinst

2004-12-19 Thread Matthijs Mohlmann
echo $2 then there is now installed-version or most-recent-configured-version ? I'm now going to check if the /etc/powerdns/pdns.conf exists. But i think this isn't the recommended way to do. Am i missing something or what ? Matthijs Mohlmann PS: I'm still searching for a sponso

debconf note

2004-12-14 Thread Matthijs Mohlmann
s in a seperate package? Matthijs Mohlmann -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: debconf note

2004-12-14 Thread Matthijs Mohlmann
On Tue, 2004-12-14 at 14:09 -0500, Justin Pryzby wrote: > On Tue, Dec 14, 2004 at 07:49:01PM +0100, Matthijs Mohlmann wrote: > > Hi, > > > > I've read in the policy that you shouldn't add random notes. But i'm not > > sure of this one: > > > &

postinstall script and debconf configuration

2004-11-27 Thread Matthijs Mohlmann
On somehow i can't get this to work. And i don't know why it won't work: #! /bin/sh set -e . /usr/share/debconf/confmodule PDNSCONF=/etc/powerdns/pdns.conf config () { # pdns/masterslave = string db_get pdns/masterslave MASTER=$RET # pdns/lazy_recursion = boolean db_get pdns/lazy_recursi

Re: How to handle more templates files

2004-11-27 Thread Matthijs Mohlmann
On Thu, 2004-11-25 at 19:37 +0100, Matthijs Mohlmann wrote: > Hi, > > I've a package with more templates files. Now i've added the first > template file and there is a debian/po directory with the appropriate > files. > > How can i merge the next templates file i

postinstall script and debconf configuration

2004-11-27 Thread Matthijs Mohlmann
On somehow i can't get this to work. And i don't know why it won't work: #! /bin/sh set -e . /usr/share/debconf/confmodule PDNSCONF=/etc/powerdns/pdns.conf config () { # pdns/masterslave = string db_get pdns/masterslave MASTER=$RET # pdns/lazy_recursion = boolean db_get pdns/lazy_recursi

Re: How to handle more templates files

2004-11-27 Thread Matthijs Mohlmann
On Thu, 2004-11-25 at 19:37 +0100, Matthijs Mohlmann wrote: > Hi, > > I've a package with more templates files. Now i've added the first > template file and there is a debian/po directory with the appropriate > files. > > How can i merge the next templates file i

How to handle more templates files

2004-11-25 Thread Matthijs Mohlmann
Hi, I've a package with more templates files. Now i've added the first template file and there is a debian/po directory with the appropriate files. How can i merge the next templates file into the debian/po directory and files ? Matthijs Mohlmann

How to handle more templates files

2004-11-25 Thread Matthijs Mohlmann
Hi, I've a package with more templates files. Now i've added the first template file and there is a debian/po directory with the appropriate files. How can i merge the next templates file into the debian/po directory and files ? Matthijs Mohlmann -- To UNSUBSCRIBE, email to [EMAIL

emailrelay looking for a sponsor

2004-09-28 Thread Matthijs Mohlmann
~matthijs/emailrelay Regards, Matthijs Mohlmann

emailrelay looking for a sponsor

2004-09-28 Thread Matthijs Mohlmann
~matthijs/emailrelay Regards, Matthijs Mohlmann -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

ink and libinklevel

2004-09-25 Thread Matthijs Mohlmann
es can be found at: http://www.cacholong.nl/~matthijs/libinklevel Regards, Matthijs Mohlmann

ink and libinklevel

2004-09-25 Thread Matthijs Mohlmann
es can be found at: http://www.cacholong.nl/~matthijs/libinklevel Regards, Matthijs Mohlmann -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

looking for a sponsor (emailrelay)

2004-09-20 Thread Matthijs Mohlmann
Hi, I'm looking for a sponsor for emailrelay. The package is on: http://www.cacholong.nl/~matthijs/emailrelay I hope someone will look at it. ITP: emailrelay -- SMTP relay with filtering and spool abilities Package: wnpp Severity: wishlist * Package name: emailrelay Version : 1.3

looking for a sponsor (emailrelay)

2004-09-20 Thread Matthijs Mohlmann
Hi, I'm looking for a sponsor for emailrelay. The package is on: http://www.cacholong.nl/~matthijs/emailrelay I hope someone will look at it. ITP: emailrelay -- SMTP relay with filtering and spool abilities Package: wnpp Severity: wishlist * Package name: emailrelay Version : 1.3

Re: Fully tested the package raidtools2

2004-05-26 Thread Matthijs Mohlmann
On Fri, 2004-05-21 at 15:54, Matthijs Mohlmann wrote: > ey, > > I've now fully tested my package. I've learned the debconf stuff. And i > think my package is now ready. > > I've fixed a critical bug: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=240384 &

Re: Fully tested the package raidtools2

2004-05-26 Thread Matthijs Mohlmann
On Fri, 2004-05-21 at 15:54, Matthijs Mohlmann wrote: > ey, > > I've now fully tested my package. I've learned the debconf stuff. And i > think my package is now ready. > > I've fixed a critical bug: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=240384 &

Fully tested the package raidtools2

2004-05-21 Thread Matthijs Mohlmann
d uploading the package. You can find my package on: http://www.cacholong.nl/~matthijs/raidtools2/ Matthijs Mohlmann signature.asc Description: This is a digitally signed message part

Fully tested the package raidtools2

2004-05-21 Thread Matthijs Mohlmann
d uploading the package. You can find my package on: http://www.cacholong.nl/~matthijs/raidtools2/ Matthijs Mohlmann signature.asc Description: This is a digitally signed message part

Re: I've got a orphaned package.

2004-05-09 Thread Matthijs Mohlmann
On Sat, 2004-05-08 at 11:38, Frank Küster wrote: > Matthijs Mohlmann <[EMAIL PROTECTED]> schrieb: > > > http://www.cacholong.nl/~matthijs/raidtools2/ > > > > Maybe someone will check this packages and upload it > > You should also care a little for the packag

Re: I've got a orphaned package.

2004-05-09 Thread Matthijs Mohlmann
On Sat, 2004-05-08 at 11:38, Frank Küster wrote: > Matthijs Mohlmann <[EMAIL PROTECTED]> schrieb: > > > http://www.cacholong.nl/~matthijs/raidtools2/ > > > > Maybe someone will check this packages and upload it > > You should also care a little for the packag

Re: I've got a orphaned package.

2004-05-08 Thread Matthijs Mohlmann
On Sat, 2004-05-08 at 11:38, Frank Küster wrote: > Matthijs Mohlmann <[EMAIL PROTECTED]> schrieb: > > > http://www.cacholong.nl/~matthijs/raidtools2/ > > > > Maybe someone will check this packages and upload it > > You should also care a little for the packag

Re: I've got a orphaned package.

2004-05-08 Thread Matthijs Mohlmann
On Sat, 2004-05-08 at 11:38, Frank Küster wrote: > Matthijs Mohlmann <[EMAIL PROTECTED]> schrieb: > > > http://www.cacholong.nl/~matthijs/raidtools2/ > > > > Maybe someone will check this packages and upload it > > You should also care a little for the packag

I've got a orphaned package.

2004-05-08 Thread Matthijs Mohlmann
I get an orphaned package and i'm now looking for a sponsor. I have these packages: inklevel (new) ink (new) raidtools2 (was orphaned) These packages can be downloaded from: http://www.cacholong.nl/~matthijs/inklevel/ http://www.cacholong.nl/~matthijs/raidtools2/ Maybe someone will check this p

I've got a orphaned package.

2004-05-08 Thread Matthijs Mohlmann
I get an orphaned package and i'm now looking for a sponsor. I have these packages: inklevel (new) ink (new) raidtools2 (was orphaned) These packages can be downloaded from: http://www.cacholong.nl/~matthijs/inklevel/ http://www.cacholong.nl/~matthijs/raidtools2/ Maybe someone will check this p

Re: multiple debs

2004-05-05 Thread Matthijs Mohlmann
On Wed, 2004-05-05 at 19:35, Matthijs Mohlmann wrote: > And again a question about multiple debs. > > I'm trying this: > > install: build > dh_testdir > dh_testroot > dh_clea

multiple debs

2004-05-05 Thread Matthijs Mohlmann
And again a question about multiple debs. I'm trying this: install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here co

Re: multiple debs

2004-05-05 Thread Matthijs Mohlmann
On Wed, 2004-05-05 at 19:35, Matthijs Mohlmann wrote: > And again a question about multiple debs. > > I'm trying this: > > install: build > dh_testdir > dh_testroot > dh_clea

multiple debs

2004-05-05 Thread Matthijs Mohlmann
And again a question about multiple debs. I'm trying this: install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here co

I've created another package which uses libinklevel

2004-05-02 Thread Matthijs Mohlmann
hi, I've created another package which uses libinklevel. These are available on: http://www.cacholong.nl/~matthijs/libinklevel I hope these packages are ok. I think this packages can be uploaded to ftp-master.debian.org but i've nothing send to [EMAIL PROTECTED] (not closed a bug or request for

I've created another package which uses libinklevel

2004-05-02 Thread Matthijs Mohlmann
hi, I've created another package which uses libinklevel. These are available on: http://www.cacholong.nl/~matthijs/libinklevel I hope these packages are ok. I think this packages can be uploaded to ftp-master.debian.org but i've nothing send to [EMAIL PROTECTED] (not closed a bug or request for