[Python-apps-commits] r3634 - in packages/pybtex/trunk (14 files)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Sat Aug 29 19:31:43 UTC 2009


    Date: Saturday, August 29, 2009 @ 19:31:42
  Author: jwilk-guest
Revision: 3634

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pybtex/trunk/debian/
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/clean
  packages/pybtex/trunk/debian/compat
  packages/pybtex/trunk/debian/control
  packages/pybtex/trunk/debian/copyright
  packages/pybtex/trunk/debian/doc-base
  packages/pybtex/trunk/debian/docs
  packages/pybtex/trunk/debian/examples
  packages/pybtex/trunk/debian/manpages
  packages/pybtex/trunk/debian/postinst
  packages/pybtex/trunk/debian/prerm
  packages/pybtex/trunk/debian/rules
  packages/pybtex/trunk/debian/watch


Property changes on: packages/pybtex/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	                        (rev 0)
+++ packages/pybtex/trunk/debian/changelog	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1,5 @@
+pybtex (0.10-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #535116).
+
+ -- Jakub Wilk <ubanus at users.sf.net>  Sat, 29 Aug 2009 21:17:39 +0200

Added: packages/pybtex/trunk/debian/clean
===================================================================
--- packages/pybtex/trunk/debian/clean	                        (rev 0)
+++ packages/pybtex/trunk/debian/clean	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1,2 @@
+*.egg-info/*
+docs/changelog

Added: packages/pybtex/trunk/debian/compat
===================================================================
--- packages/pybtex/trunk/debian/compat	                        (rev 0)
+++ packages/pybtex/trunk/debian/compat	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1 @@
+7

Added: packages/pybtex/trunk/debian/control
===================================================================
--- packages/pybtex/trunk/debian/control	                        (rev 0)
+++ packages/pybtex/trunk/debian/control	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1,31 @@
+Source: pybtex
+Section: tex
+Priority: optional
+Maintainer: Jakub Wilk <ubanus at users.sf.net>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90), python-setuptools, elinks
+XS-Python-Version: >= 2.5
+Standards-Version: 3.8.3
+Homepage: http://pybtex.sourceforge.net/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/pybtex/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pybtex/trunk/
+
+Package: pybtex
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, python-pyparsing
+Breaks: pybliographer (<< 1.2.12-2)
+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

Added: packages/pybtex/trunk/debian/copyright
===================================================================
--- packages/pybtex/trunk/debian/copyright	                        (rev 0)
+++ packages/pybtex/trunk/debian/copyright	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1,32 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=59
+Name: pybtex
+Maintainer: Andrey Golovizin
+Source: http://pybtex.sourceforge.net/
+
+Files: *
+Copyright: 2006, 2007, 2008, 2009, Andrey Golovizin
+License: GPL-3+
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in the /usr/share/common-licenses/GPL-3 file.
+
+Files: debian/*
+Copyright: 2009, Jakub Wilk
+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.

Added: packages/pybtex/trunk/debian/doc-base
===================================================================
--- packages/pybtex/trunk/debian/doc-base	                        (rev 0)
+++ packages/pybtex/trunk/debian/doc-base	2009-08-29 19:31:42 UTC (rev 3634)
@@ -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

Added: packages/pybtex/trunk/debian/docs
===================================================================
--- packages/pybtex/trunk/debian/docs	                        (rev 0)
+++ packages/pybtex/trunk/debian/docs	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1,3 @@
+README
+docs/html/
+docs/rst/

Added: packages/pybtex/trunk/debian/examples
===================================================================
--- packages/pybtex/trunk/debian/examples	                        (rev 0)
+++ packages/pybtex/trunk/debian/examples	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1 @@
+examples/*

Added: packages/pybtex/trunk/debian/manpages
===================================================================
--- packages/pybtex/trunk/debian/manpages	                        (rev 0)
+++ packages/pybtex/trunk/debian/manpages	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1 @@
+docs/man[0-9]/*.[0-9]

Added: packages/pybtex/trunk/debian/postinst
===================================================================
--- packages/pybtex/trunk/debian/postinst	                        (rev 0)
+++ packages/pybtex/trunk/debian/postinst	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    configure)
+        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

Added: packages/pybtex/trunk/debian/prerm
===================================================================
--- packages/pybtex/trunk/debian/prerm	                        (rev 0)
+++ packages/pybtex/trunk/debian/prerm	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+    remove|upgrade|deconfigure)
+        update-alternatives --remove pybtex /usr/bin/bibtex.pybtex
+    ;;
+
+    failed-upgrade)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+#DEBHELPER#
+
+exit 0

Added: packages/pybtex/trunk/debian/rules
===================================================================
--- packages/pybtex/trunk/debian/rules	                        (rev 0)
+++ packages/pybtex/trunk/debian/rules	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+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
+
+override_dh_installman:
+	dh_installman
+	cd debian/pybtex/ && rename.ul pybtex bibtex.pybtex usr/share/man/man*/pybtex.[0-9]
+
+override_dh_installchangelogs:
+	elinks -config-file /dev/null -dump -no-numbering -no-references docs/html/history.html \
+	| grep -A1000 ^Version \
+	| sed -e '/ *-\{50,\}- *$$/ { s///; q }' \
+	> docs/changelog
+	dh_installchangelogs docs/changelog
+
+%:
+	dh $(@)
+
+# vim:ts=4 sw=4 noet


Property changes on: packages/pybtex/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pybtex/trunk/debian/watch
===================================================================
--- packages/pybtex/trunk/debian/watch	                        (rev 0)
+++ packages/pybtex/trunk/debian/watch	2009-08-29 19:31:42 UTC (rev 3634)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/p/pybtex/pybtex-(\d+[.]\d+)[.]tar[.]bz2
+




More information about the Python-apps-commits mailing list