debian/0000755000000000000000000000000012237513426007173 5ustar debian/zathura-ps.lintian-overrides0000644000000000000000000000013512237461431014646 0ustar zathura-ps: desktop-command-not-in-package usr/share/applications/zathura-ps.desktop zathura debian/control0000644000000000000000000000335612237513173010604 0ustar Source: zathura-extras Section: text Priority: optional Maintainer: Sebastian Ramacher Build-Depends: debhelper (>= 9), pkg-config, zathura-dev (>= 0.2.5-1~), libgirara-dev, libglib2.0-dev, libcairo2-dev, libspectre-dev, libdjvulibre-dev, libarchive-dev Standards-Version: 3.9.5 Homepage: http://pwmt.org/projects/zathura Package: zathura-djvu Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: djvu-viewer Enhances: zathura Description: DjVu support for zathura zathura is a document viewer which can be extended to support additional file formats via a plugin system. This package contains zathura's DjVu plugin. . At the moment the plugin does not offer the full functionality. One is only able to search for text, to copy text, to save the document and to display the document index. Package: zathura-ps Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: postscript-viewer Enhances: zathura Description: PostScript support for zathura zathura is a document viewer which can be extended to support additional file formats via a plugin system. This package contains zathura's PostScript plugin. . At the moment the plugin does not offer the full functionality. One is only able to extract document information and to save the document. Package: zathura-cb Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Enhances: zathura Description: comic book archive support for zathura zathura is a document viewer which can be extended to support additional file formats via a plugin system. This package contains zathura's comic book archive plugin. . At the moment the plugin does not offer the full functionality. zathura-cb is only able to display documents. debian/zathura-cb.lintian-overrides0000644000000000000000000000013512237461431014610 0ustar zathura-cb: desktop-command-not-in-package usr/share/applications/zathura-cb.desktop zathura debian/zathura-cb.install0000644000000000000000000000010012237461431012610 0ustar usr/lib/zathura/cb.so usr/share/applications/zathura-cb.desktop debian/rules0000755000000000000000000000312112237461440010246 0ustar #!/usr/bin/make -f # -*- makefile -*- export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed # do not strip export SFLAGS= # build with verbose output export VERBOSE=1 psVER=0.2.2 psVERC=$(subst .,-,$(psVER)) djvuVER=0.2.3 djvuVERC=$(subst .,-,$(djvuVER)) cbVER=0.1.2 cbVERC=$(subst .,-,$(cbVER)) %: dh $@ --parallel clean-%: $(MAKE) -C $*-$($(*)VERC) clean build-%: $(MAKE) -C $*-$($(*)VERC) install-%: $(MAKE) -C $*-$($(*)VERC) install \ DESTDIR=$(CURDIR)/debian/tmp .PHONY: override_dh_auto_clean override_dh_auto_build override_dh_auto_install override_dh_auto_clean: clean-ps clean-djvu clean-cb override_dh_auto_build: build-ps build-djvu build-cb override_dh_auto_install: install-ps install-djvu install-cb gencontrol-%: dh_gencontrol -pzathura-$(*) -u-v$($(*)VER)-$(DEBREV) override_dh_gencontrol: /usr/share/zathura/dh_zathura DEBREV=`dpkg-parsechangelog \ | sed -ne 's/^Version: .*-\([^-]*\)/\1/p'` \ $(MAKE) -f debian/rules gencontrol-ps gencontrol-djvu gencontrol-cb DEB_DEBDIR=$(dir $(firstword $(MAKEFILE_LIST))) DEB_UPSTREAM_VER=$(shell dpkg-parsechangelog -l$(DEB_DEBDIR)/changelog \ | sed -ne 's/^Version: \(.*\)-[^-]*/\1/p') get-orig-source-%: TMPD=`mktemp -d` && \ uscan --no-conf \ --force-download \ --no-symlink \ --watchfile $(DEB_DEBDIR)/zathura-$*.watch \ --package zathura-$* \ --upstream-version $($(*)VER) \ --destdir=$$TMPD && \ mv $$TMPD/zathura-$*-$($(*)VER).tar.gz \ zathura-extras_$(DEB_UPSTREAM_VER).orig-$*-$($(*)VERC).tar.gz && \ rmdir $$TMPD .PHONY: get-orig-source get-orig-source: get-orig-source-ps get-orig-source-djvu get-orig-source-cb debian/compat0000644000000000000000000000000212237461431010367 0ustar 9 debian/zathura-cb.watch0000644000000000000000000000015312237461431012260 0ustar version=3 http://pwmt.org/projects/zathura/plugins/zathura-cb/ \.\./download/zathura-cb-([0-9.]*)\.tar\.gz debian/zathura-ps.watch0000644000000000000000000000015312237461431012316 0ustar version=3 http://pwmt.org/projects/zathura/plugins/zathura-ps/ \.\./download/zathura-ps-([0-9.]*)\.tar\.gz debian/source/0000755000000000000000000000000012237461431010471 5ustar debian/source/format0000644000000000000000000000001412237461431011677 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000002212237461431012101 0ustar create-empty-orig debian/zathura-ps.install0000644000000000000000000000010012237461431012646 0ustar usr/lib/zathura/ps.so usr/share/applications/zathura-ps.desktop debian/changelog0000644000000000000000000000600412237513332011041 0ustar zathura-extras (0.2-5) unstable; urgency=low * New upstream release. - zathura-cb 0.1.2. * debian/control: - Bump Standards-Version to 3.9.5. - Bump zathura-dev B-D to >= 0.2.5-1~ to ensure that zathura-extras is built against the GTK+ 3 version of zathura. - Remove unnecessary dpkg-dev B-D. * debian/patches/handle-read_data_block-zero-size.patch: removed, no longer needed. -- Sebastian Ramacher Sat, 09 Nov 2013 21:11:04 +0100 zathura-extras (0.2-4) unstable; urgency=low * Upload to unstable. -- Sebastian Ramacher Sat, 15 Jun 2013 13:07:23 +0200 zathura-extras (0.2-3) experimental; urgency=low * New upstream release. - zathura-djvu 0.2.3. - zathura-ps 0.2.2. * Add zathura-cb 0.1.1: - debian/control: + Add new zathura-cb package. + Add Build-Depends on libarchive-dev. - debian/rules: Build zathura-cb. - debian/copyright: Add copyright information for zathura-cb. - debian/patches/handle-read_data_block-zero-size.patch: Correctly handle archive_read_data_block returning a size of zero. * debian/zathura-{cb,djvu,ps}.install: Install desktop files. * debian/zathura-{cb,djvu,ps}.lintian-overrides: Override desktop-command-not-in-package. The plugins depend on zathura so the command is available. * debian/control: Remove Jakub Wilk from Uploaders. Thanks for your work on zathura, Jakub. * debian/rules: Replace similar copies of code by pattern matching rules. -- Sebastian Ramacher Thu, 16 May 2013 20:45:52 +0200 zathura-extras (0.2-2) experimental; urgency=low * New upstream release. - zathura-djvu 0.2.2. - zathura-ps 0.2.1. * debian/control: - Update my mail address. - Remove DM-Upload-Allowed. - Fix errors in both zathura-djvu's and zathura-ps' Description. - Bump Standards-Version to 3.9.4. * debian/copyright: - Update my mail address. - Update copyright years. -- Sebastian Ramacher Thu, 24 Jan 2013 13:47:00 +0100 zathura-extras (0.2-1) experimental; urgency=low [ Sebastian Ramacher ] * New upstream release. - zathura-djvu 0.2.1. - zathura-ps 0.2.0. * d/rules: Set version of the binary packages according to the plugin's upstream version. * d/README.Debian: removed. * d/control: - Update zathura-djvu's description as it now also supports displaying the document index. - Add libpng15-dev (>= 1.5) to Build-Conflicts since it provides libpng12-dev but doesn't ship and breaks `pkg-config --cflags zathura`. As soon as #652001 is fixed or gdk-pixbuf-2.0.ps uses libpng15 (#642265) this change will be reverted. * d/patches: Removed, not needed anymore. [ Jakub Wilk ] * Add DM-Upload-Allowed. -- Sebastian Ramacher Mon, 10 Sep 2012 23:42:40 +0200 zathura-extras (0.1-1) unstable; urgency=low * Initial release. (Closes: #663648) -- Sebastian Ramacher Thu, 29 Mar 2012 22:41:12 +0200 debian/zathura-djvu.install0000644000000000000000000000010412237461431013200 0ustar usr/lib/zathura/djvu.so usr/share/applications/zathura-djvu.desktop debian/zathura-djvu.watch0000644000000000000000000000015712237461431012650 0ustar version=3 http://pwmt.org/projects/zathura/plugins/zathura-djvu/ \.\./download/zathura-djvu-([0-9.]*)\.tar\.gz debian/README.source0000644000000000000000000000112612237461431011350 0ustar Checking for new releases ------------------------- zathura-extras is a source package consisting of an empty orig tarball and multiple components. Since uscan doesn't handle multiple upstream tarballs very well (#531321) a watch file doesn't exist and the components are split into separate watch files. To check for new a new release of the components run uscan --watchfile debian/zathura-$COMP.watch --package zathura-$COMP \ --report-status --upstream-version $COMPVER The currently packaged component versions can be extracted from debian/rules. They are stored in the *VER variables. debian/copyright0000644000000000000000000000560412237461431011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zathura Upstream-Contact: Moritz Lipp Source: http://pwmt.org/projects/zathura/ Files: djvu-*/* Copyright: 2010-2012 Moritz Lipp 2010-2012 Sebastian Ramacher License: Zlib Files: ps-*/* Copyright: 2011-2012 Moritz Lipp 2011-2012 Sebastian Ramacher License: Zlib Files: cb-*/* Copyright: 2012-2013 Moritz Lipp 2013 Sebastian Ramacher License: Zlib License: Zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. Files: debian/* Copyright: 2012-2013 Sebastian Ramacher 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: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 THE AUTOR 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. debian/zathura-djvu.lintian-overrides0000644000000000000000000000014112237461431015171 0ustar zathura-djvu: desktop-command-not-in-package usr/share/applications/zathura-djvu.desktop zathura debian/source.lintian-overrides0000644000000000000000000000017412237461431014053 0ustar # watch files exist for every component, see README.source for details. zathura-extras source: debian-watch-file-is-missing