Changeset 3266
- Timestamp:
- 03/14/08 22:30:22 (5 years ago)
- Location:
- pkg/main/evince/trunk/debian
- Files:
-
- 6 added
- 2 deleted
- 9 edited
-
changelog (modified) (1 diff)
-
control (modified) (10 diffs)
-
control.in (modified) (9 diffs)
-
copyright (modified) (1 diff)
-
evince-gtk.install (added)
-
evince-gtk.install.disabled (deleted)
-
evince-gtk.lintian-override (added)
-
evince-gtk.menu (modified) (1 diff)
-
evince.install (modified) (1 diff)
-
evince.install.disabled (deleted)
-
evince.lintian-override (added)
-
evince.menu (modified) (1 diff)
-
evince.mime (modified) (1 diff)
-
patches (added)
-
patches/60_gzdvi-support.patch (added)
-
patches/99_autoreconf.patch (added)
-
rules (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pkg/main/evince/trunk/debian/changelog
r2521 r3266 1 evince (2.20.2-parsix1) unstable; urgency=low 2 3 * New upstream stable release 4 5 -- Alan Baghumian <alan@technotux.org> Tue, 27 Nov 2007 09:15:22 +0330 6 7 evince (2.20.1-parsix1) unstable; urgency=low 8 9 * New upstream stable release 10 11 -- Alan Baghumian <alan@technotux.org> Mon, 22 Oct 2007 11:49:38 +0330 12 13 evince (2.20.0-parsix3) unstable; urgency=low 14 15 * Fixed wrong dependency problem 16 17 -- Alan Baghumian <alan@technotux.org> Sat, 22 Sep 2007 10:47:18 +0000 18 19 evince (2.20.0-parsix2) unstable; urgency=low 20 21 * Trying to fix unhandled mime error 22 23 -- Alan Baghumian <alan@technotux.org> Sat, 22 Sep 2007 09:36:52 +0000 24 25 evince (2.20.0-parsix1) unstable; urgency=low 26 27 * New upstream stable release 28 29 -- Alan Baghumian <alan@technotux.org> Thu, 20 Sep 2007 02:08:40 +0000 30 31 evince (0.8.3-parsix2) barry; urgency=low 32 33 * Rebuild with new poppler structure. 34 35 -- Alan Baghumian <alan@technotux.org> Wed, 15 Aug 2007 19:26:17 +0330 36 37 evince (0.8.3-parsix1) barry; urgency=low 38 39 * New upstream release 40 41 -- Alan Baghumian <alan@technotux.org> Fri, 06 Jul 2007 11:34:03 +0330 42 43 evince (0.8.1-parsix2) barry; urgency=low 44 45 * Biarch build 46 47 -- Alan Baghumian <alan@technotux.org> Tue, 03 Jul 2007 13:27:01 +0330 48 49 evince (0.8.1-parsix1) barry; urgency=low 50 51 * Parsix build 52 53 -- Alan Baghumian <alan@technotux.org> Wed, 11 Apr 2007 10:40:46 +0330 1 evince (2.22.0-parsix1) unstable; urgency=low 2 3 * Sync'd with Debian 2.22.0-1 4 5 -- Alan Baghumian <alan@technotux.org> Fri, 14 Mar 2008 22:30:04 +0100 6 7 evince (2.22.0-1) experimental; urgency=low 8 9 [ Loic Minier ] 10 * Fix mailcap entry for gzip and bzip2-compressed PDF files; thanks 11 Tanguy Ortolo; closes: #470891. 12 * Wrap deps. 13 14 [ Josselin Mouette ] 15 * Fix watch file to only take stable versions into account. 16 * Recommend dbus-x11. Closes: #460984. 17 18 [ Marc 'HE' Brockschmidt ] 19 * debian/control: 20 + Move Homepage information to a proper control field from the long 21 description. 22 + Bump Standards-Version to 3.7.3 (no changes needed) 23 * debian/copyright: Convert to UTF8 24 * New upstream version: Upload to experimental due to extensive changes 25 + debian/control: 26 - Switch from gnomevfs to gvfs 27 - Switch from gs to libspectre, remove deps (Closes: #466619, #455645) 28 - Update descriptions for gs -> libspectre change by removing 29 borings hints about what renderer is used 30 + debian/patches/60_gzdvi-support.patch: 31 - Updated for the new backend plugin system 32 + debian/patches/99_autoreconf.patch: 33 - Updated for the new version. 34 35 -- Marc 'HE' Brockschmidt <he@debian.org> Fri, 14 Mar 2008 14:57:17 +0100 36 37 evince (2.20.2-1) unstable; urgency=low 38 39 * New upstream bugfix release: 40 + debian/patches/99_autoreconf.patch: 41 - Updated for the new version. 42 43 -- Sebastian Dröge <slomo@debian.org> Tue, 27 Nov 2007 05:44:45 +0100 44 45 evince (2.20.1-2) unstable; urgency=low 46 47 * Simplify the build process by installing directly the stuff in 48 debian/evince(-gtk). This way dh_* are executed in the correct 49 order, and this fixes the GConf schemas installation. 50 Closes: #448640. 51 * Update the menu files to the new layout. 52 * Upload to unstable; drop check-dist include. 53 54 -- Josselin Mouette <joss@debian.org> Sat, 17 Nov 2007 11:48:11 +0100 55 56 evince (2.20.1-1) experimental; urgency=low 57 58 * New upstream bugfix release: 59 + debian/patches/99_autoreconf.patch: 60 - Updated for the new version. 61 62 -- Sebastian Dröge <slomo@debian.org> Tue, 30 Oct 2007 13:13:35 +0100 63 64 evince (2.20.0-1) experimental; urgency=low 65 66 [Loic Minier] 67 * Build-depend on gnome-pkg-tools >= 0.12 and call desktop-check-mime-types 68 to check for missing MIME types; update MIME types. 69 * Add application/x-pdf to evince.mime; closes: #431370. 70 71 [ Josselin Mouette ] 72 * 60_gzdvi-support: add support for bzip2 compressed DVI files 73 (closes: #432445). Thanks Géraud Meyer. 74 75 [ Sebastian Dröge ] 76 * New upstream release: 77 + debian/patches/10-comics_fix_INCLUDES.patch: 78 - Dropped, merged upstream. 79 + debian/control.in: 80 - Build depend on poppler >= 0.6 81 + debian/patches/60_gzdvi-support.patch: 82 - Updated for new upstream version. 83 + debian/patches/99_autoreconf.patch: 84 - Regenerated. 85 * debian/control.in: 86 + Add build dependency on autotools-dev. 87 * debian/evince.mime: 88 + Add bzip2 compressed DVI mimetype. 89 90 -- Sebastian Dröge <slomo@debian.org> Thu, 04 Oct 2007 10:12:45 +0200 91 92 evince (0.9.0-1) experimental; urgency=low 93 94 * New upstream release. New features include: 95 + Printing support in djvu documents 96 + Optional drop of libgnome dependency 97 + Print button for preview mode 98 + Remember print settings 99 + History button improvements 100 Some bugfixes: 101 + Fixes for issues with fullscreen toolbar 102 + Fix for crash in comics backend when filename contains quote 103 + Fix unhelpful messages on invalid URLs. (Closes: #415692) 104 105 * Added needed magic to provide gtk-only packages (evince-gtk and 106 evince-gtk-dbg). (Closes: #399439) 107 * debian/patches/10-comics_fix_INCLUDES.patch: Added to work around 108 Gnome #439925) 109 110 -- Marc 'HE' Brockschmidt <he@debian.org> Sun, 20 May 2007 12:47:56 +0200 111 112 evince (0.8.1-2) unstable; urgency=low 113 114 * Upload to unstable; drop check-dist include. 115 * debian/control.in: 116 * Wrap build-depends and re-order them 117 * Replace b-d on "libkpathsea4-dev | libkpathsea-dev" by 118 "libkpathsea-dev", which is a real package nowadays. 119 * Add Suggests: unrar 120 * Fix little oversight in evince-dbg description 121 * Remove unneeded librsvg2-common build-dep that was only there to 122 soothe sbuild. 123 * debian/copyright: Drop GFDL include, point to the common-licenses one. 124 125 -- Marc 'HE' Brockschmidt <he@debian.org> Wed, 02 May 2007 15:22:31 +0200 126 127 evince (0.8.1-1) experimental; urgency=low 128 129 * New upstream version: 130 + debian/copyright: Updated 131 + debian/control: Add explicit dep on librsvg2-common from experimental 132 to allow autobuilding. 133 134 -- Marc 'HE' Brockschmidt <he@debian.org> Mon, 09 Apr 2007 23:17:21 +0200 54 135 55 136 evince (0.8.0-1) experimental; urgency=low -
pkg/main/evince/trunk/debian/control
r2526 r3266 3 3 Priority: optional 4 4 Maintainer: Marc 'HE' Brockschmidt <he@debian.org> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> 5 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org> 6 6 Build-Depends: cdbs, 7 7 debhelper (>= 5), … … 9 9 gnome-pkg-tools (>= 0.10), 10 10 gnome-doc-utils (>= 0.3.2), 11 libglib2.0-dev (>= 2.15.6), 11 12 libgtk2.0-dev (>= 2.10.0), 12 13 libglade2-dev, 13 14 libgnomeui-dev (>> 2.14.1-2), 14 15 libgnome2-dev (>> 2.14), 15 libgnomevfs2-dev,16 16 libnautilus-extension-dev, 17 17 libgnome-keyring-dev (>= 0.4.0), … … 21 21 libxml-parser-perl, 22 22 scrollkeeper, 23 gs (>= 7),24 23 libxt-dev, 25 24 libpoppler-glib-dev (>= 0.6), … … 27 26 libkpathsea-dev, 28 27 libtiff4-dev, 29 zlib1g-dev 30 Standards-Version: 3.7.2 28 zlib1g-dev, 29 autotools-dev, 30 libspectre-dev 31 Standards-Version: 3.7.3 31 32 32 33 Package: evince … … 34 35 Replaces: evince-gtk 35 36 Architecture: any 36 Depends: ${shlibs:Depends}, ${misc:Depends}, gs, gnome-icon-theme (>= 2.17.1) 37 Provides: pdf-viewer, postscript-viewer 37 Depends: ${shlibs:Depends}, 38 ${misc:Depends}, 39 gnome-icon-theme (>= 2.17.1) 40 Recommends: dbus-x11 41 Provides: pdf-viewer, 42 postscript-viewer 38 43 Suggests: unrar 44 Homepage: http://www.gnome.org/projects/evince/ 39 45 Description: Document (postscript, pdf) viewer 40 46 Evince is a simple multi-page document viewer. It can display and print 41 PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable 42 Document Format (PDF) files. 43 When supported by the document, it also allows searching for text, 44 copying text to the clipboard, hypertext navigation, and 47 PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable 48 Document Format (PDF) files. 49 When supported by the document, it also allows searching for text, 50 copying text to the clipboard, hypertext navigation, and 45 51 table-of-contents bookmarks. 46 .47 The PDF renderer is based on poppler. The PS renderer uses Ghostscript.48 .49 Homepage: http://www.gnome.org/projects/evince/50 52 51 53 Package: evince-dbg … … 53 55 Architecture: any 54 56 Depends: evince (= ${binary:Version}) 57 Homepage: http://www.gnome.org/projects/evince/ 55 58 Description: Document (postscript, pdf) viewer - debugging symbols 56 59 Evince is a simple multi-page document viewer. It can display and print … … 61 64 table-of-contents bookmarks. 62 65 . 63 The PDF renderer is based on poppler. The PS renderer uses Ghostscript.64 .65 Homepage: http://www.gnome.org/projects/evince/66 .67 66 This package contains the debugging symbols needed by gdb. 68 67 … … 71 70 Replaces: evince 72 71 Architecture: any 73 Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript-x, gnome-icon-theme (>= 2.17.1) 74 Provides: pdf-viewer, postscript-viewer 72 Depends: ${shlibs:Depends}, 73 ${misc:Depends}, 74 gnome-icon-theme (>= 2.17.1) 75 Recommends: dbus-x11 76 Provides: pdf-viewer, 77 postscript-viewer 75 78 Suggests: unrar 79 Homepage: http://www.gnome.org/projects/evince/ 76 80 Description: Document (postscript, pdf) viewer (gtk version) 77 81 Evince is a simple multi-page document viewer. It can display and print 78 PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable 79 Document Format (PDF) files. 80 When supported by the document, it also allows searching for text, 81 copying text to the clipboard, hypertext navigation, and 82 PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable 83 Document Format (PDF) files. 84 When supported by the document, it also allows searching for text, 85 copying text to the clipboard, hypertext navigation, and 82 86 table-of-contents bookmarks. 83 87 . 84 88 This version of evince is built without GNOME support. 85 .86 The PDF renderer is based on poppler. The PS renderer uses Ghostscript.87 .88 Homepage: http://www.gnome.org/projects/evince/89 89 90 90 Package: evince-gtk-dbg … … 92 92 Architecture: any 93 93 Depends: evince-gtk (= ${binary:Version}) 94 Homepage: http://www.gnome.org/projects/evince/ 94 95 Description: Document (postscript, pdf) viewer (gtk version) - debugging symbols 95 96 Evince is a simple multi-page document viewer. It can display and print … … 102 103 This version of evince is built without GNOME support. 103 104 . 104 The PDF renderer is based on poppler. The PS renderer uses Ghostscript.105 .106 Homepage: http://www.gnome.org/projects/evince/107 .108 105 This package contains the debugging symbols needed by gdb. -
pkg/main/evince/trunk/debian/control.in
r2103 r3266 9 9 gnome-pkg-tools (>= 0.10), 10 10 gnome-doc-utils (>= 0.3.2), 11 libglib2.0-dev (>= 2.15.6), 11 12 libgtk2.0-dev (>= 2.10.0), 12 13 libglade2-dev, 13 14 libgnomeui-dev (>> 2.14.1-2), 14 15 libgnome2-dev (>> 2.14), 15 libgnomevfs2-dev,16 16 libnautilus-extension-dev, 17 17 libgnome-keyring-dev (>= 0.4.0), … … 21 21 libxml-parser-perl, 22 22 scrollkeeper, 23 gs (>= 7),24 23 libxt-dev, 25 24 libpoppler-glib-dev (>= 0.6), … … 27 26 libkpathsea-dev, 28 27 libtiff4-dev, 29 zlib1g-dev 30 Standards-Version: 3.7.2 28 zlib1g-dev, 29 autotools-dev, 30 libspectre-dev 31 Standards-Version: 3.7.3 31 32 32 33 Package: evince … … 34 35 Replaces: evince-gtk 35 36 Architecture: any 36 Depends: ${shlibs:Depends}, ${misc:Depends}, gs, gnome-icon-theme (>= 2.17.1) 37 Provides: pdf-viewer, postscript-viewer 37 Depends: ${shlibs:Depends}, 38 ${misc:Depends}, 39 gnome-icon-theme (>= 2.17.1) 40 Recommends: dbus-x11 41 Provides: pdf-viewer, 42 postscript-viewer 38 43 Suggests: unrar 44 Homepage: http://www.gnome.org/projects/evince/ 39 45 Description: Document (postscript, pdf) viewer 40 46 Evince is a simple multi-page document viewer. It can display and print 41 PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable 42 Document Format (PDF) files. 43 When supported by the document, it also allows searching for text, 44 copying text to the clipboard, hypertext navigation, and 47 PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable 48 Document Format (PDF) files. 49 When supported by the document, it also allows searching for text, 50 copying text to the clipboard, hypertext navigation, and 45 51 table-of-contents bookmarks. 46 .47 The PDF renderer is based on poppler. The PS renderer uses Ghostscript.48 .49 Homepage: http://www.gnome.org/projects/evince/50 52 51 53 Package: evince-dbg … … 53 55 Architecture: any 54 56 Depends: evince (= ${binary:Version}) 57 Homepage: http://www.gnome.org/projects/evince/ 55 58 Description: Document (postscript, pdf) viewer - debugging symbols 56 59 Evince is a simple multi-page document viewer. It can display and print … … 61 64 table-of-contents bookmarks. 62 65 . 63 The PDF renderer is based on poppler. The PS renderer uses Ghostscript.64 .65 Homepage: http://www.gnome.org/projects/evince/66 .67 66 This package contains the debugging symbols needed by gdb. 68 67 … … 71 70 Replaces: evince 72 71 Architecture: any 73 Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript-x, gnome-icon-theme (>= 2.17.1) 74 Provides: pdf-viewer, postscript-viewer 72 Depends: ${shlibs:Depends}, 73 ${misc:Depends}, 74 gnome-icon-theme (>= 2.17.1) 75 Recommends: dbus-x11 76 Provides: pdf-viewer, 77 postscript-viewer 75 78 Suggests: unrar 79 Homepage: http://www.gnome.org/projects/evince/ 76 80 Description: Document (postscript, pdf) viewer (gtk version) 77 81 Evince is a simple multi-page document viewer. It can display and print 78 PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable 79 Document Format (PDF) files. 80 When supported by the document, it also allows searching for text, 81 copying text to the clipboard, hypertext navigation, and 82 PostScript (PS), Encapsulated PostScript (EPS), DJVU, DVI and Portable 83 Document Format (PDF) files. 84 When supported by the document, it also allows searching for text, 85 copying text to the clipboard, hypertext navigation, and 82 86 table-of-contents bookmarks. 83 87 . 84 88 This version of evince is built without GNOME support. 85 .86 The PDF renderer is based on poppler. The PS renderer uses Ghostscript.87 .88 Homepage: http://www.gnome.org/projects/evince/89 89 90 90 Package: evince-gtk-dbg … … 92 92 Architecture: any 93 93 Depends: evince-gtk (= ${binary:Version}) 94 Homepage: http://www.gnome.org/projects/evince/ 94 95 Description: Document (postscript, pdf) viewer (gtk version) - debugging symbols 95 96 Evince is a simple multi-page document viewer. It can display and print … … 102 103 This version of evince is built without GNOME support. 103 104 . 104 The PDF renderer is based on poppler. The PS renderer uses Ghostscript.105 .106 Homepage: http://www.gnome.org/projects/evince/107 .108 105 This package contains the debugging symbols needed by gdb. -
pkg/main/evince/trunk/debian/copyright
r2097 r3266 4 4 It was downloaded from ftp://ftp.gnome.org/pub/gnome/sources/evince/ 5 5 6 The upstream authors are Bryan Clark, Carlos Garc ía Campos, David Malcolm,7 James Bowes, Jonathan Blandford, Kristian H øgsberg, Martin Kretzschmar6 The upstream authors are Bryan Clark, Carlos GarcÃa Campos, David Malcolm, 7 James Bowes, Jonathan Blandford, Kristian HÞgsberg, Martin Kretzschmar 8 8 and Nickolay V. Shmyrev. See http://live.gnome.org/Evince/Team for more 9 9 information on the team behind evince. -
pkg/main/evince/trunk/debian/evince-gtk.menu
r2097 r3266 1 ?package(evince-gtk):needs="X11" section="App s/Viewers"\1 ?package(evince-gtk):needs="X11" section="Applications/Viewers"\ 2 2 title="Evince" command="/usr/bin/evince"\ 3 3 hints="Documents" icon="/usr/share/pixmaps/evince.xpm" -
pkg/main/evince/trunk/debian/evince.install
r2102 r3266 1 evince/etc/gconf/schemas/ etc/gconf 2 evince/usr/share/applications/evince.desktop usr/share/applications 3 evince/usr/share/evince/ usr/share 4 evince/usr/share/icons/hicolor/ usr/share/icons 5 evince/usr/share/gnome/help/evince/ usr/share/gnome/help 6 evince/usr/share/locale/ usr/share 7 evince/usr/share/omf/evince/ usr/share/omf 8 evince/usr/share/man/man1/ usr/share/man 9 10 #Don't install gtk-doc for usual application package: 11 evince/usr/share/gtk-doc/ usr/share 12 13 evince/usr/bin/evince usr/bin 14 evince/usr/bin/evince-thumbnailer usr/bin 15 evince/usr/lib/nautilus/extensions-1.0/libevince-properties-page.so usr/lib/nautilus/extensions-1.0 1 debian/evince.lintian-override /usr/share/lintian/overrides/ 2 debian/evince.xpm /usr/share/pixmaps/ -
pkg/main/evince/trunk/debian/evince.menu
r823 r3266 1 ?package(evince):needs="X11" section="App s/Viewers"\1 ?package(evince):needs="X11" section="Applications/Viewers"\ 2 2 title="Evince" command="/usr/bin/evince"\ 3 3 hints="Documents,GNOME" icon="/usr/share/pixmaps/evince.xpm" -
pkg/main/evince/trunk/debian/evince.mime
r823 r3266 1 application/pdf; evince %s; test=test -n "$DISPLAY" ; nametemplate=%s.pdf; priority=5 2 application/postscript; evince %s; test=test -n "$DISPLAY" ; nametemplate=%s.ps; priority=5 3 application/x-dvi; evince %s; test=test -n "$DISPLAY" ; nametemplate=%s.dvi; priority=5 4 image/vnd.djvu; evince %s; test=test -n "$DISPLAY" ; nametemplate=%s.djvu; priority=5 1 application/pdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf; priority=5 2 application/x-pdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf; priority=5 3 application/x-bzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.bz2; priority=5 4 application/x-gzpdf; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.pdf.gz; priority=5 5 application/postscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps; priority=5 6 application/x-bzpostscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps.bz2; priority=5 7 application/x-gzpostscript; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.ps.gz; priority=5 8 image/x-eps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps; priority=5 9 image/x-bzeps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps.bz2; priority=5 10 image/x-gzeps; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.eps.gz; priority=5 11 application/x-dvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi; priority=5 12 application/x-gzdvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi.gz; priority=5 13 application/x-bzdvi; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dvi.bz2; priority=5 14 image/vnd.djvu; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.djvu; priority=5 15 image/tiff; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.tiff; priority=5 16 application/x-cbr; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cbr; priority=5 17 application/x-cbz; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.cbz; priority=5 18 application/vnd.sun.xml.impress; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.sxd; priority=5 19 application/vnd.oasis.opendocument.presentation; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.odp; priority=5 20 21 image/*; evince %s; test=test -n "$DISPLAY"; nametemplate=%s.dummy; priority=5 -
pkg/main/evince/trunk/debian/rules
r2101 r3266 1 1 #!/usr/bin/make -f 2 3 DEB_BUILDDIR := $(CURDIR)/debian/build/evince4 DEB_BUILDDIR_evince-gtk := $(CURDIR)/debian/build/evince-gtk5 DEB_DESTDIR_evince-gtk := $(CURDIR)/debian/tmp/evince-gtk6 2 7 3 include /usr/share/cdbs/1/rules/debhelper.mk … … 11 7 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk 12 8 13 DEB_DESTDIR := $(CURDIR)/debian/tmp/evince 9 DEB_BUILDDIR := $(CURDIR)/debian/build/evince 10 DEB_DESTDIR := $(CURDIR)/debian/evince 11 DEB_BUILDDIR_evince-gtk := $(CURDIR)/debian/build/evince-gtk 12 DEB_DESTDIR_evince-gtk := $(CURDIR)/debian/evince-gtk 14 13 15 DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper --enable-djvu \ 16 --enable-dvi --with-print=gtk --enable-pixbuf \ 17 --enable-comics --enable-impress --disable-gtk-doc 14 DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper \ 15 --enable-djvu \ 16 --enable-dvi \ 17 --enable-pixbuf \ 18 --enable-comics \ 19 --enable-impress 18 20 19 21 DEB_DH_MAKESHLIBS_ARGS += --exclude=libevince-properties-page.so 20 DEB_DH_INSTALL_SOURCEDIR := debian/tmp21 22 22 23 #cdbs should do this, but doesn't (see #424636) 23 24 clean:: 24 rm -rf $(DEB_BUILDDIR) $(DEB_BUILDDIR_evince-gtk) $(DEB_DESTDIR_evince-gtk) 25 25 rm -rf $(DEB_BUILDDIR) $(DEB_BUILDDIR_evince-gtk) 26 26 27 27 configure/evince-gtk:: $(DEB_BUILDDIR_evince-gtk)/config.status … … 35 35 $(DEB_CONFIGURE_USER_FLAGS) 36 36 37 build/evince::38 cp debian/evince.install.disabled debian/evince.install39 40 37 build/evince-gtk:: 41 38 make -C $(DEB_BUILDDIR_evince-gtk) 42 cp debian/evince-gtk.install.disabled debian/evince-gtk.install43 39 44 40 install/evince-gtk:: … … 46 42 47 43 binary-install/evince:: 48 rm debian/evince.install 49 dh_install -pevince debian/evince.xpm /usr/share/pixmaps/ 44 rm -rf debian/evince/usr/share/gtk-doc 45 #No development package: 46 rm -rf debian/evince/usr/lib/nautilus/*/*a debian/evince/usr/lib/*a debian/evince/usr/lib/evince/*/*a debian/evince/usr/include/ debian/evince/usr/lib/libevbackend.so 50 47 51 48 binary-install/evince-dbg:: … … 54 51 55 52 binary-install/evince-gtk:: 56 rm debian/evince-gtk.install 57 dh_install -pevince-gtk debian/evince.xpm /usr/share/pixmaps/ 53 rm -rf debian/evince-gtk/usr/share/gtk-doc 54 #No development package: 55 rm -rf debian/evince-gtk/usr/lib/nautilus/*/*a debian/evince-gtk/usr/lib/*a debian/evince-gtk/usr/lib/evince/*/*a debian/evince-gtk/usr/include/ debian/evince-gtk/usr/lib/libevbackend.so 56 rm -rf debian/evince-gtk/usr/lib/nautilus 58 57 59 58 binary-install/evince-gtk-dbg:: 60 59 rm -rf debian/evince-gtk-dbg/usr/share/doc/evince-gtk-dbg 61 dh_link -pevince-gtk-dbg usr/share/doc/evince-gtk usr/share/doc/evince-gtk-dbg60 dh_link -pevince-gtk-dbg usr/share/doc/evince-gtk usr/share/doc/evince-gtk-dbg 62 61 62 binary-post-install/evince:: 63 # check for missing MIME types 64 desktop-check-mime-types
Note: See TracChangeset
for help on using the changeset viewer.


