From 775d3241ce64d5f53466485e7a27a042e97c9795 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 Jan 2016 20:03:39 -0800 Subject: Stop using single-debian-patch for this package I'll use a patch queue if I have any differences from upstream. --- debian/source/local-options | 1 - debian/source/local-patch-header | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 debian/source/local-options delete mode 100644 debian/source/local-patch-header (limited to 'debian/source') diff --git a/debian/source/local-options b/debian/source/local-options deleted file mode 100644 index 7423a2d..0000000 --- a/debian/source/local-options +++ /dev/null @@ -1 +0,0 @@ -single-debian-patch diff --git a/debian/source/local-patch-header b/debian/source/local-patch-header deleted file mode 100644 index 7aa2307..0000000 --- a/debian/source/local-patch-header +++ /dev/null @@ -1,16 +0,0 @@ -Subject: Collected Debian patches for wallet -Author: Russ Allbery - -Since I am also upstream for this package, there will normally not be any -patches to apply to the upstream source. However, occasionally I'll pull -up specific upstream commits prior to making an upstream release. When -this happens, this patch will collect all of those modifications. - -I use Git to maintain both the upstream source and the Debian packages, -and generating individual patches rather than using git cherry-pick takes -extra work for no gain. Since I'm also upstream, there's no need to -separate the patches for later upstream submission. Hence, I take this -approach with a unified patch when it's necessary. - -For full commit history and separated commits, see the upstream Git -repsitory. -- cgit v1.2.3 From 53ff962cb340a3e67401e711810b5c8fea98dd3a Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 Jan 2016 20:09:08 -0800 Subject: Remove explicit setting of xz compression for source package * Remove explicit setting of xz as the Debian source package compression type. This is now the default. --- debian/changelog | 2 ++ debian/source/options | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 debian/source/options (limited to 'debian/source') diff --git a/debian/changelog b/debian/changelog index 374678c..e6ffe43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ wallet (1.3-1) UNRELEASED; urgency=medium - Displays of ACLs and ACL entries are now sorted correctly. * Change the branch layout to follow DEP-14. * Run wrap-and-sort -ast on the package. + * Remove explicit setting of xz as the Debian source package compression + type. This is now the default. -- Russ Allbery Sun, 17 Jan 2016 19:40:54 -0800 diff --git a/debian/source/options b/debian/source/options deleted file mode 100644 index b7bc1f2..0000000 --- a/debian/source/options +++ /dev/null @@ -1 +0,0 @@ -compression = "xz" -- cgit v1.2.3