diff -Nru eb-4.4.3/debian/changelog eb-4.4.3/debian/changelog --- eb-4.4.3/debian/changelog 2012-07-08 06:20:28.000000000 +0000 +++ eb-4.4.3/debian/changelog 2013-10-27 14:35:46.000000000 +0000 @@ -1,3 +1,12 @@ +eb (4.4.3-7) unstable; urgency=low + + * Use autotools-dev to update config.* at build time (closes: #727366) + * Add Vcs-Git and Vcs-Browser + * Update Standards-Version to 3.9.4 + * Update debian/copyright + + -- Tatsuya Kinoshita Sun, 27 Oct 2013 23:24:01 +0900 + eb (4.4.3-6) unstable; urgency=low * debian/rules: Use dpkg-buildflags to support hardening flags diff -Nru eb-4.4.3/debian/control eb-4.4.3/debian/control --- eb-4.4.3/debian/control 2012-04-15 19:17:24.000000000 +0000 +++ eb-4.4.3/debian/control 2013-10-27 14:35:02.000000000 +0000 @@ -2,8 +2,10 @@ Section: libs Priority: optional Maintainer: Tatsuya Kinoshita -Build-Depends: debhelper (>= 8.1.3), zlib1g-dev, help2man, nkf -Standards-Version: 3.9.3 +Build-Depends: debhelper (>= 8.1.3), zlib1g-dev, help2man, nkf, autotools-dev (>= 20100122) +Standards-Version: 3.9.4 +Vcs-Git: git://anonscm.debian.org/collab-maint/eb.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/eb.git Homepage: http://www.sra.co.jp/people/m-kasahr/eb/ Package: libeb16 diff -Nru eb-4.4.3/debian/copyright eb-4.4.3/debian/copyright --- eb-4.4.3/debian/copyright 2012-04-14 08:42:34.000000000 +0000 +++ eb-4.4.3/debian/copyright 2013-10-27 14:25:06.000000000 +0000 @@ -1,6 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: EB Library Source: http://www.sra.co.jp/people/m-kasahr/eb/ +Comment: This upstream site is not available on 2013-10. Files: * Copyright: 1997-2009, Motoyuki Kasahara @@ -186,7 +187,7 @@ General Public License and is *not* in the public domain. Files: debian/* -Copyright: 2007-2012, Tatsuya Kinoshita +Copyright: 2007-2013, Tatsuya Kinoshita 1999-2007, Susumu OSAWA License: The Debian packaging is distributed under the same conditions as the diff -Nru eb-4.4.3/debian/rules eb-4.4.3/debian/rules --- eb-4.4.3/debian/rules 2012-07-08 06:20:15.000000000 +0000 +++ eb-4.4.3/debian/rules 2013-10-27 14:35:02.000000000 +0000 @@ -22,6 +22,7 @@ config.status: configure dh_testdir + dh_autotools-dev_updateconfig CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) --with-pkgdocdir=/usr/share/doc/eb-doc build: build-indep build-arch @@ -44,6 +45,7 @@ rm -f build-indep-stamp build-arch-stamp rm -f po-eb/Makefile po-ebutils/Makefile [ ! -f Makefile ] || $(MAKE) DIST_SUBDIRS="$(DIST_SUBDIRS)" distclean + dh_autotools-dev_restoreconfig dh_clean install: install-indep install-arch