[Python-modules-commits] r16170 - in packages/python-venusian/trunk/debian (4 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Mon Mar 21 02:38:48 UTC 2011


    Date: Monday, March 21, 2011 @ 02:38:47
  Author: takaki
Revision: 16170

new upstream 

Modified:
  packages/python-venusian/trunk/debian/changelog
  packages/python-venusian/trunk/debian/control
  packages/python-venusian/trunk/debian/copyright
  packages/python-venusian/trunk/debian/rules

Modified: packages/python-venusian/trunk/debian/changelog
===================================================================
--- packages/python-venusian/trunk/debian/changelog	2011-03-21 02:27:23 UTC (rev 16169)
+++ packages/python-venusian/trunk/debian/changelog	2011-03-21 02:38:47 UTC (rev 16170)
@@ -1,3 +1,10 @@
+python-venusian (0.7-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules: switch to dh_python2 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 21 Mar 2011 11:38:02 +0900
+
 python-venusian (0.6-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-venusian/trunk/debian/control
===================================================================
--- packages/python-venusian/trunk/debian/control	2011-03-21 02:27:23 UTC (rev 16169)
+++ packages/python-venusian/trunk/debian/control	2011-03-21 02:38:47 UTC (rev 16170)
@@ -3,7 +3,9 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-support, python-setuptools
+Build-Depends: debhelper (>= 7.0.50~), 
+	python-all(>= 2.6.6-3),
+	python-setuptools
 Standards-Version: 3.9.1
 Homepage: http://www.repoze.org
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-venusian/trunk
@@ -13,6 +15,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
+Breaks: ${python:Breaks}
 Description: library for deferring decorator actions
  Venusian is a library which allows framework authors to defer decorator
  actions. Instead of taking actions when a function (or class) decorator is

Modified: packages/python-venusian/trunk/debian/copyright
===================================================================
--- packages/python-venusian/trunk/debian/copyright	2011-03-21 02:27:23 UTC (rev 16169)
+++ packages/python-venusian/trunk/debian/copyright	2011-03-21 02:38:47 UTC (rev 16170)
@@ -1,47 +1,36 @@
-This work was packaged for Debian by:
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: python-venusian
+Source: http://pypi.python.org/pypi/venusian
 
-    TANIGUCHI Takaki <takaki at debian.org> on Fri, 26 Nov 2010 10:23:39 +0900
-
-It was downloaded from:
-
-    http://pypi.python.org/pypi/venusian/0.4
-
-Upstream Author(s):
-
-    Chris McDonough, Agendaless Consulting <repoze-dev at lists.repoze.org>
-
-Copyright:
-
-    Copyright (c) 2010 Agendaless Consulting and Contributors.
-
-License:
-
+Files: * 
+Copyright: 2010 Agendaless Consulting and Contributors.<repoze-dev at lists.repoze.org> 
+License: other
   A copyright notice accompanies this license document that identifies
   the copyright holders.
-
+ .
   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions are
   met:
-
+ .
   1.  Redistributions in source code must retain the accompanying
       copyright notice, this list of conditions, and the following
       disclaimer.
-
+ .
   2.  Redistributions in binary form must reproduce the accompanying
       copyright notice, this list of conditions, and the following
       disclaimer in the documentation and/or other materials provided
       with the distribution.
-
+ .
   3.  Names of the copyright holders must not be used to endorse or
       promote products derived from this software without prior
       written permission from the copyright holders.
-
+ .
   4.  If any files are modified, you must cause the modified files to
       carry prominent notices stating that you changed the files and
       the date of any change.
-
+ .
   Disclaimer
-
+ .
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
     ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
@@ -56,9 +45,23 @@
     SUCH DAMAGE.
 
 
-The Debian packaging is:
+Files: debian/*
+Copyright: 2010-2011 TANIGUCHI Takaki <takaki at debian.org>
+License: GPL-3
+ This package 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
+ (at your option) any later version.
+ .
+ This package 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/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
 
-    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
 
-and is licensed under the GPL version 3,
-see "/usr/share/common-licenses/GPL-3".

Modified: packages/python-venusian/trunk/debian/rules
===================================================================
--- packages/python-venusian/trunk/debian/rules	2011-03-21 02:27:23 UTC (rev 16169)
+++ packages/python-venusian/trunk/debian/rules	2011-03-21 02:38:47 UTC (rev 16170)
@@ -1,13 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
 %:
-	dh $@ 
+	dh $@  --with python2




More information about the Python-modules-commits mailing list