summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-01-13 21:44:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-01-13 21:44:56 -0700
commit298c778bed22041bfd0498ca8db75e39e4483938 (patch)
tree007e3c4dd3db420a92463db9956eec04a6fe86be
parent80f1d682271a03a56ca399e2142fe3fe99c70dbb (diff)
Source package configuration for dgit-maint-merge(7)
-rw-r--r--debian/source/options2
-rw-r--r--debian/source/patch-header11
2 files changed, 13 insertions, 0 deletions
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..ce071fb
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,2 @@
+single-debian-patch
+auto-commit
diff --git a/debian/source/patch-header b/debian/source/patch-header
new file mode 100644
index 0000000..a8c73bd
--- /dev/null
+++ b/debian/source/patch-header
@@ -0,0 +1,11 @@
+The Debian packaging of git-annex-el is maintained using dgit. For the
+sake of an efficient workflow, Debian modifications to the upstream
+source are squashed into a single diff, rather than a series of quilt
+patches. To obtain a patch queue for package version 1.2.3-1:
+
+ # apt-get install dgit
+ % dgit clone git-annex-el
+ % cd git-annex-el
+ % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'
+
+See dgit(1), dgit(7) and dgit-maint-merge(7) for more information.