[Python-modules-commits] [python-coloredlogs] 05/12: Remove binary package coloredlogs

Gaurav Juvekar gauravjuvekar-guest at moszumanska.debian.org
Sun Mar 12 20:21:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

gauravjuvekar-guest pushed a commit to branch master
in repository python-coloredlogs.

commit 473b70435049fa571330876cf2e6d175cf9b058b
Author: Gaurav Juvekar <gauravjuvekar at gmail.com>
Date:   Sun Feb 5 23:14:43 2017 +0530

    Remove binary package coloredlogs
    
    This command (binary) is a buggy implementation, of the functionality
    provided by ansi2html. It is also completely unrelated to the
    functionality mainly provided by the python modules.
---
 debian/changelog                     |  2 +-
 debian/coloredlogs.1                 | 48 ------------------------------------
 debian/coloredlogs.install           |  1 -
 debian/coloredlogs.lintian-overrides |  3 ---
 debian/coloredlogs.manpages          |  1 -
 debian/control                       | 13 ----------
 6 files changed, 1 insertion(+), 67 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d7ed4af..211ba15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 coloredlogs (5.2-1) experimental; urgency=low
 
   * Initial release. (Closes: #780187)
+  * Remove binary package coloredlogs.
 
  -- Gaurav Juvekar <gauravjuvekar at gmail.com>  Sun, 29 Jan 2017 19:30:15 +0000
-
diff --git a/debian/coloredlogs.1 b/debian/coloredlogs.1
deleted file mode 100644
index 760a4de..0000000
--- a/debian/coloredlogs.1
+++ /dev/null
@@ -1,48 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" (C) Copyright 2017 Gaurav Juvekar <gauravjuvekar at gmail.com>,
-.\"
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH coloredlogs 1 "February 01 2017"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-coloredlogs \- colored logs for Python logging module
-.SH SYNOPSIS
-.B coloredlogs
-.RI [ OPTIONS ]
-.RI [ ARGS ]
-.br
-.SH DESCRIPTION
-\fBcoloredlogs\fP is a program that converts the output of any command
-containing ANSI escape sequences to HTML. It also includes a demo for the
-coloredlogs Python module.
-.SH OPTIONS
-This program follow the usual GNU command line syntax, with long options
-starting with two dashes (`-').  A summary of options is included below.
-.TP
-.B \-h, \-\-help
-Show this message and exit.
-.TP
-.B \-c, \-\-convert, \-\-to\-html
-Capture the output of an external command (given by the positional
-arguments \fIARGS\fR) and convert ANSI escape sequences in the output to HTML.
-.br
-If the \fBcoloredlogs\fR program is attached to an interactive terminal it will
-write the generated HTML to a temporary file and open that file in a web
-browser, otherwise the generated HTML will be written to standard output.
-.TP
-.B \-d, \-\-demo
-Perform a simple demonstration of the coloredlogs package to show the colored
-logging on an interactive terminal.
diff --git a/debian/coloredlogs.install b/debian/coloredlogs.install
deleted file mode 100644
index 1df36c6..0000000
--- a/debian/coloredlogs.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/*
diff --git a/debian/coloredlogs.lintian-overrides b/debian/coloredlogs.lintian-overrides
deleted file mode 100644
index bccb54c..0000000
--- a/debian/coloredlogs.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# The coloredlogs package provides a helper command for a primarily
-# library-only packge.
-coloredlogs: application-in-library-section
diff --git a/debian/coloredlogs.manpages b/debian/coloredlogs.manpages
deleted file mode 100644
index ad1277f..0000000
--- a/debian/coloredlogs.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/coloredlogs.1
diff --git a/debian/control b/debian/control
index f5ba920..9fc193b 100644
--- a/debian/control
+++ b/debian/control
@@ -41,16 +41,3 @@ Description: Colored terminal output for the logging module in Python3
  customized with environment variables as well as programmatically.
  .
  This package provides the module for Python3.
-
-Package: coloredlogs
-Architecture: all
-Depends: python3-coloredlogs, ${misc:Depends}, ${python3:Depends},
-Recommends: ${python3:Recommends}
-Suggests: ${python3:Suggests}
-Description: Convert colored logs with ANSI escape sequences to HTML files.
- The coloredlogs command can be used to convert the output of any command
- containing ANSI escape sequences to an HTML format. It supports normal text,
- bold text, and any standard ANSI color codes
- .
- This package provides the coloredlogs command based on the Python3 library of
- the same name.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-coloredlogs.git



More information about the Python-modules-commits mailing list