From d5f5f95950fd86337ae410acfdfd0898fdb56ab9 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 30 Nov 2009 16:14:28 -0800 Subject: [PATCH] Force source package format 1.0 * In anticipation of a change in dpkg-source's defaults, force source package format 1.0. The package is maintained using Git and generating a proper quilt series is complex and relatively pointless work, so the additional complexity of the 3.0 format is currently not that useful. --- debian/changelog | 5 +++++ debian/source/format | 1 + 2 files changed, 6 insertions(+) create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index c845310a1..eec7a5100 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,11 @@ openafs (1.4.11+dfsg-6) UNRELEASED; urgency=low * Fix configure flags used for enabling or disabling LWP and kernel debugging flags and always pass --disable-strip-binaries. Hopefully fixes the empty debugging symbols on Ubuntu. (LP: #370612) + * In anticipation of a change in dpkg-source's defaults, force source + package format 1.0. The package is maintained using Git and + generating a proper quilt series is complex and relatively pointless + work, so the additional complexity of the 3.0 format is currently not + that useful. * Change section of openafs-modules-dkms to kernel to match override. -- Russ Allbery Tue, 03 Nov 2009 23:27:49 -0800 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 000000000..d3827e75a --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 -- 2.39.5