]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Move options and patch-header to be local-only
authorRuss Allbery <rra@debian.org>
Thu, 3 Jan 2013 05:42:17 +0000 (21:42 -0800)
committerRuss Allbery <rra@debian.org>
Thu, 3 Jan 2013 05:42:17 +0000 (21:42 -0800)
* 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
debian/source/local-options [new file with mode: 0644]
debian/source/local-patch-header [new file with mode: 0644]
debian/source/options [deleted file]
debian/source/patch-header [deleted file]

index a889147c7472fbe9a8ecccdf34cca51b31167579..f9b4c6ccfcf90e1e4b6da8d7b5af902e7138fe4f 100644 (file)
@@ -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 <rra@debian.org>  Wed, 02 Jan 2013 21:25:52 -0800
 
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644 (file)
index 0000000..7423a2d
--- /dev/null
@@ -0,0 +1 @@
+single-debian-patch
diff --git a/debian/source/local-patch-header b/debian/source/local-patch-header
new file mode 100644 (file)
index 0000000..61524d2
--- /dev/null
@@ -0,0 +1,10 @@
+Subject: Collected Debian patches for OpenAFS
+Author: Russ Allbery <rra@debian.org>
+
+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 (file)
index 7423a2d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-single-debian-patch
diff --git a/debian/source/patch-header b/debian/source/patch-header
deleted file mode 100644 (file)
index 61524d2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Subject: Collected Debian patches for OpenAFS
-Author: Russ Allbery <rra@debian.org>
-
-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.