From: Russ Allbery Date: Sat, 14 May 2011 18:52:17 +0000 (-0700) Subject: Update to Debian source format 3.0 (quilt) X-Git-Tag: debian/1.6.0.pre5-1~1 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1282114f542eef64c68205cfc18472c1d9afcd88;p=packages%2Fo%2Fopenafs.git Update to Debian source format 3.0 (quilt) * Change to Debian source format 3.0 (quilt). Force a single Debian patch for simplicity since the packaging is maintained in Git using branches, and include a patch header explaining why. --- diff --git a/debian/changelog b/debian/changelog index bd7b34be3..6a2e113a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,7 +16,10 @@ openafs (1.6.0~pre5-1) UNRELEASED; urgency=low * Update import-upstream and README.source for moving 1.6 from the experimental and upstream-1.5 branches to the master and upstream branches. - + * Change to Debian source format 3.0 (quilt). Force a single Debian + patch for simplicity since the packaging is maintained in Git using + branches, and include a patch header explaining why. + -- Russ Allbery Sat, 14 May 2011 10:13:39 -0700 openafs (1.6.0~pre4-1) unstable; urgency=low diff --git a/debian/source/format b/debian/source/format index d3827e75a..163aaf8d8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 000000000..7423a2df3 --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +single-debian-patch diff --git a/debian/source/patch-header b/debian/source/patch-header new file mode 100644 index 000000000..61524d21a --- /dev/null +++ b/debian/source/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.