[med-svn] r870 - in trunk/packages/gwyddion/trunk/debian: . patches

beathovn-guest at alioth.debian.org beathovn-guest at alioth.debian.org
Thu Nov 29 15:56:31 UTC 2007


Author: beathovn-guest
Date: 2007-11-29 15:56:31 +0000 (Thu, 29 Nov 2007)
New Revision: 870

Added:
   trunk/packages/gwyddion/trunk/debian/patches/fix-manpage-minus-signs.diff
Modified:
   trunk/packages/gwyddion/trunk/debian/README.Debian
   trunk/packages/gwyddion/trunk/debian/changelog
   trunk/packages/gwyddion/trunk/debian/patches/series
Log:
Added a patch to escape hyphens in data/gwyddion.1 to minus-signs. 
Additionally minor clean-up of README.Debian.


Modified: trunk/packages/gwyddion/trunk/debian/README.Debian
===================================================================
--- trunk/packages/gwyddion/trunk/debian/README.Debian	2007-11-28 18:35:01 UTC (rev 869)
+++ trunk/packages/gwyddion/trunk/debian/README.Debian	2007-11-29 15:56:31 UTC (rev 870)
@@ -1,6 +1,15 @@
 Gwyddion for Debian
 -------------------
 
+Following an advice from tiCo (Mario Iselis) on #debian-mentors, I wrote the
+debian/copyright file in such a way, that all unique combinations of copyright
+holders and licenses got one machine-interpretable entry, regardless of the
+copyright year. I.e., if there are several files mentioned and a range of years,
+the given copyright years indicate the widest range, which covers all actual
+copyright years of the files.
+
+ -- Jan Beyer <jan at beathovn.de>  Thu, 27 Nov 2007 22:23:03 +0100
+
 The -dev package is architecture-dependent because of the files
 gwyddion.pc and gwyconfig.h which happen to be architecture dependent.
 
@@ -12,11 +21,4 @@
 Patching the Makefiles for the Gwyddion::Dump.3pm manpage was necessary, to
 comply to Debian policy, suggesting section 3pm for user generated perl modules.
 
-Following an advice from tiCo (Mario Iselis) on #debian-mentors, I wrote the
-debian/copyright file in such a way, that all unique combinations of copyright
-holders and licenses got one machine-interpretable entry, regardless of the
-copyright year. I.e., if there are several files mentioned and a range of years,
-the given copyright years indicate the widest range, which covers all actual
-copyright years of the files.
-
  -- Jan Beyer <jan at beathovn.de>  Sun, 04 Nov 2007 21:33:03 +0100

Modified: trunk/packages/gwyddion/trunk/debian/changelog
===================================================================
--- trunk/packages/gwyddion/trunk/debian/changelog	2007-11-28 18:35:01 UTC (rev 869)
+++ trunk/packages/gwyddion/trunk/debian/changelog	2007-11-29 15:56:31 UTC (rev 870)
@@ -1,8 +1,9 @@
 gwyddion (2.9-2) unstable; urgency=low
 
   * Fixed debian/copyright.
+  * Added patch to escape hyphens in manpage data/gwyddion.1.
 
- -- Jan Beyer <jan at beathovn.de>  Tue, 27 Nov 2007 22:22:00 +0100
+ -- Jan Beyer <jan at beathovn.de>  Tue, 29 Nov 2007 16:52:00 +0100
 
 gwyddion (2.9-1) unstable; urgency=low
 

Added: trunk/packages/gwyddion/trunk/debian/patches/fix-manpage-minus-signs.diff
===================================================================
--- trunk/packages/gwyddion/trunk/debian/patches/fix-manpage-minus-signs.diff	                        (rev 0)
+++ trunk/packages/gwyddion/trunk/debian/patches/fix-manpage-minus-signs.diff	2007-11-29 15:56:31 UTC (rev 870)
@@ -0,0 +1,63 @@
+Index: gwyddion-2.9/data/gwyddion.1
+===================================================================
+--- gwyddion-2.9.orig/data/gwyddion.1	2007-11-29 16:29:55.000000000 +0100
++++ gwyddion-2.9/data/gwyddion.1	2007-11-29 16:32:36.000000000 +0100
+@@ -19,47 +19,47 @@
+ .SH OPTIONS
+ .PP
+ The program accepts all standard Gtk+, Gdk, and GtkGLExt options like
+-\fB--display\fR or \fB--sync\fR.  Please see documentation of these
++\fB\-\-display\fR or \fB\-\-sync\fR.  Please see documentation of these
+ packages for description of toolkit options.
+ .PP
+-The behaviour of the \fB--remote-*\fR commands is undefined when more than
++The behaviour of the \fB\-\-remote\-*\fR commands is undefined when more than
+ one instance of Gwyddion is running on the display.  They can choose
+ arbitrary of them to interact with.
+ .PP
+ Gwyddion options:
+ .TP
+-\fB-h\fR, \fB--help\fR
++\fB\-h\fR, \fB\-\-help\fR
+ Prints a brief help and terminates.
+ .TP
+-\fB-v\fR, \fB--version\fR
++\fB\-v\fR, \fB\-\-version\fR
+ Prints version information and terminates.
+ .TP
+-\fB--no-splash\fR
++\fB\-\-no\-splash\fR
+ Disables splash screen on program startup.
+ .TP
+-\fB--remote-new\fR
++\fB\-\-remote\-new\fR
+ Opens files given on the command line in an already running instance of
+ Gwyddion on the display.  Runs a new instance if none is running.
+ .TP
+-\fB--remote-existing\fR
++\fB\-\-remote\-existing\fR
+ Opens files given on the command line in an already running instance of
+ Gwyddion on the display.  Fails if none is running.
+ .TP
+-\fB--remote-query\fR
++\fB\-\-remote\-query\fR
+ Succeeds if an instance of Gwyddion is already running on the display and
+ prints its window id.  Fails if none is running.
+ .TP
+-\fB--check\fR
++\fB\-\-check\fR
+ Instead of running the user interface and opening \fIFILE\fRs, loads the
+ files, performs a sanity check on them (printing errors to standard error
+ output) and terminates.
+ .TP
+-\fB--debug-objects\fR
++\fB\-\-debug\-objects\fR
+ Prints list of objects created during run time, with creation and
+ desctruction times or reference counts on program exit.  Useful only for
+ developers.
+ .TP
+-\fB--startup-time\fR
++\fB\-\-startup\-time\fR
+ Prints wall-clock time taken by various startup (and shutdown) tasks.
+ Useful only for developers and people going to complain about too slow
+ startup.

Modified: trunk/packages/gwyddion/trunk/debian/patches/series
===================================================================
--- trunk/packages/gwyddion/trunk/debian/patches/series	2007-11-28 18:35:01 UTC (rev 869)
+++ trunk/packages/gwyddion/trunk/debian/patches/series	2007-11-29 15:56:31 UTC (rev 870)
@@ -1 +1,2 @@
 fix-manpage-section-for-debian.diff
+fix-manpage-minus-signs.diff




More information about the debian-med-commit mailing list