Codebase list libhdate / e09f2f61-9fa5-4051-8059-6c172c0c4e42/main debian / rules
e09f2f61-9fa5-4051-8059-6c172c0c4e42/main

Tree @e09f2f61-9fa5-4051-8059-6c172c0c4e42/main (Download .tar.gz)

rules @e09f2f61-9fa5-4051-8059-6c172c0c4e42/main

c9adbd0
 
df373e1
 
b458d77
9033ae0
c9adbd0
b458d77
df373e1
c9adbd0
b458d77
b9c0f49
#!/usr/bin/make -f

ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')

%:
	dh $* --with python2

override_dh_auto_configure:
	dh_auto_configure -- --with-perl-sitelib-dir=$(ARCHLIB)

override_dh_python2:
	dh_python2 -s --no-guessing-versions