--- python-bibtex-1.2.5.orig/debian/compat +++ python-bibtex-1.2.5/debian/compat @@ -0,0 +1 @@ +7 --- python-bibtex-1.2.5.orig/debian/rules +++ python-bibtex-1.2.5/debian/rules @@ -0,0 +1,99 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +PYVERS = $(shell pyversions -r debian/control) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + (set -e; for v in $(PYVERS); do CFLAGS="$(CFLAGS)" $$v ./setup.py build -g; done) + #/usr/bin/docbook-to-man debian/python-bibtex.sgml > python-bibtex.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -(for v in $(PYVERS); do $$v ./setup.py clean -a; done) + find . -name '*.py[co]' -print0 | xargs -0 rm -vf + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/python-bibtex. + #$(MAKE) install DESTDIR=$(CURDIR)/debian/python-bibtex + (set -e; for v in $(PYVERS); do $$v ./setup.py install --root=$(CURDIR)/debian/python-bibtex --no-compile --install-layout=deb; done) + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs NEWS + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl + dh_python2 +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- python-bibtex-1.2.5.orig/debian/docs +++ python-bibtex-1.2.5/debian/docs @@ -0,0 +1 @@ +README --- python-bibtex-1.2.5.orig/debian/control +++ python-bibtex-1.2.5/debian/control @@ -0,0 +1,21 @@ +Source: python-bibtex +Section: python +Priority: optional +Maintainer: Chris Lawrence +Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3~), libglib2.0-dev, librecode-dev +Standards-Version: 3.9.1 +Homepage: http://www.pybliographer.org/ + +Package: python-bibtex +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} +Provides: ${python:Provides} +Conflicts: librecode0 (<< 3.6-10), pybliographer (<< 1.2.7-1) +Description: Python interfaces to BibTeX and the GNU Recode library + This module contains two extensions needed for pybliographer: + . + * a BibTeX parser + * a simple binding to GNU Recode + . + However, it may be useful to programmers working on other projects as + well. --- python-bibtex-1.2.5.orig/debian/changelog +++ python-bibtex-1.2.5/debian/changelog @@ -0,0 +1,79 @@ +python-bibtex (1.2.5-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Convert to dh_python2 (Closes: #616995). Thanks to Colin Watson for the + patch. + + -- Andrea Colangelo Wed, 26 Jun 2013 13:04:32 +0200 + +python-bibtex (1.2.5-1) unstable; urgency=low + + * New upstream release. + + -- Chris Lawrence Fri, 15 Oct 2010 20:47:53 -0500 + +python-bibtex (1.2.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Use patch from Jakub Wilk to fix FTBFS. (Closes: #527515) + + -- Kumar Appaiah Sun, 22 Nov 2009 11:29:42 -0600 + +python-bibtex (1.2.4-1) unstable; urgency=low + + * New upstream release. (Closes: #487145) + * Update debian/watch. (Closes: #449733) + + -- Chris Lawrence Mon, 28 Jul 2008 05:25:36 -0500 + +python-bibtex (1.2.2-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Apply patch from + http://arch.pybliographer.org/archzoom.cgi/gobry@pybliographer.org--public/python-bibtex--stable--1.2--patch-31/bibtexmodule.c.diff?diff + to fix FTBFS with python 2.5 (Closes: #433254). + + -- Pierre Habouzit Fri, 20 Jul 2007 10:50:28 +0200 + +python-bibtex (1.2.2-3) unstable; urgency=low + + * Update for Python policy transition. (Closes: #373513) + + -- Chris Lawrence Wed, 21 Jun 2006 01:51:15 -0400 + +python-bibtex (1.2.2-2) unstable; urgency=low + + * Conflict with Pybliographer < 1.2.7-1. (Closes: #351773) + + -- Chris Lawrence Tue, 7 Feb 2006 10:13:30 -0500 + +python-bibtex (1.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Chris Lawrence Fri, 20 Jan 2006 16:34:30 -0500 + +python-bibtex (1.2.1-1) unstable; urgency=low + + * New upstream release + + -- Chris Lawrence Sun, 15 Aug 2004 23:17:43 -0500 + +python-bibtex (1.2.0-1) unstable; urgency=low + + * Semi-new upstream release. + + -- Chris Lawrence Fri, 6 Aug 2004 17:35:51 -0400 + +python-bibtex (1.1.93.1-2) unstable; urgency=low + + * Conflict with librecode0 (< 3.6-10), to avoid segfaults on partially + upgraded systems. (Closes: #237595) + + -- Chris Lawrence Fri, 12 Mar 2004 20:40:54 -0600 + +python-bibtex (1.1.93.1-1) unstable; urgency=low + + * Initial Release. + + -- Chris Lawrence Fri, 10 Oct 2003 23:46:29 -0500 --- python-bibtex-1.2.5.orig/debian/copyright +++ python-bibtex-1.2.5/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Chris Lawrence on +Fri, 10 Oct 2003 23:46:29 -0500. + +It was downloaded from http://umn.dl.sourceforge.net/sourceforge/pybliographer/ + +Upstream Author: Frederic Gobry + +Copyright: + + Copyright © 1998-2007 Frederic GOBRY + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. --- python-bibtex-1.2.5.orig/debian/watch +++ python-bibtex-1.2.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/pybliographer/python-bibtex-(.*)\.tar\.gz debian uupdate