File: rules

package info (click to toggle)
oggvideotools 0.9.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,644 kB
  • sloc: cpp: 11,325; ansic: 530; sh: 124; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 431 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=cmake

override_dh_strip:
	dh_strip --dbgsym-migration='oggvideotools-dbg (<< 0.9.1-6~)'

# Run our test suite until the upstream source get one
override_dh_auto_test:
	dh_auto_test
	#TESTBINDIR=`pwd`/obj-*/src/binaries/ ./debian/tests/test-oggjoin
	TESTBINDIR=`pwd`/obj-*/src/binaries/ ./debian/tests/test-oggcut

debian-copyright:
	cme update dpkg-copyright -file debian/copyright.cme