diff -Nru astrodata-3.1.1/debian/changelog astrodata-3.1.1/debian/changelog --- astrodata-3.1.1/debian/changelog 2018-08-20 14:12:50.000000000 +0000 +++ astrodata-3.1.1/debian/changelog 2018-08-20 14:45:44.000000000 +0000 @@ -1,3 +1,10 @@ +astrodata (3.1.1-2) bionic; urgency=medium + + [ Gijs Molenaar ] + * enable psrdada and lofar + + -- KERN packaging Mon, 20 Aug 2018 16:45:44 +0200 + astrodata (3.1.1-1) bionic; urgency=low * Initial release. diff -Nru astrodata-3.1.1/debian/rules astrodata-3.1.1/debian/rules --- astrodata-3.1.1/debian/rules 2018-08-20 14:12:50.000000000 +0000 +++ astrodata-3.1.1/debian/rules 2018-08-20 14:45:01.000000000 +0000 @@ -2,3 +2,6 @@ %: dh $@ --buildsystem cmake --parallel + +override_dh_auto_configure: + CXXFLAGS=-I/usr/include/hdf5/serial LOFAR=true PSRDADA=true dh_auto_configure