We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08c39a commit 7d47522Copy full SHA for 7d47522
debparse/deb_control/paragraphs.py
@@ -28,6 +28,8 @@ def get_raw_paragraphs(data):
28
for line in lines:
29
if line:
30
# start or continue form stanza
31
+ if line.startswith('#'):
32
+ continue
33
lines_buffer.append(line)
34
elif not line and lines_buffer:
35
# end of paragraph
0 commit comments