summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-03-21 19:21:21 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-03-21 19:21:52 +0800
commitd65e3752643994f1e5b25e91b5d7bd9262862178 (patch)
tree04e45d6ae10c19bb8f57a3419da892f1c9fba0b1
parent00b8ebaa2db5949c6f6f6619fb0888400a27ad4d (diff)
Source package configuration for dgit-maint-merge(7)
-rw-r--r--debian/changelog4
-rw-r--r--debian/source/options2
-rw-r--r--debian/source/patch-header16
3 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c172901..cae560e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
emacs-kv (0.0.19+git20140108.7211484-5) UNRELEASED; urgency=medium
+ [ Nicholas D Steeves ]
* Drop emacs24 and emacs25 from Enhances (packages do not exist in
bullseye).
+ [ Sean Whitton ]
+ * Add source package configuration for dgit-maint-merge(7).
+
-- Nicholas D Steeves <sten@debian.org> Wed, 28 Jul 2021 18:28:57 -0400
emacs-kv (0.0.19+git20140108.7211484-4) unstable; urgency=medium
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..4cb46bc
--- /dev/null
+++ b/debian/source/patch-header
@@ -0,0 +1,16 @@
+The Debian packaging of emacs-kv is maintained in git, using the merging
+workflow described in dgit-maint-merge(7). There isn't a patch queue that can
+be represented as a quilt series.
+
+A detailed breakdown of the changes is available from their canonical
+representation - git commits in the packaging repository. For example, to see
+the changes made by the Debian maintainer in the first upload of upstream
+version 1.2.3, you could use:
+
+ % git clone https://git.dgit.debian.org/emacs-kv
+ % cd emacs-kv
+ % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'
+
+(If you have dgit, use `dgit clone emacs-kv`, rather than plain `git clone`.)
+
+A single combined diff, containing all the changes, follows.