mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Change-Id: I609844b3c72ca9d016a43a7b0e288abb4dc2400e Note: Jenkins probably needs to be restarted to get proper sbuild permissions.
7 lines
197 B
Makefile
Executable File
7 lines
197 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_strip:
|
|
strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/frcsim-gazebo-plugins/usr/lib/frcsim/plugins/libgz_potentiometer.so
|