Control: tags -1 patch
I think you can fix this with the attached patch.
diff -ru liblunar-2.0.1.orig/debian/control liblunar-2.0.1/debian/control --- liblunar-2.0.1.orig/debian/control +++ liblunar-2.0.1/debian/control @@ -3,7 +3,7 @@ Maintainer: LI Daobing <lidaob...@debian.org> Build-Depends: debhelper (>= 7), gtk-doc-tools, libglib2.0-dev, libgtk2.0-dev, pkg-config, intltool, python-gtk2-dev, libgtksourceview2.0-dev, - python-gtksourceview2, python-all, dh-python + python-gtksourceview2, python-all, dh-python, dh-autoreconf Standards-Version: 3.8.1 Section: libs Homepage: http://code.google.com/p/liblunar diff -ru liblunar-2.0.1.orig/debian/rules liblunar-2.0.1/debian/rules --- liblunar-2.0.1.orig/debian/rules +++ liblunar-2.0.1/debian/rules @@ -3,11 +3,13 @@ build: build-stamp build-stamp: dh build --before configure + dh_autoreconf dh_auto_configure -- --enable-python --enable-gtk-doc LDFLAGS="-Wl,-z,defs,--as-needed" dh build touch build-stamp clean: + dh_autoreconf_clean dh clean install: build install-stamp