summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2019-01-15 14:48:38 -0400
committerLev Lamberov <dogsleg@debian.org>2019-01-15 14:48:38 -0400
commit07053840b4533d4269c6a4fb2727987eebc7f1e7 (patch)
treed388f664272dbafc07beb1f50d716d58fbf9e6d0
Import nose-el_0.1.1-3.debian.tar.xz
[dgit import tarball nose-el 0.1.1-3 nose-el_0.1.1-3.debian.tar.xz]
-rw-r--r--changelog27
-rw-r--r--compat1
-rw-r--r--control25
-rw-r--r--copyright29
-rw-r--r--elpa1
-rwxr-xr-xrules4
-rw-r--r--source/format1
-rw-r--r--watch3
8 files changed, 91 insertions, 0 deletions
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..f91bb98
--- /dev/null
+++ b/changelog
@@ -0,0 +1,27 @@
+nose-el (0.1.1-3) unstable; urgency=medium
+
+ * Migrate to dh 12
+ * d/control: Add Rules-Requires-Root: no
+ * d/control: Drop Built-Using field
+ * d/control: Drop emacs{24,25} from Enhances
+ * d/control: Drop emacsen-common from Depends
+ * d/control: Declare Standards-Version 4.3.0 (no changes needed)
+ * d/control: Proofread description (Closes: #919414)
+ * d/control: Update Maintainer (to Debian Emacsen team)
+ * d/copyright: Bump copyright years
+
+ -- Lev Lamberov <dogsleg@debian.org> Tue, 15 Jan 2019 23:48:38 +0500
+
+nose-el (0.1.1-2) unstable; urgency=medium
+
+ * Team upload.
+ * Rebuild with dh-elpa 1.13 to fix byte-compilation with unversioned
+ emacs
+
+ -- David Bremner <bremner@debian.org> Sat, 02 Jun 2018 21:15:37 -0300
+
+nose-el (0.1.1-1) unstable; urgency=medium
+
+ * Initial release (Closes: #857448)
+
+ -- Lev Lamberov <dogsleg@debian.org> Sat, 11 Mar 2017 13:07:49 +0500
diff --git a/compat b/compat
new file mode 100644
index 0000000..48082f7
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+12
diff --git a/control b/control
new file mode 100644
index 0000000..168ea44
--- /dev/null
+++ b/control
@@ -0,0 +1,25 @@
+Source: nose-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 12),
+ dh-elpa
+Standards-Version: 4.3.0
+Rules-Requires-Root: no
+Homepage: https://bitbucket.org/durin42/nosemacs
+Vcs-Browser: https://salsa.debian.org/emacsen-team/nose-el
+Vcs-Git: https://salsa.debian.org/emacsen-team/nose-el.git
+
+Package: elpa-nose
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ python-nose | python3-nose
+Recommends: emacs (>= 46.0)
+Enhances: emacs
+Description: easy Python test running in Emacs
+ This package provides a bunch of functions that handle running
+ nosetests on a particular buffer or part of a buffer. Also `nose.el'
+ adds a minor mode that is used to manage keybindings and provide a
+ hook for changing the behaviour of the nose output buffer.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..d3600d5
--- /dev/null
+++ b/copyright
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: nose.el
+Source: https://bitbucket.org/durin42/nosemacs
+
+Files: *
+Copyright: (C) 2009 Jason Pellerin <jpellerin@gmail.com>
+ 2009 Augie Fackler <durin42@gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: (C) 2016-2019 Lev Lamberov <dogsleg@debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'
diff --git a/elpa b/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/rules b/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..8955032
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/nose-el-$1\.tar\.gz/
+https://bitbucket.org/durin42/nosemacs/downloads?tab=tags .*/(\d\S+)\.tar\.gz