MMA package, install targets

Joel Roth joelz at pobox.com
Thu Jan 5 07:42:25 UTC 2012


Hi Multimedia Maintainers,

I've merged the new upstream version 12.01, 
now trying to get the package to build.

Could someone check the install targets in
the files below, or point me to some 
examples/references? 

Isn't clear which of the following I should be using:

	debian/mma/usr/bin/executable
	/usr/bin/executable
	usr/bin/executable


Thanks,

Joel


---- debian/rules -----------

#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_install:
	dh_install
	cp mma.py          /usr/bin/mma
	cp mma-mnx.py      /usr/bin/mma-mnx
	cp mma-rm2std.py   /usr/bin/mma-rm2std
	cp mma-splitrec.py /usr/bin/mma-splitrec
	cp mup2mma.py      /usr/bin/mup2mma
	cp pg2mma.py       /usr/bin/pg2mma
	cp synthsplit.py   /usr/bin/synthsplit

override_dh_installchangelogs:
	dh_installchangelogs text/CHANGES-1.7

%:
	dh $@

---- debian/mma.install ----------

mma-* usr/bin
lib usr/share/mma
includes usr/share/mma
MMA/*.py usr/share/mma/MMA


-- 
Joel Roth



More information about the pkg-multimedia-maintainers mailing list