r47049 - in /packages/geomview/trunk/debian: README.Debian changelog control rules

smr at users.alioth.debian.org smr at users.alioth.debian.org
Mon Jun 8 03:31:31 UTC 2015


Author: smr
Date: Mon Jun  8 03:31:31 2015
New Revision: 47049

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47049
Log:
Document how to configure HTML and PDF viewers; change PDF fallback to evince.

Modified:
    packages/geomview/trunk/debian/README.Debian
    packages/geomview/trunk/debian/changelog
    packages/geomview/trunk/debian/control
    packages/geomview/trunk/debian/rules

Modified: packages/geomview/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/geomview/trunk/debian/README.Debian?rev=47049&op=diff
==============================================================================
--- packages/geomview/trunk/debian/README.Debian	(original)
+++ packages/geomview/trunk/debian/README.Debian	Mon Jun  8 03:31:31 2015
@@ -1,3 +1,20 @@
+		HTML Viewer
+		-----------
+
+When viewing HTML files, Geomview checks environment variable
+$WEBBROWSER and uses this value, if set.  If not set, the command
+`sensible-browser' is used; see its manpage to learn how to configure
+sensible-browser.
+
+
+		PDF Viewer
+		----------
+
+When viewing PDF files, Geomview checks environment variable
+$PDFVIEWER and uses this value, if set.  If not set, the command
+`evince' is used.
+
+
 		File Locations
 		--------------
 
@@ -29,4 +46,4 @@
 such as glxinfo or glxgears before reporting a problem.
 
 
- -- Steve M. Robbins <smr at debian.org>, Sat Jul  5 16:41:07 2003
+ -- Steve M. Robbins <smr at debian.org>, Sun,  7 Jun 2015 22:22:14 -0500

Modified: packages/geomview/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/geomview/trunk/debian/changelog?rev=47049&op=diff
==============================================================================
--- packages/geomview/trunk/debian/changelog	(original)
+++ packages/geomview/trunk/debian/changelog	Mon Jun  8 03:31:31 2015
@@ -1,13 +1,19 @@
 geomview (1.9.5-1) unstable; urgency=medium
 
-  * New upstream version.
-  * patches/01_glob-redirect.diff: Remove.  Applied upstream.
-  * patches/02_info-nofigs.diff: Remove.  No longer applies.
-  * patches/04_sprintf-string-literal.patch: Remove. Fixed upstream.
+  * New upstream version.  Closes: #782017.
+    - patches/01_glob-redirect.diff: Remove.  Applied upstream.
+    - patches/02_info-nofigs.diff: Remove.  No longer applies.
+    - patches/04_sprintf-string-literal.patch: Remove. Fixed upstream.
+
   * control, rules: use autoreconf to support newer architectures.  Closes: #744579, #765211.
+
   * patches/10_link-gvx-with-opengl.patch: New.  Link with -GL.
 
- -- Steve M. Robbins <smr at debian.org>  Tue, 01 Apr 2014 01:55:28 -0500
+  * README.Debian: Document environment variables for HTML and PDF viewers.  Closes: #782346.
+
+  * rules: configure with evince as fall-back PDF viewer.  Closes: #567772.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 07 Jun 2015 22:25:09 -0500
 
 geomview (1.9.4-4.1) unstable; urgency=low
 

Modified: packages/geomview/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/geomview/trunk/debian/control?rev=47049&op=diff
==============================================================================
--- packages/geomview/trunk/debian/control	(original)
+++ packages/geomview/trunk/debian/control	Mon Jun  8 03:31:31 2015
@@ -12,7 +12,7 @@
 Package: geomview
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.15.4) | install-info
-Recommends: xpdf | pdf-viewer
+Recommends: evince | pdf-viewer
 Description: interactive geometry viewing program
  Geomview is interactive geometry software which is
  particularly appropriate for mathematics research and education.

Modified: packages/geomview/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/geomview/trunk/debian/rules?rev=47049&op=diff
==============================================================================
--- packages/geomview/trunk/debian/rules	(original)
+++ packages/geomview/trunk/debian/rules	Mon Jun  8 03:31:31 2015
@@ -8,7 +8,7 @@
 CFLAGS += -fno-strict-aliasing
 CXXFLAGS += -fno-strict-aliasing
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-htmlbrowser=sensible-browser
+DEB_CONFIGURE_EXTRA_FLAGS = --with-htmlbrowser=sensible-browser --with-pdfviewer=evince
 DEB_MAKE_BUILD_TARGET = all 
 DEB_MAKE_CHECK_TARGET = check
 




More information about the debian-science-commits mailing list