Bug#334400: gv: apply patch to allow arguments with single dashes

2006-01-12 Thread Christoph Berg
tags 334400 + patch
thanks

Re: Hubert Chan in [EMAIL PROTECTED]
 [1] http://savannah.gnu.org/bugs/?func=detailitemitem_id=12154

diff -ru gv-3.6.1/src/main.c gv-3.6.1J/src/main.c
--- gv-3.6.1/src/main.c 2004-12-06 16:36:57.0 -0700
+++ gv-3.6.1J/src/main.c2005-02-23 22:27:05.625015080 -0700
@@ -421,7 +421,7 @@
/*### Manage GNU command line arguments */
int opt_counter = 0;
int c;
-   while ((c = getopt_long (argc, argv, vhu, GNU_longOptions, NULL))
+   while ((c = getopt_long_only (argc, argv, vhu, GNU_longOptions, NULL))
  != -1)
  {
 

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#334400: gv: apply patch to allow arguments with single dashes

2005-10-17 Thread Hubert Chan
Package: gv
Version: 1:3.6.1-12
Severity: wishlist
Tags: upstream

(Hmm.  Why won't it let me add fixed-upstream tag?)

This is a followup to #295711, which is archived, so can't be modified,
so I'm opening a new bug.  The bug was about the change in command line
arguments from gv 3.5 to 3.6.

I think that having a note in README.Debian is a suboptimal solution to
the problem.  Upstream bug 12154[1] has a simple patch that re-enables
the old-style options.  The patch is a one-liner, and has been applied
to upstream CVS, so it should be safe to apply to the Debian package.

[1] http://savannah.gnu.org/bugs/?func=detailitemitem_id=12154

Thanks.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-mm3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gv depends on:
ii  gs-esp [gs]  7.07.1-9The Ghostscript PostScript interpr
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libice6  6.8.2.dfsg.1-7  Inter-Client Exchange library
ii  libsm6   6.8.2.dfsg.1-7  X Window System Session Management
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 6.8.2.dfsg.1-7  X Window System miscellaneous exte
ii  libxmu6  6.8.2.dfsg.1-7  X Window System miscellaneous util
ii  libxpm4  6.8.2.dfsg.1-7  X pixmap library
ii  libxt6   6.8.2.dfsg.1-7  X Toolkit Intrinsics
ii  xaw3dg   1.5+E-9 Xaw3d widget set
ii  xlibs6.8.2.dfsg.1-7  X Window System client libraries m

gv recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]