[Python-modules-commits] r25728 - in packages/python-vcs/trunk/debian (8 files)

sunweaver at users.alioth.debian.org sunweaver at users.alioth.debian.org
Mon Sep 2 21:57:33 UTC 2013


    Date: Monday, September 2, 2013 @ 21:57:29
  Author: sunweaver
Revision: 25728

rename executable /usr/bin/vcs to vcs.python-vcs

Added:
  packages/python-vcs/trunk/debian/patches/
  packages/python-vcs/trunk/debian/patches/01_rename-executable.patch
  packages/python-vcs/trunk/debian/patches/series
  packages/python-vcs/trunk/debian/vcs.python-vcs.1
Modified:
  packages/python-vcs/trunk/debian/control
  packages/python-vcs/trunk/debian/python-vcs.manpages
  packages/python-vcs/trunk/debian/rules
Deleted:
  packages/python-vcs/trunk/debian/vcs.1

Modified: packages/python-vcs/trunk/debian/control
===================================================================
--- packages/python-vcs/trunk/debian/control	2013-09-02 21:34:58 UTC (rev 25727)
+++ packages/python-vcs/trunk/debian/control	2013-09-02 21:57:29 UTC (rev 25728)
@@ -12,6 +12,7 @@
  python-setuptools,
  python-dulwich (>= 0.8),
  python-sphinx,
+ quilt,
 Standards-Version: 3.9.4
 Homepage: http://pypi.python.org/pypi/vcs
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-vcs/trunk/

Added: packages/python-vcs/trunk/debian/patches/01_rename-executable.patch
===================================================================
--- packages/python-vcs/trunk/debian/patches/01_rename-executable.patch	                        (rev 0)
+++ packages/python-vcs/trunk/debian/patches/01_rename-executable.patch	2013-09-02 21:57:29 UTC (rev 25728)
@@ -0,0 +1,14 @@
+Description: Rename this package's executable to a less common name
+Author: Mike Gabriel <sunweaver at debian.org>
+405139582$ diff -u setup.py.orig setup.py
+--- a/setup.py    2013-04-29 01:23:17.000000000 +0200
++++ b/setup.py    2013-09-02 23:51:42.785246744 +0200
+@@ -42,7 +42,7 @@
+     ],
+     entry_points={
+         'console_scripts': [
+-            'vcs = vcs:main',
++            'vcs.python-vcs = vcs:main',
+         ],
+     },
+ )

Added: packages/python-vcs/trunk/debian/patches/series
===================================================================
--- packages/python-vcs/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-vcs/trunk/debian/patches/series	2013-09-02 21:57:29 UTC (rev 25728)
@@ -0,0 +1 @@
+01_rename-executable.patch

Modified: packages/python-vcs/trunk/debian/python-vcs.manpages
===================================================================
--- packages/python-vcs/trunk/debian/python-vcs.manpages	2013-09-02 21:34:58 UTC (rev 25727)
+++ packages/python-vcs/trunk/debian/python-vcs.manpages	2013-09-02 21:57:29 UTC (rev 25728)
@@ -1 +1 @@
-debian/vcs.1
+debian/vcs.python-vcs.1

Modified: packages/python-vcs/trunk/debian/rules
===================================================================
--- packages/python-vcs/trunk/debian/rules	2013-09-02 21:34:58 UTC (rev 25727)
+++ packages/python-vcs/trunk/debian/rules	2013-09-02 21:57:29 UTC (rev 25728)
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
 install/python-vcs-doc::
 	cd docs && make html
 	dh_installdocs
-	dh_sphinxdoc
\ No newline at end of file
+	dh_sphinxdoc

Deleted: packages/python-vcs/trunk/debian/vcs.1
===================================================================
--- packages/python-vcs/trunk/debian/vcs.1	2013-09-02 21:34:58 UTC (rev 25727)
+++ packages/python-vcs/trunk/debian/vcs.1	2013-09-02 21:57:29 UTC (rev 25728)
@@ -1,218 +0,0 @@
-'\" -*- coding: utf-8 -*-
-.if \n(.g .ds T< \\FC
-.if \n(.g .ds T> \\F[\n[.fam]]
-.de URL
-\\$2 \(la\\$1\(ra\\$3
-..
-.if \n(.g .mso www.tmac
-.TH vcs 1 "Feb 2013" "Version 0.4.0" "Python vcs"
-.SH NAME
-vcs \- command line interface to Python vcs
-.SH SYNOPSIS
-'nh
-.fi
-.ad l
-\fBvcs\fR \kx
-.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
-'in \n(.iu+\nxu
-[\fI <subcommand> [options] [args]\fR
-]
-'in \n(.iu-\nxu
-.ad b
-'hy
-.SH DESCRIPTION
-\fBvcs\fR is a universal wrapper around multiple version control systems (currently: Git, Mercurial).
-.PP
-.SH AVAILABLE SUBCOMMANDS
-.TP
-\*(T<\fIcat\fR\*(T>
-Write content of a target file to stdout.
-.TP
-\*(T<\fIcompletion\fR\*(T>
-Print out shell snippet that once evaluated would allow this command utility to use copmletion abilities.
-.TP
-\*(T<\fIlog\fR\*(T>
-Introspect the Vcs log.
-.TP
-\*(T<\fIstandup\fR\*(T>
-Undocumented.
-.TP
-\*(T<\fIsummary\fR\*(T>
-Summarize repository information.
-.SH OPTIONS FOR SUBCOMMAND: cat
-.TP
-\*(T<\fB\-\-debug\fR\*(T>
-Enter debug mode before raising exception
-.TP
-\*(T<\fB\-\-traceback\fR\*(T>
-Print traceback in case of an error
-.TP
-\*(T<\fB\-c CHANGESET_ID, \-\-commit=CHANGESET_ID\fR\*(T>
-Use specific commit. By default we use HEAD/tip
-.TP
-\*(T<\fB\-\-blame\fR\*(T>
-Annotate output with
-.TP
-\*(T<\fB\-\-plain\fR\*(T>
-Simply write output to terminal, don't use any extra formatting/colors (pygments).
-.TP
-\*(T<\fB\-n, \-\-line\-numbers\fR\*(T>
-Shows line numbers
-.TP
-\*(T<\fB\-f FORMATTER_NAME, \-\-formatter=FORMATTER_NAME\fR\*(T>
-Pygments specific formatter name.
-.TP
-\*(T<\fB\-\-version\fR\*(T>
-Show program's version number and exit
-.TP
-\*(T<\fB\-h, \-\-help\fR\*(T>
-Show this help message and exit
-
-.SH OPTIONS FOR SUBCOMMAND: \fIcompletion\fR
-.TP
-\*(T<\fB\-\-debug\fR\*(T>
-Enter debug mode before raising exception
-.TP
-\*(T<\fB\-\-traceback\fR\*(T>
-Print traceback in case of an error
-.TP
-\*(T<\fB\-\-version\fR\*(T>
-Show program's version number and exit
-.TP
-\*(T<\fB\-h, \-\-help\fR\*(T>
-Show this help message and exit
-
-.SH OPTIONS FOR SUBCOMMAND \fIlog\fR
-.TP
-\*(T<\fB\-\-debug\fR\*(T>
-Enter debug mode before raising exception
-.TP
-\*(T<\fB\-\-traceback\fR\*(T>
-Print traceback in case of an error
-.TP
-\*(T<\fB\-r, \-\-reversed\fR\*(T>
-Iterates in asceding order.
-.TP
-\*(T<\fB\-b BRANCH, \-\-branch=BRANCH\fR\*(T>
-Narrow changesets to chosen branch. If not given,
-working directory branch is used. For bare repository
-default would be SCM's default branch (i.e. master for
-Git)
-.TP
-\*(T<\fB\-\-all\fR\*(T>
-Show changesets across all branches.
-.TP
-\*(T<\fB\-\-since=START_DATE, \-\-start\-date=START_DATE\fR\*(T>
-Show only changesets not younger than specified start date.
-.TP
-\*(T<\fB\-\-author=AUTHOR\fR\*(T>
-Show changes committed by specified author only.
-.TP
-\*(T<\fB\-\-limit=LIMIT\fR\*(T>
-Limit number of showed changesets.
-.TP
-\*(T<\fB\-\-until=END_DATE, \-\-end\-date=END_DATE\fR\*(T>
-Show only changesets not older than specified end date.
-.TP
-\*(T<\fB\-t TEMPLATE, \-\-template=TEMPLATE\fR\*(T>
-Specify own template. Default is: $raw_id | $date | $message
-.TP
-\*(T<\fB\-p, \-\-patch\fR\*(T>
-Show patches
-.TP
-\*(T<\fB\-\-version\fR\*(T>
-Show program's version number and exit
-.TP
-\*(T<\fB\-h, \-\-help\fR\*(T>
-Show this help message and exit
-
-.SH OPTIONS FOR SUBCOMMAND \fIstandup\fR
-.TP
-\*(T<\fB\-\-debug\fR\*(T>
-Enter debug mode before raising exception
-.TP
-\*(T<\fB\-\-traceback\fR\*(T>
-Print traceback in case of an error
-.TP
-\*(T<\fB\-r, \-\-reversed\fR\*(T>
-Iterates in asceding order.
-.TP
-\*(T<\fB\-b BRANCH, \-\-branch=BRANCH\fR\*(T>
-Narrow changesets to chosen branch. If not given,
-working directory branch is used. For bare repository
-default would be SCM's default branch (i.e. master for
-Git)
-.TP
-\*(T<\fB\-\-all\fR\*(T>
-Show changesets across all branches.
-.TP
-\*(T<\fB\-\-since=START_DATE, \-\-start\-date=START_DATE\fR\*(T>
-Show only changesets not younger than specified start date.
-.TP
-\*(T<\fB\-\-author=AUTHOR\fR\*(T>
-Show changes committed by specified author only.
-.TP
-\*(T<\fB\-\-limit=LIMIT\fR\*(T>
-Limit number of showed changesets.
-.TP
-\*(T<\fB\-\-until=END_DATE, \-\-end\-date=END_DATE\fR\*(T>
-Show only changesets not older than specified end date.
-.TP
-\*(T<\fB\-t TEMPLATE, \-\-template=TEMPLATE\fR\*(T>
-Specify own template. Default is: $raw_id | $date | $message
-.TP
-\*(T<\fB\-p, \-\-patch\fR\*(T>
-Show patches
-.TP
-\*(T<\fB\-\-version\fR\*(T>
-Show program's version number and exit
-.TP
-\*(T<\fB\-h, \-\-help\fR\*(T>
-Show this help message and exit
-
-.SH OPTIONS FOR SUBCOMMAND \fIsummary\fR
-.TP
-\*(T<\fB\-\-debug\fR\*(T>
-Enter debug mode before raising exception
-.TP
-\*(T<\fB\-\-traceback\fR\*(T>
-Print traceback in case of an error
-.TP
-\*(T<\fB\-r, \-\-reversed\fR\*(T>
-Iterates in asceding order.
-.TP
-\*(T<\fB\-b BRANCH, \-\-branch=BRANCH\fR\*(T>
-Narrow changesets to chosen branch. If not given,
-working directory branch is used. For bare repository
-default would be SCM's default branch (i.e. master for
-Git)
-.TP
-\*(T<\fB\-\-all\fR\*(T>
-Show changesets across all branches.
-.TP
-\*(T<\fB\-\-since=START_DATE, \-\-start\-date=START_DATE\fR\*(T>
-Show only changesets not younger than specified start date.
-.TP
-\*(T<\fB\-\-author=AUTHOR\fR\*(T>
-Show changes committed by specified author only.
-.TP
-\*(T<\fB\-\-limit=LIMIT\fR\*(T>
-Limit number of showed changesets.
-.TP
-\*(T<\fB\-\-until=END_DATE, \-\-end\-date=END_DATE\fR\*(T>
-Show only changesets not older than specified end date.
-.TP
-\*(T<\fB\-s, \-\-with\-changesets\-size\fR\*(T>
-Counts size of filenodes from each commit [may be *heavy*]
-.TP
-\*(T<\fB\-\-version\fR\*(T>
-Show program's version number and exit
-.TP
-\*(T<\fB\-h, \-\-help\fR\*(T>
-Show this help message and exit
-
-.SH "SEE ALSO"
-\fB/usr/share/doc/python\-vcs\-doc\fR
-.SH AUTHOR
-This manual has been written for the Debian project by
-Mike Gabriel <sunweaver at debian.org> and maybe used by others.

Added: packages/python-vcs/trunk/debian/vcs.python-vcs.1
===================================================================
--- packages/python-vcs/trunk/debian/vcs.python-vcs.1	                        (rev 0)
+++ packages/python-vcs/trunk/debian/vcs.python-vcs.1	2013-09-02 21:57:29 UTC (rev 25728)
@@ -0,0 +1,218 @@
+'\" -*- coding: utf-8 -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH vcs 1 "Feb 2013" "Version 0.4.0" "Python vcs"
+.SH NAME
+vcs \- command line interface to Python vcs
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBvcs\fR \kx
+.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
+'in \n(.iu+\nxu
+[\fI <subcommand> [options] [args]\fR
+]
+'in \n(.iu-\nxu
+.ad b
+'hy
+.SH DESCRIPTION
+\fBvcs\fR is a universal wrapper around multiple version control systems (currently: Git, Mercurial).
+.PP
+.SH AVAILABLE SUBCOMMANDS
+.TP
+\*(T<\fIcat\fR\*(T>
+Write content of a target file to stdout.
+.TP
+\*(T<\fIcompletion\fR\*(T>
+Print out shell snippet that once evaluated would allow this command utility to use copmletion abilities.
+.TP
+\*(T<\fIlog\fR\*(T>
+Introspect the Vcs log.
+.TP
+\*(T<\fIstandup\fR\*(T>
+Undocumented.
+.TP
+\*(T<\fIsummary\fR\*(T>
+Summarize repository information.
+.SH OPTIONS FOR SUBCOMMAND: cat
+.TP
+\*(T<\fB\-\-debug\fR\*(T>
+Enter debug mode before raising exception
+.TP
+\*(T<\fB\-\-traceback\fR\*(T>
+Print traceback in case of an error
+.TP
+\*(T<\fB\-c CHANGESET_ID, \-\-commit=CHANGESET_ID\fR\*(T>
+Use specific commit. By default we use HEAD/tip
+.TP
+\*(T<\fB\-\-blame\fR\*(T>
+Annotate output with
+.TP
+\*(T<\fB\-\-plain\fR\*(T>
+Simply write output to terminal, don't use any extra formatting/colors (pygments).
+.TP
+\*(T<\fB\-n, \-\-line\-numbers\fR\*(T>
+Shows line numbers
+.TP
+\*(T<\fB\-f FORMATTER_NAME, \-\-formatter=FORMATTER_NAME\fR\*(T>
+Pygments specific formatter name.
+.TP
+\*(T<\fB\-\-version\fR\*(T>
+Show program's version number and exit
+.TP
+\*(T<\fB\-h, \-\-help\fR\*(T>
+Show this help message and exit
+
+.SH OPTIONS FOR SUBCOMMAND: \fIcompletion\fR
+.TP
+\*(T<\fB\-\-debug\fR\*(T>
+Enter debug mode before raising exception
+.TP
+\*(T<\fB\-\-traceback\fR\*(T>
+Print traceback in case of an error
+.TP
+\*(T<\fB\-\-version\fR\*(T>
+Show program's version number and exit
+.TP
+\*(T<\fB\-h, \-\-help\fR\*(T>
+Show this help message and exit
+
+.SH OPTIONS FOR SUBCOMMAND \fIlog\fR
+.TP
+\*(T<\fB\-\-debug\fR\*(T>
+Enter debug mode before raising exception
+.TP
+\*(T<\fB\-\-traceback\fR\*(T>
+Print traceback in case of an error
+.TP
+\*(T<\fB\-r, \-\-reversed\fR\*(T>
+Iterates in asceding order.
+.TP
+\*(T<\fB\-b BRANCH, \-\-branch=BRANCH\fR\*(T>
+Narrow changesets to chosen branch. If not given,
+working directory branch is used. For bare repository
+default would be SCM's default branch (i.e. master for
+Git)
+.TP
+\*(T<\fB\-\-all\fR\*(T>
+Show changesets across all branches.
+.TP
+\*(T<\fB\-\-since=START_DATE, \-\-start\-date=START_DATE\fR\*(T>
+Show only changesets not younger than specified start date.
+.TP
+\*(T<\fB\-\-author=AUTHOR\fR\*(T>
+Show changes committed by specified author only.
+.TP
+\*(T<\fB\-\-limit=LIMIT\fR\*(T>
+Limit number of showed changesets.
+.TP
+\*(T<\fB\-\-until=END_DATE, \-\-end\-date=END_DATE\fR\*(T>
+Show only changesets not older than specified end date.
+.TP
+\*(T<\fB\-t TEMPLATE, \-\-template=TEMPLATE\fR\*(T>
+Specify own template. Default is: $raw_id | $date | $message
+.TP
+\*(T<\fB\-p, \-\-patch\fR\*(T>
+Show patches
+.TP
+\*(T<\fB\-\-version\fR\*(T>
+Show program's version number and exit
+.TP
+\*(T<\fB\-h, \-\-help\fR\*(T>
+Show this help message and exit
+
+.SH OPTIONS FOR SUBCOMMAND \fIstandup\fR
+.TP
+\*(T<\fB\-\-debug\fR\*(T>
+Enter debug mode before raising exception
+.TP
+\*(T<\fB\-\-traceback\fR\*(T>
+Print traceback in case of an error
+.TP
+\*(T<\fB\-r, \-\-reversed\fR\*(T>
+Iterates in asceding order.
+.TP
+\*(T<\fB\-b BRANCH, \-\-branch=BRANCH\fR\*(T>
+Narrow changesets to chosen branch. If not given,
+working directory branch is used. For bare repository
+default would be SCM's default branch (i.e. master for
+Git)
+.TP
+\*(T<\fB\-\-all\fR\*(T>
+Show changesets across all branches.
+.TP
+\*(T<\fB\-\-since=START_DATE, \-\-start\-date=START_DATE\fR\*(T>
+Show only changesets not younger than specified start date.
+.TP
+\*(T<\fB\-\-author=AUTHOR\fR\*(T>
+Show changes committed by specified author only.
+.TP
+\*(T<\fB\-\-limit=LIMIT\fR\*(T>
+Limit number of showed changesets.
+.TP
+\*(T<\fB\-\-until=END_DATE, \-\-end\-date=END_DATE\fR\*(T>
+Show only changesets not older than specified end date.
+.TP
+\*(T<\fB\-t TEMPLATE, \-\-template=TEMPLATE\fR\*(T>
+Specify own template. Default is: $raw_id | $date | $message
+.TP
+\*(T<\fB\-p, \-\-patch\fR\*(T>
+Show patches
+.TP
+\*(T<\fB\-\-version\fR\*(T>
+Show program's version number and exit
+.TP
+\*(T<\fB\-h, \-\-help\fR\*(T>
+Show this help message and exit
+
+.SH OPTIONS FOR SUBCOMMAND \fIsummary\fR
+.TP
+\*(T<\fB\-\-debug\fR\*(T>
+Enter debug mode before raising exception
+.TP
+\*(T<\fB\-\-traceback\fR\*(T>
+Print traceback in case of an error
+.TP
+\*(T<\fB\-r, \-\-reversed\fR\*(T>
+Iterates in asceding order.
+.TP
+\*(T<\fB\-b BRANCH, \-\-branch=BRANCH\fR\*(T>
+Narrow changesets to chosen branch. If not given,
+working directory branch is used. For bare repository
+default would be SCM's default branch (i.e. master for
+Git)
+.TP
+\*(T<\fB\-\-all\fR\*(T>
+Show changesets across all branches.
+.TP
+\*(T<\fB\-\-since=START_DATE, \-\-start\-date=START_DATE\fR\*(T>
+Show only changesets not younger than specified start date.
+.TP
+\*(T<\fB\-\-author=AUTHOR\fR\*(T>
+Show changes committed by specified author only.
+.TP
+\*(T<\fB\-\-limit=LIMIT\fR\*(T>
+Limit number of showed changesets.
+.TP
+\*(T<\fB\-\-until=END_DATE, \-\-end\-date=END_DATE\fR\*(T>
+Show only changesets not older than specified end date.
+.TP
+\*(T<\fB\-s, \-\-with\-changesets\-size\fR\*(T>
+Counts size of filenodes from each commit [may be *heavy*]
+.TP
+\*(T<\fB\-\-version\fR\*(T>
+Show program's version number and exit
+.TP
+\*(T<\fB\-h, \-\-help\fR\*(T>
+Show this help message and exit
+
+.SH "SEE ALSO"
+\fB/usr/share/doc/python\-vcs\-doc\fR
+.SH AUTHOR
+This manual has been written for the Debian project by
+Mike Gabriel <sunweaver at debian.org> and maybe used by others.




More information about the Python-modules-commits mailing list