[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trying to build smsd 0.5.10 for debian
From: |
gena-j |
Subject: |
Re: Trying to build smsd 0.5.10 for debian |
Date: |
Fri, 20 Feb 2004 14:22:40 +0000 |
Hi
>You can apply the following patch (committed into the cvs).
I couldn't get the patch to succeed. At first with the tarball then
later from a cvs checkout.
I found that I needed to ammend the /gnokii/smsd/Makefile to point to
/usr/include/postgresql instead of pgsql and that seems to be ok now.
My problem is that I don't understand the packaging-Howto instructions
on how to ammend the debian/changelog. I'm getting this error:
dh_installinfo
dh_installchangelogs -p gnokii ChangeLog
parsechangelog/debian: error: found start of entry where expected more
change data or trailer, at changelog line 5
dh_installchangelogs: changelog parse failure
make: *** [binary-arch] Error 1
Could someone provide simple instructions how the debian/changlog error
should be ammended?
Thanks
>
>Bye,
>Bozo
>
>--maH1Gajj2nflutpK
>Content-Type: text/plain; charset=us-ascii
>Content-Disposition: attachment; filename="debian-smsd-libtool.patch"
>
>diff -ru --exclude=CVS gnokii-cvs/packaging/Debian/rules gnokii-devel/packagin
g/Debian/rules
>--- gnokii-cvs/packaging/Debian/rules 2004-01-21 20:10:27.000000000 +0100
>+++ gnokii-devel/packaging/Debian/rules 2004-02-19 20:28:50.000000000 +
0100
>@@ -30,8 +30,8 @@
> # Compile the smsd subpackage.
> cd smsd &&\
> $(MAKE) &&\
>- $(MAKE) libpq.so &&\
>- $(MAKE) libmysql.so
>+ $(MAKE) libpq.la &&\
>+ $(MAKE) libmysql.la
> #/usr/bin/docbook-to-man debian/gnokii.sgml > gnokii.1
>
> touch build-stamp
>
>--maH1Gajj2nflutpK
>Content-Type: text/plain; charset="us-ascii"
>MIME-Version: 1.0
>Content-Transfer-Encoding: 7bit
>Content-Disposition: inline
>
>_______________________________________________
>gnokii-users mailing list
>address@hidden
>http://mail.nongnu.org/mailman/listinfo/gnokii-users
>
>--maH1Gajj2nflutpK--
>
>