Codebase list libhdate / 8ba77bc4-e30c-4d50-96d5-8d7add4563c7/main debian / rules
8ba77bc4-e30c-4d50-96d5-8d7add4563c7/main

Tree @8ba77bc4-e30c-4d50-96d5-8d7add4563c7/main (Download .tar.gz)

rules @8ba77bc4-e30c-4d50-96d5-8d7add4563c7/main

c9adbd0
 
df373e1
 
b458d77
239f860
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