--- viewpdf.app-0.2dfsg1.orig/GNUmakefile +++ viewpdf.app-0.2dfsg1/GNUmakefile @@ -8,21 +8,21 @@ # Application # VERSION = 0.2 -PACKAGE_NAME = Vindaloo -APP_NAME = Vindaloo -Vindaloo_APPLICATION_ICON = -Vindaloo_MAIN_MODEL_FILE = Main +PACKAGE_NAME = ViewPDF +APP_NAME = ViewPDF +ViewPDF_APPLICATION_ICON = +ViewPDF_MAIN_MODEL_FILE = Main # # Used Libraries # -Vindaloo_LIB_DIRS = -Vindaloo_GUI_LIBS = -lPopplerKit +ViewPDF_LIB_DIRS = +ViewPDF_GUI_LIBS = -lPopplerKit # # Global Resource files # -Vindaloo_RESOURCE_FILES = \ +ViewPDF_RESOURCE_FILES = \ Images/First.png \ Images/Last.png \ Images/Next.png \ @@ -34,15 +34,15 @@ # # Language Resources # -Vindaloo_LANGUAGES = English -Vindaloo_LOCALIZED_RESOURCE_FILES = \ +ViewPDF_LANGUAGES = English +ViewPDF_LOCALIZED_RESOURCE_FILES = \ Main.gorm \ Document.gorm # # Class files # -Vindaloo_OBJC_FILES = \ +ViewPDF_OBJC_FILES = \ AppDelegate.m \ CenteringClipView.m \ Controller.m \ @@ -62,7 +62,7 @@ # # C files # -Vindaloo_C_FILES = +ViewPDF_C_FILES = # # Makefiles --- viewpdf.app-0.2dfsg1.orig/debian/lintian-override +++ viewpdf.app-0.2dfsg1/debian/lintian-override @@ -0,0 +1 @@ +viewpdf.app: image-file-in-usr-lib --- viewpdf.app-0.2dfsg1.orig/debian/copyright +++ viewpdf.app-0.2dfsg1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Gürkan Sengün on +Sun, 11 Jan 2004 13:47:54 +0100. + +It was downloaded from http://download.gna.org/gsimageapps/Vindaloo/ + +Upstream Author: Stefan Kleine Stegemann + +Copyright: + + Copyright (C) 2004-2005 Stefan Kleine Stegemann + + 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. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- viewpdf.app-0.2dfsg1.orig/debian/dirs +++ viewpdf.app-0.2dfsg1/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/lib/GNUstep/System +usr/share/lintian/overrides --- viewpdf.app-0.2dfsg1.orig/debian/manpages +++ viewpdf.app-0.2dfsg1/debian/manpages @@ -0,0 +1 @@ +debian/ViewPDF.1 --- viewpdf.app-0.2dfsg1.orig/debian/compat +++ viewpdf.app-0.2dfsg1/debian/compat @@ -0,0 +1 @@ +4 --- viewpdf.app-0.2dfsg1.orig/debian/control +++ viewpdf.app-0.2dfsg1/debian/control @@ -0,0 +1,27 @@ +Source: viewpdf.app +Section: text +Priority: optional +Maintainer: Gürkan Sengün +Uploaders: Debian GNUstep maintainers +Build-Depends: debhelper (>= 4.0.0), libgnustep-gui-dev, libpopplerkit-dev (>= 0.0.20051227svn-3), gnustep-make +Standards-Version: 3.7.2 + +Package: viewpdf.app +Architecture: any +Depends: ${shlibs:Depends} +Provides: pdf-viewer +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) + . + Homepage: http://home.gna.org/gsimageapps/ --- viewpdf.app-0.2dfsg1.orig/debian/rules +++ viewpdf.app-0.2dfsg1/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp + +build-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 + . /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 + install -m 644 debian/lintian-override $(CURDIR)/debian/viewpdf.app/usr/share/lintian/overrides/viewpdf.app + dh_installdocs + 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 --- viewpdf.app-0.2dfsg1.orig/debian/menu +++ viewpdf.app-0.2dfsg1/debian/menu @@ -0,0 +1,2 @@ +?package(viewpdf.app):needs="X11" section="Apps/Viewers"\ + title="ViewPDF" command="/usr/bin/ViewPDF" --- viewpdf.app-0.2dfsg1.orig/debian/ViewPDF.1 +++ viewpdf.app-0.2dfsg1/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\[:u]rkan Seng\[:u]n , +for the Debian project (but may be used by others). --- viewpdf.app-0.2dfsg1.orig/debian/changelog +++ viewpdf.app-0.2dfsg1/debian/changelog @@ -0,0 +1,59 @@ +viewpdf.app (1:0.2dfsg1-2) unstable; urgency=low + + * Rebuild against latest libgnustep-gui-dev. + * Added co-maintainers. + * Updated build-depends. + + -- Gürkan Sengün Sat, 16 Sep 2006 18:13:34 +0200 + +viewpdf.app (1:0.2dfsg1-1) unstable; urgency=low + + * New upstream version. + * Updated debian/control. + * Rebuild against latest libgnustep-gui. (Closes: #350037) + * Update manual page. + * Bump standards version. + + -- Gürkan Sengün Thu, 9 Mar 2006 12:48:42 +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.2dfsg1.orig/ViewPDFInfo.plist +++ viewpdf.app-0.2dfsg1/ViewPDFInfo.plist @@ -0,0 +1,21 @@ +{ + ApplicationDescription = "A spicy PDF Reader."; + ApplicationIcon = ViewPDF; + ApplicationName = ViewPDF; + ApplicationRelease = "0.2"; + ApplicationURL = "http://home.gna.org/gsimageapps/"; + Authors = ("Stefan Kleine Stegemann"); + Copyright = "Copyright \U00a9 2005 Stefan Kleine Stegemann"; + CopyrightDescription = "Released under the GNU GPL."; + FullVersionID = "1.0"; + NSTypes = ( + { + NSName = "pdf"; + NSHumanReadableName = "PDF Document"; + NSUnixExtensions = (pdf,PDF); + NSDOSExtensions = (pdf); + NSMIMETypes = ("application/pdf"); + NSRole = Editor; + NSDocumentClass = Document; + }); +}