comparison debian/rules @ 17263:3946ba73d26b

Bump DH_COMPAT version.
author diego
date Thu, 29 Dec 2005 17:03:27 +0000
parents 1ca8dc8a7ef7
children 180bd6b3f6c2
comparison
equal deleted inserted replaced
17262:f2a98ac0f762 17263:3946ba73d26b
1 #!/usr/bin/make -f 1 #!/usr/bin/make -f
2 # Made with the aid of debmake, by Christoph Lameter, 2 # Made with the aid of debmake, by Christoph Lameter,
3 # based on the sample debian/rules file for GNU hello by Ian Jackson. 3 # based on the sample debian/rules file for GNU hello by Ian Jackson.
4 #export DH_VERBOSE=1 4 #export DH_VERBOSE=1
5 # This is the debhelper compatability version to use. 5 # This is the debhelper compatability version to use.
6 export DH_COMPAT=3 6 export DH_COMPAT=4
7 7
8 package := mplayer 8 package := mplayer
9 prefix := $(shell pwd)/debian/$(package) 9 prefix := $(shell pwd)/debian/$(package)
10 10
11 arch := $(shell dpkg --print-architecture) 11 arch := $(shell dpkg --print-architecture)