diff -u liblunar-2.0.1/debian/changelog liblunar-2.0.1/debian/changelog --- liblunar-2.0.1/debian/changelog +++ liblunar-2.0.1/debian/changelog @@ -1,9 +1,15 @@ -liblunar (2.0.1-2.2ubuntu1) trusty; urgency=medium +liblunar (2.0.1-2.3ubuntu1) wily; urgency=medium - * Use dh-autoreconf to get new libtool macros for ppc64el and update - config.{sub,guess} for new arches. + * Use autotools-dev to fix FTBFS on arm64 by updating config.{sub,guess}. - -- Logan Rosen Tue, 31 Dec 2013 18:38:03 -0500 + -- Logan Rosen Mon, 31 Aug 2015 12:47:58 -0400 + +liblunar (2.0.1-2.3) unstable; urgency=medium + + * Non-maintainer upload. + * Port from python-support to dh-python (Closes: #786038) + + -- Andrey Rahmatullin Mon, 24 Aug 2015 16:09:19 +0500 liblunar (2.0.1-2.2) unstable; urgency=low diff -u liblunar-2.0.1/debian/control liblunar-2.0.1/debian/control --- liblunar-2.0.1/debian/control +++ liblunar-2.0.1/debian/control @@ -4,7 +4,7 @@ XSBC-Original-Maintainer: LI Daobing 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-support (>= 1.0), dh-autoreconf + python-gtksourceview2, python-all, dh-python, autotools-dev Standards-Version: 3.8.1 Section: libs Homepage: http://code.google.com/p/liblunar diff -u liblunar-2.0.1/debian/rules liblunar-2.0.1/debian/rules --- liblunar-2.0.1/debian/rules +++ liblunar-2.0.1/debian/rules @@ -3,18 +3,18 @@ build: build-stamp build-stamp: dh build --before configure - dh_autoreconf + dh_autotools-dev_updateconfig dh_auto_configure -- --enable-python --enable-gtk-doc LDFLAGS="-Wl,-z,defs,--as-needed" dh build touch build-stamp clean: - dh_autoreconf_clean + dh_autotools-dev_restoreconfig dh clean install: build install-stamp install-stamp: - dh install + dh install --with python2 touch install-stamp binary-arch: install