duplicate library code in a package

2005-09-28 Thread Tommaso Moroni
Hi!

I'm packaging kchmviewer, which uses a version of chmlib bundled
in the upstream tarball.

Is it a Bad Thing to use that library instead of depending on the
official packaged one?


Regards,
-- 
Tommaso Moroni <[EMAIL PROTECTED]>


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



package state after build

2005-10-14 Thread Tommaso Moroni
Hi!

The knights package uses dpatch to correct some mistakes in po/de.po, 
thus generating a po/de.gmo which is different from the upstream source.
While this doesn't affect the package build, a second build fails because of
unrepresentable change to po/de.gmo.

Should a package be rebuildable consecutive multiple times?


Regards,
-- 
Tommaso Moroni
[EMAIL PROTECTED]


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



Re: KChmViewer debian package

2005-11-01 Thread Tommaso Moroni
On Tue, Nov 01, 2005 at 12:11:30PM +0100, Michal Vanco wrote:
> Hi all,
> 
> I've created my very first debian package of kchmviewer-1.1. I'm total newbie 
> in debian packaging system, but I was missing this program so I've created 
> package myself. Is anyone interested in this? Is anyone willing to help me to 
> bring this package to "uploadable" state? 

I submitted an ITP some time ago 
(http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312700).
José Luis Tallón stepped in to help me, since I don't have much time to 
dedicate to it. 
I received last update from him on 19 Oct in which he said packaging is going 
on.


Regards,
-- 
Tommaso Moroni
[EMAIL PROTECTED]


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



problems with bug #338269

2005-11-12 Thread Tommaso Moroni
Hi!

I'm having some problems squashing this bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338269

Since a couple of weeks ago knights was working without problems
I think it could be caused by some library which it depends on.

Do you have any advice about it?
Does anybody experienced a similar breakage?


Regards,
-- 
Tommaso Moroni
[EMAIL PROTECTED]


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



change in a package name

2006-02-10 Thread Tommaso Moroni
Hi!

A Debian user some time ago sent me a script very similar to mrename (which I 
maintain). 
This new script is backward-compatible with the old one, and has some new 
features too. 

If I want to package the new script, is it better to choose a different name 
(something like mrename-ng) or keep the same?


Thanks in advance for your help,
-- 
Tommaso Moroni
[EMAIL PROTECTED]


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



strange behaviour of upstream Makefile

2003-07-23 Thread Tommaso Moroni
Hi!

While checking a package I'm working on I got an error from linda, 
which calls make -nf debian/rules binary and loops.

It seems that the problem lies in the $(CONFIGFILE) rule, which 
calls $(MAKE) which depends (indirectly) on $(CONFIGFILE).
But then why make -f debian/rules works without problems?

BTW, the package, the Makefile and debian/rules can be found at 
http://people.debian.org/~moronito


Thanks in advance for help

Tommaso Moroni



questions about packaging a kde app

2004-02-14 Thread Tommaso Moroni
Hi!

While packaging my first kde application I had some problems/doubts:
Is there any way to convert the upstream docbook in a man page?
I tried with docbook-to-man and docbook-utils but they both didn't work.

Also, is it normal that the program doesn't install the manual in KHelpCenter?

The package can be found at http://people.debian.org/~moronito/temp


Thank you in advance
-- 
Tommaso Moroni
[EMAIL PROTECTED]



another problem with kde app packaging

2004-03-26 Thread Tommaso Moroni
Hi,

I followed the advices in the documentation in /usr/share/doc/kdelibs4-dev, 
but I get those strange errors while compiling:


[...]

In file included from /usr/include/kde/arts/artsflow.h:123,
 from /usr/include/kde/arts/soundserver.h:9,
 from audio.cpp:19,
 from knights.all_cpp.cpp:29:
/usr/include/kde/arts/reference.h: At global scope:
/usr/include/kde/arts/reference.h:41: error: field `myref' has incomplete type
/usr/include/kde/arts/reference.h: In constructor `
   Arts::Reference::Reference(const Arts::ObjectReference&)':
/usr/include/kde/arts/reference.h:47: error: `myref' undeclared (first use this 
   function)
/usr/include/kde/arts/reference.h:47: error: (Each undeclared identifier is 
   reported only once for each function it appears in.)

[...]


All the errors are related to files in /usr/include/kde/arts.
Does anybody have any suggestion?


Thank you
-- 
Tommaso Moroni
[EMAIL PROTECTED]



build failure on sparc

2005-03-14 Thread Tommaso Moroni
Hi!

Looking at the buildd logs[1] I found this:

[snip]
checking for vsnprintf... yes
checking for snprintf... yes
checking for X... configure: error: Can't find X libraries. Please check your 
installation and add the correct paths!
make: *** [config.status] Error 1
**
Build finished at 20050309-0500
FAILED [dpkg-buildpackage died]
[snip]


while on the other archs the package was built correctly.
What's the problem?


Regards,
-- 
Tommaso Moroni
[EMAIL PROTECTED]

[1] 
http://buildd.debian.org/fetch.php?&pkg=knights&ver=0.6-1&arch=sparc&stamp=1110363729&file=log&as=raw


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



Re: build failure on sparc

2005-03-14 Thread Tommaso Moroni
On Mon, Mar 14, 2005 at 02:20:42PM +, Steve Kemp wrote:
> On Mon, Mar 14, 2005 at 03:14:56PM +0100, Tommaso Moroni wrote:
> 
> > checking for vsnprintf... yes
> > checking for snprintf... yes
> > checking for X... configure: error: Can't find X libraries. Please check 
> > your installation and add the correct paths!
> > make: *** [config.status] Error 1
> > **
> > Build finished at 20050309-0500
> > FAILED [dpkg-buildpackage died]
> > [snip]
> > 
> > while on the other archs the package was built correctly.
> > What's the problem?
> 
>   Does your package build-depend upon xlibs-dev?

Ehm... no!

I still cannot understand why it could be built on the other archs.

Also, how could I find "missing" build-dep like this without wasting buildd 
time?
I mean, I use pbuilder to find the minimum build-deps required for a package, 
and 
those specified for knights seemed enough because it compiled correctly.
Am I missing something? (I surely am, but I cannot see where! :)


Thanks for your patience!
-- 
Tommaso Moroni
[EMAIL PROTECTED]


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



questions on packaging

2003-01-07 Thread Tommaso Moroni
Hi!

I've recently passed all the steps in the Debian NM process, but I 
haven't been approved by the DAM yet.
I'm interested in packaging some software, and one of the packages I'd 
like to maintain is nearly ready.

Should I wait for my application to be approved or look for a sponsor?
Should I report an ITP even if I'm not a Debian Developer?


Tommaso Moroni


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



upstream bugs

2003-03-29 Thread Tommaso Moroni
Hi!

I'm maintaining two Debian packages and both have an upstream bug, which I've 
already reported to the upstream authors. The bug fixes will be included in 
the next upstream release. 
My question is: 
Should I wait for a new upstream release or should I apply the fixes to the 
current packages to get rid of those bugs as soon as possible?


Tommaso Moroni


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



how to use dh-perl

2003-07-12 Thread Tommaso Moroni
Hi.
I'm packaging for the first time a perl program and I have some doubts about 
dh-perl.

The program contains those lines:

use DBI;
use HTML::Template;

but dh-perl doesn't find any dependency, so I added manually 
"libhtml-template-perl" and "libdbd-pg-perl" in the Depends field.
Is dh-perl supposed to find them or is it correct to add those lines manually?


Thanks
Tommaso Moroni


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



strange behaviour of upstream Makefile

2003-07-23 Thread Tommaso Moroni
Hi!

While checking a package I'm working on I got an error from linda, 
which calls make -nf debian/rules binary and loops.

It seems that the problem lies in the $(CONFIGFILE) rule, which 
calls $(MAKE) which depends (indirectly) on $(CONFIGFILE).
But then why make -f debian/rules works without problems?

BTW, the package, the Makefile and debian/rules can be found at 
http://people.debian.org/~moronito


Thanks in advance for help

Tommaso Moroni


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



questions about packaging a kde app

2004-02-14 Thread Tommaso Moroni
Hi!

While packaging my first kde application I had some problems/doubts:
Is there any way to convert the upstream docbook in a man page?
I tried with docbook-to-man and docbook-utils but they both didn't work.

Also, is it normal that the program doesn't install the manual in KHelpCenter?

The package can be found at http://people.debian.org/~moronito/temp


Thank you in advance
-- 
Tommaso Moroni
[EMAIL PROTECTED]


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



another problem with kde app packaging

2004-03-26 Thread Tommaso Moroni
Hi,

I followed the advices in the documentation in /usr/share/doc/kdelibs4-dev, 
but I get those strange errors while compiling:


[...]

In file included from /usr/include/kde/arts/artsflow.h:123,
 from /usr/include/kde/arts/soundserver.h:9,
 from audio.cpp:19,
 from knights.all_cpp.cpp:29:
/usr/include/kde/arts/reference.h: At global scope:
/usr/include/kde/arts/reference.h:41: error: field `myref' has incomplete type
/usr/include/kde/arts/reference.h: In constructor `
   Arts::Reference::Reference(const Arts::ObjectReference&)':
/usr/include/kde/arts/reference.h:47: error: `myref' undeclared (first use this 
   function)
/usr/include/kde/arts/reference.h:47: error: (Each undeclared identifier is 
   reported only once for each function it appears in.)

[...]


All the errors are related to files in /usr/include/kde/arts.
Does anybody have any suggestion?


Thank you
-- 
Tommaso Moroni
[EMAIL PROTECTED]


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



questions on packaging

2003-01-07 Thread Tommaso Moroni

Hi!

I've recently passed all the steps in the Debian NM process, but I 
haven't been approved by the DAM yet.
I'm interested in packaging some software, and one of the packages I'd 
like to maintain is nearly ready.


Should I wait for my application to be approved or look for a sponsor?
Should I report an ITP even if I'm not a Debian Developer?


Tommaso Moroni



upstream bugs

2003-03-29 Thread Tommaso Moroni
Hi!

I'm maintaining two Debian packages and both have an upstream bug, which I've 
already reported to the upstream authors. The bug fixes will be included in 
the next upstream release. 
My question is: 
Should I wait for a new upstream release or should I apply the fixes to the 
current packages to get rid of those bugs as soon as possible?


Tommaso Moroni



how to use dh-perl

2003-07-12 Thread Tommaso Moroni
Hi.
I'm packaging for the first time a perl program and I have some doubts about 
dh-perl.

The program contains those lines:

use DBI;
use HTML::Template;

but dh-perl doesn't find any dependency, so I added manually 
"libhtml-template-perl" and "libdbd-pg-perl" in the Depends field.
Is dh-perl supposed to find them or is it correct to add those lines manually?


Thanks
Tommaso Moroni