debian/0000755000000000000000000000000012227363217007173 5ustar debian/compat0000644000000000000000000000000212227363217010371 0ustar 9 debian/control0000644000000000000000000000216212227363217010577 0ustar Source: python-couleur Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Julien Danjou , Thomas Goirand , Mehdi Abaakouk Build-Depends: debhelper (>= 9), openstack-pkg-tools, python-all (>= 2.6.6-3~), python-setuptools Build-Depends-Indep: python-nose Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-couleur.git Vcs-Git: git://anonscm.debian.org/openstack/python-couleur.git Homepage: http://github.com/gabrielfalcao/couleur Package: python-couleur Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: python-nose, python-sure, ${misc:Depends}, ${python:Depends} Recommends: ${python:Recommends} Description: tool to play around with ANSI features in a unix terminal Couleur is an ANSI terminal tool for Python, colored shell and other handy fancy features. With couleur you can mix modifiers and colors. Couleur is made of a single Python file and comes with syntax sugar. debian/source/0000755000000000000000000000000012227363217010473 5ustar debian/source/format0000644000000000000000000000001412227363217011701 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012227363217010606 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = %(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000012012227363217010215 0ustar version=3 http://pypi.python.org/packages/source/c/couleur couleur-(.*).tar.gz debian/changelog0000644000000000000000000000053412227363217011047 0ustar python-couleur (0.5.0-2) unstable; urgency=low * Removed python-steadymark as Depends: (Closes: #722507, #722507). -- Thomas Goirand Sat, 21 Sep 2013 13:29:34 +0800 python-couleur (0.5.0-1) unstable; urgency=low * Initial release. (Closes: #721715) -- Thomas Goirand Tue, 03 Sep 2013 19:49:16 +0800 debian/copyright0000644000000000000000000000214212227363217011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: couleur Source: git://github.com/gabrielfalcao/couleur.git Files: debian/* Copyright: (c) 2013, Thomas Goirand License: GPL-3 Files: test* Copyright: (c) 2010-2013, Gabriel Falcão License: GPL-3 License: GPL-3 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; version 3 of the License. . 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, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License v2 (GPL) can be found in /usr/share/common-licenses/GPL-3. debian/rules0000755000000000000000000000045412227363217010256 0ustar #!/usr/bin/make -f UPSTREAM_GIT = git://github.com/gabrielfalcao/couleur.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --buildsystem=python_distutils --with python2 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) override_dh_auto_test: nosetests --verbosity=2 || true endif