summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2023-08-29 18:30:53 -0300
committerDavid Bremner <bremner@debian.org>2023-08-29 18:30:53 -0300
commit3815488df35120d3061f519a782cc990a5a8bd73 (patch)
treea091546e9b68e1e056309f16136ce132a0fb09bb
parent4bcc51c8f6eecd1f3baa36a4d9cd52c65e029230 (diff)
Commit Debian 3.0 (quilt) metadatadebian/1.31-1archive/debian/1.31-1
[dgit (11.2) quilt-fixup]
-rw-r--r--debian/patches/debian-changes64
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 65 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
deleted file mode 100644
index 5aba7c1..0000000
--- a/debian/patches/debian-changes
+++ /dev/null
@@ -1,64 +0,0 @@
-The Debian packaging of emacs-buttercup 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-buttercup
- % cd emacs-buttercup
- % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'
-
-(If you have dgit, use `dgit clone emacs-buttercup`, rather than plain
-`git clone`.)
-
-A single combined diff, containing all the changes, follows.
---- emacs-buttercup-1.31.orig/README.md
-+++ emacs-buttercup-1.31/README.md
-@@ -1,11 +1,5 @@
- # Buttercup — Behavior-Driven Emacs Lisp Testing
-
--[![Build and test](https://github.com/jorgenschaefer/emacs-buttercup/workflows/Build%20and%20test/badge.svg)](https://github.com/jorgenschaefer/emacs-buttercup/actions?query=workflow%3A%22Build+and+test%22+branch%3Amaster)
--[![NonGNU ELPA](https://elpa.nongnu.org/nongnu/buttercup.svg)](https://elpa.nongnu.org/nongnu/buttercup.html)
--[![MELPA Stable](http://stable.melpa.org/packages/buttercup-badge.svg)](http://stable.melpa.org/#/buttercup)
--
--![Ranculus repens, photo by sannse](docs/images/buttercup.jpg)
--
- Buttercup is a behavior-driven development framework for testing Emacs
- Lisp code. It allows to group related tests so they can share common
- set-up and tear-down code, and allows the programmer to “spy” on
-@@ -27,30 +21,9 @@ A simple test looks like this.
- (expect t :to-be t)))
- ```
-
--## Installation and Usage
--
--*Full article: [Running Tests](docs/running-tests.md)*
--
--You can install buttercup from
--[NonGNU ELPA](https://elpa.nongnu.org/) or
--[MELPA Stable](http://stable.melpa.org/). Add the following to your
--`init.el` or `.emacs` file:
--
--```
--(require 'package)
--;; Available as a default in GNU Emacs from version 28.1
--(add-to-list 'package-archives
-- ("nongnu" . "https://elpa.nongnu.org/nongnu/") t)
--(add-to-list 'package-archives
-- '("melpa-stable" . "http://stable.melpa.org/packages/") t)
--```
--
--This should allow you to `M-x package-install RET buttercup RET`.
--
--Alternatively, users of Debian 9 or later or Ubuntu 16.10 or later may
--simply `apt-get install elpa-buttercup`.
-+## Usage
-
--Now create a file called `test-feature.el` with these contents:
-+Create a file called `test-feature.el` with these contents:
-
- ```Lisp
- (describe "A suite"
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 7bb8252..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-changes