[Python-apps-commits] r10345 - in packages/belier/trunk/debian (8 files)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Mon Jan 13 14:46:46 UTC 2014


    Date: Monday, January 13, 2014 @ 14:46:45
  Author: chaica-guest
Revision: 10345

  * debian/rules
    - Updated to debian/rules new style
  * Remove XS-Python-version field
  * Removed Build-Depends-Indep: python-support
  * Removed debian/pycompat

Added:
  packages/belier/trunk/debian/man/
  packages/belier/trunk/debian/man/bel.1
    (from rev 10344, packages/belier/trunk/debian/bel.1)
Modified:
  packages/belier/trunk/debian/belier.manpages
  packages/belier/trunk/debian/changelog
  packages/belier/trunk/debian/control
  packages/belier/trunk/debian/rules
Deleted:
  packages/belier/trunk/debian/bel.1
  packages/belier/trunk/debian/pycompat

Deleted: packages/belier/trunk/debian/bel.1
===================================================================
--- packages/belier/trunk/debian/bel.1	2014-01-12 03:49:32 UTC (rev 10344)
+++ packages/belier/trunk/debian/bel.1	2014-01-13 14:46:45 UTC (rev 10345)
@@ -1,46 +0,0 @@
-.\"     Title: belier
-.\"    Author: 
-.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
-.\"      Date: 05/16/2009
-.\"    Manual: 
-.\"    Source: 
-.\"
-.TH "BEL" "1" "05/16/2009" "" ""
-.\" disable hyphenation
-.nh
-.\" disable justification (adjust text to left margin only)
-.ad l
-.SH "NAME"
-bel \- open a shell or execute a command on a remote computer through several machines
-.SH "SYNOPSIS"
-bel [\-e file] [\-s file] [\-d delay]
-.sp
-.SH "DESCRIPTION"
-bel generates a script allowing the user to open a shell or execute a command on a remote computer through several machines\. In order to generate the script, the user gives the paths to the different machines until the final one is reached\. Several paths may be specified in a single entry file or through the standard input\.
-.sp
-.SH "OPTIONS"
-.PP
-\fB\-e, \-\-entree\fR=\fIFILE\fR
-.RS 4
-Provide the necessary information to establish the tunnel between the source and the final computer\.
-.RE
-.PP
-\fB\-s, \-\-repertoire\-sortie\fR=\fIDIRECTORY\fR
-.RS 4
-The directory where you want to put the generated scripts\.
-.RE
-.PP
-\fB\-d, \-\-delai\fR=\fISECONDS\fR
-.RS 4
-Delay to wait before each sent command, in seconds\.
-.RE
-.sp
-.SH "AUTHOR"
-Carl Chenet <chaica at ohmytux\.com[]>
-.sp
-.SH "RESSOURCES"
-Belier homepage : http://www\.ohmytux\.com/belier
-.sp
-.SH "LICENSE"
-Copyright \(co <2009> <Carl Chenet>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 3 of the License or any later version\. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\. See the GNU General Public License for more details\. You should have received a copy of the GNU General Public License along with this program\. If not, see <http://www\.gnu\.org/licenses/>\.
-.sp

Modified: packages/belier/trunk/debian/belier.manpages
===================================================================
--- packages/belier/trunk/debian/belier.manpages	2014-01-12 03:49:32 UTC (rev 10344)
+++ packages/belier/trunk/debian/belier.manpages	2014-01-13 14:46:45 UTC (rev 10345)
@@ -1 +1 @@
-debian/bel.1
+debian/man/bel.1

Modified: packages/belier/trunk/debian/changelog
===================================================================
--- packages/belier/trunk/debian/changelog	2014-01-12 03:49:32 UTC (rev 10344)
+++ packages/belier/trunk/debian/changelog	2014-01-13 14:46:45 UTC (rev 10345)
@@ -1,9 +1,22 @@
-belier (1.2-3) UNRELEASED; urgency=low
+belier (1.2-3) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:04:53 +0200
+  [ Carl Chenet ]
+  * debian/rules
+    - Updated to debian/rules new style
+  * Remove XS-Python-version field
+  * Removed Build-Depends-Indep: python-support
+  * Removed debian/pycompat
+  * Moved debian/bel.1 to debian/man/bel.1
+  * debian/control
+    - Update Uploaders address with @debian.org
+    - Bump Standards-Version to 3.9.5
+    - Bump Debhelper to 9
 
+ -- Carl Chenet <chaica at debian.org>  Mon, 13 Jan 2014 15:16:11 +0100
+
 belier (1.2-2) unstable; urgency=low
 
   * Switched to dpkg-source 3.0 (quilt) format.

Modified: packages/belier/trunk/debian/control
===================================================================
--- packages/belier/trunk/debian/control	2014-01-12 03:49:32 UTC (rev 10344)
+++ packages/belier/trunk/debian/control	2014-01-13 14:46:45 UTC (rev 10345)
@@ -2,12 +2,10 @@
 Section: net
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Carl Chenet <chaica at ohmytux.com>
+Uploaders: Carl Chenet <chaica at debian.org>
 Homepage: http://www.ohmytux.com/belier
-Build-Depends: debhelper (>= 7.0.50~), python (>= 2.5)
-Build-Depends-Indep: python-support
-XS-Python-Version: >= 2.5
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 9), python (>= 2.6)
+Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/belier/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/belier/trunk/
 

Copied: packages/belier/trunk/debian/man/bel.1 (from rev 10344, packages/belier/trunk/debian/bel.1)
===================================================================
--- packages/belier/trunk/debian/man/bel.1	                        (rev 0)
+++ packages/belier/trunk/debian/man/bel.1	2014-01-13 14:46:45 UTC (rev 10345)
@@ -0,0 +1,46 @@
+.\"     Title: belier
+.\"    Author: 
+.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
+.\"      Date: 05/16/2009
+.\"    Manual: 
+.\"    Source: 
+.\"
+.TH "BEL" "1" "05/16/2009" "" ""
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.SH "NAME"
+bel \- open a shell or execute a command on a remote computer through several machines
+.SH "SYNOPSIS"
+bel [\-e file] [\-s file] [\-d delay]
+.sp
+.SH "DESCRIPTION"
+bel generates a script allowing the user to open a shell or execute a command on a remote computer through several machines\. In order to generate the script, the user gives the paths to the different machines until the final one is reached\. Several paths may be specified in a single entry file or through the standard input\.
+.sp
+.SH "OPTIONS"
+.PP
+\fB\-e, \-\-entree\fR=\fIFILE\fR
+.RS 4
+Provide the necessary information to establish the tunnel between the source and the final computer\.
+.RE
+.PP
+\fB\-s, \-\-repertoire\-sortie\fR=\fIDIRECTORY\fR
+.RS 4
+The directory where you want to put the generated scripts\.
+.RE
+.PP
+\fB\-d, \-\-delai\fR=\fISECONDS\fR
+.RS 4
+Delay to wait before each sent command, in seconds\.
+.RE
+.sp
+.SH "AUTHOR"
+Carl Chenet <chaica at ohmytux\.com[]>
+.sp
+.SH "RESSOURCES"
+Belier homepage : http://www\.ohmytux\.com/belier
+.sp
+.SH "LICENSE"
+Copyright \(co <2009> <Carl Chenet>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 3 of the License or any later version\. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE\. See the GNU General Public License for more details\. You should have received a copy of the GNU General Public License along with this program\. If not, see <http://www\.gnu\.org/licenses/>\.
+.sp

Deleted: packages/belier/trunk/debian/pycompat
===================================================================
--- packages/belier/trunk/debian/pycompat	2014-01-12 03:49:32 UTC (rev 10344)
+++ packages/belier/trunk/debian/pycompat	2014-01-13 14:46:45 UTC (rev 10345)
@@ -1 +0,0 @@
-2

Modified: packages/belier/trunk/debian/rules
===================================================================
--- packages/belier/trunk/debian/rules	2014-01-12 03:49:32 UTC (rev 10344)
+++ packages/belier/trunk/debian/rules	2014-01-13 14:46:45 UTC (rev 10345)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_link:
 	dh_link usr/lib/belier/bel usr/bin/bel




More information about the Python-apps-commits mailing list