File: rules

package info (click to toggle)
libccscript3 1.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 2,480 kB
  • ctags: 1,543
  • sloc: cpp: 11,924; sh: 8,692; makefile: 76
file content (7 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download
1
2
3
4
5
6
7
#!/usr/bin/make -f
%:
	dh $@ --parallel --with autotools_dev

override_dh_install:
	sed -i "/dependency_libs/ s/'.*'/''/" `find $(CURDIR)/debian -name '*.la'`
	dh_install