[Python-modules-commits] [python-neovim-gui] 02/02: Initial debian/ import

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Thu Mar 3 22:58:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

viccuad-guest pushed a commit to branch master
in repository python-neovim-gui.

commit d757897f21789691d7c11e01a3b7efb982c7104a
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Thu Mar 3 23:58:01 2016 +0100

    Initial debian/ import
---
 debian/changelog                  |  5 ++++
 debian/compat                     |  1 +
 debian/control                    | 56 +++++++++++++++++++++++++++++++++++++++
 debian/copyright                  | 39 +++++++++++++++++++++++++++
 debian/pynvim.1                   | 33 +++++++++++++++++++++++
 debian/python-neovim-gui.manpages |  1 +
 debian/rules                      | 11 ++++++++
 debian/source/format              |  1 +
 debian/watch                      |  3 +++
 9 files changed, 150 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..22b63e6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-neovim-gui (0.1.1-1) unstable; urgency=medium
+
+  * Initial release (Closes: #816619)
+
+ -- Víctor Cuadrado Juan <me at viccuad.me>  Thu, 03 Mar 2016 15:07:03 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..255ff0e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: python-neovim-gui
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Víctor Cuadrado Juan <me at viccuad.me>
+Build-Depends:
+ debhelper (>=9),
+ dh-python,
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
+# dependencies for binary:
+ python-all-dev (>= 2.6.6-3~),
+ python3-all-dev,
+ cython
+Standards-Version: 3.9.7
+Homepage: http://github.com/neovim/python-gui
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-neovim-gui.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-neovim-gui.git
+
+
+Package: python-neovim-gui
+Architecture: any
+Depends:
+ ${python:Depends},
+ ${misc:Depends},
+# pynvim binary:
+ ${shlibs:Depends},
+ neovim,
+ python-gi,
+ python-click
+Description: Simple nvim gui implemented using Gtk (Python 2)
+ Neovim is a Vim fork that focuses on refactoring, extensibility and
+ simplification of the original code base.
+ .
+ This package installs pynvim GTK+ GUI for Python 2.
+
+
+Package: python3-neovim-gui
+Architecture: any
+Depends:
+ ${python3:Depends},
+ ${misc:Depends},
+# pynvim binary:
+# ${shlibs:Depends},
+ neovim,
+ python3-gi,
+ python3-click
+Description: Simple nvim gui implemented using Gtk (Python 3)
+ Neovim is a Vim fork that focuses on refactoring, extensibility and
+ simplification of the original code base.
+ .
+ This package installs pynvim GTK+ GUI for Python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e0f20fa
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-neovim-gui
+Upstream-Contact: Thiago de Arruda <tpadilha84 at gmail.com>
+Source: https://github.com/neovim/python-gui
+
+
+Files: *
+Copyright: 2015 Thiago de Arruda <tpadilha84 at gmail.com>
+           2015 Rui Abreu Ferreira
+           2015 Björn Linse
+           2015 Florian Walch <florian at fwalch.com>
+           2015 Eliseo Martínez <eliseomarmol at gmai.com>
+           2015 Bjorn Tipling
+           2015 Justin M. Keyes
+           2015 Rudi Grinberg
+           2015 Corey Farwell <coreyf at rwell.org>
+License: Apache-2.0
+
+
+Files: debian/*
+Copyright: Víctor Cuadrado Juan <me at viccuad.me>
+License: Apache-2.0
+
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".
\ No newline at end of file
diff --git a/debian/pynvim.1 b/debian/pynvim.1
new file mode 100644
index 0000000..93fb9d6
--- /dev/null
+++ b/debian/pynvim.1
@@ -0,0 +1,33 @@
+.TH "PYNVIM" "1" "1 January 2016" Version 0.1.1" ""
+
+.SH NAME
+pynvim \- A python based GTK GUI
+
+.SH SYNOPSIS
+.B gtick
+.RI [ options ]
+
+.SH DESCRIPTION
+.B pynvim
+is a python based GTK GUI.
+.SH OPTIONS
+pynvim accepts the following options:
+.TP
+.B "\-\-help"
+Show help options
+.TP
+.B \-\-prog TEXT
+.TP
+.B "-n, --notify"
+.TP
+.B "-l, --listen TEXT"
+.TP
+.B "-p, --connect TEXT"
+.TP
+.B "--profile [ncalls|tottime|percall|cumtime|name|disable]"
+Set hostname to connect to
+
+.SH AUTHORS
+Thiago de Arruda <tpadilha84 at gmail.com> et al.
+This manpage was initially written by Víctor Cuadrado <me at viccuad.me> for the
+Debian project but can be used elsewhere.
diff --git a/debian/python-neovim-gui.manpages b/debian/python-neovim-gui.manpages
new file mode 100644
index 0000000..1955ee9
--- /dev/null
+++ b/debian/python-neovim-gui.manpages
@@ -0,0 +1 @@
+debian/pynvim.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4896e2d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=python-neovim-gui
+
+%:
+	dh $@  --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+	dh_auto_clean
+	# remove after cythonizing:
+	rm -f neovim_gui/screen.c
+
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..7d52928
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/neovim-gui/neovim_gui-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-neovim-gui.git



More information about the Python-modules-commits mailing list