[Python-modules-commits] [pypandoc] 03/05: Initial packaging.

Elena Grandi valhalla-guest at moszumanska.debian.org
Wed Jun 22 15:45:10 UTC 2016


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

valhalla-guest pushed a commit to branch master
in repository pypandoc.

commit e94c6e959dc65f333773ae0ec7e5a767dd5afe17
Author: Elena Grandi <valhalla-d at trueelena.org>
Date:   Wed Jun 22 17:11:55 2016 +0200

    Initial packaging.
    
    Imported from a git repository used while packaging, but broken by a
    number of git-dpm-related mistakes on my parts.
---
 debian/.git-dpm       |  3 ++
 debian/changelog      |  5 ++++
 debian/clean          |  2 ++
 debian/compat         |  1 +
 debian/control        | 47 ++++++++++++++++++++++++++++++
 debian/copyright      | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules          |  6 ++++
 debian/source/options |  1 +
 debian/watch          |  3 ++
 9 files changed, 147 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
index 2ca94d3..b0b6e4e 100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@ -6,3 +6,6 @@
 pypandoc_1.1.3+ds0.orig.tar.xz
 bdebb0f59168b378d652ab0326aeee7e53badbc2
 14248
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..080ef3b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pypandoc (1.1.3+ds0-1) unstable; urgency=low
+
+  * Initial packaging. Closes: #794109
+
+ -- Elena Grandi <valhalla-d at trueelena.org>  Thu, 22 Jun 2016 13:05:04 +0200
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..09a5c38
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+pypandoc.egg-info/*
+.pybuild/
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..7c32816
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+Source: pypandoc
+Maintainer: Elena Grandi <valhalla-d at trueelena.org>
+Section: python
+Priority: optional
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ lmodern,
+ pandoc,
+ pandoc-citeproc,
+ python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3),
+ python3-all,
+ python3-setuptools,
+ texlive-fonts-recommended,
+ texlive-latex-extra,
+ texlive-latex-recommended,
+ texlive-luatex,
+ texlive-xetex
+Standards-Version: 3.9.6
+Homepage: https://github.com/bebraw/pypandoc
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pypandoc.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pypandoc.git
+
+Package: python-pypandoc
+Architecture: all
+Depends:
+ pandoc,
+ ${misc:Depends},
+ ${python:Depends}
+Description: Thin wrapper for pandoc (Python 2.x)
+ pypandoc provides a Python interface to pandoc, a universal document
+ converter with support for most markup languages.
+ .
+ This package provides Python 2.x version of pypandoc.
+
+Package: python3-pypandoc
+Architecture: all
+Depends:
+ pandoc,
+ ${misc:Depends},
+ ${python3:Depends}
+Description: Thin wrapper for pandoc (Python 3.x)
+ pypandoc provides a Python interface to pandoc, a universal document
+ converter with support for most markup languages.
+ .
+ This package provides Python 3.x version of pypandoc.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..56b8db3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,79 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pypandoc
+Upstream-Contact: Juho Vepsäläinen
+Author: Juho Vepsäläinen
+Source: https://github.com/bebraw/pypandoc
+Files-Excluded: pypandoc.egg-info PKG-INFO pypandoc/files/*
+
+Files: *
+Copyright: (c) 2011-2016 Juho Vepsäläinen
+License: Expat
+
+Files: pypandoc/*
+Copyright: (c) 2011-2016 Juho Vepsäläinen
+               2008-2014, IPython Development Team
+               2001-2007, Fernando Perez <fernando.perez at colorado.edu>
+               2001, Janko Hauser <jhauser at zscout.de>
+               2001, Nathaniel Gray <n8gray at caltech.edu>
+License: Expat and BSD-3-clause
+
+Files: py3compat.py
+Copyright: (c) 2008-2014, IPython Development Team
+               2001-2007, Fernando Perez <fernando.perez at colorado.edu>
+               2001, Janko Hauser <jhauser at zscout.de>
+               2001, Nathaniel Gray <n8gray at caltech.edu>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: (c) 2016 Elena Grandi <valhalla-d at trueelena.org>
+License: Expat
+
+License: Expat
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
+    .
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
+    .
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: BSD-3-clause
+    All rights reserved.
+    .
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are
+    met:
+    .
+    Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+    .
+    Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+    .
+    Neither the name of the IPython Development Team nor the names of its
+    contributors may be used to endorse or promote products derived from this
+    software without specific prior written permission.
+    .
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+    PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
+    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+    PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..79c7504
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=pypandoc
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b2b7b88
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..12369fa
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="repacksuffix=+ds0,compression=xz" \
+http://pypi.debian.net/pypandoc/pypandoc-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

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



More information about the Python-modules-commits mailing list