[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: dh_installman / *.manpages



On Mon, Jun 15, 2009 at 8:26 PM, David Paleino<d.paleino@gmail.com> wrote:
> No need to CC me, thank you :)
>
> On Mon, 15 Jun 2009 20:08:11 +0200, Mathieu Malaterre wrote:
>
>> On Mon, Jun 15, 2009 at 8:04 PM, David Paleino<d.paleino@gmail.com> wrote:
>>
>> > If you already have the manpages installed under
>> > debian/libgdcm-tools/usr/share/man/, then you don't need that .manpages
>> > file :)
>>
>> So where should I list those file then ? Otherwise I get an error
>> saying something like 'gdcmscanner.1 can be found but no rule to
>> install...'
>
> Ok, let's clarify this. Where do you have gdcmscanner.1 ? When does that error
> (can be found but no rule [..]) happens?
>

If you svn-buildpackage gdcm right now (dh_installman is commented out). I get:

dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_installmenu
dh_install --sourcedir=/home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp
--fail-missing
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmpdf.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcminfo.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmtar.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmraw.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmviewer.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcm2vtk.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmanon.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmconv.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmdump.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmimg.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmgendir.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/usr/share/man/man1/gdcmscanner.1
exists in /home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12/debian/tmp/
but is not installed to anywhere
dh_install: missing files, aborting
make[1]: *** [binary-common] Error 1
make[1]: Leaving directory
`/home/mathieu/Projects/debian-med/trunk/packages/gdcm/build-area/gdcm-2.0.12'
make: *** [binary-arch] Error 2
dpkg-buildpackage: failure: fakeroot debian/rules binary gave error
exit status 2
Command dpkg-buildpackage -rfakeroot -us -uc failed in <unknown>, how
to continue now? [Qri?]:


With

$ cat debian/libgdcm-tools.manpages
usr/share/man/man1/gdcmanon.1
usr/share/man/man1/gdcmconv.1
usr/share/man/man1/gdcmdump.1
usr/share/man/man1/gdcmgendir.1
usr/share/man/man1/gdcmimg.1
usr/share/man/man1/gdcminfo.1
usr/share/man/man1/gdcmpdf.1
usr/share/man/man1/gdcmraw.1
usr/share/man/man1/gdcmscanner.1
usr/share/man/man1/gdcmtar.1



Thanks,
-- 
Mathieu


Reply to: