From 064f46f88a43548547b4819c9baf80331ee793a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org> Date: Sun, 13 Jun 2010 21:36:13 +0200 Subject: [PATCH] Add myself to Uploaders --- debian/changelog | 1 + debian/control | 2 +- debian/control.in | 2 +- pyclean | 7 ++----- pycompile | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 47c3d27..835ae00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ python-defaults (2.6.5-2) UNRELEASED; urgency=low (moved to python3-defaults) * debian/copyright: Add a note about dh_python2, pycompile, pyclean and debpython module in + * Add myself to Uploaders [ Scott Kitterman ] * debian/pyversions.py: Exclude python3 versions from results - those are diff --git a/debian/control b/debian/control index 12f4e65..227abf2 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: python-defaults Section: python Priority: optional Maintainer: Matthias Klose <doko@debian.org> -Uploaders: Scott Kitterman <scott@kitterman.com> +Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org> Build-Depends: debhelper (>= 5) Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3) Standards-Version: 3.8.4 diff --git a/debian/control.in b/debian/control.in index 5200370..089126a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: python-defaults Section: python Priority: optional Maintainer: Matthias Klose <doko@debian.org> -Uploaders: Scott Kitterman <scott@kitterman.com> +Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org> Build-Depends: debhelper (>= 5) Build-Depends-Indep: libhtml-tree-perl, debiandoc-sgml, python-docutils (>= 0.4-3) Standards-Version: 3.8.4 diff --git a/pyclean b/pyclean index 8a5a874..aa51c4f 100755 --- a/pyclean +++ b/pyclean @@ -26,11 +26,9 @@ import logging import optparse import sys from glob import glob1 -from os import environ, remove, rmdir, walk -from os.path import dirname, exists, isdir, isfile, join +from os import environ, remove, walk +from os.path import exists, isdir, isfile, join from subprocess import Popen, PIPE -sys.path.insert(1, '/usr/share/python/') -from debpython.version import SUPPORTED # initialize script @@ -42,7 +40,6 @@ log = logging.getLogger('pyclean') Examples: pyclean -p python-mako # all .py[co] files from the package pyclean /usr/lib/python2.6/dist-packages # python2.6 - pyclean -V 3.3 /usr/lib/python3/dist-packages # python 3.3 only """ diff --git a/pycompile b/pycompile index d4c87cb..1078d9e 100755 --- a/pycompile +++ b/pycompile @@ -30,7 +30,7 @@ from os import environ, listdir, mkdir, walk from os.path import abspath, dirname, exists, isdir, isfile, join from subprocess import PIPE, Popen sys.path.insert(1, '/usr/share/python/') -from debpython.version import SUPPORTED, DEFAULT, debsorted, vrepr, \ +from debpython.version import SUPPORTED, debsorted, vrepr, \ get_requested_versions, parse_vrange from debpython.option import Option, compile_regexpr -- GitLab