From fd88036307ef04ad9bc8eb5831c53d226aba0c7d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 2 Jan 2013 21:42:17 -0800 Subject: [PATCH] Move options and patch-header to be local-only * Move single-debian-patch to local-options and patch-header to local-patch-header so that they only apply to the packages I build and NMUs get regular version-numbered patches. --- debian/changelog | 3 +++ debian/source/{options => local-options} | 0 debian/source/{patch-header => local-patch-header} | 0 3 files changed, 3 insertions(+) rename debian/source/{options => local-options} (100%) rename debian/source/{patch-header => local-patch-header} (100%) diff --git a/debian/changelog b/debian/changelog index a889147c7..f9b4c6ccf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ openafs (1.6.2~pre2-1) UNRELEASED; urgency=low - Support newer glibc versions. * Remove debian/import-upstream and change README.source to document using git-import-orig with --upstream-vcs-tag instead. + * Move single-debian-patch to local-options and patch-header to + local-patch-header so that they only apply to the packages I build and + NMUs get regular version-numbered patches. -- Russ Allbery Wed, 02 Jan 2013 21:25:52 -0800 diff --git a/debian/source/options b/debian/source/local-options similarity index 100% rename from debian/source/options rename to debian/source/local-options diff --git a/debian/source/patch-header b/debian/source/local-patch-header similarity index 100% rename from debian/source/patch-header rename to debian/source/local-patch-header -- 2.39.5