[Python-modules-commits] r24765 - in packages/python-cliff/trunk/debian (3 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Jun 12 15:15:37 UTC 2013


    Date: Wednesday, June 12, 2013 @ 15:15:35
  Author: zigo
Revision: 24765

Added rm -rf cliff.egg-info in the clean target.

Modified:
  packages/python-cliff/trunk/debian/changelog
  packages/python-cliff/trunk/debian/control
  packages/python-cliff/trunk/debian/rules

Modified: packages/python-cliff/trunk/debian/changelog
===================================================================
--- packages/python-cliff/trunk/debian/changelog	2013-06-12 13:20:03 UTC (rev 24764)
+++ packages/python-cliff/trunk/debian/changelog	2013-06-12 15:15:35 UTC (rev 24765)
@@ -1,9 +1,15 @@
-python-cliff (1.3-2) UNRELEASED; urgency=low
+python-cliff (1.3.3-3) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:13 +0200
+  [ Thomas Goirand ]
+  * Team upload.
+  * New upstream version.
+  * Added rm -rf cliff.egg-info in the clean target.
 
+ -- Thomas Goirand <zigo at debian.org>  Mon, 13 May 2013 14:10:27 +0000
+
 python-cliff (1.3-1) unstable; urgency=low
 
   * New upstream version.

Modified: packages/python-cliff/trunk/debian/control
===================================================================
--- packages/python-cliff/trunk/debian/control	2013-06-12 13:20:03 UTC (rev 24764)
+++ packages/python-cliff/trunk/debian/control	2013-06-12 15:15:35 UTC (rev 24765)
@@ -3,10 +3,16 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Jan Dittberner <jandd at debian.org>
-Build-Depends: debhelper (>= 8~), python (>= 2.6.5~),
- python-setuptools, python-sphinx (>= 1.0.7+dfsg-1~), python-nose,
- python-cmd2, python-prettytable, python-pyparsing, python-mock
-# python3 (>= 3.1.3-2~), python3-setuptools, 
+Build-Depends:
+ debhelper (>= 8~),
+ python (>= 2.6.5~),
+ python-cmd2,
+ python-mock,
+ python-nose,
+ python-prettytable,
+ python-pyparsing,
+ python-setuptools,
+ python-sphinx (>= 1.0.7+dfsg-1~)
 Standards-Version: 3.9.3
 Homepage: https://github.com/dreamhost/cliff
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-cliff/trunk/
@@ -14,7 +20,7 @@
 
 Package: python-cliff
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Recommends: python-cliff-doc (=${binary:Version})
 Description: command line interface formulation framework
  Cliff is a framework for building command line programs. It uses plugins to
@@ -26,24 +32,10 @@
  .
  This is the Python2 version of the package.
 
-#Package: python3-cliff
-#Architecture: all
-#Depends: ${python:Depends}, ${misc:Depends}
-#Recommends: python-cliff-doc (=${binary:Version}
-#Description: command line interface formulation framework
-# Cliff is a framework for building command line programs. It uses plugins to
-# define sub-commands, output formatters, and other extensions.
-# .
-# The cliff framework is meant to be used to create multi-level commands such as
-# subversion and git, where the main program handles some basic argument parsing
-# and then invokes a sub-command to do the work.
-# .
-# This is the Python3 version of the package.
-
 Package: python-cliff-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}, libjs-sphinxdoc
+Depends: libjs-sphinxdoc, ${misc:Depends}, ${sphinxdoc:Depends}
 Description: command line interface formulation framework documentation
  Cliff is a framework for building command line programs. It uses plugins to
  define sub-commands, output formatters, and other extensions.

Modified: packages/python-cliff/trunk/debian/rules
===================================================================
--- packages/python-cliff/trunk/debian/rules	2013-06-12 13:20:03 UTC (rev 24764)
+++ packages/python-cliff/trunk/debian/rules	2013-06-12 15:15:35 UTC (rev 24765)
@@ -9,6 +9,10 @@
 #	    --root $(CURDIR)/debian/python3-cliff
 	dh_installchangelogs docs/source/history.rst
 
+override_dh_clean:
+	dh_clean
+	rm -rf cliff.egg-info
+
 override_dh_python2:
 	dh_python2 -ppython-cliff
 




More information about the Python-modules-commits mailing list