From 9f30d1ce76821fca605ac3593bb39f5903b30631 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 10 Feb 2012 15:17:43 -0600 Subject: debian/rules: Adding autoreconf and running make check --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a2f4065..3241637 100755 --- a/debian/rules +++ b/debian/rules @@ -5,10 +5,13 @@ DEB_MAKE_FLAVORS = gtk2 gtk3 include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/autoreconf.mk DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp/@FLAVOR@ DEB_DESTDIR = $(CURDIR)/debian/tmp/$(cdbs_make_curflavor)/ +DEB_MAKE_CHECK_TARGET := check + DEB_CONFIGURE_FLAGS_gtk2 = --with-gtk=2 DEB_CONFIGURE_FLAGS_gtk3 = --with-gtk=3 -- cgit v1.2.3