--- gpdf-2.10.0.orig/xpdf/gpdf-control.cc +++ gpdf-2.10.0/xpdf/gpdf-control.cc @@ -208,12 +208,12 @@ const gchar * status) { GPdfControlPrivate *priv; - guint to_id; + gulong to_id; g_return_if_fail (GPDF_IS_NON_NULL_CONTROL (control)); priv = control->priv; - if ((to_id = (unsigned int) + if ((to_id = (unsigned long) g_object_get_data (G_OBJECT (control), "status-timeout-id")) != 0) { g_object_set_data (G_OBJECT (control), --- gpdf-2.10.0.orig/debian/control +++ gpdf-2.10.0/debian/control @@ -0,0 +1,21 @@ +Source: gpdf +Section: text +Priority: optional +Maintainer: Filip Van Raemdonck +Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Ed Boraas , Edd Dumbill , Emil Soleyman-Zomalan , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Ross Burton , Sebastien Bacher , Sjoerd Simons , Takuo KITAME +Build-Depends: cdbs, debhelper (>= 4), gnome-pkg-tools, libgnomeprintui2.2-dev (>= 2.6), libgnomeprint2.2-dev (>= 2.8), libgnomeui-dev, libgtk2.0-dev (>= 2.6.0), libpaper-dev, libxml-parser-perl, scrollkeeper +Build-Conflicts: tetex-bin +Standards-Version: 3.6.1.0 + +Package: gpdf +Architecture: any +Depends: ${shlibs:Depends} +Provides: pdf-viewer +Description: Portable Document Format (PDF) viewer + Gpdf is a graphical viewer for documents in the Portable Document Format. + (These are sometimes called `Acrobat' files after the name of Adobe's PDF + software.) + . + Gpdf is based on Xpdf, which is also available in Debian, but it is + integrated into the GNOME Desktop environment while the original Xpdf + is not. --- gpdf-2.10.0.orig/debian/menu +++ gpdf-2.10.0/debian/menu @@ -0,0 +1,5 @@ +?package(gpdf):needs="X11"\ +section="Apps/Viewers"\ +title="PDF viewer"\ +icon="/usr/share/pixmaps/gnome-pdf.xpm"\ +command="/usr/bin/gpdf" --- gpdf-2.10.0.orig/debian/changelog +++ gpdf-2.10.0/debian/changelog @@ -0,0 +1,239 @@ +gpdf (2.10.0-0ubuntu4) breezy; urgency=low + + * FTBFS on amd64 in xpdf/gpdf-control: make to_int to unsigned long rather + unsigned int + + -- Reinhard Tartler Fri, 7 Oct 2005 22:24:32 +0200 + +gpdf (2.10.0-0ubuntu3) breezy; urgency=low + + * fix FTBFS: some forward declarations in TextOutputDev + + -- Stefan Potyra Fri, 7 Oct 2005 20:03:13 +0200 + +gpdf (2.10.0-0ubuntu2) breezy; urgency=low + + * Rebuild for new C++ ABI + + -- Matthias Klose Tue, 28 Jun 2005 11:03:53 +0000 + +gpdf (2.10.0-0ubuntu1) hoary; urgency=low + + * New upstream release. + * debian/watch: + - update. + + -- Sebastien Bacher Mon, 7 Mar 2005 21:24:34 +0100 + +gpdf (2.9.3-0ubuntu2) hoary; urgency=low + + * SECURITY UPDATE: xpdf multiple vulnerabilities + * Applied patch from Warty to fix these vulnerabilities + * References + - CAN-2005-0064 + + -- Gerardo Di Giacomo Mon, 21 Feb 2005 23:54:12 +0100 + +gpdf (2.9.3-0ubuntu1) hoary; urgency=low + + * New upstream release: + - fix CAN 2004-0888 fix for 64bit platforms. + - fix CAN-2004-1125 + + -- Sebastien Bacher Wed, 9 Feb 2005 13:18:56 +0100 + +gpdf (2.9.2-0ubuntu1) hoary; urgency=low + + * New upstream release. + + -- Sebastien Bacher Wed, 9 Feb 2005 11:46:00 +0100 + +gpdf (2.9.1-0ubuntu1) hoary; urgency=low + + * New upstream release: + - depend on gtk+ 2.6 and use GtkAboutDialog, GtkMenuToolButton, + GtkMessageDialog with secondary text. + * debian/control.in: + - updated the Build-Depends on libgtk2.0-dev. + * debian/patches/checks.patch: + - removed, the changes are in the new version. + * debian/patches/run_command.patch: + - removed, the changes are in the new version. + * debian/watch: + - added. + + -- Sebastien Bacher Tue, 21 Dec 2004 10:15:37 +0100 + +gpdf (2.8.0-1) unstable; urgency=high + + * Security fix for integer overflow issues in xpdf codebase. + (CVE reference: CAN-2004-0888) + * Acknowledge NMUs. (Closes: #268108, #268295, #272766, #275351) + * Fix man page so it gets installed in section 1. (Closes: #273626) + * Add GNOME team to uploaders. + + -- Filip Van Raemdonck Thu, 21 Oct 2004 06:32:00 +0200 + +gpdf (2.8.0-0.1) unstable; urgency=medium + + * NMU to fix some bad bugs. + * New upstream release. + * debian/patches/run_command.patch: + - use %F instead of %U in the desktop file, should fix some problems with + the opening in web browsers. + * debian/control: + - updated the Build-Depends on libgnomeprint (should closes: #272766). + * debian/postinst: + - removed the static gconf code, dh_gconf handles that. + - register in the mime system. + * debian/rules: + - use simple-patchsys. + + -- Sebastien Bacher Wed, 29 Sep 2004 01:03:16 +0200 + +gpdf (2.7.91-0.1) unstable; urgency=high + + * NMU, the new version fixes some importants bugs. + * New upstream release: + - apparently fixes the crash with http:// URIs (Closes: #268873). + - don't overwrite files in Save As without asking the user. + - fix crash with action-less bookmark nodes (Closes: #268108). + - fix crash with mailto Links. + + -- Sebastien Bacher Mon, 30 Aug 2004 18:00:15 +0200 + +gpdf (2.7.90-1.1) unstable; urgency=high + + * NMU to fix a FTBFS. + * debian/control: + - Build-Conflicts on tetex-bin (Closes: #268295). + + -- Sebastien Bacher Mon, 30 Aug 2004 16:19:37 +0200 + +gpdf (2.7.90-1) unstable; urgency=medium + + * New upstream version. + * Scrollbar arrows work properly now. (Closes: #202520) + * Previous page top no longer shown on switches. (Closes: #222004) + * Synced to xpdf 3 codebase. (Closes: #246435) + * Fixes crashes. (Closes: #251393) + * Yet more font fixes. (Closes: #257520) + + -- Filip Van Raemdonck Wed, 04 Aug 2004 19:08:27 +0200 + +gpdf (0.131-1) unstable; urgency=low + + * Upload to unstable. + * The newer upstream version can deal handle a great deal more pdfs that + used to have font issues before. + (Closes: #218062, #224358, #245559, #246152) + * Disable Bonobo/PersistStream interface. (Closes: #228051) + * Acknowledge NMUs. (Closes: #231368, #232451, #242047) + * Put the manpage in the right section. (Closes: #233016) + * There is a save action now. (Closes: #247541) + * Add scrollkeeper builddep. (Closes: #250357) + + -- Filip Van Raemdonck Tue, 25 May 2004 17:46:49 +0200 + +gpdf (0.131-0.1) experimental; urgency=low + + * Upload of Gnome2.6 version in experimental with maintainer approval + (Closes: #242047). + * debian/control: + + updated Build-Depends. + * debian/postinst: + + added for schemas registration. + + -- Sebastien Bacher Fri, 21 May 2004 01:35:43 +0200 + +gpdf (0.112-1.1) unstable; urgency=medium + + * NMU + * [debian/control] Added Build-Depends: libxml-parser-perl to fix FTBFS. + (Closes: #231368) + + -- J.H.M. Dassen (Ray) Thu, 12 Feb 2004 21:05:05 +0100 + +gpdf (0.112-1) unstable; urgency=medium + + * New upstream stable version. + * Install README.GPdf (Closes: #223644) + * Don't mention the GNOME help system in the manpage; it isn't used. + (Closes: #226634) + * Use gtk_window_set_default_icon_list() rather than just _icon() as the + latter is a GTK+2.3 API addition. + + -- Filip Van Raemdonck Thu, 05 Feb 2004 22:15:49 +0100 + +gpdf (0.111-1) unstable; urgency=medium + + * New upstream version. (Closes: #217658) + * Acknowledge NMU. (Closes: #199843, #201860, #202519, #203196, #205602, #208222) + * Rebuilt against recent gnome-print. (Closes: #197231) + * Add back mime support. (Closes: #218899) + * Install a xpm version of the icon for the Debian menu. + + -- Filip Van Raemdonck Tue, 18 Nov 2003 00:20:46 +0100 + +gpdf (0.110-0.1) unstable; urgency=low + + * Non-Maintainer upload + * New upstream version (closes: #208222) + * Package upgraded to comply with Debian policy 3.6.1.0 + * Changed section from text(?) to gnome + * Changelog UTF-8 encoded + * Implemented Common Debian Build System + * Screen no longer double redraws (closes: #205602) + * Added manpage (closes: #201860) + * PageUp/PageDn now function correctly (closes: #202519) + * Toolbar now behaves correctly (closes: #203196) + * Icon added to menu entry (closes: #199843) + + -- Peter Joseph Sat, 20 Sep 2003 01:50:18 +0100 + +gpdf (0.103-2) unstable; urgency=low + + * Wrap libgnomeprint fontmap, adding Martin Kretzschmar his font download + patch to enable embedded fonts. (Closes: #195894) + Actually getting this right is what I spent last weeks time on, rather + wasting effort on a dependency bug which affected only autobuilt arches + and which could have easily been fixed by recompilation, i.e. binNMUs. + * Add a Suggests: xpdf-utils, also per Andre L. + + -- Filip Van Raemdonck Tue, 10 Jun 2003 20:00:48 +0200 + +gpdf (0.103-1) unstable; urgency=low + + * New upstream version. + * A new upload will force all arches to autobuild with a fixed popt. + (Closes: #195097) + * Improve description per Andre L.'s suggestions. (Closes: #196144) + + -- Filip Van Raemdonck Tue, 10 Jun 2003 18:35:07 +0200 + +gpdf (0.102-1) unstable; urgency=low + + * New upstream version. Really upload this one. + * Add a mime-support file. + + -- Filip Van Raemdonck Sat, 24 May 2003 19:11:26 +0200 + +gpdf (0.100-1) unstable; urgency=low + + * Initial upload. (Closes: #188307) + Thanks to Ross for his packaging work. + + -- Filip Van Raemdonck Wed, 9 Apr 2003 19:32:34 +0200 + +gpdf (0.99.20030305-1) experimental; urgency=low + + * New CVS update. + + -- Ross Burton Wed, 5 Mar 2003 15:05:28 +0000 + +gpdf (0.99.20030226-1) experimental; urgency=low + + * Initial Release. + + -- Ross Burton Tue, 25 Feb 2003 17:50:13 +0000 + --- gpdf-2.10.0.orig/debian/patches/10_xpdf_TextOutputDev.patch +++ gpdf-2.10.0/debian/patches/10_xpdf_TextOutputDev.patch @@ -0,0 +1,13 @@ +diff -Nur gpdf-2.10.0/xpdf/TextOutputDev.h gpdf-2.10.0.new/xpdf/TextOutputDev.h +--- gpdf-2.10.0/xpdf/TextOutputDev.h 2004-05-17 21:37:57.000000000 +0200 ++++ gpdf-2.10.0.new/xpdf/TextOutputDev.h 2005-10-07 19:47:29.000000000 +0200 +@@ -25,6 +25,9 @@ + class GfxFont; + class GfxState; + class UnicodeMap; ++class TextBlock; ++class TextPage; ++class TextLineFrag; + + //------------------------------------------------------------------------ + --- gpdf-2.10.0.orig/debian/watch +++ gpdf-2.10.0/debian/watch @@ -0,0 +1,4 @@ +version=2 +ftp://ftp.gnome.org/pub/GNOME/sources/gpdf/2.10/ \ + gpdf-(.*)\.tar\.gz \ + debian uupdate --- gpdf-2.10.0.orig/debian/rules +++ gpdf-2.10.0/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk + +DEB_INSTALL_MANPAGES_gpdf := debian/gpdf.1 +DEB_INSTALL_DOCS_gpdf := README.GPdf + +binary-post-install/gpdf:: + install -D -m 0644 -o root -g root debian/gnome-pdf.xpm debian/gpdf/usr/share/pixmaps/gnome-pdf.xpm + dh_installmime -pgpdf + --- gpdf-2.10.0.orig/debian/postinst +++ gpdf-2.10.0/debian/postinst @@ -0,0 +1,14 @@ +#! /bin/sh +# postinst script for gpdf + +if [ "$1" = "configure" ]; then + if [ -x /usr/bin/update-desktop-database ] ; then + /usr/bin/update-desktop-database + fi +fi + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. +#DEBHELPER# + +exit 0 --- gpdf-2.10.0.orig/debian/compat +++ gpdf-2.10.0/debian/compat @@ -0,0 +1 @@ +4 --- gpdf-2.10.0.orig/debian/gpdf.1 +++ gpdf-2.10.0/debian/gpdf.1 @@ -0,0 +1,92 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" +.\" $Id: gpdf, 2003/09/17 19:41:50 epg Exp $ +.\" +.TH GPDF 1 "May 25, 2004" gnome "GNOME User's Manual" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +gpdf \- A GNOME Portable Document Format (PDF) viewer +.SH SYNOPSIS +.B gpdf +.RI [ options ] " files" ... +.SH DESCRIPTION +This manual page documents briefly the +.B gpdf +command. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBgpdf\fP is a graphical viewer for documents in the Portable Document Format. (These are sometimes called `Acrobat' files after the name of Adobe's PDF software.) + +gpdf is based on Xpdf, which is also available in Debian, but it is integrated into the GNOME Desktop environment while the original Xpdf is not. +.SH OPTIONS +These programs follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. + +Usage: gpdf [OPTION...] + + --load-modules=MODULE1,MODULE2,... Dynamic modules to load + --version Displays version information + +Help options + -?, --help Show this help message + --usage Display brief usage message + +GTK+ + --gdk-debug=FLAGS Gdk debugging flags to set + --gdk-no-debug=FLAGS Gdk debugging flags to unset + --display=DISPLAY X display to use + --screen=SCREEN X screen to use + --sync Make X calls synchronous + --name=NAME Program name as used by the window + manager + --class=CLASS Program class as used by the window manager + + --gxid-host=HOST + --gxid-port=PORT + --gtk-debug=FLAGS Gtk+ debugging flags to set + --gtk-no-debug=FLAGS Gtk+ debugging flags to unset + --g-fatal-warnings Make all warnings fatal + --gtk-module=MODULE Load an additional Gtk module + +Bonobo activation Support + + --oaf-ior-fd=FD File descriptor to print IOR on + --oaf-activate-iid=IID IID to activate + --oaf-private Prevent registering of server with OAF + +GNOME GConf Support + +GNOME Library + --disable-sound Disable sound server usage + --enable-sound Enable sound server usage + --espeaker=HOSTNAME:PORT Host:port on which the sound server + to use is running + + --version + +Session management + --sm-client-id=ID Specify session management ID + --sm-config-prefix=PREFIX Specify prefix of saved configuration + --sm-disable Disable connection to session manager +GNOME GUI Library + --disable-crash-dialog + +.SH AUTHOR +This manual page was written by Peter Joseph , +for the Debian GNU/Linux system (but may be used by others). --- gpdf-2.10.0.orig/debian/control.in +++ gpdf-2.10.0/debian/control.in @@ -0,0 +1,21 @@ +Source: gpdf +Section: text +Priority: optional +Maintainer: Filip Van Raemdonck +Uploaders: @GNOME_TEAM@ +Build-Depends: cdbs, debhelper (>= 4), gnome-pkg-tools, libgnomeprintui2.2-dev (>= 2.6), libgnomeprint2.2-dev (>= 2.8), libgnomeui-dev, libgtk2.0-dev (>= 2.6.0), libpaper-dev, libxml-parser-perl, scrollkeeper +Build-Conflicts: tetex-bin +Standards-Version: 3.6.1.0 + +Package: gpdf +Architecture: any +Depends: ${shlibs:Depends} +Provides: pdf-viewer +Description: Portable Document Format (PDF) viewer + Gpdf is a graphical viewer for documents in the Portable Document Format. + (These are sometimes called `Acrobat' files after the name of Adobe's PDF + software.) + . + Gpdf is based on Xpdf, which is also available in Debian, but it is + integrated into the GNOME Desktop environment while the original Xpdf + is not. --- gpdf-2.10.0.orig/debian/gnome-pdf.xpm +++ gpdf-2.10.0/debian/gnome-pdf.xpm @@ -0,0 +1,364 @@ +/* XPM */ +static char * gnome_pdf_xpm[] = { +"32 32 329 2", +" c None", +". c #AAAAAA", +"+ c #FFFFFF", +"@ c #FEFEFE", +"# c #FBFBFB", +"$ c #EEEEEE", +"% c #DCDCDC", +"& c #F9F9F9", +"* c #E2E2E2", +"= c #FCFCFC", +"- c #B9B9B9", +"; c #F6EBEB", +"> c #E0B3B3", +", c #E1B6B6", +"' c #F5E8E8", +") c #FDFDFD", +"! c #F8F8F8", +"~ c #CFCFCF", +"{ c #F7F7F7", +"] c #C3C3C3", +"^ c #D69A9A", +"/ c #9D0909", +"( c #9E0D0D", +"_ c #B23F3F", +": c #EACCCC", +"< c #FDFDFC", +"[ c #C5C5C5", +"} c #DFDFDF", +"| c #D7D7D7", +"1 c #C9C9C9", +"2 c #A3A3A3", +"3 c #AE3535", +"4 c #D39393", +"5 c #F3E4E4", +"6 c #C36C6C", +"7 c #D19292", +"8 c #F8F4F4", +"9 c #FAFAFA", +"0 c #FCFCFB", +"a c #F6F6F5", +"b c #A9A9A9", +"c c #6D6D6D", +"d c #626261", +"e c #595959", +"f c #6F6F6E", +"g c #2D2D2D", +"h c #B34141", +"i c #F5EAEA", +"j c #E0E0E0", +"k c #8E8383", +"l c #593030", +"m c #6D6868", +"n c #898989", +"o c #CDCDCD", +"p c #F0F0F0", +"q c #F9F9F8", +"r c #F2F2F2", +"s c #C6C6C5", +"t c #B0B0AF", +"u c #8D8D8D", +"v c #232323", +"w c #ECD2D1", +"x c #C67373", +"y c #EDEDED", +"z c #AEAEAE", +"A c #B7B7B7", +"B c #B2B2B2", +"C c #A4A4A4", +"D c #5C5C5C", +"E c #6C6C6C", +"F c #CFCFCE", +"G c #EFEFEF", +"H c #F6F6F6", +"I c #F4F4F4", +"J c #D8D8D7", +"K c #393939", +"L c #E8C6C6", +"M c #C78383", +"N c #858585", +"O c #868686", +"P c #F1F1F1", +"Q c #F3F1F1", +"R c #D3D0D0", +"S c #808080", +"T c #5B5B5B", +"U c #C7C7C7", +"V c #F4F4F3", +"W c #F3F3F2", +"X c #F2F2F1", +"Y c #DDDDDC", +"Z c #3C3C3C", +"` c #EFD8D8", +" . c #7F3535", +".. c #7D7D7D", +"+. c #DEDEDD", +"@. c #FEFDFD", +"#. c #FAF4F4", +"$. c #EFEDEC", +"%. c #737373", +"&. c #747473", +"*. c #F1F1F0", +"=. c #FEFEFD", +"-. c #603333", +";. c #A8A8A8", +">. c #EED6D6", +",. c #F5E9E9", +"'. c #BEBEBD", +"). c #585858", +"!. c #C1C1C0", +"~. c #E9E9E9", +"{. c #F0F0EF", +"]. c #DCDCDB", +"^. c #484242", +"/. c #CBCBCB", +"(. c #F8F6F6", +"_. c #FAF8F8", +":. c #DBA7A7", +"<. c #EED8D8", +"[. c #EAEAEA", +"}. c #535353", +"|. c #A5A5A5", +"1. c #DFDFDE", +"2. c #EFEFEE", +"3. c #DBDBDA", +"4. c #3B3B3B", +"5. c #F2E8E8", +"6. c #ECD6D6", +"7. c #DBAAAA", +"8. c #F5F0EF", +"9. c #505050", +"0. c #9A9A9A", +"a. c #D9D9D8", +"b. c #EFEFED", +"c. c #EEEEED", +"d. c #F5F5F4", +"e. c #4E4E4E", +"f. c #B3B3B3", +"g. c #E7D4D3", +"h. c #F5EEEE", +"i. c #F8F7F7", +"j. c #EDDDDD", +"k. c #DDB2B1", +"l. c #F2ECEC", +"m. c #E2E2E1", +"n. c #5A5A5A", +"o. c #999999", +"p. c #EDEDEC", +"q. c #D9D9D9", +"r. c #F5F5F5", +"s. c #6A6A69", +"t. c #878787", +"u. c #D7C2C2", +"v. c #EAD8D8", +"w. c #EBDCDB", +"x. c #E5CCCC", +"y. c #E4CBCA", +"z. c #EFE8E7", +"A. c #BABABA", +"B. c #A3A3A2", +"C. c #ECECEB", +"D. c #FAFAF9", +"E. c #BBBABA", +"F. c #E4DDDD", +"G. c #EFE9E8", +"H. c #F2F0EF", +"I. c #747474", +"J. c #BBBBBA", +"K. c #E4E4E3", +"L. c #EBEBEA", +"M. c #EBEBE9", +"N. c #DADAD9", +"O. c #717170", +"P. c #BDBDBC", +"Q. c #666666", +"R. c #101010", +"S. c #494949", +"T. c #C2C2C1", +"U. c #EAEAE9", +"V. c #EAEAE8", +"W. c #F8F8F7", +"X. c #7B7B7B", +"Y. c #3E3E3D", +"Z. c #767676", +"`. c #919190", +" + c #969696", +".+ c #848483", +"++ c #414141", +"@+ c #616160", +"#+ c #1D1D1D", +"$+ c #0D0D0D", +"%+ c #222222", +"&+ c #8F8F8E", +"*+ c #DCDCDA", +"=+ c #E7E7E6", +"-+ c #D7D7D6", +";+ c #F7F7F6", +">+ c #F3F3F3", +",+ c #D2D2D1", +"'+ c #696969", +")+ c #4D4D4D", +"!+ c #7C7C7B", +"~+ c #8E8E8C", +"{+ c #181818", +"]+ c #1A1A1A", +"^+ c #A7A7A6", +"/+ c #D6D6D5", +"(+ c #E8E8E8", +"_+ c #C5C5C4", +":+ c #BCBCBC", +"<+ c #BFBFBE", +"[+ c #CACAC9", +"}+ c #C3C3C1", +"|+ c #515150", +"1+ c #1F1F1F", +"2+ c #131313", +"3+ c #7F7F7E", +"4+ c #C7C7C6", +"5+ c #E6D0D0", +"6+ c #CC8A8A", +"7+ c #CC8B8B", +"8+ c #D29C9B", +"9+ c #ECE6E5", +"0+ c #D6AAAA", +"a+ c #C78685", +"b+ c #C68888", +"c+ c #D2ACAB", +"d+ c #E4DDDC", +"e+ c #DCC6C5", +"f+ c #C58483", +"g+ c #BC7C7B", +"h+ c #8F5A5A", +"i+ c #171717", +"j+ c #181817", +"k+ c #959594", +"l+ c #353535", +"m+ c #DFBEBE", +"n+ c #BD6363", +"o+ c #E1C7C6", +"p+ c #C67B7B", +"q+ c #D09897", +"r+ c #C98887", +"s+ c #DCBEBD", +"t+ c #BE6C6C", +"u+ c #CC9393", +"v+ c #D8B8B6", +"w+ c #B95F5F", +"x+ c #DAC1C0", +"y+ c #D3BBB9", +"z+ c #A2A2A1", +"A+ c #40403F", +"B+ c #1E1E1E", +"C+ c #DEBDBD", +"D+ c #BE6666", +"E+ c #EAE1E0", +"F+ c #C88585", +"G+ c #CC9090", +"H+ c #C88787", +"I+ c #CE9897", +"J+ c #ECECEA", +"K+ c #D4A9A8", +"L+ c #D8B7B6", +"M+ c #B75757", +"N+ c #C4807F", +"O+ c #C37F7E", +"P+ c #D6D5D4", +"Q+ c #9D9D9C", +"R+ c #383838", +"S+ c #202020", +"T+ c #151515", +"U+ c #DDBCBC", +"V+ c #B95959", +"W+ c #C47A7A", +"X+ c #C88282", +"Y+ c #E4D5D4", +"Z+ c #C88786", +"`+ c #CE9796", +" @ c #D3A8A8", +".@ c #BD6C6B", +"+@ c #D7B6B5", +"@@ c #B96060", +"#@ c #DDCCCA", +"$@ c #DCCBC9", +"%@ c #E3E3E2", +"&@ c #DBDBD9", +"*@ c #A4A4A3", +"=@ c #767675", +"-@ c #777776", +";@ c #2A2A2A", +">@ c #DDBCBB", +",@ c #BD6564", +"'@ c #E8E0DF", +")@ c #EAE6E5", +"!@ c #C88685", +"~@ c #C78786", +"{@ c #D9BCBA", +"]@ c #CA9190", +"^@ c #D6B6B4", +"/@ c #BA6362", +"(@ c #E5E5E4", +"_@ c #E5E5E3", +":@ c #E4E4E2", +"<@ c #E2E2E0", +"[@ c #D8D8D6", +"}@ c #C9C9C8", +"|@ c #E2CCCB", +"1@ c #CD9392", +"2@ c #D2A7A6", +"3@ c #C68584", +"4@ c #C78888", +"5@ c #D3ACAB", +"6@ c #E3DDDB", +"7@ c #DBC5C4", +"8@ c #C88D8C", +"9@ c #E1E1DF", +"0@ c #E0E0DF", +"a@ c #E9E9E8", +"b@ c #E8E8E7", +"c@ c #E6E6E5", +"d@ c #E6E6E4", +"e@ c #E3E3E1", +"f@ c #8C8C8C", +"g@ c #DBDBDB", +"h@ c #DADADA", +"i@ c #D5D5D4", +"j@ c #D4D4D3", +"k@ c #D3D3D2", +"l@ c #D3D3D1", +"m@ c #B8B8B7", +"n@ c #323232", +" ", +" . . . . . . . . . . . . . . . . . ", +" . + + + + + + + + + @ @ @ @ @ @ @ @ # $ % ", +" . + + + + + + + @ @ @ @ @ @ @ @ @ @ & * = - ", +" . + + + + + @ ; > , ' @ @ @ @ @ @ ) ! ~ ) { ] ", +" . + + + + @ @ ^ / ( _ : @ ) ) ) < = { [ } | 1 2 ", +" . + + + @ @ @ 3 4 ) 5 6 7 8 9 # 0 0 a b c d e f g ", +" . + + + @ ) ) h i = j k l m n o p q ! r j s t u v ", +" . + + @ @ @ w x y u c z A B C D E F G H a I I J K ", +" . + + + + + L M N O o P # = Q R S T U p V W X Y Z ", +" . + + + + @ ` ...+.) @ @ @ @.#.$.%.&.Y p P *.% Z ", +" . + + + + =.= -.;.# @ @ @ ) ) >.,.'.).!.~.*.{.].Z ", +" . + + @ ) = ! ^./.(.= ) = = _.:.<.[.}.|.1.2.2.3.Z ", +" . + @ ) < # a 4.U 5.# # 9 9 6.7.8.{.9.0.a.b.c.3.Z ", +" . ) ) = # 9 d.e.f.g.h.i.! j.k.l.W m.n.o.J p.p.q.Z ", +" . < = # 9 & r.s.t.u.v.w.x.y.z.*.*.A.n.B.].C.C.a.Z ", +" . # # D.& ! a |.e.E.F.G.H.X *.{.* e I.J.K.L.M.J Z ", +" . 9 9 & ! { H N.O.9.P.L.{.*.{.N.Q.R.S.T.K.U.V.J Z ", +" . & q W.{ a a *.F X.Y.Z.`. +.+++@+#+$+%+&+*+=+-+Z ", +" . ! W.;+H r.d.>+y ,+b '+}.)+D !+~+n.4.{+]+^+3./+Z ", +" . { ;+a d.V >+r X 2.(+/+_+:+<+[+/+}+|+e.1+2+3+4+4. ", +" . H a d.I 5+6+7+8+9+0+a+b+c+d+e+f+g+h+Y.++i+j+k+l+ ", +" . d.d.V W m+n+o+p+q+r+r+s+t+u+v+w+x+y+z+A+e.1+1+B+ ", +" . I V W X C+D+E+F+G+H+I+J+K+t+L+M+N+O+P+Q+R+2+S+T+ ", +" . W r P *.U+V+W+X+Y+Z+`+U. @.@+@@@#@$@%@&@*@=@-@;@ ", +" . X X *.{.>@,@'@)@J+!@~@{@.@]@^@/@(@_@:@<@[@}@P.K ", +" . *.{.2.2.|@1@C.J+U.2@3@4@5@6@7@8@:@%@m.<@9@0@,+Z ", +" . {.{.b.c.p.C.L.M.V.a@b@=+c@d@_@K.e@e@<@9@0@0@,+Z ", +" f@].g@3.h@N.a.a.J | -+/+/+i@i@j@j@k@l@,+,+,+,+m@n@ ", +" Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z n@ ", +" ", +" "}; --- gpdf-2.10.0.orig/debian/gpdf.mime +++ gpdf-2.10.0/debian/gpdf.mime @@ -0,0 +1 @@ +application/pdf; /usr/bin/gpdf %s; test=test "$DISPLAY" != ""; description=Portable Document Format; nametemplate=%s.pdf; priority=7 --- gpdf-2.10.0.orig/debian/copyright +++ gpdf-2.10.0/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Ross Burton on +Tue, 25 Feb 2003 17:50:13 +0000. + +It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/gpdf/ + +Upstream Authors: + GNOME 2 port Martin Kretzschmar + Xpdf base by OriginGlyph & Cog, LLC. + +Copyright: + +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; version 2 dated June, 1991. + +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 the Debian system in the file /usr/share/common-licenses/GPL. +If not, write to the Free Software Foundation, Inc., 59 Temple Place - +Suite 330, Boston, MA 02111-1307, USA.