File: rules

package info (click to toggle)
uctodata 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 39; sh: 39; makefile: 25
file content (9 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_install:
	mkdir -p debian/uctodata/usr/lib/pkgconfig/
	mv -v debian/uctodata/usr/lib/*/pkgconfig/uctodata.pc debian/uctodata/usr/lib/pkgconfig/
	find debian/uctodata/usr/lib/ -type d -empty -delete