help, error with debian/tmp

2008-10-05 Thread ivan
Hello all Please, help me, what i do wrong? I try build debian package, but see error: [EMAIL PROTECTED]:/data/soft/pkg/astral/libastral-0.4% dpkg-buildpackage ... install -s libastral.so /data/soft/pkg/astral/libastral-0.4/debian/tmp/usr/lib/ install: указанная цель

Re: help, error with debian/tmp

2008-10-05 Thread Paul Wise
On Sun, Oct 5, 2008 at 2:35 PM, ivan [EMAIL PROTECTED] wrote: I try build debian package, but see error: [EMAIL PROTECTED]:/data/soft/pkg/astral/libastral-0.4% dpkg-buildpackage ... install -s libastral.so /data/soft/pkg/astral/libastral-0.4/debian/tmp/usr/lib/ install: указанная цель

Re: help, error with debian/tmp

2008-10-05 Thread Eugene V. Lyubimkin
ivan wrote: Hello all Please, help me, what i do wrong? I try build debian package, but see error: [EMAIL PROTECTED]:/data/soft/pkg/astral/libastral-0.4% dpkg-buildpackage ... install -s libastral.so /data/soft/pkg/astral/libastral-0.4/debian/tmp/usr/lib/ install: указанная цель

Re: help, error with debian/tmp

2008-10-05 Thread ivan
Sorry for russian error in english: [EMAIL PROTECTED]:/data/soft/pkg/astral/libastral-0.4% LANG=C dpkg-buildpackage ... \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) dh_installdirs install -d

Re: help, error with debian/tmp

2008-10-05 Thread ivan
On Sunday 05 October 2008 11:10:54 Eugene V. Lyubimkin wrote: Have you debian/dirs file, with usr/lib entry in it? Yes debian/dirs file contents 2 strings: usr/lib usr/include files libastral.dirs and libastral-dev.dirs work fine, but file dirs not work. -- To UNSUBSCRIBE, email to [EMAIL

Re: help, error with debian/tmp

2008-10-05 Thread Eugene V. Lyubimkin
ivan wrote: On Sunday 05 October 2008 12:40:29 Eugene V. Lyubimkin wrote: ivan wrote: On Sunday 05 October 2008 11:10:54 Eugene V. Lyubimkin wrote: Have you debian/dirs file, with usr/lib entry in it? Yes debian/dirs file contents 2 strings: usr/lib usr/include Ah, sorry, didn't see it.

Re: help, error with debian/tmp

2008-10-05 Thread ivan
On Sunday 05 October 2008 13:59:54 Eugene V. Lyubimkin wrote: and may build package when write in debian/compat 1, but write dh_builddeb: Compatibility levels before 4 are deprecated. You should not build package with compat 5 nowadays. I understand this, i only try it. why default make

Re: help, error with debian/tmp

2008-10-05 Thread Eugene V. Lyubimkin
ivan wrote: On Sunday 05 October 2008 11:10:54 Eugene V. Lyubimkin wrote: Have you debian/dirs file, with usr/lib entry in it? Yes debian/dirs file contents 2 strings: usr/lib usr/include Ah, sorry, didn't see it. Then simply mkdir usr/lib subdirectory in debian/tmp, it seems that

Re: help, error with debian/tmp

2008-10-05 Thread ivan
On Sunday 05 October 2008 12:40:29 Eugene V. Lyubimkin wrote: ivan wrote: On Sunday 05 October 2008 11:10:54 Eugene V. Lyubimkin wrote: Have you debian/dirs file, with usr/lib entry in it? Yes debian/dirs file contents 2 strings: usr/lib usr/include Ah, sorry, didn't see it.

Re: help, error with debian/tmp

2008-10-05 Thread Eugene V. Lyubimkin
ivan wrote: On Sunday 05 October 2008 13:59:54 Eugene V. Lyubimkin wrote: and may build package when write in debian/compat 1, but write dh_builddeb: Compatibility levels before 4 are deprecated. You should not build package with compat 5 nowadays. I understand this, i only try it. why

Re: help, error with debian/tmp

2008-10-05 Thread ivan
On Sunday 05 October 2008 14:37:03 Eugene V. Lyubimkin wrote: Installs dirs in case there is only one binary package. Otherwise package.dirs are needed. Thanks, all work fine. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

RFS: lunar (NMU)

2008-10-05 Thread LI Daobing (李道兵)
Dear mentors, I am looking for a sponsor for the new version 2.2-3.1 of package lunar. lunar is a converter program between Chinese calendar and the normal calendar. package lunar is marked as LowNMU[1], in this upload, I fix a algorithm which will generate wrong result in 2033. I did not touch

RFS: dhcp-probe

2008-10-05 Thread Laurent Guignard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear mentors, I am looking for a sponsor for my package dhcp-probe. * Package name: dhcp-probe * Version : 1.2.2a-1 * Upstream Author : Irwin Tillman (irwin AT princeton DOT edu) * URL :

Packaging with CMake

2008-10-05 Thread Laurent Léonard
Hi, I try to build the package kio-ftps, but the 0.2 version (for KDE 4) uses CMake. What is the procedure to build a Debian package with CMake ? Thank you, -- Laurent Léonard signature.asc Description: This is a digitally signed message part.

Re: RFS: dhcp-probe

2008-10-05 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Heya Laurent, Your package is not lintian clean. In your debian/ folder if you need to remove all files that end in .ex that you will not be using, if you are using them you need to rename them to remove the .ex extension. You should run lintian

Re: RFS: dhcp-probe

2008-10-05 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Taylor wrote: You need to rename the tar.gz file to dhcp-probe_1.2.2a-1.orig.tar.gz Sorry, i typoed that line. You should rename the file to dhcp-probe_1.2.2a.orig.tar.gz Ciao, Chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9

Re: Packaging with CMake

2008-10-05 Thread Matthew Palmer
On Mon, Oct 06, 2008 at 01:45:10AM +0200, Laurent Léonard wrote: I try to build the package kio-ftps, but the 0.2 version (for KDE 4) uses CMake. What is the procedure to build a Debian package with CMake ? It's no different to any other package. You put cmake in the build-deps, run it to

Re: Packaging with CMake

2008-10-05 Thread Jose Luis Blanco
Hi, Laurent Léonard wrote: Hi, I try to build the package kio-ftps, but the 0.2 version (for KDE 4) uses CMake. What is the procedure to build a Debian package with CMake ? Thank you, If your question is how to compile the package sources (not how to build the package), you should

Re: Packaging with CMake

2008-10-05 Thread Russ Allbery
Jose Luis Blanco [EMAIL PROTECTED] writes: If your question is how to build a Debian package... I don't know about any standard procedure. I had to do such one package and I created a dummy configure scripts which in turn calls cmake with some proper variables set. Apart from that configure,