From c3a97c4dc1a52b8a13a21f64fe69c1b69320f13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 29 Sep 2019 17:10:03 +0000 Subject: [PATCH 1/3] Remove obsolete fields Name, Contact from debian/upstream/metadata. --- debian/changelog | 6 ++++++ debian/upstream/metadata | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index f01da1a..b91df2f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +talloc (2.3.0-3) UNRELEASED; urgency=medium + + * Remove obsolete fields Name, Contact from debian/upstream/metadata. + + -- Jelmer Vernooij Sun, 29 Sep 2019 17:10:03 +0000 + talloc (2.3.0-2) unstable; urgency=medium * Mark python3-talloc Multi-Arch: same diff --git a/debian/upstream/metadata b/debian/upstream/metadata deleted file mode 100644 index dfa00f1..0000000 --- a/debian/upstream/metadata +++ /dev/null @@ -1,2 +0,0 @@ -Name: talloc -Contact: https://lists.samba.org/mailman/listinfo/samba-technical -- GitLab From 69c4946ebc8e28598d85bbfb4a3ca21f21f24e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 29 Sep 2019 17:10:04 +0000 Subject: [PATCH 2/3] Rely on pre-initialized dpkg-architecture variables. Fixes lintian: debian-rules-sets-dpkg-architecture-variable See https://lintian.debian.org/tags/debian-rules-sets-dpkg-architecture-variable.html for more details. --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b91df2f..9f1d180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ talloc (2.3.0-3) UNRELEASED; urgency=medium * Remove obsolete fields Name, Contact from debian/upstream/metadata. + * Rely on pre-initialized dpkg-architecture variables. -- Jelmer Vernooij Sun, 29 Sep 2019 17:10:03 +0000 diff --git a/debian/rules b/debian/rules index 7ecf700..83010aa 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ CFLAGS += -g -Wall DESTDIR=$(CURDIR)/debian/tmp -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +include /usr/share/dpkg/architecture.mk conf_args = --prefix=/usr --disable-rpath-install --disable-rpath --bundled-libraries=NONE conf_args += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) -- GitLab From 5ba1c304ad77a45ee2c322bd2dd1bc83963b5d12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Sun, 29 Sep 2019 17:10:04 +0000 Subject: [PATCH 3/3] Fix day-of-week for changelog entries 1.0-1. Fixes lintian: debian-changelog-has-wrong-day-of-week See https://lintian.debian.org/tags/debian-changelog-has-wrong-day-of-week.html for more details. --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9f1d180..af8a3f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ talloc (2.3.0-3) UNRELEASED; urgency=medium * Remove obsolete fields Name, Contact from debian/upstream/metadata. * Rely on pre-initialized dpkg-architecture variables. + * Fix day-of-week for changelog entries 1.0-1. -- Jelmer Vernooij Sun, 29 Sep 2019 17:10:03 +0000 @@ -541,4 +542,4 @@ talloc (1.0-1) unstable; urgency=low * Initial release. (Closes: #356088) - -- Jelmer Vernooij Wed, 30 Apr 2007 02:34:53 +0200 + -- Jelmer Vernooij Mon, 30 Apr 2007 02:34:53 +0200 -- GitLab