summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-04 14:42:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-04 14:42:12 -0700
commit4428e0791101f0203a06c836549663d8a00c5c89 (patch)
treefd6c2f05d93d0cd39220f77bea49ec2d531d6aa8
parent6842c78df3ba820fc8c7d08ec48f7bdf2f999b41 (diff)
Commit Debian 3.0 (quilt) metadatadebian/1.6.12-1archive/debian/1.6.12-1
[dgit (3.9) quilt-fixup]
-rw-r--r--debian/patches/debian-changes21
-rw-r--r--debian/patches/series1
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
new file mode 100644
index 0000000..c72fc0e
--- /dev/null
+++ b/debian/patches/debian-changes
@@ -0,0 +1,21 @@
+The Debian packaging of xml-rpc-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 xml-rpc-el
+ % cd xml-rpc-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.
+--- xml-rpc-el-1.6.12.orig/xml-rpc-test.el
++++ xml-rpc-el-1.6.12/xml-rpc-test.el
+@@ -1,6 +1,6 @@
+ (require 'ert)
+
+-(load-file "xml-rpc.el")
++(require 'xml-rpc)
+
+ (ert-deftest test-xml-rpc-value-structp ()
+ "Test whether xml-rpc-value-structp operates correctly"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7bb8252
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian-changes