Re: [Emc-developers] Debian bug 1055493 is going to get us removd from Debian

2023-12-16 Thread andy pugh
On Sat, 16 Dec 2023 at 19:27, andy pugh  wrote:

> And I have no idea how to even test this, let alone fix it.

A not very productive chat on the debian IRC suggests that
dh_installman spiders the temp directories and installs all manpages
that it finds, regardless of what the .install files suggest.

So that might be what it happening here. (We don't call that tool, but
it is possible that the debian build system does)

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


[Emc-developers] Debian bug 1055493 is going to get us removd from Debian

2023-12-16 Thread andy pugh
Does anyone have any ideas about this?
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055493
I don’t understand it.
If you:
wget 
http://buildbot2.highlab.com/debian/dists/bookworm/2.9-uspace/binary-amd64/linuxcnc-uspace_2.9.0.97.g052a73adc4_amd64.deb
then:
dpkg -c ./linuxcnc-uspace_2.9.0.97.g052a73adc4_amd64.deb | grep halcompile
It comes up blank, as s it should, as "halcompile" is only meant to be
in the -dev package.
(this is the most recent build from our buildbot, but the buildbot has
a version numbering issue)
But if you get the deb from Debian:
wget 
http://http.us.debian.org/debian/pool/main/l/linuxcnc/linuxcnc-uspace_2.9.1-2_amd64.deb
Then on that run the search:
dpkg -c linuxcnc-uspace_2.9.1-2_amd64.deb | grep halcompile
the result is
-rw-r--r-- root/root  1428 2023-11-05 11:59
./usr/share/man/man1/halcompile.1.gz
So packages built by Debian package files differently to how they are
packaged when crealted locally.
And I have no idea how to even test this, let alone fix it.


-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers