--- pybliographer-1.2.14.orig/setup-check.py +++ pybliographer-1.2.14/setup-check.py @@ -56,6 +56,9 @@ v = string.join (map (str, gtk.pygtk_version), '.') + if gtk.pygtk_version < (2,4,0): + error ('requested version for PyGtk is %s, but I detected %s' % ('2.4.0', v)) + fd = open ('conftest.out', 'a') fd.write ('PyGtk_Version="%s"\n' % v) fd.close () --- pybliographer-1.2.14.orig/scripts/pybscript.in +++ pybliographer-1.2.14/scripts/pybscript.in @@ -3,14 +3,7 @@ prefix="@datapyb@" -if test -x "./pybliographer" ; then - pyblio="./pybliographer" - # eventually add the extras directory - PYTHONPATH="$PYTHONPATH:extras" - export PYTHONPATH -else - pyblio="@bin_dir@/pybliographer" -fi +pyblio="@bin_dir@/pybliographer" invocation="$0" script="${invocation}.py" --- pybliographer-1.2.14.orig/Pyblio/GnomeUI/glade/pyblio.glade +++ pybliographer-1.2.14/Pyblio/GnomeUI/glade/pyblio.glade @@ -12,7 +12,7 @@ False True False - /usr/local/share/pixmaps/pybliographic.png + /usr/share/pixmaps/pybliographic.png True False False --- pybliographer-1.2.14.orig/doc/it/Makefile +++ pybliographer-1.2.14/doc/it/Makefile @@ -0,0 +1,286 @@ +# Makefile.in generated by automake 1.7.9 from Makefile.am. +# doc/it/Makefile. Generated from Makefile.in by configure. + +# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + + + +# This file is part of pybliographer +# +# Copyright (C) 1998-2003 Frederic GOBRY +# Email : gobry@pybliographer.org +# +# This program 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; either version 2 +# of the License, or (at your option) any later version. +# +# This program 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 program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# + +srcdir = . +top_srcdir = ../.. + +pkgdatadir = $(datadir)/pybliographer +pkglibdir = $(libdir)/pybliographer +pkgincludedir = $(includedir)/pybliographer +top_builddir = ../.. + +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +INSTALL = /usr/bin/install -c +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +ACLOCAL = ${SHELL} /usr/src/pybliographer-1.2.1/missing --run aclocal-1.7 +AMTAR = ${SHELL} /usr/src/pybliographer-1.2.1/missing --run tar +AUTOCONF = ${SHELL} /usr/src/pybliographer-1.2.1/missing --run autoconf +AUTOHEADER = ${SHELL} /usr/src/pybliographer-1.2.1/missing --run autoheader +AUTOMAKE = ${SHELL} /usr/src/pybliographer-1.2.1/missing --run automake-1.7 +AWK = gawk +CYGPATH_W = echo +DEFS = -DPACKAGE_NAME=\"pybliographer\" -DPACKAGE_TARNAME=\"pybliographer\" -DPACKAGE_VERSION=\"1.2.1\" -DPACKAGE_STRING=\"pybliographer\ 1.2.1\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"pybliographer\" -DVERSION=\"1.2.1\" +ECHO_C = +ECHO_N = -n +ECHO_T = +INSTALL_DATA = ${INSTALL} -m 644 +INSTALL_PROGRAM = install +INSTALL_SCRIPT = ${INSTALL} +INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s +LIBOBJS = +LIBS = +LN_S = ln -s +LTLIBOBJS = +MAKEINFO = ${SHELL} /usr/src/pybliographer-1.2.1/missing --run makeinfo +PACKAGE = pybliographer +PACKAGE_BUGREPORT = +PACKAGE_NAME = pybliographer +PACKAGE_STRING = pybliographer 1.2.1 +PACKAGE_TARNAME = pybliographer +PACKAGE_VERSION = 1.2.1 +PATH_SEPARATOR = : +Python = /usr/bin/python +SET_MAKE = +SHELL = /bin/sh +STRIP = +VERSION = 1.2.1 +ac_ct_STRIP = +am__leading_dot = . +bindir = ${exec_prefix}/bin +build_alias = +datadir = ${prefix}/share +exec_prefix = ${prefix} +host_alias = +includedir = ${prefix}/include +infodir = ${prefix}/share/info +install_sh = /usr/src/pybliographer-1.2.1/install-sh +libdir = ${exec_prefix}/lib +libexecdir = ${exec_prefix}/libexec +localstatedir = ${prefix}/var +mandir = ${prefix}/share/man +oldincludedir = /usr/include +prefix = /usr +program_transform_name = s,x,x, +sbindir = ${exec_prefix}/sbin +sharedstatedir = ${prefix}/com +sysconfdir = ${prefix}/etc +target_alias = + +SGML = config.sgml database.sgml entry.sgml gui.sgml iterator.sgml key.sgml \ + pyblio.sgml script.sgml selection.sgml styles.sgml url.sgml + +PNG = edit.png main.png open.png search.png sort.png + +EXTRA_DIST = \ + topic.dat $(SGML) $(PNG) + + +pybliographic_helpdir = $(datadir)/gnome/help/pybliographic/it +subdir = doc/it +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_CLEAN_FILES = +DIST_SOURCES = +DIST_COMMON = $(srcdir)/Makefile.in Makefile.am +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) + cd $(top_srcdir) && \ + $(AUTOMAKE) --gnu doc/it/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) +uninstall-info-am: +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + +top_distdir = ../.. +distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ + list='$(DISTFILES)'; for file in $$list; do \ + case $$file in \ + $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ + $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ + esac; \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test "$$dir" != "$$file" && test "$$dir" != "."; then \ + dir="/$$dir"; \ + $(mkinstalldirs) "$(distdir)$$dir"; \ + else \ + dir=''; \ + fi; \ + if test -d $$d/$$file; then \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ + fi; \ + cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ + else \ + test -f $(distdir)/$$file \ + || cp -p $$d/$$file $(distdir)/$$file \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook +check-am: all-am +check: check-am +all-am: Makefile + +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + `test -z '$(STRIP)' || \ + echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -rm -f $(CONFIG_CLEAN_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +info: info-am + +info-am: + +install-data-am: install-data-local + +install-exec-am: + +install-info: install-info-am + +install-man: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-info-am + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am info info-am install \ + install-am install-data install-data-am install-data-local \ + install-exec install-exec-am install-info install-info-am \ + install-man install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \ + uninstall-am uninstall-info-am + + +all: pyblio/book1.html + +pyblio/book1.html: $(SGML) + db2html pyblio.sgml || echo "** can't regenerate documentation" + +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(pybliographic_helpdir) + $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(pybliographic_helpdir) + @echo "installing HTML files" + @if test -d pyblio ; then cp -rf $(srcdir)/pyblio/* $(DESTDIR)$(pybliographic_helpdir) ; fi + @echo "installing PNG files" + @for file in $(srcdir)/*.png ; do \ + $(INSTALL_DATA) $$file $(DESTDIR)$(pybliographic_helpdir) ; \ + done + +dist-hook: + if test -d pyblio ; then cp -rf $(srcdir)/pyblio $(distdir) ; fi + +doc-pack: + mkdir documentation + cp pyblio/*.html *.png documentation + tar zcvf doc-pack.tar.gz documentation + rm -rf documentation +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: --- pybliographer-1.2.14.orig/doc/C/pybliographer-C.omf.out +++ pybliographer-1.2.14/doc/C/pybliographer-C.omf.out @@ -0,0 +1,19 @@ + + + + + gobry@pybliographer.org (Frédéric Gobry) + z.kota@gmx.net (Zoltán Kóta) + Pybliographer Manual + 2008-10-07 + + + User manual for the Pybliographer application. + user's guide + + + + + + + --- pybliographer-1.2.14.orig/debian/watch +++ pybliographer-1.2.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/pybliographer/pybliographer-(.*)\.tar\.gz debian uupdate --- pybliographer-1.2.14.orig/debian/menu +++ pybliographer-1.2.14/debian/menu @@ -0,0 +1,3 @@ +?package(pybliographer):needs="X11" section="Applications/Office" \ + title="Pybliographic" command="/usr/bin/pybliographic"\ + icon="/usr/share/pixmaps/pybliographic.xpm" --- pybliographer-1.2.14.orig/debian/pybcompact.1 +++ pybliographer-1.2.14/debian/pybcompact.1 @@ -0,0 +1,26 @@ +.TH pybcompact 1 "23 February 2007" "" "" +.SH NAME +pybcompact \- produce compact bibliographic databases +.SH SYNOPSIS +.B pybcompact +.RI \[la] LaTeX-File \[ra] +.RI \[la] BibTeX-Files ...\[ra] +.SH DESCRIPTION +Pybcompact extracts citation references from your LaTeX file, +retrieves the citation information from your BibTeX databases and +outputs a new BibTeX file to standard output. The new BibTeX file only +contains the entries that are referred to in your LaTeX file. + +As the LaTeX file name either the .tex file, the basename or any of the +generated files can be given while the information is extracted from +the .aux file. Note that you have to process your LaTeX file at least once +in order to create the .aux file. + +Pybcompact uses pybliographer to do its work. Pybliographer is a tool +for managing bibliographic databases. +.SH SEE ALSO +pybliographer(1), + +.SH AUTHOR +This manpage was written by Nis Martensen for Debian/GNU Linux and may +be used, modified and/or distributed freely by anyone. --- pybliographer-1.2.14.orig/debian/dirs +++ pybliographer-1.2.14/debian/dirs @@ -0,0 +1,2 @@ +usr/share/pybliographer +usr/bin --- pybliographer-1.2.14.orig/debian/compat +++ pybliographer-1.2.14/debian/compat @@ -0,0 +1 @@ +7 --- pybliographer-1.2.14.orig/debian/copyright +++ pybliographer-1.2.14/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Matthias Klose +on Fri, 12 May 2000 20:06:04 +0200. + +It was downloaded from http://pybliographer.sourceforge.net/download.html + +Upstream Authors: + +- Herve Dreau + * internationalization + * UI goodies + +- Frederic Gobry + * core application + * Gnome interface + +- Travis Oliphant + * original Ovid parser + +Copyright: + +Copyright © 1998-2007 Frédéric GOBRY + +pybliographer is copyright Free Software Foundation, and is licensed +under the GNU General Public License which on Debian systems can be +found as `/usr/share/common-licenses/GPL'. + +The documentation is subject to the following license: + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License (GFDL), Version +1.1 or any later version published by the Free Software Foundation +with no Invariant Sections, no Front-Cover Texts, and no Back-Cover +Texts. + +Version 1.2 of this license can be found on Debian systems in +/usr/share/common-licenses/GFDL. --- pybliographer-1.2.14.orig/debian/rules +++ pybliographer-1.2.14/debian/rules @@ -0,0 +1,129 @@ +#!/usr/bin/make -f +# 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 + +# This is the debhelper compatability version to use. +export SHELL=/bin/bash -e + +CFLAGS := -g +INSTALL_PROGRAM := install + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +#ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) +# INSTALL_PROGRAM += -s +#endif + +d = debian/pybliographer +p = pybliographer +pwd := $(shell pwd) + +configure: configure-stamp +configure-stamp: + dh_testdir + DISPLAY="" CFLAGS="$(CFLAGS)" INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \ + /bin/bash configure \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info + touch configure-stamp + +build: build-stamp +build-stamp: configure-stamp + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f recode-stamp build-stamp install-stamp configure-stamp + [ ! -f Makefile ] || $(MAKE) distclean + -find scripts -type l -exec rm -f {} \; + -find . -name 'pyblio.junk' -exec rm -rf {} \; + -find doc -name '*.html' -exec rm -f {} \; + -find . -name '*.py[co]' -exec rm -f {} \; + -find . -name '*.mo' -exec rm -f {} \; + rm -f compiled/Setup.tmp etc/installer Pyblio/version.py \ + po/pybliographer.pot scripts/pybscript pybliographer \ + pybliographic.keys config.log + rm -rf recode-3.5 recode-3.5.tar.gz + dh_clean + +install: install-stamp +install-stamp: build-stamp + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install DESTDIR=`pwd`/$(d) + mv $(d)/usr/bin/pybtex $(d)/usr/bin/bibtex.pybliographer + + find $(d) -name '*.py[co]' | xargs rm -f + #find $(d) \( -name '*.gif' -o -name '*.css' \) | xargs chmod 644 + rm -f $(d)/usr/lib/*.{a,la,so} + for i in $(d)/usr/share/pybliographer/*.py; do \ + sed 's,^#! @bin_dir@/,#! /usr/bin/,' $$i > $$i.x; \ + if cmp --quiet $$i $$i.x; then \ + sed 's,^#! /usr/local/,#! /usr/,' $$i > $$i.x; \ + if cmp --quiet $$i $$i.x; then \ + rm -f $$i.x; \ + else \ + mv -f $$i.x $$i; \ + fi; \ + else \ + mv -f $$i.x $$i; \ + fi; \ + chmod +x $$i; \ + done + chmod -x $(d)/usr/share/pybliographer/*.py + touch install-stamp + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: build install +# dh_testversion + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs AUTHORS README TODO + dh_installexamples + dh_installman +# dh_installinfo + dh_installchangelogs NEWS + + #mv `pwd`/$(d)/usr/share/gnome/help/pybliographer \ + # `pwd`/$(d)/usr/share/doc/pybliographer/html + #/bin/sh debian/scripts/changer .gif .png \ + # $(d)/usr/share/doc/pybliographer/html/*/*.html + #dh_link usr/share/doc/pybliographer/html \ + # usr/share/gnome/help/pybliographer + rm -f $(d)/usr/share/applications/mimeinfo.cache + mkdir -p $(d)/usr/share/bug/pybliographer + cp debian/presubj $(d)/usr/share/bug/pybliographer + + cp debian/pybliographic.xpm $(d)/usr/share/pixmaps + dh_installmenu + dh_installmime + dh_pysupport + dh_strip + dh_compress + dh_fixperms + 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 --- pybliographer-1.2.14.orig/debian/pybliographic.xpm +++ pybliographer-1.2.14/debian/pybliographic.xpm @@ -0,0 +1,393 @@ +/* XPM */ +static char *noname[] = { +/* width height ncolors chars_per_pixel */ +"32 32 354 2", +/* colors */ +" c #000000", +" . c #E4D662", +" X c #DFDEF2", +" o c #8E7A3C", +" O c #CAC9E4", +" + c #F1F1FD", +" @ c #8E7B32", +" # c #555025", +" $ c #D4D3F1", +" % c #A59C84", +" & c #604D12", +" * c #9B8C38", +" = c #D2D1EF", +" - c #756B41", +" ; c #7B6012", +" : c #B8AF51", +" > c #433F1D", +" , c #D4C052", +" < c #DAD9FA", +" 1 c #777250", +" 2 c #EEEDFD", +" 3 c #23210E", +" 4 c #9F9FB6", +" 5 c #95781E", +" 6 c #94781D", +" 7 c #29292B", +" 8 c #CAB448", +" 9 c #E3E2FC", +" 0 c #E2E2FB", +" q c #A2977A", +" w c #45454D", +" e c #CDCDD9", +" r c #816A1E", +" t c #DDDDEC", +" y c #6B570F", +" u c #EFEEF7", +" i c #EBEBFD", +" p c #4D4D58", +" a c #95948E", +" s c #403309", +" d c #DFDEFB", +" f c #E2E1F4", +" g c #656576", +" h c #010100", +" j c #9F8524", +" k c #DFDFF1", +" l c #F2F2FD", +" z c #9D8322", +" x c #6A5711", +" c c #3F3F4A", +" v c #E2D15F", +" b c #151103", +" n c #0B0B0D", +" m c #BCA43D", +" M c #9C8B38", +" N c #7E6314", +" B c #5D4E0E", +" V c #B8A039", +" C c #DAC757", +" Z c #E2E1F7", +" A c #1A190B", +" S c #B59C36", +" D c #D7C354", +" F c #1E1805", +" G c #E8E5E9", +" H c #C2C2C7", +" J c #D2D2DA", +" K c #D2D0DA", +" L c #D5C152", +" P c #DBDAFA", +" I c #705A10", +" U c #757482", +" Y c #EFEEFD", +" T c #EEEEFC", +" R c #DAD9EF", +" E c #D1BB4E", +" W c #B1A37E", +" Q c #65530F", +" ! c #CACAD2", +" ~ c #7F6518", +" ^ c #887E59", +" / c #977B1F", +" ( c #E4E3FC", +" ) c #E2E1FA", +" _ c #BDBCD9", +" ` c #D7D5D8", +" ' c #392F08", +" ] c #5C5627", +" [ c #151309", +" { c #DAD9F2", +" } c #2F2608", +" | c #ECECFD", +". c #EBEAFC", +".. c #28230B", +".X c #EEE26A", +".o c #A9902D", +".O c #E8E8F9", +".+ c #EBDE67", +".@ c #5A5A67", +".# c #A68C2A", +".$ c #CDCCEF", +".% c #67644C", +".& c #D4D2E2", +".* c #E9DA65", +".= c #90731B", +".- c #E0DFFB", +".; c #030201", +".: c #755D11", +".> c #8E7119", +"., c #362B08", +".< c #181405", +".1 c #E4D460", +".2 c #303037", +".3 c #0C0C0D", +".4 c #1D1C21", +".5 c #E0CE5C", +".6 c #1A1A1E", +".7 c #7B651A", +".8 c #BBA33B", +".9 c #080809", +".0 c #C7BEAA", +".q c #C8B34B", +".w c #020203", +".e c #000001", +".r c #CAC9E5", +".t c #DDDCF1", +".y c #896D17", +".u c #F0EFFD", +".i c #886B16", +".p c #9B8022", +".a c #EDEDFA", +".s c #66540F", +".d c #E9E9F6", +".f c #E5E4FC", +".g c #B5B5B9", +".h c #9A8C63", +".j c #8E751F", +".k c #343016", +".l c #BFB04F", +".z c #9E8628", +".x c #D2D1DC", +".c c #E1DFEE", +".v c #6F5911", +".b c #D8D7F9", +".n c #EDEDFD", +".m c #D9D8F0", +".M c #856916", +".N c #6F6328", +".B c #CAC9D4", +".V c #A98F2C", +".C c #A88F2B", +".Z c #C7C7D1", +".A c #EDDF68", +".S c #94781E", +".D c #92761C", +".F c #795E14", +".G c #DBDAF5", +".H c #3F3D1D", +".J c #E2E0E8", +".K c #D6D5FA", +".L c #D9D8F3", +".P c #111007", +".I c #C0A83F", +".U c #EAE9FD", +".Y c #6D5F29", +".T c #E8E7FB", +".R c #18171B", +".E c #C9B44B", +".W c #8B8BA3", +".Q c #DCD9D8", +".! c #DBD7D7", +".~ c #030303", +".^ c #131316", +"./ c #DEDEFB", +".( c #735C11", +".) c #DDDCFA", +"._ c #A08B51", +".` c #9F8525", +".' c #DADAF7", +".] c #D9D8F6", +".[ c #F0F0FC", +".{ c #9B906D", +".} c #0B0A04", +".| c #E6E5FC", +"X c #5F5A28", +"X. c #605629", +"XX c #9F8728", +"Xo c #D6C354", +"XO c #C7C3C3", +"X+ c #E4E2F0", +"X@ c #D2D2DB", +"X# c #B29A34", +"X$ c #6F643B", +"X% c #D9D8F9", +"X& c #5A5223", +"X* c #D2BD50", +"X= c #6F6331", +"X- c #EEEEFD", +"X; c #AD942F", +"X: c #D0BB4E", +"X> c #856815", +"X, c #846814", +"X< c #AB922D", +"X1 c #EBEAFA", +"X2 c #C9C8D2", +"X3 c #44360A", +"X4 c #E3E3FC", +"X5 c #E2E1FB", +"X6 c #785F12", +"X7 c #5D5829", +"X8 c #B2A88D", +"X9 c #D7D6FA", +"X0 c #AB9230", +"Xq c #A59134", +"Xw c #EBEAFD", +"Xe c #796420", +"Xr c #816614", +"Xt c #E9E8FB", +"Xy c #E4E4F6", +"Xu c #765F13", +"Xi c #E0DFFC", +"Xp c #755D12", +"Xa c #8E711A", +"Xs c #DEDDFA", +"Xd c #2D2B14", +"Xf c #8C6F18", +"Xg c #9E9544", +"Xh c #171205", +"Xj c #8E7A27", +"Xk c #DECC5B", +"Xl c #08080A", +"Xz c #E7E6FC", +"Xx c #0B0903", +"Xc c #B9A13A", +"Xv c #A08B32", +"Xb c #7D6213", +"Xn c #DBC858", +"Xm c #46431F", +"XM c #7D7655", +"XN c #69591D", +"XB c #DBDBFA", +"XV c #8A6F19", +"XC c #C9C05A", +"XZ c #896D18", +"XA c #958B3E", +"XS c #DDDADE", +"XD c #C7C7CF", +"XF c #211D0B", +"XG c #C6C5CE", +"XH c #6B6B78", +"XJ c #251E05", +"XK c #564814", +"XL c #584B0C", +"XP c #E1E0F9", +"XI c #92865C", +"XU c #D8D7FA", +"XY c #6B662F", +"XT c #836715", +"XR c #AA912E", +"XE c #826714", +"XW c #616064", +"XQ c #A98F2D", +"X! c #D5D4ED", +"X~ c #A88F2C", +"X^ c #6C6B7C", +"X/ c #897C53", +"X( c #7C7B8F", +"X) c #1F1D0C", +"X_ c #E1E0FC", +"X` c #A48928", +"X' c #9B8B5E", +"X] c #9A8B5D", +"X[ c #765E12", +"X{ c #876E26", +"X} c #030301", +"X| c #D1D1DF", +"o c #020100", +"o. c #E5E4EC", +"oX c #CDCCE5", +"oo c #E6D762", +"oO c #6C5912", +"o+ c #463B11", +"o@ c #E9E9FD", +"o# c #09090A", +"o$ c #19191D", +"o% c #E8E7FC", +"o& c #E7E7FB", +"o* c #BAA23A", +"o= c #7E6313", +"o- c #474754", +"o; c #B79E37", +"o: c #3F310A", +"o> c #A59A78", +"o, c #E6E4F0", +"o< c #1A170A", +"o1 c #DDDCFB", +"o2 c #DCDCFA", +"o3 c #6C5915", +"o4 c #DBDAF9", +"o5 c #E1D360", +"o6 c #9C8123", +"o7 c #DCDBF0", +"o8 c #BCBCC0", +"o9 c #9A7F21", +"o0 c #B8B7C6", +"oq c #997D20", +"ow c #D8D7EC", +"oe c #6F6E7B", +"or c #D9D8E3", +"ot c #E5E5FC", +"oy c #7B6113", +"ou c #070601", +"oi c #E2E1F9", +"op c #C7C3C4", +"oa c #725C14", +"os c #3A2F08", +"od c #AD993A", +"of c #878699", +"og c #D9D8FA", +"oh c #6E5810", +"oj c #AF9632", +"ok c #876C18", +"ol c #DAD9F1", +"oz c #ECECFC", +"ox c #836614", +"oc c #5E5E6A", +"ov c #A9902C", +"ob c #62510E", +"on c #D8D8E5", +"om c #796114", +"oM c #E2E1FC", +"oN c #352E10", +"oB c #C6AF45", +"oV c #CBCAEC", +"oC c #A9A8C4", +"oZ c #C2AB41", +"oA c #DEDEEE", +"oS c #6B5610", +"oD c #E1D05C", +"oF c #28230D", +"oG c #D3D2F7", +"oH c #EAEAFD", +"oJ c #817D61", +"oK c #E9E8FC", +"oL c #5F4F0E", +"oP c #D5D4E5", +"oI c #8D7224", +"oU c #40320A", +"oY c #9D9DAE", +"oT c #676679", +"oR c #DEDDFB", +"oE c #8D711A", +"oW c #E4E3ED", +"oQ c None", +/* pixels */ +" ", +" ", +" ", +" ", +" .^o- c.6.w ", +" oToG.$oCX^o# ", +" .~.W.KX9XUog _.@ n ", +" gX9.bX% < P $of.4 ", +" .RoVog.].'XB.)o1 O w.9 ", +" X(X%o4.L.GoR./XioX U.w ", +" o$ 4 Po2ol.m dXiX_oMoY 7 bXJoso:oU }Xh.; ", +" .e.2 =oRXs {ow.-oM 9oio0X.oL y.:XEXZ.7XKXx ", +" p.r d.- RoPXP ( (ot K ^ Q.vXb.i 5 jXjoN ", +" XlocXiX_X5o7X| ZotXzo&orX/ xX6X,.D zX;XqXF ", +" oeX! 0X4.t e kXz.ToK.c qoao=.>o9X<.8 Mo< ", +" .3XH ).fot X.B toK.UXwX+.hom.y /ovo*.EX& ", +" XW.&.|Xz f.ZonXt i |.JX'XT.D.#Xc E.lX} ", +" ..XMoAo%oKXyXG.xoz.nX-.!X{XaX` VX* v A ", +" 'XL -opo@oH.OX2 !.d Y.u.0oI.`o; ,oo > ", +" sob BX=XO. ozX1XD H.a + G._.p S D.*Xm ", +" X3 IoS.sXN %o, 2 TX@o8oW l W 6X#Xn.A.H ", +" ., ;X[.(oho3.{XS.u.[ J.go.o>XVojXk.X A ", +" F.FX>ox NoyXpXeX8.Q u ` aoJXuXQ.1 : ", +" ou &.=.>Xf.y.MXr ~ oX]XI 1.%.Y.zo5X ", +" .<.jo6.po9oq /.S.DoEok roOX$ @XA.P ", +" o+XX.CX~.Vov.Vov.oXRXRX0od *X) ", +" o oNXv m.IoZoB 8X:XooD .Xg 3 ", +" oF.N.q L C.5oo.+XCXY [ ", +" .}.k ]X7 #Xd h ", +" ", +" ", +" " +}; --- pybliographer-1.2.14.orig/debian/pybconvert.1 +++ pybliographer-1.2.14/debian/pybconvert.1 @@ -0,0 +1,23 @@ +.TH pybconvert 1 "2007-02-23" "" "" +.SH NAME +pybconvert \- convert bibliographic databases +.SH SYNOPSIS +.B pybconvert +.RI \[la] source \[ra]..\[la] target \[ra] +.RI \[la] input \[ra] +.RI [ output ] +.SH DESCRIPTION +Pybconvert can be used to convert a bibliographic database from one +format to another. The formats are specified as `source' and `target'. +The converted database is written to standard output if no file name is +given. + +Pybconvert uses pybliographer. Pybliographer is a tool for managing +bibliographic databases. It supports the following file formats: BibTeX, +ISI (ISIFile), Medline, Ovid, Refer. +.SH SEE ALSO +pybliographer(1), + +.SH AUTHOR +This manpage was written by Nis Martensen for Debian/GNU Linux and may +be used, modified and/or distributed freely by anyone. --- pybliographer-1.2.14.orig/debian/pybliographer.preinst +++ pybliographer-1.2.14/debian/pybliographer.preinst @@ -0,0 +1,26 @@ +#! /bin/sh -e +# preinst script for pybliographer +# +# see: dh_installdeb(1) + +PACKAGE=`basename $0 .preinst` + +case "$1" in + remove|upgrade|deconfigure) + rm -rf /usr/share/gnome/help/pybliographic + rm -rf /usr/share/doc/pybliographer/html + ;; + failed-upgrade|install) + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 0 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- pybliographer-1.2.14.orig/debian/pycompat +++ pybliographer-1.2.14/debian/pycompat @@ -0,0 +1 @@ +2 --- pybliographer-1.2.14.orig/debian/pybformat.1 +++ pybliographer-1.2.14/debian/pybformat.1 @@ -0,0 +1,13 @@ +.TH pybformat 1 "23 February 2007" "" "" +.SH NAME +pybformat \- format a bibliography from a bibliographic databases +.SH SYNOPSIS +.B pybformat +.SH DESCRIPTION +Pybformat is currently broken. + +.SH SEE ALSO + +.SH AUTHOR +This manpage was written by Barry deFreese for Debian/GNU Linux and may be used, +modified and/or distributed freely by anyone. --- pybliographer-1.2.14.orig/debian/pybtext.1 +++ pybliographer-1.2.14/debian/pybtext.1 @@ -0,0 +1,24 @@ +.TH pybtext 1 "2007-02-23" "" "" +.SH NAME +pybtext \- use bibliographic databases in text files +.SH SYNOPSIS +.B pybtext +[-o +.IR outputfile ] +[-s +.IR style ] +.RI \[la] textfile \[ra] +.RI \[la] database ...\[ra] +.SH DESCRIPTION +Pybtext scans text files for citation keys enclosed in brackets +(`[key]') and uses the database to generate a reference list. The +reference list is appended to the text file and written to +`\fItextfile\fP.pyb' if no output file is specified. +.SH SEE ALSO +pybliographer(1), + +.SH AUTHOR +Pybtext was written by Zolt\['a]n K\['o]ta. +.br +This manpage was written by Nis Martensen for Debian/GNU Linux and may +be used, modified and/or distributed freely by anyone. --- pybliographer-1.2.14.orig/debian/manpages +++ pybliographer-1.2.14/debian/manpages @@ -0,0 +1,8 @@ +debian/pybcheck.1 +debian/pybcompact.1 +debian/pybconvert.1 +debian/pybliographer.1 +debian/pybliographic.1 +debian/pybtext.1 +debian/bibtex.pybliographer.1 +debian/pybformat.1 --- pybliographer-1.2.14.orig/debian/pybliographer.mime +++ pybliographer-1.2.14/debian/pybliographer.mime @@ -0,0 +1 @@ +text/x-bibtex; /usr/bin/pybliographic; test=test -n "$DISPLAY" --- pybliographer-1.2.14.orig/debian/bibtex.pybliographer.1 +++ pybliographer-1.2.14/debian/bibtex.pybliographer.1 @@ -0,0 +1,24 @@ +.TH pybtex 1 "2007-02-23" "" "" +.SH NAME +pybtex \- use bibliographic databases in LaTex files +.SH SYNOPSIS +.B pybtex +[-o +.IR outputfile ] +[-s +.IR style ] +.RI \[la] latexfile \[ra] +.RI \[la] database ...\[ra] +.SH DESCRIPTION +Pybtex scans latex files for citation keys enclosed in brackets +(`[key]') and uses the database to generate a reference list. The +reference list is appended to the latex file and written to +`\fIlatexfile\fP.pyb' if no output file is specified. +.SH SEE ALSO +pybliographer(1), + +.SH AUTHOR +Pybtex was written by Frederic GOBRY. +.br +This manpage was written by Barry deFreese for Debian/GNU Linux and may +be used, modified and/or distributed freely by anyone. --- pybliographer-1.2.14.orig/debian/README.Debian +++ pybliographer-1.2.14/debian/README.Debian @@ -0,0 +1,11 @@ +pybliographer for Debian +------------------------ + +If Pybliographer fails to start, please try the following command as +root before filing a bug report: + +# update-alternatives --auto py2.3gtk.py + +This will ensure the PyGTK alternative is set correctly. + + -- Chris Lawrence , Sun Feb 8 14:43:19 2004 --- pybliographer-1.2.14.orig/debian/pybliographer.postinst +++ pybliographer-1.2.14/debian/pybliographer.postinst @@ -0,0 +1,23 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + update-alternatives --remove pybliographer /usr/bin/bibtex.pybliographer + update-alternatives \ + --install /usr/bin/pybtex pybtex /usr/bin/bibtex.pybliographer 100 --slave /usr/share/man/man1/pybtex.1.gz pybtex.1.gz /usr/share/man/man1/bibtex.pybliographer.1.gz + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +#DEBHELPER# + +exit 0 --- pybliographer-1.2.14.orig/debian/presubj +++ pybliographer-1.2.14/debian/presubj @@ -0,0 +1,18 @@ +Many Pybliographer bugs are actually problems with the PyGTK +interface. Please ensure that the problem you are reporting is not +one of the problems that can be solved using the instructions below. + +OLD py2.3gtk.py ALTERNATIVE: On systems upgraded from woody or older, +the py2.3gtk.py alternative may point to a missing file. If this is +the case, please revert to automatic updates using (as root): + + update-alternatives --auto py2.3gtk.py + +LOCAL PyGTK/GNOME-Python INSTALLATIONS: Before reporting bugs in this +package, please ensure you do not have a local installation of either +PyGTK or GNOME-Python that might interfere with the proper workings of +this package. Some applications using PyGTK may also install files +here if built locally. + +These files are typically under /usr/local/lib/python2.3/site-packages/ +If present, they probably should be removed. --- pybliographer-1.2.14.orig/debian/pybcheck.1 +++ pybliographer-1.2.14/debian/pybcheck.1 @@ -0,0 +1,21 @@ +.TH pybcheck 1 "23 February 2007" "" "" +.SH NAME +pybcheck \- check bibliographic databases +.SH SYNOPSIS +.B pybcheck +.RI \[la] database | directory \[ra]... +.SH DESCRIPTION +Pybcheck can be used to check whether a given database file (or a number +of such files in a directory) can be opened by pybliographer. Its output +will contain a list of successfully opened database files and the number +of their entries. + +Pybliographer is a tool for managing bibliographic databases. It +supports the following file formats: BibTeX, ISI, Medline, Ovid, Refer. +.SH SEE ALSO +pybliographer(1), +pybliographic(1), + +.SH AUTHOR +This manpage was written by Nis Martensen for Debian/GNU Linux and may +be used, modified and/or distributed freely by anyone. --- pybliographer-1.2.14.orig/debian/pybliographer.prerm +++ pybliographer-1.2.14/debian/pybliographer.prerm @@ -0,0 +1,27 @@ +#!/bin/sh +# prerm script for pybliographer +# +# see: dh_installdeb(1) + +set -e + +case "$1" in + remove|upgrade|deconfigure) + update-alternatives --remove pybtex /usr/bin/bibtex.pybliographer + ;; + + failed-upgrade) + ;; + + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- pybliographer-1.2.14.orig/debian/pybliographic.1 +++ pybliographer-1.2.14/debian/pybliographic.1 @@ -0,0 +1,23 @@ +.TH pybliographic 1 "23 February 2007" "" "" +.SH NAME +pybliographic \- manage bibliographic databases (GUI) +.SH SYNOPSIS +.B pybliographic +.RI [ database ] +.SH DESCRIPTION +Pybliographic is a graphical user interface for the pybliographer(1) +program. + +Pybliographer is a tool for managing bibliographic databases. It +supports the following file formats: BibTeX, ISI, Medline, Ovid, Refer. + +.SH ENVIRONMENT VARIABLES +.IP PYBLIOGRAPHER_DATABASE +Can be set to specify a database file to open if none is given on the +command line. +.SH SEE ALSO +pybliographer(1), + +.SH AUTHOR +This manpage was written by Nis Martensen for Debian/GNU Linux and may be used, +modified and/or distributed freely by anyone. --- pybliographer-1.2.14.orig/debian/pybliographer.1 +++ pybliographer-1.2.14/debian/pybliographer.1 @@ -0,0 +1,18 @@ +.TH pybliographer 1 "23 February 2007" "" "" +.SH NAME +pybliographer \- manage bibliographic databases +.SH SYNOPSIS +.B pybliographer +.SH DESCRIPTION +Pybliographer is a tool for managing bibliographic databases. It +supports the following file formats: BibTeX, ISI, Medline, Ovid, Refer. + +A graphical user interface is available with the pybliographic(1) +program. + +.SH SEE ALSO +pybliographic(1), + +.SH AUTHOR +This manpage was written by Nis Martensen for Debian/GNU Linux and may be used, +modified and/or distributed freely by anyone. --- pybliographer-1.2.14.orig/debian/control +++ pybliographer-1.2.14/debian/control @@ -0,0 +1,23 @@ +Source: pybliographer +Section: gnome +Priority: optional +Maintainer: Chris Lawrence +Standards-Version: 3.9.1 +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: python, python-bibtex (>= 1.2.2-3), python-gnome2, python-glade2, gettext, python-support (>= 0.3), gnome-doc-utils, pkg-config, rarian-compat +XS-Python-Version: >= 2.2 +Homepage: http://www.pybliographer.org/ + +Package: pybliographer +Architecture: all +Depends: ${misc:Depends}, ${python:Depends}, python-gnome2, python-glade2, python-bibtex (>= 1.2.5-1) +Conflicts: python-gtk2 (<< 2.4) +Recommends: yelp (>> 2.6.0) +XB-Python-Version: ${python:Versions} +Description: tool for manipulating bibliographic databases + It currently supports BibTeX, Medline, Ovid and Refer files. It is useful + for viewing, editing and searching, but also to convert bibliographic + databases into HTML pages for example. + . + Yelp (part of GNOME) is required to view the Pybliographic manual + from within the GUI. --- pybliographer-1.2.14.orig/debian/changelog +++ pybliographer-1.2.14/debian/changelog @@ -0,0 +1,491 @@ +pybliographer (1.2.14-3) unstable; urgency=high + + * Remove code involving $PYTHONPATH from scripts, since it adds an + "extras" directory that no longer seems to exist. (Closes: #605153) + + -- Chris Lawrence Mon, 29 Nov 2010 20:24:24 -0600 + +pybliographer (1.2.14-2) unstable; urgency=low + + * Include missing build dependencies. (Closes: #600878) + Thanks to Roy Jamison from Ubuntu for the patch. + + -- Chris Lawrence Wed, 20 Oct 2010 20:31:45 -0500 + +pybliographer (1.2.14-1) unstable; urgency=low + + * New upstream release. + + -- Chris Lawrence Fri, 15 Oct 2010 20:56:58 -0500 + +pybliographer (1.2.12-3.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: (Closes: #570574) + - Build-Depend on python instead of python-dev << 2.6 so we can build with + Python 2.6. python-dev isn't required. + - Change XS-Python-Version from deprecated "current" to >= 2.2 + + -- Stefano Rivera Sun, 30 May 2010 20:57:57 +0200 + +pybliographer (1.2.12-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix improper handling of alternatives. (Closes: #544209) + + -- Jakub Wilk Wed, 18 Nov 2009 23:29:31 +0100 + +pybliographer (1.2.12-3) unstable; urgency=low + + * Fix pybliographic translations due to automake transition. Thanks to + Gert Kulyk for the patch. (Closes: #542027) + * Remove "pybtex is currently broken" text from man page, since it is + working since 1.2.12-1. + + -- Chris Lawrence Mon, 17 Aug 2009 15:04:20 -0500 + +pybliographer (1.2.12-2) unstable; urgency=low + + * Support alternatives for pybtex. (Closes: #540529) + * Add manual pages written by Nis Martensen. (Closes: #125637) + + Thanks to Jakub Wilk and Nicolas Van Wambeke for the diffs. + + -- Chris Lawrence Sun, 16 Aug 2009 23:33:21 -0500 + +pybliographer (1.2.12-1) unstable; urgency=low + + * New upstream release. + + Includes fix for pybtex. (Closes: #412085) + * Add MIME information. (Closes: #494669) + + -- Chris Lawrence Sat, 01 Aug 2009 03:39:29 -0500 + +pybliographer (1.2.11-1) unstable; urgency=low + + * New upstream release. (Closes: #413888) + * Compatible with Python 2.5. (Closes: #477018) + * Update debian/watch. (Closes: #449732) + + -- Chris Lawrence Sun, 27 Jul 2008 23:57:37 -0500 + +pybliographer (1.2.9-1) unstable; urgency=low + + * New upstream release. + + -- Chris Lawrence Sun, 20 Aug 2006 22:31:20 -0500 + +pybliographer (1.2.8-2) unstable; urgency=low + + * Require python-bibtex >= 1.2.2-3; this allows pybliographer to work with + Python 2.3 or 2.4. + + -- Chris Lawrence Wed, 21 Jun 2006 02:03:40 -0400 + +pybliographer (1.2.8-1) unstable; urgency=low + + * New upstream release. + + -- Chris Lawrence Mon, 23 Jan 2006 23:19:35 -0500 + +pybliographer (1.2.7-1) unstable; urgency=low + + * New upstream release. (Closes: #348989) + * Update dependencies for new upstream requirements (python-bibtex 1.2.2, + PyGTK 2.4+). + + -- Chris Lawrence Fri, 20 Jan 2006 17:36:02 -0500 + +pybliographer (1.2.6.2-1) unstable; urgency=medium + + * New upstream release. (Closes: #214838, #295707) + + -- Chris Lawrence Sun, 20 Mar 2005 12:42:04 -0600 + +pybliographer (1.2.6.1-1) unstable; urgency=low + + * New upstream release. (Closes: #294545) + + -- Chris Lawrence Wed, 16 Feb 2005 09:27:37 -0600 + +pybliographer (1.2.6-1) unstable; urgency=low + + * New upstream release. + + -- Chris Lawrence Sun, 30 Jan 2005 06:48:17 -0600 + +pybliographer (1.2.5-2) unstable; urgency=low + + * Remove /usr/share/applications/mimeinfo.cache. (Closes: #289844) + + -- Chris Lawrence Tue, 11 Jan 2005 11:40:36 -0600 + +pybliographer (1.2.5-1) unstable; urgency=low + + * New upstream release. + + Argument parsing fixed. (Closes: #275518) + + Uses Gtk 2.4 dialogs when available. (Closes: #277065) + * Move menu entry to Apps/Science. (Closes: #271010) + + -- Chris Lawrence Fri, 26 Nov 2004 02:46:20 -0600 + +pybliographer (1.2.4-1) unstable; urgency=low + + * New upstream release. (Closes: #263894) + + -- Chris Lawrence Fri, 6 Aug 2004 17:34:34 -0400 + +pybliographer (1.2.3-2) unstable; urgency=low + + * Add presubj file for reportbug documenting a few common problems. + (Closes: #228203) + * Recommend Yelp, since it is needed to view the documentation. + (Closes: #236124) + * Sorting problems appear to have been fixed in 1.2.2. (Closes: #221926) + + -- Chris Lawrence Thu, 8 Jul 2004 18:20:20 -0500 + +pybliographer (1.2.3-1) unstable; urgency=low + + * New upstream release. + + -- Chris Lawrence Thu, 11 Mar 2004 12:50:43 -0600 + +pybliographer (1.2.2-6) unstable; urgency=low + + * Use dh_scrollkeeper instead of manually handling the scrollkeeper + stuff. + + -- Chris Lawrence Tue, 10 Feb 2004 19:13:22 -0600 + +pybliographer (1.2.2-5) unstable; urgency=low + + * Don't fail on startup when no locale is set; instead, default to + ISO-8859-1. (Closes: #231859) + + -- Chris Lawrence Mon, 9 Feb 2004 09:27:55 -0600 + +pybliographer (1.2.2-4) unstable; urgency=low + + * Add dependency on scrollkeeper (>= 0.3.14-5). + + -- Chris Lawrence Sun, 8 Feb 2004 18:32:26 -0600 + +pybliographer (1.2.2-3) unstable; urgency=low + + * Fix startup of pybformat; thanks to Tom Parker for the patch. + (Closes: #229183) + * Run scrollkeeper-update in postinst. + * Drop doc-base file completely. (Closes: #229581) + * Solve various scrollkeeper issues. (Closes: #231733, #231734) + * Install Debian menu entry. (Closes: #188231) + + -- Chris Lawrence Sun, 8 Feb 2004 15:04:52 -0600 + +pybliographer (1.2.2-2) unstable; urgency=low + + * Drop doc-base file for the Italian help file, as it's no longer + installed by upstream. + + -- Chris Lawrence Sat, 17 Jan 2004 23:17:55 -0600 + +pybliographer (1.2.2-1) unstable; urgency=low + + * New upstream release. + + -- Chris Lawrence Fri, 16 Jan 2004 17:01:00 -0600 + +pybliographer (1.2.1-1) unstable; urgency=low + + * New upstream release. + + Fix recent documents history (Closes: #221412) + * Remove dead call to dh_undocumented from debian/rules. + * Various other build cleanups. + + -- Chris Lawrence Wed, 19 Nov 2003 23:05:50 -0600 + +pybliographer (1.2.0-1) unstable; urgency=low + + * New upstream release. + + URLs are now clickable. (Closes: #221210) + + Settings menu fixed. (Closes: #220443) + * The added dependencies did the trick. (Closes: #218872) + * Add build dependencies for python-gnome2 and python-glade2, since the + configure script seems to want them even though they're not used by + the build process. (Closes: #221084) + * Install ChangeLog-1.2 as the upstream changelog. + * Fix the doc-base file. The English version of the documentation is + the "C" version. (Closes: #220697) + + -- Chris Lawrence Mon, 17 Nov 2003 10:20:59 -0600 + +pybliographer (1.1.93-4) unstable; urgency=low + + * Fix the python2.3-glade2 dependency. + + -- Chris Lawrence Sat, 8 Nov 2003 01:09:09 -0600 + +pybliographer (1.1.93-3) unstable; urgency=low + + * Ensure latest versions of python2.3-gnome2 and python2.3-glade2 are + installed. + + -- Chris Lawrence Fri, 7 Nov 2003 02:30:51 -0600 + +pybliographer (1.1.93-2) unstable; urgency=low + + * First upload to unstable of the GNOME 2 release, as python-bibtex is + now installed in the archive. + + -- Chris Lawrence Sat, 18 Oct 2003 19:48:01 -0500 + +pybliographer (1.1.93-1) experimental; urgency=low + + * New upstream beta release. + * First GNOME 2 release. Update dependencies accordingly. This should + solve the GNOME 1 transition breakage that some people have seen (and + I can't duplicate). (Closes: #213515) + * Move to the gnome section, per override file. + * This is now an Architecture: all package; the accompanying + python-bibtex package is Architecture: any. + + -- Chris Lawrence Sat, 11 Oct 2003 00:21:02 -0500 + +pybliographer (1.0.11-13) unstable; urgency=low + + * Thanks to Matthias Klose for his earlier NMUs. + * Change dependencies yet again as the python-g* packages got renamed. + (Closes: #210297) + * Update to debhelper v4 and standards-version 3.6.1. + * Hopefully this will tide us over until Frederic finishes porting this + to GNOME 2. + + -- Chris Lawrence Wed, 10 Sep 2003 13:15:19 -0500 + +pybliographer (1.0.11-12.2) unstable; urgency=low + + * Build-depend on libtool1.4 (closes: #206743). + + -- Matthias Klose Sat, 23 Aug 2003 15:53:26 +0200 + +pybliographer (1.0.11-12.1) unstable; urgency=low + + * NMU + * Fix python version test (closes: #201078). + * Build for python2.3 as the default python version (closes: #205650). + + -- Matthias Klose Thu, 21 Aug 2003 23:21:26 +0200 + +pybliographer (1.0.11-12) unstable; urgency=low + + * The postinst was fixed a while ago to use Python 2.2; not sure why + that never made the changelog. (Closes: #164309) + * Build-conflict with broken libc6 versions 2.3.1-1 and 2.3.1-2. + (It does build with 2.2.x, however.) (Closes: #165578) + * The buildds no longer seem to be trying to rebuild the + autoconf/automake stuff, but keep the dependencies just in case... + (I'll fix that once this hits testing.) + + -- Chris Lawrence Sat, 26 Oct 2002 07:11:45 -0500 + +pybliographer (1.0.11-11) unstable; urgency=low + + * Build with autoconf2.13, to hopefully fix FTBFS problems. + (See #165578) + * Require python-gnome 1.4.4-2 or later; earlier versions don't work + with /usr/bin/python version 2.2. (Closes: #165362) + + -- Chris Lawrence Tue, 22 Oct 2002 05:51:22 -0500 + +pybliographer (1.0.11-10) unstable; urgency=medium + + * Add build dependency on libtool to (again) help the build daemons. + (Why it is rebuilding all of the Makefiles is beyond me...) + (Closes: #164124, #164130) + + -- Chris Lawrence Thu, 10 Oct 2002 10:57:15 -0500 + +pybliographer (1.0.11-9) unstable; urgency=low + + * Add build dependency on automake1.4 to help the build daemons. + + -- Chris Lawrence Wed, 9 Oct 2002 21:13:33 -0500 + +pybliographer (1.0.11-8) unstable; urgency=medium + + * Fix pybliographic.desktop. (Closes: #164005) + + -- Chris Lawrence Wed, 9 Oct 2002 16:16:42 -0500 + +pybliographer (1.0.11-7) unstable; urgency=low + + * Add build dependency on recode. (Closes: #163280) + + -- Chris Lawrence Fri, 4 Oct 2002 02:39:13 -0500 + +pybliographer (1.0.11-6) unstable; urgency=low + + * Build against the fixed recode 3.6-5 or later; no longer ship our + local 3.5 tree. + + -- Chris Lawrence Wed, 2 Oct 2002 23:59:48 -0500 + +pybliographer (1.0.11-5) unstable; urgency=low + + * Transition to Python 2.2. + + -- Chris Lawrence Sat, 31 Aug 2002 02:19:38 -0500 + +pybliographer (1.0.11-4) unstable; urgency=low + + * Change call to configure to force the use of /usr/bin/python in + preference to any local version when building. (Closes: #139647) + * Modify build to unset DISPLAY while running configure, as the Gnome + Threads test seems to hang when building with pbuilder over ssh with + X11 forwarding. + * Remove obsolete recode version warning email. + + -- Chris Lawrence Sun, 24 Mar 2002 22:02:43 -0600 + +pybliographer (1.0.11-3) unstable; urgency=low + + * Include config.{sub,guess} from current autotools-dev package. + Fixes build on hppa and s390. (Closes: #133680) + + -- Chris Lawrence Fri, 15 Feb 2002 14:25:19 -0600 + +pybliographer (1.0.11-2) unstable; urgency=low + + * Maintainer upload to integrate Matthias Klose's fixes. + * pybliographer appears to build now on ia64. (Closes: #115392) + + -- Chris Lawrence Thu, 7 Feb 2002 10:31:54 -0600 + +pybliographer (1.0.11-1.1) unstable; urgency=low + + * Include recode-3.5 in the source to satisfy a build dependency. Link + directly with this recode version (closes: #132248). + * Call configure using bash (messes up with ash). + * compiled/Setup.in: Reverse link order of glib and recode (glib includes + -L/usr/lib in its options). + + -- Matthias Klose Tue, 5 Feb 2002 01:15:01 +0100 + +pybliographer (1.0.11-1) unstable; urgency=low + + * New upstream release. + * prerm fixed. (Closes: #129542) + * Avoid warnings on install. (Closes: #125703) + + -- Chris Lawrence Sun, 3 Feb 2002 13:33:34 -0600 + +pybliographer (1.0.10-2) unstable; urgency=low + + * Rebuilt with recode 3.5 installed to get the dependencies right; also + added a Build-Conflicts against librecode0 >= 3.6. (Closes: #124363) + + -- Chris Lawrence Mon, 17 Dec 2001 23:04:21 -0600 + +pybliographer (1.0.10-1) unstable; urgency=low + + * New upstream release. + * New maintainer. + * Removed duplicated ldconfig call from postinst; fixed various lintian + warnings. + + -- Chris Lawrence Wed, 12 Dec 2001 21:00:45 -0600 + +pybliographer (1.0.9-6) unstable; urgency=low + + * Rebuilt with latest GNOME and python2.1 support. + * Adapted dependencies according to current Debian + python-policy (closes: #119214) + + -- Paul Seelig Tue, 13 Nov 2001 16:33:00 +0200 + +pybliographer (1.0.9-5) unstable; urgency=low + + * Rebuilt with latest GNOME ingredients as included with unstable + for sake of it's ever changing dependencies... :-/ + + -- Paul Seelig Thu, 16 Aug 2001 13:13:41 +0200 + +pybliographer (1.0.9-4) unstable; urgency=low + + * Sorry, people: now really add debhelper to build-depends. + So this (closes: #103496) again, hopefully... + + -- Paul Seelig Fri, 06 Jul 2001 15:56:58 +0200 + +pybliographer (1.0.9-3) unstable; urgency=low + + * Added debhelper to build-depends. + (closes: #103496) + + -- Paul Seelig Wed, 04 Jul 2001 23:04:57 +0200 + +pybliographer (1.0.9-2) unstable; urgency=low + + * Fixed build-depends to not rely on unavailable package + (closes: #102987) + + -- Paul Seelig Sun, 01 Jul 2001 23:52:48 +0200 + +pybliographer (1.0.9-1) unstable; urgency=low + + * New upstream release. + * Although according to upstream author recode (> 3.5) corrupts + pybliographer data i didn't add a dependency on recode (= 3.5) + because it is not available in unstable. Made post-inst send an + e-mail to root instead, advicing to downgrade to recode (= 3.5) + from potato. (closes: #102479) + * Upstream author fixed compilation to not require display. + (closes: #90218, #94614) + * Built package with dpkg-1.9.15. + + -- Paul Seelig Sat, 30 Jun 2001 18:22:14 +0200 + +pybliographer (1.0.8-3) unstable; urgency=low + + * Added flex to Build-Depends (closes: #89971). + + -- Paul Seelig Mon, 19 Mar 2001 20:31:23 +0200 + +pybliographer (1.0.8-2) unstable; urgency=low + + * Fixed debian/doc-base by correcting reference to /usr/doc/pybliographer + with Debian policy compliant /usr/share/doc/pybliographer. + * Changing all references in HTML documentation pointing to .gif into .png + since images are all in PNG format. + * Moved all HTML documentation from /usr/share/gnome/help/pybliographic + into /usr/share/doc/pybliographer/html and set up a symlink to not break + the GNOME help system. This should hopefully fix and closes: #87210 with + very valuable help from "Francesco Potorti ". Thanks a lot, + Francesco! :-) + * Created preinst script to enable upgrade from formerly broken package. + + -- Paul Seelig Thu, 05 Mar 2001 21:57:11 +0200 + +pybliographer (1.0.8-1) unstable; urgency=low + + * New Upstream Release. + * Corrected in debian/control "Build-Depends" (closes: #79409) + and "Depends" (closes: #79559). + + -- Paul Seelig Sat, 03 Feb 2001 19:01:02 +0200 + +pybliographer (1.0.7-1) unstable; urgency=low + + * New Upstream Release. + * First Upload. There have already been some ITP's by still + not approved new developers and this package will be handed + over to the first one being finally accepted as official + Debian developer. Pybliographer is just to valuable a tool + as to let it keep staying in the waiting queue. + + -- Paul Seelig Mon, 27 Nov 2000 12:32:23 +0200 + +pybliographer (1.0.0-1) unstable; urgency=low + + * Initial Release. + + -- Matthias Klose Fri, 12 May 2000 20:06:04 +0200