diff -Nru tdb-1.4.3/debian/changelog tdb-1.4.3/debian/changelog --- tdb-1.4.3/debian/changelog 2020-05-12 14:16:18.000000000 +0000 +++ tdb-1.4.3/debian/changelog 2020-06-21 06:54:45.000000000 +0000 @@ -1,15 +1,14 @@ -tdb (1.4.3-0ubuntu1) groovy; urgency=medium +tdb (1.4.3-1) unstable; urgency=medium - * New upstream version: 1.4.3 - * d/libtdb1.symbols: update symbols + [ Debian Janitor ] + * Use dh $@ sequencer. + * Update standards version to 4.5.0, no changes needed. - -- Andreas Hasenack Tue, 12 May 2020 11:16:18 -0300 + [ Mathieu Parent ] + * New upstream version 1.4.3 + - Update symbols -tdb (1.4.2-3build1) focal; urgency=medium - - * No-change rebuild to build with python3.8. - - -- Matthias Klose Sat, 25 Jan 2020 04:40:04 +0000 + -- Mathieu Parent Sun, 21 Jun 2020 08:54:45 +0200 tdb (1.4.2-3) unstable; urgency=medium diff -Nru tdb-1.4.3/debian/control tdb-1.4.3/debian/control --- tdb-1.4.3/debian/control 2020-05-12 14:16:13.000000000 +0000 +++ tdb-1.4.3/debian/control 2020-06-20 22:07:48.000000000 +0000 @@ -1,8 +1,7 @@ Source: tdb Section: devel Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Samba Maintainers +Maintainer: Debian Samba Maintainers Uploaders: Jelmer Vernooij , Mathieu Parent Build-Depends: debhelper-compat (= 12), dh-python, @@ -12,7 +11,7 @@ xsltproc Rules-Requires-Root: no Homepage: https://tdb.samba.org/ -Standards-Version: 4.4.1 +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/samba-team/tdb Vcs-Git: https://salsa.debian.org/samba-team/tdb.git diff -Nru tdb-1.4.3/debian/rules tdb-1.4.3/debian/rules --- tdb-1.4.3/debian/rules 2019-11-28 21:29:34.000000000 +0000 +++ tdb-1.4.3/debian/rules 2020-06-20 22:07:48.000000000 +0000 @@ -14,7 +14,7 @@ include /usr/share/dpkg/architecture.mk %: - dh $* --with python3 + dh $@ --with python3 override_dh_auto_configure: CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \