debian/0000775000000000000000000000000012053174231007166 5ustar debian/copyright0000664000000000000000000000217511761726577011153 0ustar 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. debian/compat0000664000000000000000000000000211761741624010377 0ustar 8 debian/patches/0000775000000000000000000000000011761734066010632 5ustar debian/patches/rename.patch0000664000000000000000000000362111761734056013123 0ustar Rename the application back to ViewPDF; reason unknown. --- 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/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 = Viewer; + NSDocumentClass = Document; + }); +} debian/patches/series0000664000000000000000000000001511761734066012043 0ustar rename.patch debian/ViewPDF.10000664000000000000000000000104611761726573010536 0ustar .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). debian/manpages0000664000000000000000000000002111761726571010714 0ustar debian/ViewPDF.1 debian/rules0000775000000000000000000000277411761747772010305 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/dpkg/buildflags.mk include /usr/share/GNUstep/debian/config.mk export GNUSTEP_MAKEFILES := $(GS_MAKE_DIR) d_app := $(CURDIR)/debian/viewpdf.app LDFLAGS += -Wl,-z,defs -Wl,--as-needed ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) optim := debug=yes endif build: build-stamp build-stamp: dh_testdir $(MAKE) $(optim) messages=yes CPPFLAGS="$(CPPFLAGS)" \ OBJCFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" touch $@ clean: dh_testdir dh_testroot $(MAKE) clean dh_clean install: build dh_testdir dh_testroot dh_prep $(MAKE) install GNUSTEP_INSTALLATION_DOMAIN=SYSTEM DESTDIR=$(d_app) dh_install debian/*.desktop usr/share/applications/ rm $(d_app)/usr/lib/GNUstep/Applications/*.app/Resources/*.desktop # 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 dh_installdocs dh_installmenu dh_installman gsdh_gnustep dh_installdirs usr/share/GNUstep mv $(d_app)$(GNUSTEP_SYSTEM_APPS)/ViewPDF.app/Resources \ $(d_app)/usr/share/GNUstep/ViewPDF.app dh_link usr/share/GNUstep/ViewPDF.app \ $(GNUSTEP_SYSTEM_APPS)/ViewPDF.app/Resources 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 debian/preinst0000664000000000000000000000053111761752420010603 0ustar #!/bin/sh # dpkg will not replace a real directory with a symlink. # FIXME: Remove this file during the wheezy+1 cycle. set -e set -u RESDIR=/usr/lib/GNUstep/Applications/ViewPDF.app/Resources if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then if [ -d $RESDIR ] && [ ! -L $RESDIR ]; then rm -rf $RESDIR fi fi #DEBHELPER# exit 0 debian/changelog0000664000000000000000000001033112053174230011035 0ustar viewpdf.app (1:0.2dfsg1-4build1) raring; urgency=low * Rebuild for gnustep-gui 0.22 transition. -- Benjamin Drung Wed, 21 Nov 2012 16:51:52 +0100 viewpdf.app (1:0.2dfsg1-4) unstable; urgency=low * debian/control (Maintainer, Uploaders): Adopt package, make the GNUstep team maintainer (Closes: #453437). Move Gürkan to Uploaders and change his email address (Closes: #675222). Add myself. (Build-Depends): Require debhelper >= 8, add dpkg-dev (>= 1.16.1~) for hardening support. Remove version requirements for libgnustep-gui-dev and libpopplerkit-dev. Drop gnustep-make. (Section): Change to `gnustep'. (Depends): Add ${misc:Depends}. (Vcs-Git, Vcs-Browser): New fields. (Homepage): New field, move from Description (Closes: #615353). (Replaces, Conflicts): Remove, obsolete. (Standards-Version): Claim compliance with 3.9.3 as of this release. * debian/patches/rename.patch: Move local modifications here. * debian/patches/series: * debian/source/format: * debian/preinst: New file. * debian/compat: Set to 8. * debian/dirs: * debian/lintian-override: Delete. * debian/ViewPDF.desktop: Remove Version and full stop from Comment (Closes: #619258). * debian/rules: Include /usr/share/dpkg/buildflags.mk. Avoid gs_make as it tends to swallow $(MAKE) arguments. Misc cleanups. (GNUSTEP_MAKEFILES): Export for the reason stated above. (d_app, optim, LDFLAGS): Define. (build-stamp): Pass all relevant flags to enable hardening. (install): Use dh_prep isntead of dh_clean -k. (binary-indep): Don't install the lintian override, move arch-independent Resources to /usr/share instead. * debian/watch: New (dummy) file. -- Yavor Doganov Thu, 31 May 2012 23:31:20 +0300 viewpdf.app (1:0.2dfsg1-3.1) unstable; urgency=medium * Non-maintainer upload. * ViewPDFInfo.plist (NSTypes): Change NSRole to "Viewer", making the app usable with gnustep-gui/0.18 (Closes: #595763). -- Yavor Doganov Tue, 07 Sep 2010 18:50:19 +0300 viewpdf.app (1:0.2dfsg1-3) unstable; urgency=low * GNUstep transition. + Updated debian/rules. + Updated debian/dirs. + Updated FSF address in debian/copyright. + Updated debian/control to reflect actual features. (Closes: #398325) * Menu transition: Moved from Apps/Viewers to Applications/Viewers. * Added a desktop file. -- Gürkan Sengün Mon, 08 Oct 2007 12:58:48 +0200 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 debian/ViewPDF.desktop0000664000000000000000000000021611761742630012035 0ustar [Desktop Entry] Type=Application Categories=Office;Viewer; Name=ViewPDF Comment=PDF Reader for GNUstep Exec=ViewPDF MimeType=application/pdf; debian/control0000664000000000000000000000154111761741066010605 0ustar Source: viewpdf.app Section: gnustep Priority: optional Maintainer: Debian GNUstep maintainers Uploaders: Yavor Doganov , Gürkan Sengün Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1~), libgnustep-gui-dev, libpopplerkit-dev Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-gnustep/vindaloo.app.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnustep/vindaloo.app.git Homepage: http://home.gna.org/gsimageapps/ Package: viewpdf.app Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: pdf-viewer Description: Portable Document Format (PDF) viewer for GNUstep ViewPDF is an application to view and navigate in PDF documents. . Key Features * Zoom * Keyboard shortcuts for fast navigation debian/menu0000664000000000000000000000015711761726577010105 0ustar ?package(viewpdf.app):needs="X11" section="Applications/Viewers"\ title="ViewPDF" command="/usr/bin/ViewPDF" debian/source/0000775000000000000000000000000011761734157010504 5ustar debian/source/format0000664000000000000000000000001411761734157011712 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000006611761752646010242 0ustar # There are no releases of ViewPDF/Vindaloo to track.