[pybtex] 02/02: tagging package pybtex version 0.18-1

Daniel Stender stender at moszumanska.debian.org
Fri Jul 21 10:18:59 UTC 2017


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

stender pushed a commit to annotated tag debian/0.18-1
in repository pybtex.

commit 999e1d797c0f42059d1bcd950b5dd4fd6ee32252
Author: Jan Dittberner <jandd at debian.org>
Date:   Sat Jul 19 11:39:28 2014 +0000

    tagging package pybtex version 0.18-1
---
 trunk/debian/changelog      | 103 ++++++++++++++++++++++++++++++++++++++++++++
 trunk/debian/clean          |   1 +
 trunk/debian/compat         |   1 +
 trunk/debian/control        |  44 +++++++++++++++++++
 trunk/debian/copyright      |  59 +++++++++++++++++++++++++
 trunk/debian/doc-base       |  12 ++++++
 trunk/debian/docs           |   3 ++
 trunk/debian/examples       |   1 +
 trunk/debian/manpages       |   1 +
 trunk/debian/patches/series |   0
 trunk/debian/postinst       |  26 +++++++++++
 trunk/debian/prerm          |  22 ++++++++++
 trunk/debian/rules          |  30 +++++++++++++
 trunk/debian/source/format  |   1 +
 trunk/debian/watch          |   3 ++
 15 files changed, 307 insertions(+)

diff --git a/trunk/debian/changelog b/trunk/debian/changelog
new file mode 100644
index 0000000..e723dae
--- /dev/null
+++ b/trunk/debian/changelog
@@ -0,0 +1,103 @@
+pybtex (0.18-1) unstable; urgency=low
+
+  * New upstream release.
+  * deb/changelog: fixed typo (fixes lintian complaint on
+    experimental-to-unstable-w/o-comment).
+  * deb/control:
+    + Updated maintainer email address.
+    + Bumped standards to 3.9.5 (no changes needed).
+    + Use canonical URIs for Vcs-* fields [Jakub Wilk].
+    + Added python-pkg-resources to Depends (Closes: #684699).
+    + Removed Conflicts (obsolete).
+  * deb/copyright: changed Format line for DEP-5, updated.
+  * deb/rules:
+    + Added export lines for DH_VERBOSE and DEB_BUILD_OPTIONS.
+    + Removed build targets in favour of simplified dh sequencer call.
+  * Changed to build with dh_python2:
+    + deb/control: removed b-d on python-support, bumped version of
+      python-all to 2.6.6-3~.
+    + deb/rules: rearragned, added python2 to dh sequencer.
+  * Upstream now ships with changelog:
+    + deb/clean: removed doc/changelog.
+    + deb/control: removed b-p on elinks.
+    + deb/rules: dropped override for dh_installchangelogs.
+  * Removed lintian-overrides (obsolete).
+
+ -- Daniel Stender <debian at danielstender.com>  Sat, 19 Jul 2014 13:20:07 +0200
+
+pybtex (0.15-1) unstable; urgency=low
+
+  * New maintainer (closes: #587423).
+  * New upstream release
+    + Upstream relicenced everything to Expat.
+   * Changed debian/copyright
+    + to meet CANDIDATE DEP-5.
+    + removed GPL-2+ license for database/convert/__main__.py.
+    + added BSD-3-clause license for custom_fixers/fix_alt_unicode.py
+  * Bumped standards version to 3.9.2 (no changes needed).
+  * Uploaded to unstable.
+
+ -- Daniel Stender <daniel at danielstender.com>  Wed, 25 May 2011 13:00:53 +0200
+
+pybtex (0.14-1) experimental; urgency=low
+
+  * New upstream release.
+    + Bump minimum Python version to 2.6.
+    + Drop patch to import bzrlib only when needed; applied upstream.
+    + Improve performance on very long name lists (closes: #595082).
+
+ -- Jakub Wilk <jwilk at debian.org>  Sat, 25 Sep 2010 12:58:04 +0200
+
+pybtex (0.13.2-2) unstable; urgency=low
+
+  * Fix a typo in debian/rules. Thanks to Michael Fladischer for spotting
+    that.
+  * Drop work-around for bug #575377.
+  * Bump standards version to 3.9.1.
+    + Override lintian's conflicts-with-version (Breaks is not sufficient for
+      pybtex).
+  * Get rid of build-dependency on bzr (closes: #593029).
+
+ -- Jakub Wilk <jwilk at debian.org>  Tue, 17 Aug 2010 23:58:25 +0200
+
+pybtex (0.13.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Run tests for all supported Python versions.
+    + Build-depend on python-all.
+  * Fix watch file to accept more than one dot in version number.
+  * Work around the fact that different PKG-INFO files can be generated for
+    different Python versions.
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 04 Mar 2010 14:56:58 +0100
+
+pybtex (0.13.1-1) unstable; urgency=low
+
+  * New upstream release:
+    + Drop Python 2.5 compatibility patch, applied upstream.
+  * Bump standards version to 3.8.4 (no changes needed).
+  * Update my e-mail address.
+  * Remove requires.txt (dpkg is better at handling dependencies).
+  * Respect the ‘nocheck’ build option.
+  * Update debian/copyright.
+
+ -- Jakub Wilk <jwilk at debian.org>  Thu, 18 Feb 2010 19:54:23 +0100
+
+pybtex (0.12-2) unstable; urgency=low
+
+  * Don't remove alternatives in prerm/upgrade.
+  * Replace Breaks with Conflicts.
+  * Install alternative for /usr/bin/bibtex (closes: #560376).
+    Conflict with TeX Live packages, which installed this file.
+  * Update debian/copyright in accordance to the latest DEP-5 version.
+  * Switch to source format 3.0 (quilt).
+  * Make tests/run_bibtex.py compatible with Python 2.5.
+  * Run unit-tests at build time.
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Tue, 29 Dec 2009 14:07:07 +0100
+
+pybtex (0.12-1) unstable; urgency=low
+
+  * Initial release (closes: #535116).
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Sat, 05 Dec 2009 15:35:02 +0100
diff --git a/trunk/debian/clean b/trunk/debian/clean
new file mode 100644
index 0000000..45149aa
--- /dev/null
+++ b/trunk/debian/clean
@@ -0,0 +1 @@
+*.egg-info/*
diff --git a/trunk/debian/compat b/trunk/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/trunk/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/trunk/debian/control b/trunk/debian/control
new file mode 100644
index 0000000..ef48ca2
--- /dev/null
+++ b/trunk/debian/control
@@ -0,0 +1,44 @@
+Source: pybtex
+Section: tex
+Priority: optional
+Maintainer: Daniel Stender <debian at danielstender.com>
+Uploaders:
+ Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ python-all (>= 2.6.6-3~),
+ python-docutils,
+ python-jinja2,
+ python-nose,
+ python-pygments,
+ python-pyparsing,
+ python-setuptools,
+ python-yaml
+X-Python-Version: >= 2.6
+Standards-Version: 3.9.5
+Homepage: http://pybtex.sourceforge.net/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pybtex/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pybtex/trunk/
+
+Package: pybtex
+Architecture: all
+Depends:
+ python-pkg-resources,
+ python-pyparsing,
+ ${misc:Depends},
+ ${python:Depends}
+Recommends: python-yaml
+Description: BibTeX-compatible bibliography processor
+ Pybtex reads citation information from a file and produces a formatted
+ bibliography. BibTeX style files are supported. Alternatively it is
+ possible to write styles in Python.
+ .
+ Pybtex currently understands the following bibliography formats:
+  * BibTeX
+  * BibTeXML
+  * YAML-based format
+ .
+ The resulting bibliography may be output in one of the following formats:
+  * LaTeX
+  * HTML
+  * plain text
diff --git a/trunk/debian/copyright b/trunk/debian/copyright
new file mode 100644
index 0000000..1773da9
--- /dev/null
+++ b/trunk/debian/copyright
@@ -0,0 +1,59 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pybtex
+Upstream-Contact: Andrey Golovizin <golovizin at gmail.com>
+Source: https://code.launchpad.net/~pybtex-devs/pybtex/trunk
+
+Files: *
+Copyright: 2006-2013 Andrey Golovizin <golovizin at gmail.com>
+           2014 Matthias C. M. Troffaes
+License: Expat
+
+Files: debian/*
+Copyright: 2009-2010 Jakub Wilk <jwilk at debian.org>
+           2011-2014 Daniel Stender <debian at danielstender.com>
+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.
+
+Files: custom_fixers/fix_alt_unicode.py
+Copyright: 2009-2011 Jinja Team
+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.
+ * Neither the name of the <organization> 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 <COPYRIGHT HOLDER> 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/trunk/debian/doc-base b/trunk/debian/doc-base
new file mode 100644
index 0000000..e2231eb
--- /dev/null
+++ b/trunk/debian/doc-base
@@ -0,0 +1,12 @@
+Document: pybtex-documentation
+Title: Pybtex documentation
+Author: Andrey Golovizin
+Section: Text
+
+Format: HTML
+Index: /usr/share/doc/pybtex/html/index.html
+Files: /usr/share/doc/pybtex/html/*.html
+
+Format: Text
+Index: /usr/share/doc/pybtex/rst/index.rst
+Files: /usr/share/doc/pybtex/rst/*.rst
diff --git a/trunk/debian/docs b/trunk/debian/docs
new file mode 100644
index 0000000..f166710
--- /dev/null
+++ b/trunk/debian/docs
@@ -0,0 +1,3 @@
+README
+docs/html/
+docs/rst/
diff --git a/trunk/debian/examples b/trunk/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/trunk/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/trunk/debian/manpages b/trunk/debian/manpages
new file mode 100644
index 0000000..92b1061
--- /dev/null
+++ b/trunk/debian/manpages
@@ -0,0 +1 @@
+docs/man[0-9]/*.[0-9]
diff --git a/trunk/debian/patches/series b/trunk/debian/patches/series
new file mode 100644
index 0000000..e69de29
diff --git a/trunk/debian/postinst b/trunk/debian/postinst
new file mode 100644
index 0000000..1d2351f
--- /dev/null
+++ b/trunk/debian/postinst
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    configure)
+        update-alternatives \
+            --install /usr/bin/bibtex bibtex /usr/bin/bibtex.pybtex 10 \
+	    --slave /usr/share/man/man1/bibtex.1.gz bibtex.1.gz /usr/share/man/man1/bibtex.pybtex.1.gz
+        update-alternatives \
+            --install /usr/bin/pybtex pybtex /usr/bin/bibtex.pybtex 200 \
+	    --slave /usr/share/man/man1/pybtex.1.gz pybtex.1.gz /usr/share/man/man1/bibtex.pybtex.1.gz
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/trunk/debian/prerm b/trunk/debian/prerm
new file mode 100644
index 0000000..a3607c1
--- /dev/null
+++ b/trunk/debian/prerm
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    remove|deconfigure)
+        update-alternatives --remove bibtex /usr/bin/bibtex.pybtex
+        update-alternatives --remove pybtex /usr/bin/bibtex.pybtex
+    ;;
+
+    upgrade|failed-upgrade)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/trunk/debian/rules b/trunk/debian/rules
new file mode 100755
index 0000000..56ffe3e
--- /dev/null
+++ b/trunk/debian/rules
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
+
+%:
+	dh $@ --with python2
+
+.PHONY: override_dh_auto_install
+override_dh_auto_install:
+	dh_auto_install
+	cd debian/pybtex/usr/bin && mv pybtex bibtex.pybtex
+	for module in tests docgen; do \
+	rm -Rf debian/pybtex/usr/lib/python*/*-packages/pybtex/$$module/; \
+	done
+	rm -f debian/pybtex/usr/lib/python*/*-packages/*.egg-info/requires.txt
+
+.PHONY: override_dh_installman
+override_dh_installman:
+	dh_installman
+	cd debian/pybtex/ && rename.ul pybtex bibtex.pybtex usr/share/man/man*/pybtex.[0-9]
+
+.PHONY: override_dh_auto_test
+override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+	set -e; \
+	for python in $(shell pyversions -r); do \
+		$$python setup.py nosetests; \
+	done
+endif
+
diff --git a/trunk/debian/source/format b/trunk/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/trunk/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/trunk/debian/watch b/trunk/debian/watch
new file mode 100644
index 0000000..5c11f89
--- /dev/null
+++ b/trunk/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/p/pybtex/pybtex-([0-9.]+)[.]tar[.]bz2
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pybtex.git



More information about the debian-science-commits mailing list