Your message dated Mon, 9 Apr 2018 08:19:15 +0200
with message-id <20180409061915.ga18...@centurion.befour.org>
and subject line 869265 fixed in 0.8-1
has caused the Debian Bug report #869265,
regarding python-kaitaistruct: Remove Markdown and homepage references from 
package long descriptions
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
869265: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869265
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-kaitaistruct
Version: 0.7-1
Severity: minor
Tags: patch

Hi!

Package long descriptions should be truly plain text and not contain Markdown
formatting. They should also not duplicate links elsewhere in the package
metadata (eg. the homepage; that's in the Homepage field!)

A patch attached that tidies up all of this.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb, Debian Project Leader
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/debian/control b/debian/control
index f21406f..03dcba8 100644
--- a/debian/control
+++ b/debian/control
@@ -16,17 +16,13 @@ Depends: ${misc:Depends}, ${python:Depends}
 Description: Kaitai Struct declarative parser generator for binary data
  This library implements Kaitai Struct API for Python.
  .
- [Kaitai Struct](http://kaitai.io) is a declarative language used for
- describe various binary data structures, laid out in files or in memory:
- i.e. binary file formats, network stream packet formats, etc.
- .
- It is similar to Python's [construct] and [Construct3], but it is
- language-agnostic. The format description is done in YAML-based .ksy
- format, which then can be compiled into a wide range of target languages.
- .
- [construct]: https://pypi.python.org/pypi/construct
- [Construct3]: http://tomerfiliba.com/blog/Survey-of-Construct3/
+ Kaitai Struct is a declarative language used for describe various binary data
+ structures, laid out in files or in memory: i.e. binary file formats, network
+ stream packet formats, etc.
  .
+ It is similar to Python's construct and Construct3, but it is
+ language-agnostic. The format description is done in YAML-based .ksy format,
+ which then can be compiled into a wide range of target languages.
 
 Package: python3-kaitaistruct
 Architecture: all
@@ -34,15 +30,12 @@ Depends: ${misc:Depends}, ${python3:Depends}
 Description: Kaitai Struct declarative parser generator for binary data 
(python3)
  This library implements Kaitai Struct API for Python.
  .
- [Kaitai Struct](http://kaitai.io) is a declarative language used for
- describe various binary data structures, laid out in files or in memory:
- i.e. binary file formats, network stream packet formats, etc.
- .
- It is similar to Python's [construct] and [Construct3], but it is
- language-agnostic. The format description is done in YAML-based .ksy
- format, which then can be compiled into a wide range of target languages.
+ Kaitai Struct is a declarative language used for describe various binary data
+ structures, laid out in files or in memory: i.e. binary file formats, network
+ stream packet formats, etc.
  .
- [construct]: https://pypi.python.org/pypi/construct
- [Construct3]: http://tomerfiliba.com/blog/Survey-of-Construct3/
+ It is similar to Python's construct and Construct3, but it is
+ language-agnostic. The format description is done in YAML-based .ksy format,
+ which then can be compiled into a wide range of target languages.
  .
- This is the Python3 package.
\ No newline at end of file
+ This is the Python 3 package.

--- End Message ---
--- Begin Message ---
 

--- End Message ---

Reply via email to