diff -Nru chmlib-0.40a/debian/changelog chmlib-0.40a/debian/changelog --- chmlib-0.40a/debian/changelog 2013-12-25 07:54:05.000000000 +0000 +++ chmlib-0.40a/debian/changelog 2013-12-29 14:04:00.000000000 +0000 @@ -1,9 +1,12 @@ -chmlib (2:0.40a-2ubuntu1) trusty; urgency=medium +chmlib (2:0.40a-3) unstable; urgency=medium - * Use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el as well - by getting new libtool macros (still updates config.{sub,guess}). + * debian/control: + + Updated Standards-Version to 3.9.5 + + Added VCS-* URLs. + * Use dh-autoreconf instead of autotools-dev (Closes: #733080). + Thanks to Logan Rosen for patch. - -- Logan Rosen Wed, 25 Dec 2013 02:53:38 -0500 + -- Kartik Mistry Sun, 29 Dec 2013 19:25:28 +0530 chmlib (2:0.40a-2) unstable; urgency=low diff -Nru chmlib-0.40a/debian/control chmlib-0.40a/debian/control --- chmlib-0.40a/debian/control 2013-12-25 07:54:07.000000000 +0000 +++ chmlib-0.40a/debian/control 2013-12-29 14:16:42.000000000 +0000 @@ -1,17 +1,16 @@ Source: chmlib Section: libs Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Kartik Mistry -Build-Depends: debhelper (>= 7), - libtool, - dh-autoreconf +Maintainer: Kartik Mistry +Build-Depends: debhelper (>= 7), dh-autoreconf, libtool +Standards-Version: 3.9.5 Homepage: http://www.jedrea.com/chmlib/ -Standards-Version: 3.9.2 +Vcs-Git: git://anonscm.debian.org/collab-maint/chmlib.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/chmlib.git;a=summary Package: libchm1 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: library for dealing with Microsoft CHM files It is a very simple library, but sufficient for dealing with all of the chm files. Library currently does not has write support. @@ -41,7 +40,7 @@ Package: libchm-bin Architecture: any Section: libdevel -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: library for dealing with Microsoft CHM files (test programs) It is a very simple library, but sufficient for dealing with all of the chm files. Library currently does not has write support. diff -Nru chmlib-0.40a/debian/copyright chmlib-0.40a/debian/copyright --- chmlib-0.40a/debian/copyright 2012-01-02 05:18:37.000000000 +0000 +++ chmlib-0.40a/debian/copyright 2013-12-29 14:12:11.000000000 +0000 @@ -56,5 +56,5 @@ . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2' and - `/usr/share/common-licenses/LGPL-2.1' and + `/usr/share/common-licenses/LGPL-2.1' and `/usr/share/common-licenses/LGPL-3.1'. diff -Nru chmlib-0.40a/debian/rules chmlib-0.40a/debian/rules --- chmlib-0.40a/debian/rules 2013-12-25 07:53:22.000000000 +0000 +++ chmlib-0.40a/debian/rules 2013-12-29 14:17:59.000000000 +0000 @@ -13,6 +13,7 @@ configure: configure-stamp configure-stamp: dh_testdir + dh_autoreconf ./configure CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CFLAGS="$(CFLAGS)" \ --host=$(DEB_HOST_GNU_TYPE) \