--- viewpdf.app-0.9.orig/debian/changelog +++ viewpdf.app-0.9/debian/changelog @@ -0,0 +1,57 @@ +viewpdf.app (0.9-1ubuntu2) edgy; urgency=low + + * Rebuild against latest libgnustep-gui-dev in edgy. + * debian/control: build-depend on libgnustep-gui-dev instead of + libgnustep-gui0.10-dev + * Closes malone #65366 + + -- Michael Bienia Sat, 14 Oct 2006 15:23:16 +0200 + +viewpdf.app (0.9-1ubuntu1) dapper; urgency=low + + * debian/control: Updated build-depends for new GNUstep version + + -- Lukas Fittl Fri, 10 Feb 2006 01:26:04 +0100 + +viewpdf.app (0.9-1) unstable; urgency=low + + * New upstream version. + * Updated debian/control build-depends for GNUstep 0.9.4. + * Renamed source package to viewpdf.app. + + -- Gürkan Sengün Fri, 12 Nov 2004 22:04:50 +0100 + +viewpdf (0.8.5-5) unstable; urgency=low + + * Renamed binary package to viewpdf.app. (Closes: #241613) + * Updated build-depends + + -- Gürkan Sengün Mon, 26 Jul 2004 00:49:22 +0200 + +viewpdf (0.8.5-4) unstable; urgency=low + + * Added LD_LIBRARY_PATH as suggested by Sebastian Muszynski. (Closes: #239721) + * Some build-depends were renamed (imagekits-pdf). + + -- Gürkan Sengün Mon, 5 Apr 2004 23:58:06 +0200 + +viewpdf (0.8.5-3) unstable; urgency=low + + * Added gnustep-make to build-depends. (Closes: #239721) + * Updated GNUstep.sh path. + + -- Gürkan Sengün Tue, 30 Mar 2004 00:21:58 +0200 + +viewpdf (0.8.5-2) unstable; urgency=low + + * Removed imagekits-gui from build-depends. (Closes: #240004) + * Updated debian/menu. + + -- Gürkan Sengün Fri, 26 Mar 2004 00:49:23 +0100 + +viewpdf (0.8.5-1) unstable; urgency=low + + * Initial Release. + + -- Gürkan Sengün Sun, 11 Jan 2004 13:47:54 +0100 + --- viewpdf.app-0.9.orig/debian/control +++ viewpdf.app-0.9/debian/control @@ -0,0 +1,23 @@ +Source: viewpdf.app +Section: text +Priority: optional +Maintainer: Gürkan Sengün +Build-Depends: debhelper (>= 4.0.0), libgnustep-gui-dev, pdfkit.framework, gnustep-make +Standards-Version: 3.6.1 + +Package: viewpdf.app +Architecture: any +Depends: ${shlibs:Depends} +Replaces: viewpdf +Conflicts: viewpdf +Description: Portable Document Format (PDF) viewer for GNUstep + ViewPDF is an application to view and navigate in PDF documents. + . + Key Features + * Document outline that displays the document structure (can also + be used for navigation) + * Comfortable search + * Simple bookmarking + * Zoom + * Keyboard shortcuts for fast navigation + * Text-Selection (press shift and left button while dragging the mouse) --- viewpdf.app-0.9.orig/debian/compat +++ viewpdf.app-0.9/debian/compat @@ -0,0 +1 @@ +4 --- viewpdf.app-0.9.orig/debian/menu +++ viewpdf.app-0.9/debian/menu @@ -0,0 +1,2 @@ +?package(viewpdf.app):needs="X11" section="Apps/Viewers"\ + title="ViewPDF" command="/usr/bin/ViewPDF" --- viewpdf.app-0.9.orig/debian/lintian-override +++ viewpdf.app-0.9/debian/lintian-override @@ -0,0 +1 @@ +viewpdf.app: image-file-in-usr-lib --- viewpdf.app-0.9.orig/debian/dirs +++ viewpdf.app-0.9/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/lib/GNUstep/System +usr/share/lintian/overrides --- viewpdf.app-0.9.orig/debian/manpages +++ viewpdf.app-0.9/debian/manpages @@ -0,0 +1 @@ +debian/ViewPDF.1 --- viewpdf.app-0.9.orig/debian/copyright +++ viewpdf.app-0.9/debian/copyright @@ -0,0 +1,9 @@ +This package was debianized by Gürkan Sengün on +Sun, 11 Jan 2004 13:47:54 +0100. + +It was downloaded from http://mac.wms-network.de/gnustep/imageapps/viewpdf/viewpdf.html + +Upstream Author: Stefan Kleine Stegemann + +Copyright: GNU GPL +Please see /usr/share/common-licenses/GPL for the full license. --- viewpdf.app-0.9.orig/debian/rules +++ viewpdf.app-0.9/debian/rules @@ -0,0 +1,73 @@ +#!/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 + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ + LD_LIBRARY_PATH=$(LD_LIBRARY_PATH):/usr/lib/GNUstep/System/Library/Libraries/ $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ + $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + . /usr/lib/GNUstep/System/Library/Makefiles/GNUstep.sh ; \ + $(MAKE) install GNUSTEP_INSTALLATION_DIR=`pwd`/debian/viewpdf.app/usr/lib/GNUstep/System + + +# 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 Documentation/ChangeLog + install -m 644 debian/lintian-override $(CURDIR)/debian/viewpdf.app/usr/share/lintian/overrides/viewpdf.app + dh_installdocs + dh_installexamples + dh_installmenu + dh_installman + dh_link -pviewpdf.app usr/bin/gnustep-app-wrapper usr/bin/ViewPDF + dh_strip + dh_compress + dh_fixperms + 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 --- viewpdf.app-0.9.orig/debian/docs +++ viewpdf.app-0.9/debian/docs @@ -0,0 +1,3 @@ +Documentation/README +Documentation/Contributors.txt +Documentation/TODO --- viewpdf.app-0.9.orig/debian/ViewPDF.1 +++ viewpdf.app-0.9/debian/ViewPDF.1 @@ -0,0 +1,18 @@ +.TH VIEWPDF 1 "November 12, 2004" +.SH NAME +ViewPDF \- view and navigate in PDF documents +.SH SYNOPSIS +.B ViewPDF +.SH DESCRIPTION +This manual page documents briefly the +.B ViewPDF +command. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +.PP +\fBViewPDF\fP is an application to view and navigate in PDF documents. +.SH SEE ALSO +.BR GNUstep (7). +.SH AUTHOR +This manual page was written by Gürkan Sengün , +for the Debian project (but may be used by others).