diff --git a/debian/changelog b/debian/changelog index f01da1af9f4c236835a1bca11dee26d867efc7ea..af8a3f78788e607cea2b7573ddc3d3946ea1b788 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 + talloc (2.3.0-2) unstable; urgency=medium * Mark python3-talloc Multi-Arch: same @@ -534,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 diff --git a/debian/rules b/debian/rules index 7ecf700a4abf77052545e081ec4bb4a3b5a73c76..83010aafac1c1b025999bbde778a61688183c2fa 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) diff --git a/debian/upstream/metadata b/debian/upstream/metadata deleted file mode 100644 index dfa00f1ae559b9c58acae8c4e9375d2709eca7ed..0000000000000000000000000000000000000000 --- a/debian/upstream/metadata +++ /dev/null @@ -1,2 +0,0 @@ -Name: talloc -Contact: https://lists.samba.org/mailman/listinfo/samba-technical