midentd adoption and seeking a mentor

2005-03-08 Thread liz
Greetings,
My apologies for the duplicate email.
My name is Liz and I am interested in adopting midentd if it is still 
available. Since I am new to the maintainer process I suspect I will 
need a  mentor/sponsor.  I have been working with Linux for eight years 
or so. I am currently a Sr Linux admin for a company in Seattle ( Large 
web hosting company) I formally worked with the Slashdot team as their 
Sr Network Engineer/ Linux admins. I have worked at several large 
companies and have always tried to make a case for Debian ( Currently I 
am attempting to move boxes from White box to Debian)

I would like to help with Debian and learn more about the dynamics that 
contribute to its success as a stable and secure distribution.

Thanks,
Liz
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Replacement package

2005-03-08 Thread Lars Roland
Hi

I have created a package that replaces another package, but uses the
same dependencies and have the same functionality. Given that I want
to maintain a minimum of changes to existing packages I want to know
if it is possible to let my package appear to debian as another
package.

that is:

--
Depended package: fastforward_-zarge1: This package depends on qmail_zarge1.

Original package: qmail_zarge1- This is the package that other
packages depends on also this package depends on fastforward_-zarge1
(circular dependency).

My package: qmail_patched1   - I Want this to be a replacement to
qmail_zarge1but without changing fastforward_-zarge1
--

Coming from a RPM world I am used to using a provide keyword (that is
a keyword that tells the package system that my package provides the
same functionality as qmail_zarge1).

Can this somehow be done ?.


Regards.

Lars Roland


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Regarding /usr/local with private packages

2005-03-08 Thread Christian Hammers
Hello

I feel a little stupid... :) 
I'm building a private(!) package with files in /usr/local/bin for a host 
where /usr/local/ is a symlink.  Whenever I remove the package the symlink 
gets removed by dpkg although there are plenty of (non-Debian maintained) 
files in /usr/local.

I guess this is because dpkg thinks the directory is empty and tries to
clean up.

Is this behaviour unavoidable?

bye,

-christian-



pgpCqMwxYUr4E.pgp
Description: PGP signature


Re: Regarding /usr/local with private packages

2005-03-08 Thread Dominic Hargreaves
On Tue, Mar 08, 2005 at 12:25:25PM +0100, Christian Hammers wrote:

 I feel a little stupid... :) 
 I'm building a private(!) package with files in /usr/local/bin for a host 
 where /usr/local/ is a symlink.  Whenever I remove the package the symlink 
 gets removed by dpkg although there are plenty of (non-Debian maintained) 
 files in /usr/local.

Don't have a package create files in /usr/local - it's against policy:
http://www.debian.org/doc/debian-policy/ch-opersys.html#s9.1.2.
It doesn't really matter that the package is not for public consumption;
it is still useful to comply with the policy documents to avoid this
sort of brokenness. local here means not managed by the OS package
manager rather than not supplied with the OS.

Cheers,

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Unidentified subject!

2005-03-08 Thread Nico Golde
Hello liz,

* liz [EMAIL PROTECTED] [2005-03-08 11:28]:
 I am interested in adopting midentd and seeking mentor :)

So talk to the original Maintainer, make a package, close
the bug and RFS after this :)
Regards Nico
-- 
Nico Golde - [EMAIL PROTECTED] | GPG: 1024D/73647CFF
http://www.ngolde.de | mutt-ng.berlios.de | grml.org 
VIM has two modes - the one in which it beeps 
and the one in which it doesn't -- encrypted mail preferred


pgpmWa3bBgcK3.pgp
Description: PGP signature


Re: Regarding /usr/local with private packages

2005-03-08 Thread Santiago Vila
On Tue, 8 Mar 2005, Christian Hammers wrote:

 I'm building a private(!) package with files in /usr/local/bin for a host 
 where /usr/local/ is a symlink.  Whenever I remove the package the symlink 
 gets removed by dpkg although there are plenty of (non-Debian maintained) 
 files in /usr/local.
 
 I guess this is because dpkg thinks the directory is empty and tries to
 clean up.

I would say it's because your package owns /usr/local in the
dpkg -S /usr/local sense. The .list files in /var/lib/dpkg/info do not
specify whether the owned items are files or directories, so dpkg
follows the /usr/local symlink when installing your package, and then
removes /usr/local as it's not owned by any other package when uninstalling it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



RFS: libimage-rsvg-perl (#2)

2005-03-08 Thread Antonio S. de A. Terceiro
Hi,

This is RFS #2 for libimage-rsvg-perl.

Image::LibRSVG is a great perl binding to librsvg. librsvg is the lib
used by Gnome, for example, to render thumbnails of SVG drawings.

I've packaged Image::RSVG perl, and look for someone to look at it
and if possible to sponsor its upload. 

   * Package: libimage-rsvg-perl
   * License: dual GPL/Artistics (same terms as Perl itself)
   * Description: Perl binding for librsvg
  This package contains the Image::LibRSVG Perl module, which
  enables rasterization of SVG drawings into bitmap images from Perl
  scripts.

ITP is #276614.

It's files are at:
http://mentors.debian.net/debian/pool/main/l/libimage-rsvg-perl

Could someone at least look at the package? ;-)

Cheers,

-- 
Antonio S. de A. Terceiro [EMAIL PROTECTED]
http://www.inf.ufrgs.br/~asaterceiro
GnuPG ID: E6F73C30


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Regarding /usr/local with private packages

2005-03-08 Thread Thomas Viehmann
Hi.

Christian Hammers ([EMAIL PROTECTED]) wrote:
[dpkg removing symlinks for directories in a package]
 Is this behaviour unavoidable?
Probably. If I'm not mistaken, this is #182747.

Kind regards

T.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Replacement package

2005-03-08 Thread elijah wright

Original package: qmail_zarge1 - This is the package that other packages 
depends on also this package depends on fastforward_-zarge1 (circular 
dependency).

My package: qmail_patched1 - I Want this to be a replacement to 
qmail_zarge1but without changing fastforward_-zarge1

uhh - isn't qmail one of those packages that is licensed in such a way 
that you are NOT allowed to distribute patched binary builds or patched 
source?

just a vague recollection, here... isn't that DJB's stuff?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Regarding /usr/local with private packages

2005-03-08 Thread Pierre Habouzit
Le Mardi 8 Mars 2005 12:25, Christian Hammers a crit:
 Is this behaviour unavoidable?

well you can manually 'fix' with some pre/postrm magic.


btw, I don't see the point in packaing in /usr/local .. even for private 
packages .
-- 
O  Pierre Habouzit
O
OOOhttp://www.madism.org


pgpZNsULaVtLJ.pgp
Description: PGP signature


Re: Replacement package

2005-03-08 Thread Justin Pryzby
On Tue, Mar 08, 2005 at 11:51:00AM +0100, Lars Roland wrote:
 Hi
 
 I have created a package that replaces another package, but uses the
 same dependencies and have the same functionality. Given that I want
 to maintain a minimum of changes to existing packages I want to know
 if it is possible to let my package appear to debian as another
 package.
 
 that is:
 
 --
 Depended package: fastforward_-zarge1: This package depends on qmail_zarge1.
 
 Original package: qmail_zarge1- This is the package that other
 packages depends on also this package depends on fastforward_-zarge1
 (circular dependency).
 
 My package: qmail_patched1   - I Want this to be a replacement to
 qmail_zarge1but without changing fastforward_-zarge1
 --
 
 Coming from a RPM world I am used to using a provide keyword (that is
 a keyword that tells the package system that my package provides the
 same functionality as qmail_zarge1).
 
 Can this somehow be done ?.
You can uses a Provides: in the control file (providing a non-virtual
package).

  http://www.debian.org/doc/debian-policy/ch-relationships.html

Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: midentd adoption and seeking a mentor

2005-03-08 Thread Lucas Wall
On 03/08/2005 07:01 AM, liz wrote:
Greetings,
My apologies for the duplicate email.
My name is Liz and I am interested in adopting midentd if it is still 
available. Since I am new to the maintainer process I suspect I will 
need a  mentor/sponsor.  I have been working with Linux for eight years 
or so. I am currently a Sr Linux admin for a company in Seattle ( Large 
web hosting company) I formally worked with the Slashdot team as their 
Sr Network Engineer/ Linux admins. I have worked at several large 
companies and have always tried to make a case for Debian ( Currently I 
am attempting to move boxes from White box to Debian)

I would like to help with Debian and learn more about the dynamics that 
contribute to its success as a stable and secure distribution.
You should start by talking to the maintainer and submitting an ITA to 
the WNPP[1].

Then you can start working on the package, get it into shape, fix bugs, etc.
Once you have a new version ready you can post a RFS to this list. The 
debian-mentors FAQ[2] explains how to do this.

Before even attempting to make a package please read some 
documentation[3]. Specially the Debian Policy Manual.

Thanks for offering to help!
K.
[1] http://www.debian.org/devel/wnpp/
[2] http://people.debian.org/~mpalmer/debian-mentors_FAQ.html
[3] http://www.nl.debian.org/doc/
--
Lucas Wall [EMAIL PROTECTED]  .''`.
Buenos Aires, Argentina: :ø :   Debian GNU/Linux
http://www.kadath.com.ar   `. `'  http://www.debian.org
PGP: 1024D/84FB46D6  `-
 5D25 528A 83AB 489B 356Ahttp://people.debian.org/~lwall
 4087 BC9B 4733 84FB 46D6mailto:[EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: Regarding /usr/local with private packages

2005-03-08 Thread Christian Hammers
Hello

On 2005-03-08 Pierre Habouzit wrote:
 Le Mardi 8 Mars 2005 12:25, Christian Hammers a écrit :
  Is this behaviour unavoidable?
 
 well you can manually 'fix' with some pre/postrm magic.
Any hints for an elegant solution? Sometimes /usr/local is a symlink,
sometimes /usr/local/maint...

 btw, I don't see the point in packaing in /usr/local .. even for private 
 packages .
Legacy tools that are referenced from various programs so that I can't
put them under /usr/bin easily...

bye,

-christian-


pgpZbWH6kb1EK.pgp
Description: PGP signature


Re: Regarding /usr/local with private packages

2005-03-08 Thread Pierre Habouzit
 On 2005-03-08 Pierre Habouzit wrote:
  Le Mardi 8 Mars 2005 12:25, Christian Hammers a crit:
   Is this behaviour unavoidable?
 
  well you can manually 'fix' with some pre/postrm magic.

 Any hints for an elegant solution? Sometimes /usr/local is a symlink,
 sometimes /usr/local/maint...

then it's trickier. but you may do sth like that :

in the postinst, list all the possible dirnames of the files owned by 
your package. then find out wich ones are symlinks, and then, in the 
postrm, you redo all the symlinks you broke (with the list/tarbal/save 
you made in the preinst)
 - I guess this is possible with the appropriate find command, and 
maybe some sed magic

btw, if your users change the symlinks behind you backs, then consider 
the option in the end of my mail ...

  btw, I don't see the point in packaing in /usr/local .. even for
  private packages .

 Legacy tools that are referenced from various programs so that I
 can't put them under /usr/bin easily...

well, then you can symlink them from /usr/local, in the postinst, and 
not forget to remove the symlinks you created in the prerm.
-- 
O  Pierre Habouzit
O
OOOhttp://www.madism.org


pgp0drMC0owHq.pgp
Description: PGP signature


Re: Replacement package

2005-03-08 Thread Lars Roland
On Tue, 8 Mar 2005 07:38:12 -0600 (CST), elijah wright [EMAIL PROTECTED] 
wrote:
 uhh - isn't qmail one of those packages that is licensed in such a way
 that you are NOT allowed to distribute patched binary builds or patched
 source?
 
 just a vague recollection, here... isn't that DJB's stuff?

Well yes and no - as I understand it you are allowed to distribute it
as long as you do not call it Qmail.

Anyway I am only creating this package for use in my company, we have
almost 40 servers running qmail - Our admin have installed it by
source on each of them, so I am just helping him creat a package to do
the job.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Replacement package

2005-03-08 Thread Lars Roland
On Tue, 8 Mar 2005 08:50:13 -0500, Justin Pryzby
[EMAIL PROTECTED] wrote:

 You can uses a Provides: in the control file (providing a non-virtual
 package).
 
   http://www.debian.org/doc/debian-policy/ch-relationships.html
 
 Justin

It is a little more complex than that

The original package is named Qmail but its version is named
1.03-zarge1, so all packages that depends on Qmail looks for Qmail 
1.03-zarge1. This is somewhat annoying because I want my package to be
named Qmail and have version number 1.03-patched. If I do this then
non of the packages that depends on qmail-1.03-zarge1 can install.

So what I really want is some way of mapping the version number of the
old package to a new one. Writing

 Provides: qmail (1.03-zarge1)

in the control file does not seam to do the trick

Anyway thanks for the feed back, it is not a huge problem and there
are other ways around it  (like compiling depended packages by hand)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Replacement package

2005-03-08 Thread Justin Pryzby
On Tue, Mar 08, 2005 at 04:04:27PM +0100, Lars Roland wrote:
 On Tue, 8 Mar 2005 08:50:13 -0500, Justin Pryzby
 [EMAIL PROTECTED] wrote:
 
  You can uses a Provides: in the control file (providing a non-virtual
  package).
  
http://www.debian.org/doc/debian-policy/ch-relationships.html
  
 It is a little more complex than that
 
 The original package is named Qmail but its version is named
 1.03-zarge1, so all packages that depends on Qmail looks for Qmail 
 1.03-zarge1. This is somewhat annoying because I want my package to be
 named Qmail and have version number 1.03-patched. If I do this then
 non of the packages that depends on qmail-1.03-zarge1 can install.
 
 So what I really want is some way of mapping the version number of the
 old package to a new one. Writing
 
  Provides: qmail (1.03-zarge1)
 
 in the control file does not seam to do the trick
I see.  I suspect Provides: will not do what you want.  Check out the
equivs package:

  Description: Circumvent Debian package dependencies

I haven't used it, but this is what its for.

Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Replacement package

2005-03-08 Thread Lars Roland
On Tue, 08 Mar 2005 16:48:09 +0100, Sven Mueller [EMAIL PROTECTED] wrote:
 In this case, you can't use Provides:. dpkg doesn't allow versioned
 depends to be resolved by Provides: (and doesn't support versions in the
 Provides: statement either). You package is named qmail and the package
 you want to replace is named qmail. What's different are the versions.
 If other packages depend on qmail (=1.03-zarge1), then you will have to
 provide that: a package named qmail with a version higher than
 1.03-zarge1. For example 1.03.mypatch.1 should be higher than 1.03-zarge11.
 
 cu,
 sven

Great - That also make sense, so I will just bump the version number. 

Thanks for the patience


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Welcome to LendersGo.com!

2005-03-08 Thread jodee ada
Dear Applicant,

Your application was approved. You are eligible for $400,000 with a 3.7 % rate.

Please confirm your information here:
http://mortgage-specialists.com/2/index/mal/lodesert

We look forward to hearing from you.

Regards,
jodee ada
Freidman Lenders  Associates


re*mve. - http://mortgage-specialists.com/rem.php


A security fix introduced a 'grave' bug

2005-03-08 Thread Ludovic Drolez
Hi,

Recently, I adopted the mc package with Stefano Melchior, and I'd like to
address the following problem: A woody security update broke the most
important feature in mc:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=246943
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=249366

What can be done when a security update adds new bugs ?
Is there a way to make a new version available quickly and not having to
wait for the next woody update ?

This completion bug is awful... Could you imagine a 'bash' or 'zsh' security
update breaking the tab key ? That's nearly what happened to mc :-(

Cheers,

-- 
Ludovic Drolez.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: RFS: chmsee -- A chm file viewer, support Chinese better

2005-03-08 Thread Anibal Monsalve Salazar
On Mon, Mar 07, 2005 at 12:43:18AM +0800, Li Daobing wrote:
* Package name: chmsee
 Version : 0.9.0
 Upstream Author : wa chung [EMAIL PROTECTED]
* URL : http://linuxfire.dhis.org/~zhong/
* License : GPL
 Description : A chm file viewer, support Chinese better

chmsee is a viewer for Compiled HTML Help (CHM) files. It, can show the
contents tree if one is available, add bookmarks, search and set encoding.
What it cannot do is handle Javascript by the book.

I have maintained it for some time and put the packages in
http://debian.ustc.edu.cn/debian-uo/dists/sid/ustc/pool/chmsee/
(maybe this URI can't visit outside mainland China)

now you also can get this package from http://mentors.debian.net/

It didn't build using pbuilder:

gcc -Wall -O2 -o chmsee -O3 -march=i686 -mcpu=i686 -pipe -fomit-frame-pointer 
chmsee-lzx.o
chmsee-exchm.o chmsee-chmsee_config.o
chmsee-callbacks.o chmsee-charset.o chmsee-menu_popup.o chmsee-hhc.o 
chmsee-html.o chmsee-search.o
chmsee-bookmarks.o chmsee-interface.o
chmsee-setup.o chmsee-topuri.o chmsee-startup.o chmsee-main.o 
-Wl,--export-dynamic
-Wl,--export-dynamic  /usr/lib/libchm.so -pthread
-L/usr/X11R6/lib /usr/lib/libgtkhtml-3.1.so -L/usr/lib /usr/lib/libgailutil.so
/usr/lib/libgnomeui-2.so /usr/lib/libgnome-keyring.so
/usr/lib/libjpeg.so /usr/lib/libgnomeprintui-2-2.so /usr/lib/libglade-2.0.so
/usr/lib/libbonoboui-2.so -lSM -lICE -lX11 /usr/lib/libgnome-2.so
/usr/lib/libesd.so /usr/lib/libaudiofile.so /usr/lib/libgnomevfs-2.so 
/usr/lib/libgnutls.so
/usr/lib/libtasn1.so /usr/lib/libgcrypt.so -lnsl
/usr/lib/libgpg-error.so -lresolv -lrt /usr/lib/libbonobo-2.so 
/usr/lib/libgconf-2.so
/usr/lib/libbonobo-activation.so
/usr/lib/libORBitCosNaming-2.so /usr/lib/libORBit-2.so /usr/lib/libpopt.so
/usr/lib/libgthread-2.0.so /usr/lib/libgnomeprint-2-2.so -lfontconfig
/usr/lib/libfreetype.so /usr/lib/libgnomecanvas-2.so /usr/lib/libart_lgpl_2.so
/usr/lib/libpangoft2-1.0.so /usr/lib/libgtk-x11-2.0.so
/usr/lib/libxml2.so -lpthread -lz /usr/lib/libgdk-x11-2.0.so 
/usr/lib/libatk-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so
/usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so -lm 
/usr/lib/libgobject-2.0.so
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
gcc: /usr/lib/libchm.so: No such file or directory
make[3]: *** [chmsee] Error 1

Please find the pbuilder log as an attachment.

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `'  http://debian.org/
  `-   http://v7w.com/anibal


chmsee_0.9.5-2_i386.log.gz
Description: Binary data


signature.asc
Description: Digital signature


Fwd: RFS: chmsee -- A chm file viewer, support Chinese better

2005-03-08 Thread Li Daobing
On Wed, 9 Mar 2005 05:26:03 +1100, Anibal Monsalve Salazar
[EMAIL PROTECTED] wrote:
 On Mon, Mar 07, 2005 at 12:43:18AM +0800, Li Daobing wrote:
 * Package name: chmsee
  Version : 0.9.0
  Upstream Author : wa chung [EMAIL PROTECTED]
 * URL : http://linuxfire.dhis.org/~zhong/
 * License : GPL
  Description : A chm file viewer, support Chinese better
 
 chmsee is a viewer for Compiled HTML Help (CHM) files. It, can show the
 contents tree if one is available, add bookmarks, search and set encoding.
 What it cannot do is handle Javascript by the book.
 
 I have maintained it for some time and put the packages in
 http://debian.ustc.edu.cn/debian-uo/dists/sid/ustc/pool/chmsee/
 (maybe this URI can't visit outside mainland China)
 
 now you also can get this package from http://mentors.debian.net/

 It didn't build using pbuilder:

 gcc -Wall -O2 -o chmsee -O3 -march=i686 -mcpu=i686 -pipe -fomit-frame-pointer 
 chmsee-lzx.o
 chmsee-exchm.o chmsee-chmsee_config.o
 chmsee-callbacks.o chmsee-charset.o chmsee-menu_popup.o chmsee-hhc.o 
 chmsee-html.o chmsee-search.o
 chmsee-bookmarks.o chmsee-interface.o
 chmsee-setup.o chmsee-topuri.o chmsee-startup.o chmsee-main.o 
 -Wl,--export-dynamic
 -Wl,--export-dynamic  /usr/lib/libchm.so -pthread
 -L/usr/X11R6/lib /usr/lib/libgtkhtml-3.1.so -L/usr/lib /usr/lib/libgailutil.so
 /usr/lib/libgnomeui-2.so /usr/lib/libgnome-keyring.so
 /usr/lib/libjpeg.so /usr/lib/libgnomeprintui-2-2.so /usr/lib/libglade-2.0.so
 /usr/lib/libbonoboui-2.so -lSM -lICE -lX11 /usr/lib/libgnome-2.so
 /usr/lib/libesd.so /usr/lib/libaudiofile.so /usr/lib/libgnomevfs-2.so 
 /usr/lib/libgnutls.so
 /usr/lib/libtasn1.so /usr/lib/libgcrypt.so -lnsl
 /usr/lib/libgpg-error.so -lresolv -lrt /usr/lib/libbonobo-2.so 
 /usr/lib/libgconf-2.so
 /usr/lib/libbonobo-activation.so
 /usr/lib/libORBitCosNaming-2.so /usr/lib/libORBit-2.so /usr/lib/libpopt.so
 /usr/lib/libgthread-2.0.so /usr/lib/libgnomeprint-2-2.so -lfontconfig
 /usr/lib/libfreetype.so /usr/lib/libgnomecanvas-2.so /usr/lib/libart_lgpl_2.so
 /usr/lib/libpangoft2-1.0.so /usr/lib/libgtk-x11-2.0.so
 /usr/lib/libxml2.so -lpthread -lz /usr/lib/libgdk-x11-2.0.so 
 /usr/lib/libatk-1.0.so
 /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so
 /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so -lm 
 /usr/lib/libgobject-2.0.so
 /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
 gcc: /usr/lib/libchm.so: No such file or directory
 make[3]: *** [chmsee] Error 1

 Please find the pbuilder log as an attachment.

This bug has been patched in 0.9.5-3.

Thanks

Li Daobing



 Anibal Monsalve Salazar
 --
  .''`. Debian GNU/Linux
 : :' : Free Operating System
 `. `'  http://debian.org/
   `-   http://v7w.com/anibal





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



emacs mode for package builders

2005-03-08 Thread Rakotomandimby (R12y) Mihamina
Hello.
I wonder if there would be an emacs mode just for syntax coloration.
I learn to build debian packages but all is black  white on my screen
and it misses colors.
Would you know if it exists?
-- 
ASPO Infogérance   http://aspo.rktmb.org/activites/infogerance
Unofficial FAQ fcolc   http://faq.fcolc.eu.org/
LUG sur Orléans et alentours (France).
Tél : 02 34 08 26 04 / 06 33 26 13 14


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



re generate a rules file

2005-03-08 Thread Rakotomandimby (R12y) Mihamina
Hello.
I did not make a backup copy of my rules file, and I edited it like a
pig.
I would like to do it again but with a clean rules file.
I would like to re-generate the rules file. How to?
-- 
ASPO Infogérance   http://aspo.rktmb.org/activites/infogerance
Unofficial FAQ fcolc   http://faq.fcolc.eu.org/
LUG sur Orléans et alentours (France).
Tél : 02 34 08 26 04 / 06 33 26 13 14


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



1通受信メッセージ

2005-03-08 Thread love2005
$B5\A0;VJ]$5$s$,5.J}$r4uK>$7$^$7$?$N$G%a!<%k$rAw$i$;$FD:$-$^$7$?!#(B
$B!X:#%a!<%k$+EEOC$G$-$^$9$+!)$G$-$l$P:#F|2q$$$?$$$G$9!#!Y(B
$B4JC1$J%W%m%U%#!<%k$r:\$;$^$9!#(B
(B26$B:P!"G/<}(B1000$BK|1_0J>e!#(BT158$B!&(BB85$B!"(BD$B%+%C%W(BW58$B!"(BH86
$B5.J}$K>R2p$9$k;v$r5\A0;VJ]$5$s$KDLCN$7$F$"$j$^$9!#(B
(Bhttp://cutybee.hosting-geomax.jp/secret.php?pr=ext458
$B5.J}$NEPO?(B($BL5NA(B)$B3NG'8e$O5\A0;VJ]$5$s$K(B
$B5.J}$,EPO?$r$7$?;v$rDLCN$9$k$N$G!"EPO?(B($BL5NA(B)$B8e$O(B
$B5\A0;VJ]$5$s$+$iD>@\JV;v$,Mh$^$9!#(B
$B$=$N0Y%5%$%H$rDL$9I,MW$O$"$j$^$;$s!#(B
$BL5NAEPO?$r$7$F$*BT$A$/[EMAIL PROTECTED](B
(Bhttp://cutybee.hosting-geomax.jp/secret.php?pr=ext458
(B
$B5qH]!$$9g$o$;(B
(B[EMAIL PROTECTED]
(B
(B
(B-- 
(BTo UNSUBSCRIBE, email to [EMAIL PROTECTED]
(Bwith a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: re generate a rules file

2005-03-08 Thread Justin Pryzby
On Tue, Mar 08, 2005 at 09:34:04PM +0100, Rakotomandimby (R12y) Mihamina wrote:
 Hello.
 I did not make a backup copy of my rules file, and I edited it like a
 pig.
 I would like to do it again but with a clean rules file.
 I would like to re-generate the rules file. How to?
A=$(mktemp -d); cd $A; mkdir z-1; cd z-1; dh_make -s; less debian/rules

Well, you can just look in /usr/share/.

  /usr/share/debhelper/dh_make/debiank/rules
  /usr/share/debhelper/dh_make/debianl/rules
  /usr/share/debhelper/dh_make/debianm/rules
  /usr/share/debhelper/dh_make/debians/rules

:)

Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: re generate a rules file

2005-03-08 Thread Hervé Cauwelier
Rakotomandimby (R12y) Mihamina wrote:
Hello.
I did not make a backup copy of my rules file, and I edited it like a
pig.
I would like to do it again but with a clean rules file.
Have you generated a package yet? If so, you will find it inside the
package-version.diff.gz file.
If you don't have diff.gz file, it's because you made a native package,
i.e. the debian/ directory is directly into the upstream tarball.
Natives packages are special cases to me and the regular packager won't
need it. A regular software package should have its Debian packages keep
separated. To do so, use a tarball without the debian/ directory in it
and name it with a .orig.tar.gz extension.
I would like to re-generate the rules file. How to?
Probably by using dh_make as you may have done the first time.
If you are confident with source versioning, consider using one of the
cvs-buildpackage, or svn-, or tla-. I use the latter and couldn't work
without it now!
--
Hervé Cauwelier
http://www.oursours.net/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: re generate a rules file

2005-03-08 Thread Lucas Wall
On 03/08/2005 05:34 PM, Rakotomandimby (R12y) Mihamina wrote:
Hello.
I did not make a backup copy of my rules file, and I edited it like a
pig.
I would like to do it again but with a clean rules file.
I would like to re-generate the rules file. How to?
[dh_make man page:]
-a, --addmissing
Adds missing example and control files on an existing debian source 
directory.

K.
--
Lucas Wall [EMAIL PROTECTED]  .''`.
Buenos Aires, Argentina: :ø :   Debian GNU/Linux
http://www.kadath.com.ar   `. `'  http://www.debian.org
PGP: 1024D/84FB46D6  `-
 5D25 528A 83AB 489B 356Ahttp://people.debian.org/~lwall
 4087 BC9B 4733 84FB 46D6mailto:[EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


DESTDIR and .conf file

2005-03-08 Thread Rakotomandimby (R12y) Mihamina
Hello,
I'm still learning to build debian package.
Following the Debian New Maintainer's guide.
There are two things I dont understand:

1 ) ---
 I want that once the binary package is installed, the file
'minimalist.pl' is into '/usr/bin'. To do so, I put these in the install
section of my rules file:

install: build
dh_testdir
dh_testroot
dh_clean -k 
dh_installdirs

cp minimalist.pl debian/minimalist/usr/bin

Is it right? Where should I specify i want it into '/usr/bin',
'/usr/sbin', whatever... ?
There's no makefile for this software. It's just about copying one file
into the path.

2 ) 

To install the configuration file, I append to what I written (in the
install section yet:

cp minimalist.conf-sample debian/minimalist/etc/minimalist.conf

I had to append 'etc' into the 'dirs' file.
Is it right ?


PS: I do know there is a minimalist package.
I just do it to learn.
-- 
ASPO Infogérance   http://aspo.rktmb.org/activites/infogerance
Unofficial FAQ fcolc   http://faq.fcolc.eu.org/
LUG sur Orléans et alentours (France).
Tél : 02 34 08 26 04 / 06 33 26 13 14


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: re generate a rules file

2005-03-08 Thread Frank Küster
Rakotomandimby (R12y) Mihamina [EMAIL PROTECTED] schrieb:

 Hello.
 I did not make a backup copy of my rules file, and I edited it like a
 pig.
 I would like to do it again but with a clean rules file.
 I would like to re-generate the rules file. How to?

Next time, use a version control system (together with cvs-buildpackage
or its svn/arch sisters).

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



Re: DESTDIR and .conf file

2005-03-08 Thread Lucas Wall
On 03/08/2005 07:15 PM, Justin Pryzby wrote:
On Tue, Mar 08, 2005 at 11:02:19PM +0100, Rakotomandimby (R12y) Mihamina wrote:
2 ) 
To install the configuration file, I append to what I written (in the
install section yet:
   cp minimalist.conf-sample debian/minimalist/etc/minimalist.conf
I had to append 'etc' into the 'dirs' file.
Is it right ?
Yes.  This makes it a configuration file.  If you want it to be a
conffile (which I suspect you do), you should also list it in
debian/conffiles.
You don't need to add it to debian/conffiles if you use debhelper 
compatibility level 3 or higher[1] (current dh_make sets comp level to 
4). All files in etc/ are automatically flagged as conffiles by 
dh_installdeb.

K.
[1] man debhelper
--
Lucas Wall [EMAIL PROTECTED]  .''`.
Buenos Aires, Argentina: :ø :   Debian GNU/Linux
http://www.kadath.com.ar   `. `'  http://www.debian.org
PGP: 1024D/84FB46D6  `-
 5D25 528A 83AB 489B 356Ahttp://people.debian.org/~lwall
 4087 BC9B 4733 84FB 46D6mailto:[EMAIL PROTECTED]


signature.asc
Description: OpenPGP digital signature


Re: Replacement package

2005-03-08 Thread Russ Allbery
Lars Roland [EMAIL PROTECTED] writes:

 Well yes and no - as I understand it you are allowed to distribute it as
 long as you do not call it Qmail.

It doesn't really matter, at least to Debian, since it's not for inclusion
in the Debian archive, but for the record this is not a correct
understanding of the license on qmail.  It is not covered under the
Artistic License.  It is covered under a license that gives you the right
only to download, compile, and install the package on your system, and to
distribute the results of compiling the stock package with no
modifications.

To do anything else, you have to get permission from DJB, although he's
stated elsewhere that he doesn't think copyright law can prohibit the
distribution of patches or your application of patches to software you're
building yourself.  (Note that doesn't include distributing the result.)

-- 
Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: DESTDIR and .conf file

2005-03-08 Thread Justin Pryzby
On Tue, Mar 08, 2005 at 08:11:24PM -0300, Lucas Wall wrote:
 On 03/08/2005 07:15 PM, Justin Pryzby wrote:
 On Tue, Mar 08, 2005 at 11:02:19PM +0100, Rakotomandimby (R12y) Mihamina 
 wrote:
 2 ) 
 
 To install the configuration file, I append to what I written (in the
 install section yet:
 
cp minimalist.conf-sample debian/minimalist/etc/minimalist.conf
 I had to append 'etc' into the 'dirs' file.
 Is it right ?
 
 Yes.  This makes it a configuration file.  If you want it to be a
 conffile (which I suspect you do), you should also list it in
 debian/conffiles.
 
 You don't need to add it to debian/conffiles if you use debhelper 
 compatibility level 3 or higher[1] (current dh_make sets comp level to 
 4). All files in etc/ are automatically flagged as conffiles by 
 dh_installdeb.
Thanks for pointing this out:)  You just forced me to confront my
understanding of conffiles again.

If a file is provided by the package, then it is a conffile and not
only a configuration file.

OTOH, if maintainer scripts create the file (possibly from a template
in /usr/share/), then it is a configuration file but not a conffile.

Cheers,
Justin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Directing bug reports away from the Debian BTS

2005-03-08 Thread Jamie Jones
G'day,

I maintain a few unoffical Debian packages. Before I make my repository
available to the world, I'd like to ensure that if someone runs
reportbug on one of my packages, it will email me, and not the Debian
BTS.

The packages are targeted at sarge or better.

Thank you for your kind assistance

Jamie

-- 
PGP/MIME or S/MIME signed mail preferred. No HTML mail. No Word attachments.
PGP Key ID 0x42E2C1E5
Fingerprint 3C77 9621 84C5 C32F D409 A38D A035 7E65 42E2 C1E5


signature.asc
Description: This is a digitally signed message part


Re: Directing bug reports away from the Debian BTS

2005-03-08 Thread Don Armstrong
On Wed, 09 Mar 2005, Jamie Jones wrote:
 G'day,
 
 I maintain a few unoffical Debian packages. Before I make my repository
 available to the world, I'd like to ensure that if someone runs
 reportbug on one of my packages, it will email me, and not the Debian
 BTS.

See /usr/share/doc/reportbug/README.Developers;

Basically, you want a Send-To: foobts.foobar.org or whatever in
/usr/share/bug/$package/control;

Alternatively, add a Bugs: and Origin: field to your control file so
reportbug (and otherfrontends) will know to read it and send bugs to
the appropriate location.


Don Armstrong

-- 
If you have the slightest bit of intellectual integrity you cannot
support the government. -- anonymous

http://www.donarmstrong.com  http://rzlab.ucr.edu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Directing bug reports away from the Debian BTS

2005-03-08 Thread Jamie Jones
On Tue, 2005-03-08 at 18:28 -0800, Don Armstrong wrote:
 On Wed, 09 Mar 2005, Jamie Jones wrote:
  G'day,
  
  I maintain a few unoffical Debian packages. Before I make my repository
  available to the world, I'd like to ensure that if someone runs
  reportbug on one of my packages, it will email me, and not the Debian
  BTS.
 
 See /usr/share/doc/reportbug/README.Developers;
 
 Basically, you want a Send-To: foobts.foobar.org or whatever in
 /usr/share/bug/$package/control;
 
 Alternatively, add a Bugs: and Origin: field to your control file so
 reportbug (and otherfrontends) will know to read it and send bugs to
 the appropriate location.
 
Excellent.

Thank you Don.

In case anyone was intrested a list of my packages is here
http://eyagi.bpa.nu/~jamie/doomsday.html

Jamie

-- 
PGP/MIME or S/MIME signed mail preferred. No HTML mail. No Word attachments.
PGP Key ID 0x42E2C1E5
Fingerprint 3C77 9621 84C5 C32F D409 A38D A035 7E65 42E2 C1E5


signature.asc
Description: This is a digitally signed message part


Re: emacs mode for package builders

2005-03-08 Thread Zak B. Elep
Rakotomandimby (R12y) Mihamina [EMAIL PROTECTED] writes:

 Hello.
 I wonder if there would be an emacs mode just for syntax coloration.
 I learn to build debian packages but all is black  white on my screen
 and it misses colors.
 Would you know if it exists?

I think you mean coloration of debian/rules, debian/changelog and
README.Debian... In that case, dpkg-dev-el and devscripts-el can help.

-- 
ZAK B. ELEP [EMAIL PROTECTED]   -- Registered Linux User #327585
1024D/FA53851D  1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D
 Debian - When you've got better things to do than to fix a borken system


pgpGjPBJbSmLg.pgp
Description: PGP signature