summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2017-03-11 04:07:49 -0400
committerLev Lamberov <dogsleg@debian.org>2017-03-11 04:07:49 -0400
commit6bd84b162d69464f2dcf4be340bb65c8d7bb8212 (patch)
treece5a4a162ff7f88e7c288ecde2c296d1596b55e4
parentf71899a4f67b42d720427f173de07f2c64c2c43c (diff)
parent69af26ff9bf3e9e21ca9180ba1ab0449531c8c0a (diff)
nose-el (0.1.1-1) unstable; urgency=medium
* Initial release (Closes: #857448) [dgit import unpatched nose-el 0.1.1-1]
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control28
-rw-r--r--debian/copyright29
-rw-r--r--debian/elpa1
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch3
8 files changed, 72 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a100481
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+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/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..edfd19b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: nose-el
+Section: lisp
+Priority: optional
+Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
+Uploaders: Lev Lamberov <dogsleg@debian.org>
+Build-Depends: debhelper (>= 10),
+ dh-elpa
+Standards-Version: 3.9.8
+Homepage: https://bitbucket.org/durin42/nosemacs
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/nose-el.git/
+Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/nose-el.git
+
+Package: elpa-nose
+Architecture: all
+Depends: ${elpa:Depends},
+ ${misc:Depends},
+ emacsen-common (>= 2.0.8),
+ python-nose | python3-nose
+Recommends: emacs (>= 46.0)
+Enhances: emacs,
+ emacs24,
+ emacs25
+Built-Using: ${misc:Built-Using}
+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 called that is used to manage keybindings and
+ provide a hook for changing the behaviour of the nose output buffer.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fc28515
--- /dev/null
+++ b/debian/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 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/debian/elpa b/debian/elpa
new file mode 100644
index 0000000..abf136d
--- /dev/null
+++ b/debian/elpa
@@ -0,0 +1 @@
+*.el
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e8e22ba
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with elpa
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8955032
--- /dev/null
+++ b/debian/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