Skip to content

Commit b038c4b

Browse files
committed
build: debian: small series of lintian errors addressed
The warning on the man page was W: linuxcnc-uspace: groff-message troff:<standard input>:209: warning: macro 'an-trap' not defined [usr/share/man/man1/xhc-whb04b-6.1.gz:1] which was not immediately obvious and triggered a quick complete review of the corresponding .adoc.
1 parent b0d2d0d commit b038c4b

4 files changed

Lines changed: 124 additions & 136 deletions

File tree

debian/copyright

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -212,28 +212,42 @@ Copyright: 2011 LinuxCNC.org
212212
License: GPL-3+
213213

214214
Files:
215-
src/emc/nml_intf/*
215+
src/emc/canterp/canterp.cc
216+
src/emc/ini/*
217+
src/emc/iotask/ioControl.cc
218+
src/emc/iotask/ioControl_v2.cc
216219
src/emc/kinematics/*
217220
src/emc/motion/*
218-
src/emc/canterp/canterp.cc
221+
src/emc/nml_intf/*
222+
src/emc/rs274ngc/*
219223
src/emc/sai/driver.cc
220224
src/emc/sai/saicanon.cc
221-
src/emc/usr_intf/*
222-
src/emc/tp/*
223-
src/emc/ini/*
224225
src/emc/task/*
225-
src/emc/rs274ngc/*
226-
src/emc/iotask/ioControl.cc
227-
src/emc/iotask/ioControl_v2.cc
228-
src/rtapi/rtapi_list.h
229-
src/rtapi/rtai_rtapi.c
230-
src/rtapi/rtapi.h
231-
src/rtapi/rtapi_vsnprintf.h
232-
src/rtapi/rtapi_proc.h
233-
src/rtapi/rtapi_common.h
234-
src/rtapi/rtai_ulapi.c
235-
src/hal/classicladder/README.txt
226+
src/emc/tp/*
227+
src/emc/usr_intf/*
228+
src/hal/drivers/bcm2835.h
229+
src/hal/drivers/hal_ax5214h.c
230+
src/hal/drivers/hal_bb_gpio.c
231+
src/hal/drivers/hal_evoreg.c
232+
src/hal/drivers/hal_motenc.c
233+
src/hal/drivers/hal_pi_gpio.c
234+
src/hal/drivers/hal_ppmc.c
235+
src/hal/drivers/hal_skeleton.c
236+
src/hal/drivers/hal_speaker.c
237+
src/hal/drivers/hal_stg.c
238+
src/hal/drivers/hal_stg.h
239+
src/hal/drivers/hal_tiro.c
240+
src/hal/drivers/hal_vti.c
241+
src/hal/drivers/hal_vti.h
242+
src/hal/drivers/motenc.h
236243
src/hal/hal.h
244+
src/hal/user_comps/gs2_vfd.c
245+
src/hal/user_comps/hy_gt_vfd.c
246+
src/hal/user_comps/pi500_vfd/pi500_vfd.comp
247+
src/hal/user_comps/svd-ps_vfd.c
248+
src/hal/user_comps/vfdb_vfd/vfdb_vfd.c
249+
src/hal/user_comps/vfs11_vfd/vfs11_vfd.c
250+
src/hal/user_comps/wj200_vfd/wj200_vfd.comp
237251
src/hal/utils/bitfile.c
238252
src/hal/utils/bitfile.h
239253
src/hal/utils/halcmd.c
@@ -261,28 +275,13 @@ Files:
261275
src/hal/utils/scope_vert.c
262276
src/hal/utils/upci.c
263277
src/hal/utils/upci.h
264-
src/hal/drivers/bcm2835.h
265-
src/hal/drivers/hal_ax5214h.c
266-
src/hal/drivers/hal_bb_gpio.c
267-
src/hal/drivers/hal_evoreg.c
268-
src/hal/drivers/hal_motenc.c
269-
src/hal/drivers/hal_pi_gpio.c
270-
src/hal/drivers/hal_ppmc.c
271-
src/hal/drivers/hal_skeleton.c
272-
src/hal/drivers/hal_speaker.c
273-
src/hal/drivers/hal_stg.c
274-
src/hal/drivers/hal_stg.h
275-
src/hal/drivers/hal_tiro.c
276-
src/hal/drivers/hal_vti.c
277-
src/hal/drivers/hal_vti.h
278-
src/hal/drivers/motenc.h
279-
src/hal/user_comps/vfs11_vfd/vfs11_vfd.c
280-
src/hal/user_comps/wj200_vfd/wj200_vfd.comp
281-
src/hal/user_comps/gs2_vfd.c
282-
src/hal/user_comps/pi500_vfd/pi500_vfd.comp
283-
src/hal/user_comps/svd-ps_vfd.c
284-
src/hal/user_comps/hy_gt_vfd.c
285-
src/hal/user_comps/vfdb_vfd/vfdb_vfd.c
278+
src/rtapi/rtai_rtapi.c
279+
src/rtapi/rtai_ulapi.c
280+
src/rtapi/rtapi_common.h
281+
src/rtapi/rtapi.h
282+
src/rtapi/rtapi_list.h
283+
src/rtapi/rtapi_proc.h
284+
src/rtapi/rtapi_vsnprintf.h
286285
Copyright: same flock of LinuxCNC devs as above
287286
License: GPL-2
288287

debian/rules.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ override_dh_compress:
125125
override_dh_fixperms:
126126
dh_fixperms -X/linuxcnc_module_helper -X/rtapi_app
127127
# In case that only the indep packages are built
128-
if [ -r "$(DESTDIR)/usr/lib/tcltk/linuxcnc/linuxcnc.tcl" ]; then \
128+
if [ -x "$(DESTDIR)/usr/lib/tcltk/linuxcnc/linuxcnc.tcl" ]; then \
129129
chmod -x $(DESTDIR)/usr/lib/tcltk/linuxcnc/linuxcnc.tcl; \
130130
fi
131131
# override_dh_python3: # not executed, so we attach it to fixperms

0 commit comments

Comments
 (0)