[Python-modules-commits] r6909 - in packages/pycha/trunk/debian (4 files)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Wed Nov 19 20:13:39 UTC 2008


    Date: Wednesday, November 19, 2008 @ 20:13:38
  Author: bernat
Revision: 6909

New upstream version

Added:
  packages/pycha/trunk/debian/chavier.7
Modified:
  packages/pycha/trunk/debian/changelog
  packages/pycha/trunk/debian/control
  packages/pycha/trunk/debian/rules

Modified: packages/pycha/trunk/debian/changelog
===================================================================
--- packages/pycha/trunk/debian/changelog	2008-11-19 20:06:27 UTC (rev 6908)
+++ packages/pycha/trunk/debian/changelog	2008-11-19 20:13:38 UTC (rev 6909)
@@ -1,9 +1,15 @@
-pycha (0.3.0-2) UNRELEASED; urgency=low
+pycha (0.4.1-1) experimental; urgency=low
 
+  [ Vincent Bernat ]
+  * New upstream version
+  * Update Standards-Version to 3.8.0 (no changes required)
+  * Add a manual page for the new program chavier
+
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:14:07 +0100
+ -- Vincent Bernat <bernat at debian.org>  Wed, 19 Nov 2008 20:59:12 +0100
 
 pycha (0.3.0-1) unstable; urgency=low
 

Added: packages/pycha/trunk/debian/chavier.7
===================================================================
--- packages/pycha/trunk/debian/chavier.7	                        (rev 0)
+++ packages/pycha/trunk/debian/chavier.7	2008-11-19 20:13:38 UTC (rev 6909)
@@ -0,0 +1,43 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH CHAVIER 7 "19 nov 2008"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+chavier \- chart viewer for pycha library
+.SH SYNOPSIS
+.B chavier
+.SH DESCRIPTION
+This manual page documents briefly the
+.B chavier
+command.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+.B chavier
+is a program for playing with Pycha charts. You can load
+or generate datasets and draw the different diagrams supported by
+Pycha. It also allows to change options and directly see the result.
+.SH OPTIONS
+.B chavier
+does not take any argument. All operations are done in
+the graphical user interface.
+.SH AUTHOR
+.B chavier
+was written by Lorenzo Gil Sanchez.
+.PP
+This manual page was written by Vincent Bernat <bernat at luffy.cx>,
+for the Debian project (and may be used by others).

Modified: packages/pycha/trunk/debian/control
===================================================================
--- packages/pycha/trunk/debian/control	2008-11-19 20:06:27 UTC (rev 6908)
+++ packages/pycha/trunk/debian/control	2008-11-19 20:13:38 UTC (rev 6909)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Vincent Bernat <bernat at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
 Build-Depends-Indep: python-cairo (>= 1.2)
 Homepage: http://www.lorenzogil.com/projects/pycha/

Modified: packages/pycha/trunk/debian/rules
===================================================================
--- packages/pycha/trunk/debian/rules	2008-11-19 20:06:27 UTC (rev 6908)
+++ packages/pycha/trunk/debian/rules	2008-11-19 20:13:38 UTC (rev 6909)
@@ -10,6 +10,7 @@
 DEB_DH_ALWAYS_EXCLUDE := .svn
 DEB_COMPRESS_EXCLUDE := .py
 DEB_INSTALL_CHANGELOGS_ALL = CHANGES.txt
+DEB_INSTALL_MANPAGES_python-pycha = debian/chavier.7
 
 # Launch unittests
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))




More information about the Python-modules-commits mailing list