[Python-apps-commits] r6490 - in packages/veusz/trunk/debian (5 files)

jeremysanders-guest at users.alioth.debian.org jeremysanders-guest at users.alioth.debian.org
Wed Jan 12 17:58:06 UTC 2011


    Date: Wednesday, January 12, 2011 @ 17:58:04
  Author: jeremysanders-guest
Revision: 6490

[svn-inject] Applying Debian modifications (1.10-1) to trunk

Modified:
  packages/veusz/trunk/debian/changelog
  packages/veusz/trunk/debian/rules
  packages/veusz/trunk/debian/veusz.manpages
Deleted:
  packages/veusz/trunk/debian/veusz.pod
  packages/veusz/trunk/debian/veusz_listen.pod

Modified: packages/veusz/trunk/debian/changelog
===================================================================
--- packages/veusz/trunk/debian/changelog	2011-01-11 09:11:03 UTC (rev 6489)
+++ packages/veusz/trunk/debian/changelog	2011-01-12 17:58:04 UTC (rev 6490)
@@ -1,3 +1,9 @@
+veusz (1.10-1) unstable; urgency=low
+
+  * Update to veusz 1.10
+
+ -- Jeremy Sanders <jeremy at jeremysanders.net>  Sun, 12 Dec 2010 12:34:00 +0100
+
 veusz (1.9-2) unstable; urgency=low
 
   * Switch to using debhelper and python-support

Modified: packages/veusz/trunk/debian/rules
===================================================================
--- packages/veusz/trunk/debian/rules	2011-01-11 09:11:03 UTC (rev 6489)
+++ packages/veusz/trunk/debian/rules	2011-01-12 17:58:04 UTC (rev 6490)
@@ -3,13 +3,6 @@
 %:
 	dh $@
 
-override_dh_auto_build:
-	dh_auto_build
-# make man pages for command line programs
-	pod2man -c '' -n veusz -r '' debian/veusz.pod > debian/veusz.1
-	pod2man -c '' -n veusz_listen -r '' debian/veusz_listen.pod \
-		> debian/veusz_listen.1
-
 override_dh_install:
 	dh_install
 # install desktop file for menu
@@ -22,12 +15,6 @@
 	install -pT -m644 windows/icons/veusz_48.png \
 		debian/veusz/usr/share/pixmaps/veusz.png
 
-override_dh_auto_clean:
-	dh_auto_clean
-# remove pod2man generated man pages
-	rm -f debian/veusz.1
-	rm -f debian/veusz_listen.1
-
 override_dh_compress:
 # don't compress Veusz example files
 	dh_compress -X.vsz

Modified: packages/veusz/trunk/debian/veusz.manpages
===================================================================
--- packages/veusz/trunk/debian/veusz.manpages	2011-01-11 09:11:03 UTC (rev 6489)
+++ packages/veusz/trunk/debian/veusz.manpages	2011-01-12 17:58:04 UTC (rev 6490)
@@ -1,2 +1,2 @@
-debian/veusz.1
-debian/veusz_listen.1
+Documents/veusz.1
+Documents/veusz_listen.1

Deleted: packages/veusz/trunk/debian/veusz.pod
===================================================================
--- packages/veusz/trunk/debian/veusz.pod	2011-01-11 09:11:03 UTC (rev 6489)
+++ packages/veusz/trunk/debian/veusz.pod	2011-01-12 17:58:04 UTC (rev 6490)
@@ -1,67 +0,0 @@
-=head1 NAME
-
-Veusz - a scientific plotting and graphing application.
-
-=head1 SYNOPSIS
-
-veusz [I<options>] [F<document.vsz>]...
-
-=head1 DESCRIPTION
-
-B<Veusz> is a scientific plotting and graphing package. It is designed
-to create publication-ready Postscript and PDF output. Veusz has a GUI
-user interface (started with the C<veusz> command), a Python module
-interface and a scripting interface (see veusz_listen(1)).
-
-If started without command line arguments, B<Veusz> will open up with
-a new empty document. The program will otherwise open the listed
-documents.
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<--unsafe-mode>
-
-Opened scripts are not checked for the presence of unsafe Python
-commands if this option is used. This allows the user to create or
-open more complex scripts if they come from a trusted source.
-
-=item B<--help>
-
-Displays the options to the program and exits.
-
-=item B<--version>
-
-Displays information about the currently installed version and exits.
-
-=back
-
-=head1 SEE ALSO
-
-The veusz_listen(1) command takes scripting commands over stdin.
-
-=head1 BUGS
-
-Please report bugs at https://gna.org/bugs/?group=veusz
-
-=head1 AUTHORS
-
-B<Veusz> was written by Jeremy Sanders <jeremy at jeremysanders.net> and
-James Graham <jg301 at cam.ac.uk>.
-
-This manual page was written by Jeremy Sanders <jeremy at jeremysanders.net>.
-
-=head1 COPYRIGHT
-
-Copyright (C) 2003-2010 Jeremy Sanders <jeremy at jeremysanders.net>.
-
-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; either version 2, or (at your option) any
-later version.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-=cut

Deleted: packages/veusz/trunk/debian/veusz_listen.pod
===================================================================
--- packages/veusz/trunk/debian/veusz_listen.pod	2011-01-11 09:11:03 UTC (rev 6489)
+++ packages/veusz/trunk/debian/veusz_listen.pod	2011-01-12 17:58:04 UTC (rev 6490)
@@ -1,46 +0,0 @@
-=head1 NAME
-
-veusz_listen - command-line interface to the B<Veusz> plotting application.
-
-=head1 SYNOPSIS
-
-veusz_listen [F<WindowTitle>]...
-
-=head1 DESCRIPTION
-
-B<Veusz> is a scientific plotting and graphing
-package. B<veusz_listen> provides a command line interface to its
-scripting interface.
-
-B<veusz_listen> opens a new window (with an optional window title)
-and listens to stdin. It executes Veusz scripting commands, writing
-any output to stdout.
-
-=head1 SEE ALSO
-
-veusz(1)
-
-=head1 BUGS
-
-Please report bugs at https://gna.org/bugs/?group=veusz
-
-=head1 AUTHORS
-
-B<Veusz> was written by Jeremy Sanders <jeremy at jeremysanders.net> and
-James Graham <jg301 at cam.ac.uk>.
-
-This manual page was written by Jeremy Sanders <jeremy at jeremysanders.net>.
-
-=head1 COPYRIGHT
-
-Copyright (C) 2003-2010 Jeremy Sanders <jeremy at jeremysanders.net>.
-
-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; either version 2, or (at your option) any
-later version.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-=cut




More information about the Python-apps-commits mailing list