diff -u docbook2odf-0.244/debian/changelog docbook2odf-0.244/debian/changelog --- docbook2odf-0.244/debian/changelog +++ docbook2odf-0.244/debian/changelog @@ -1,3 +1,17 @@ +docbook2odf (0.244-1.1ubuntu1) zesty; urgency=medium + + * debian/compat: Bump to 9. + * debian/control: + - Build-depend on debhelper (>= 9). + - Fix typo in description. + - Depend on libimage-magick-perl instead of perlmagick + * debian/rules: + - Use dh_prep instead of dh_clean -k. + - Add recomended build-arch and build-indep targets. + - Swap binary targets to fix FTBFS with dpkg-buildpackage -A. + + -- Bhavani Shankar Tue, 07 Feb 2017 09:24:48 +0530 + docbook2odf (0.244-1.1) unstable; urgency=low * Non-maintainer upload. diff -u docbook2odf-0.244/debian/compat docbook2odf-0.244/debian/compat --- docbook2odf-0.244/debian/compat +++ docbook2odf-0.244/debian/compat @@ -1 +1 @@ -5 +9 diff -u docbook2odf-0.244/debian/rules docbook2odf-0.244/debian/rules --- docbook2odf-0.244/debian/rules +++ docbook2odf-0.244/debian/rules @@ -29,6 +29,8 @@ build: build-stamp +build-arch: build-stamp +build-indep: build-stamp build-stamp: configure-stamp patch dh_testdir @@ -53,7 +55,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # Add here commands to install the package into debian/docbook2odf. @@ -61,11 +63,11 @@ # Build architecture-independent files here. -binary-indep: build install +binary-arch: # We have nothing to do by default. # Build architecture-dependent files here. -binary-arch: build install +binary-indep: build install dh_testdir dh_testroot dh_installchangelogs @@ -110 +112 @@ -.PHONY: build clean binary-indep binary-arch binary install configure +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install configure diff -u docbook2odf-0.244/debian/control docbook2odf-0.244/debian/control --- docbook2odf-0.244/debian/control +++ docbook2odf-0.244/debian/control @@ -1,15 +1,16 @@ Source: docbook2odf Section: text Priority: extra -Maintainer: Alexander Wirt -Build-Depends: debhelper (>= 5), dpatch +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Alexander Wirt +Build-Depends: debhelper (>= 9), dpatch Standards-Version: 3.7.2 Package: docbook2odf Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libarchive-zip-perl, libxml-libxslt-perl, zip, perlmagick +Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libarchive-zip-perl, libxml-libxslt-perl, zip, libimage-magick-perl Description: XSLT based conversions from docbook to Oasis Open Document (openoffice.org) - toolkit that automaticaly converts DocBook to OASIS OpenDocument (ODF, the ISO + toolkit that automatically converts DocBook to OASIS OpenDocument (ODF, the ISO standardized format used for texts, spreadsheets and presentations). Conversion is based on a XSLT which makes it easy to convert DocBook->ODF, ODT, ODS and ODP as all these documents are XML based.