Made sources and debian package buildable on current versions of software.
[gedcom-parse.git] / debian / rules
1 #!/usr/bin/make -f
2 # Made with the aid of debmake, by Christoph Lameter,
3 # based on the sample debian/rules file for GNU hello by Ian Jackson.
4
5 #package=gedcom-parse-dev
6
7 %:
8         dh $@ --with autotools-dev --with autoreconf
9
10 override_dh_auto_configure:
11         dh_auto_configure --  --prefix=/usr
12
13 override_dh_auto_build:
14         automake
15         dh_auto_build