From: Russ Allbery Date: Thu, 3 Jan 2013 05:42:17 +0000 (-0800) Subject: Move options and patch-header to be local-only X-Git-Tag: debian/1.6.2_pre2-1~10 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fd88036307ef04ad9bc8eb5831c53d226aba0c7d;p=packages%2Fo%2Fopenafs.git 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. --- 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/local-options b/debian/source/local-options new file mode 100644 index 000000000..7423a2df3 --- /dev/null +++ b/debian/source/local-options @@ -0,0 +1 @@ +single-debian-patch diff --git a/debian/source/local-patch-header b/debian/source/local-patch-header new file mode 100644 index 000000000..61524d21a --- /dev/null +++ b/debian/source/local-patch-header @@ -0,0 +1,10 @@ +Subject: Collected Debian patches for OpenAFS +Author: Russ Allbery + +The packaging for OpenAFS is maintained in Git with no Debian-specific +patches, just cherry-picks from upstream (possibly from upstream Gerrit). +This makes it complex to separate the changes into individual patches. +They are therefore all included in a single Debian patch. + +For full commit history and separated commits, see the packaging Git +repository. diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index 7423a2df3..000000000 --- a/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -single-debian-patch diff --git a/debian/source/patch-header b/debian/source/patch-header deleted file mode 100644 index 61524d21a..000000000 --- a/debian/source/patch-header +++ /dev/null @@ -1,10 +0,0 @@ -Subject: Collected Debian patches for OpenAFS -Author: Russ Allbery - -The packaging for OpenAFS is maintained in Git with no Debian-specific -patches, just cherry-picks from upstream (possibly from upstream Gerrit). -This makes it complex to separate the changes into individual patches. -They are therefore all included in a single Debian patch. - -For full commit history and separated commits, see the packaging Git -repository.