[Python-modules-commits] [bibtexparser] 02/06: Imported Debian patch 0.6.1-1

Alex Mestiashvili malex-guest at moszumanska.debian.org
Fri Jan 15 13:50:47 UTC 2016


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

malex-guest pushed a commit to branch master
in repository bibtexparser.

commit e3e55f9dff3a2db2d32c6b013e1ad0631604a306
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date:   Tue Nov 24 10:40:40 2015 +0100

    Imported Debian patch 0.6.1-1
---
 debian/changelog                        |  5 ++++
 debian/compat                           |  1 +
 debian/control                          | 50 +++++++++++++++++++++++++++++++
 debian/copyright                        | 53 +++++++++++++++++++++++++++++++++
 debian/python-bibtexparser-doc.doc-base | 11 +++++++
 debian/python-bibtexparser.docs         |  2 ++
 debian/python3-bibtexparser.docs        |  2 ++
 debian/rules                            | 17 +++++++++++
 debian/source/format                    |  1 +
 debian/watch                            |  3 ++
 10 files changed, 145 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..02f86d6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+bibtexparser (0.6.1-1) unstable; urgency=low
+
+  * Initial uplolad (Closes: #805891)
+
+ -- Alexandre Mestiashvili <alex at biotec.tu-dresden.de>  Tue, 24 Nov 2015 10:40:40 +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..1120742
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: bibtexparser
+Maintainer: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all,
+               python-nose,
+               python-setuptools,
+               python-sphinx,
+               python-unittest2,
+               python3-all,
+               python3-nose,
+               python3-setuptools,
+               python3-sphinx,
+               python3-unittest2
+Standards-Version: 3.9.6
+Homepage: https://github.com/sciunto-org/python-bibtexparser
+
+Package: python-bibtexparser
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python library to parse bibtex files
+ The bibtexparser module provides parsing and writing of BibTeX files
+ functionality. The parsed data is returned as a simple BibDatabase object
+ with the main attribute being entries representing bibliographic sources
+ such as books and journal articles.
+ .
+ This is the Python 2 version of the package
+
+Package: python3-bibtexparser
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Python 3 library to parse bibtex files
+ The bibtexparser module provides parsing and writing of BibTeX files
+ functionality. The parsed data is returned as a simple BibDatabase object
+ with the main attribute being entries representing bibliographic sources
+ such as books and journal articles.
+ .
+ This is the Python 3 version of the package
+
+Package: python-bibtexparser-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: documentation for BibtexParser
+ This package contains HTML documentation for python(3)-bibtexparser
+ .
+ An online reference is available
+ at https://bibtexparser.readthedocs.org/
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..84e3edc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,53 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: bibtexparser
+Source: https://github.com/sciunto-org/python-bibtexparser
+
+Files: *
+Copyright: 2015 François Boulogne <fboulogne at sciunto.dot.org>
+License: LGPL-3+ or BSD-3-Clause
+
+Files: debian/*
+Copyright: 2015 Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
+License: LGPL-3+ or BSD-3-Clause
+
+License: BSD-3-Clause
+ 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.
+ .
+ The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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.
+
+License: LGPL-3+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version.
+ .
+ This package 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
+ Lesser 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 <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/LGPL-3".
diff --git a/debian/python-bibtexparser-doc.doc-base b/debian/python-bibtexparser-doc.doc-base
new file mode 100644
index 0000000..616ce3c
--- /dev/null
+++ b/debian/python-bibtexparser-doc.doc-base
@@ -0,0 +1,11 @@
+Document: python-bibtexparser
+Title: Python library to parse bibtex files
+Author: François Boulogne
+Abstract: This is the documentation of bibtexparser
+ The documentation provides a tutorial and a reference manual describing the
+ API of the module and usage examples.
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-bibtexparser-doc/html/index.html
+Files: /usr/share/doc/python-bibtexparser-doc/html/*
diff --git a/debian/python-bibtexparser.docs b/debian/python-bibtexparser.docs
new file mode 100644
index 0000000..36ef350
--- /dev/null
+++ b/debian/python-bibtexparser.docs
@@ -0,0 +1,2 @@
+CONTRIBUTORS.txt
+TODO
diff --git a/debian/python3-bibtexparser.docs b/debian/python3-bibtexparser.docs
new file mode 100644
index 0000000..36ef350
--- /dev/null
+++ b/debian/python3-bibtexparser.docs
@@ -0,0 +1,2 @@
+CONTRIBUTORS.txt
+TODO
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1b322cb
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=bibtexparser
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	cd $(CURDIR)/docs && make html
+
+override_dh_auto_test:
+	dh_auto_test -- --system=custom --test-args="nosetests -v $(CURDIR)/$(PYBUILD_NAME)/tests"
+
+override_dh_installdocs:
+	dh_installdocs -ppython-bibtexparser-doc docs/build/html
+	dh_installdocs -A
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..73072a7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/bibtexparser/bibtexparser-(.+)\.(?: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/bibtexparser.git



More information about the Python-modules-commits mailing list