debian/0000755000000000000000000000000012151170720007162 5ustar debian/source/0000755000000000000000000000000012151167642010473 5ustar debian/source/format0000644000000000000000000000001412151167642011701 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000062012151167642010610 0ustar # Configuration file for git-buildpackage [DEFAULT] # The default branch for upstream sources upstream-branch = master # The default branch for the debian patch (no patch in our case) debian-branch = debian # # Directory for performing the build # export-dir = ./debian-build # Format for upstream tags upstream-tag = tags/%(version)s # Format for the debian tag debian-tag = debian/%(version)s debian/manpages0000644000000000000000000000005212151167642010706 0ustar man/man1/xapers.1 man/man1/xapers-adder.1 debian/rules0000755000000000000000000000011412151167642010247 0ustar #!/usr/bin/make -f %: dh $@ --with python2 --buildsystem=python_distutils debian/compat0000644000000000000000000000000212151167642010371 0ustar 9 debian/install0000644000000000000000000000003212151167642010557 0ustar bin/xapers-adder usr/bin/ debian/docs0000644000000000000000000000000712151167642010043 0ustar README debian/control0000644000000000000000000000304112151167642010574 0ustar Source: xapers Section: python Priority: optional Maintainer: Jameson Rollins Build-Depends: pkg-config, python-all-dev (>= 2.6.6-3~), python-setuptools, debhelper (>= 9) Standards-Version: 3.9.4 Homepage: http://finestructure.net/xapers Vcs-Git: git://finestructure.net/xapers Package: xapers Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-pkg-resources, python-xapian, poppler-utils, python-pycurl, pybtex Recommends: python-urwid, xdg-utils, xclip Description: Personal journal article management and indexing system. Xapers is a personal document indexing system, geared towards academic journal articles. Think of it as your own personal document search engine, or a local cache of online libraries. It provides fast search of document text and bibliographic data and simple document and bibtex retrieval. . Document files (in PDF format) and source identifiers (e.g. DOI) are parsed and indexed into a Xapian search engine. Document text is extracted from the PDF and fully indexed. Bibliographic information downloaded from online libraries is indexed as prefixed search terms. Existing bibtex databases can be easily imported as well, including import of pdf files specified in Jabref/Mendeley format. Documents can be arbitrarily tagged. Original document files are easily retrievable from a simple curses search UI. The command line interface allows for exporting bibtex from arbitrary searches, allowing seemless integration into LaTeX work flows. debian/changelog0000644000000000000000000000305512151170704011041 0ustar xapers (0.5.2-1) unstable; urgency=low * New release. Update dependencies. * Upload to Debian (Closes: #706975). -- Jameson Rollins Thu, 09 May 2013 08:47:48 -0700 Xapers (0.5.1-1) unstable; urgency=low * Fix missing dependency on python-pycurl (thanks Daniel Kahn Gillmor). * Rename xapers-importer -> xapers-adder. * Add xapers-adder man page. -- Jameson Rollins Sun, 05 May 2013 23:36:36 -0700 xapers (0.5-1) unstable; urgency=low * New release. * Update control description. -- Jameson Rollins Sat, 04 May 2013 11:10:06 -0700 xapers (0.4-1) unstable; urgency=low * New release. -- Jameson Rollins Mon, 15 Apr 2013 00:59:49 -0700 xapers (0.3-1) unstable; urgency=low * New release. -- Jameson Rollins Sun, 14 Apr 2013 12:44:05 -0700 xapers (0.2-1) unstable; urgency=low * New release * Update Recommends -- Jameson Rollins Mon, 08 Apr 2013 14:45:46 -0700 xapers (0.1-1) unstable; urgency=low * New release. * Include man page. * Update compat (9) * Update standards (3.9.4) -- Jameson Rollins Fri, 29 Mar 2013 01:26:23 -0700 xapers (0.0.1-1) unstable; urgency=low * Bugfix release. -- Jameson Rollins Sat, 24 Nov 2012 17:48:16 -0800 xapers (0.0-1) unstable; urgency=low * New packaging. -- Jameson Rollins Tue, 20 Nov 2012 14:27:04 -0800 debian/copyright0000644000000000000000000000140312151167642011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Debianized-By: Jameson Rollins Debianized-Date: Tue, 20 Nov 2012 14:27:04 -0800 Original-Source: Files: * Copyright: 2012, Jameson Rollins Files: debian/* Copyright: 2012, Jameson Rollins License: GPL-3+ 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; either version 3 of the License, or (at your option) any later version. . On Debian systems, the complete text of the GNU General Public License version 3 can be found in file "/usr/share/common-licenses/GPL-3".