cammill / cammill

2D CAM tool for Linux, BSD, Windows, Mac.
https://cammill.github.io/
GNU General Public License v3.0
35 stars 12 forks source link

Fix Debian package Lintian checks #32

Closed koppi closed 9 years ago

koppi commented 9 years ago
lintian -i -I --show-overrides  packages/cammill_0.9_amd64.deb

results in a number of different warnings, we need to fix these:

I: cammill: spelling-error-in-binary opt/cammill/cammill Lenght Length
N: 
N:    Lintian found a spelling error in the given binary. Lintian has a list
N:    of common misspellings that it looks for. It does not have a dictionary
N:    like a spelling checker does.
N:    
N:    If the string containing the spelling error is translated with the help
N:    of gettext or a similar tool, please fix the error in the translations
N:    as well as the English text to avoid making the translations fuzzy. With
N:    gettext, for example, this means you should also fix the spelling
N:    mistake in the corresponding msgids in the *.po files.
N:    
N:    You can often find the word in the source code by running:
N:    
N:     grep -rw <word> <source-tree>
N:    
N:    This tag may produce false positives for words that contain non-ASCII
N:    characters due to limitations in strings.
N:    
N:    Severity: minor, Certainty: wild-guess
N:    
N:    Check: binaries, Type: binary, udeb
N: 
E: cammill: unstripped-binary-or-object opt/cammill/cammill
N: 
N:    The package installs an unstripped binary or object file.
N:    
N:    Please note, that shared libraries have to be stripped with the
N:    --strip-unneeded option.
N:    
N:    Refer to Debian Policy Manual section 10.1 (Binaries) and Debian Policy
N:    Manual section 10.2 (Libraries) for details.
N:    
N:    Severity: important, Certainty: certain
N:    
N:    Check: binaries, Type: binary, udeb
N: 
W: cammill: hardening-no-relro opt/cammill/cammill
N: 
N:    This package provides an ELF binary that lacks the "read-only
N:    relocation" link flag. This package was likely not built with the
N:    default Debian compiler flags defined by dpkg-buildflags. If built using
N:    dpkg-buildflags directly, be sure to import LDFLAGS.
N:    
N:    Refer to https://wiki.debian.org/Hardening for details.
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: binaries, Type: binary, udeb
N: 
I: cammill: hardening-no-fortify-functions opt/cammill/cammill
N: 
N:    This package provides an ELF binary that lacks the use of fortified libc
N:    functions. Either there are no potentially unfortified functions called
N:    by any routines, all unfortified calls have already been fully validated
N:    at compile-time, or the package was not built with the default Debian
N:    compiler flags defined by dpkg-buildflags. If built using
N:    dpkg-buildflags directly, be sure to import CPPFLAGS.
N:    
N:    NB: Due to false-positives, Lintian ignores some unprotected functions
N:    (e.g. memcpy).
N:    
N:    Refer to https://wiki.debian.org/Hardening and
N:    http://bugs.debian.org/673112 for details.
N:    
N:    Severity: normal, Certainty: wild-guess
N:    
N:    Check: binaries, Type: binary, udeb
N: 
E: cammill: missing-dependency-on-libc needed by opt/cammill/cammill
N: 
N:    The listed file appears to be linked against the C library, but the
N:    package doesn't depend on the C library package. Normally this indicates
N:    that ${shlibs:Depends} was omitted from the Depends line for this
N:    package in debian/control.
N:    
N:    All shared libraries and compiled binaries must be run through
N:    dpkg-shlibdeps to find out any libraries they are linked against (often
N:    via the dh_shlibdeps debhelper command). The package containing these
N:    files must then depend on ${shlibs:Depends} in debian/control to get the
N:    proper package dependencies for those libraries.
N:    
N:    Refer to Debian Policy Manual section 8.6.1 (Generating dependencies on
N:    shared libraries) for details.
N:    
N:    Severity: serious, Certainty: possible
N:    
N:    Check: binaries, Type: binary, udeb
N: 
W: cammill: syntax-error-in-debian-changelog line 1 "badly formatted heading line"
N: 
N:    While parsing the Debian changelog, a syntax error was found. If you
N:    have old changelog entries that don't follow the current syntax but that
N:    you want to keep as-is for the historical record, add the line:
N:    
N:      Old Changelog:
N:    
N:    with no leading whitespace before the legacy entries. This line and
N:    everything after it will be ignored.
N:    
N:    Refer to Debian Policy Manual section 4.4 (Debian changelog:
N:    debian/changelog) for details.
N:    
N:    Severity: normal, Certainty: possible
N:    
N:    Check: changelog-file, Type: binary
N: 
W: cammill: syntax-error-in-debian-changelog line 2 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 3 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 4 "found blank line where expected first heading"
W: cammill: syntax-error-in-debian-changelog line 5 "found change data where expected first heading"
W: cammill: syntax-error-in-debian-changelog line 7 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 8 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 9 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 13 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 14 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 15 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 19 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 20 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 21 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 25 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 26 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 27 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 31 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 32 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 33 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 37 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 38 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 39 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 43 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 44 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 45 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 49 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 50 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 51 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 55 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 56 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 57 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 61 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 62 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 63 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 67 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 68 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 69 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 73 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 74 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 75 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 79 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 80 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 81 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 85 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 86 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 87 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 91 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 92 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 93 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 97 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 98 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 99 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 103 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 104 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 105 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 109 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 110 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 111 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 115 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 116 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 117 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 121 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 122 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 123 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 127 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 128 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 129 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 133 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 134 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 135 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 139 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 140 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 141 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 145 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 146 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 147 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 151 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 152 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 153 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 157 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 158 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 159 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 160 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 164 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 165 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 166 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 170 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 171 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 172 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 176 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 177 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 178 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 182 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 183 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 184 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 188 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 189 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 190 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 194 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 195 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 196 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 197 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 201 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 202 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 203 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 207 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 208 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 209 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 213 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 214 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 215 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 219 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 220 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 221 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 225 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 226 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 227 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 231 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 232 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 233 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 237 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 238 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 239 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 243 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 244 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 245 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 249 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 250 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 251 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 252 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 256 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 257 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 258 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 262 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 263 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 264 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 268 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 269 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 270 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 274 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 275 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 276 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 280 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 281 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 282 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 286 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 287 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 288 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 292 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 293 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 294 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 298 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 299 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 300 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 304 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 305 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 306 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 310 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 311 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 312 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 316 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 317 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 318 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 322 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 323 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 324 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 328 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 329 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 330 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 334 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 335 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 336 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 340 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 341 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 342 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 346 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 347 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 348 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 352 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 353 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 354 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 358 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 359 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 360 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 364 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 365 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 366 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 370 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 371 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 372 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 376 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 377 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 378 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 382 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 383 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 384 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 385 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 389 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 390 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 391 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 395 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 396 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 397 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 398 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 402 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 403 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 404 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 408 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 409 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 410 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 414 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 415 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 416 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 420 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 421 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 422 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 426 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 427 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 428 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 432 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 433 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 434 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 438 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 439 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 440 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 444 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 445 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 446 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 450 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 451 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 452 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 456 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 457 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 458 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 462 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 463 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 464 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 468 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 469 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 470 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 474 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 475 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 476 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 480 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 481 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 482 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 486 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 487 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 488 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 492 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 493 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 494 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 498 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 499 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 500 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 504 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 505 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 506 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 510 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 511 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 512 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 516 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 517 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 518 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 522 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 523 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 524 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 528 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 529 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 530 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 534 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 535 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 536 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 540 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 541 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 542 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 546 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 547 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 548 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 552 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 553 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 554 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 558 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 559 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 560 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 564 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 565 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 566 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 570 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 571 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 572 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 576 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 577 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 578 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 582 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 583 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 584 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 588 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 589 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 590 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 594 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 595 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 596 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 600 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 601 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 602 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 606 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 607 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 608 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 612 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 613 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 614 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 618 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 619 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 620 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 624 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 625 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 626 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 630 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 631 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 632 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 636 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 637 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 638 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 642 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 643 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 644 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 648 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 649 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 650 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 651 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 655 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 656 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 657 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 661 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 662 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 663 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 667 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 668 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 669 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 673 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 674 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 675 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 679 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 680 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 681 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 685 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 686 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 687 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 691 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 692 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 693 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 694 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 698 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 699 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 700 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 704 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 705 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 706 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 710 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 711 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 712 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 716 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 717 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 718 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 722 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 723 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 724 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 728 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 729 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 730 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 734 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 735 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 736 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 740 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 741 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 742 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 746 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 747 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 748 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 752 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 753 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 754 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 758 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 759 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 760 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 761 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 765 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 766 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 767 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 771 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 772 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 773 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 777 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 778 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 779 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 783 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 784 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 785 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 789 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 790 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 791 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 795 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 796 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 797 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 801 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 802 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 803 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 807 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 808 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 809 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 813 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 814 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 815 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 819 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 820 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 821 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 825 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 826 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 827 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 831 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 832 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 833 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 837 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 838 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 839 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 843 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 844 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 845 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 849 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 850 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 851 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 855 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 856 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 857 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 861 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 862 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 863 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 867 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 868 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 869 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 873 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 874 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 875 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 879 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 880 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 881 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 885 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 886 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 887 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 891 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 892 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 893 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 897 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 898 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 899 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 903 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 904 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 905 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 909 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 910 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 911 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 915 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 916 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 917 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 921 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 922 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 923 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 927 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 928 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 929 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 933 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 934 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 935 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 939 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 940 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 941 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 945 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 946 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 947 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 951 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 952 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 953 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 957 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 958 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 959 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 963 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 964 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 965 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 969 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 970 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 971 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 975 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 976 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 977 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 981 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 982 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 983 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 987 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 988 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 989 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 993 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 994 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 995 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 999 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1000 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1001 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1005 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1006 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1007 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1011 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1012 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1013 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1017 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1018 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1019 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1023 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1024 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1025 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1029 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1030 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1031 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1035 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1036 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1037 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1041 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1042 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1043 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1047 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1048 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1049 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1053 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1054 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1055 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1059 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1060 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1061 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1065 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1066 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1067 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1071 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1072 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1073 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1077 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1078 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1079 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1083 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1084 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1085 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1089 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1090 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1091 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1095 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1096 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1097 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1101 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1102 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1103 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1107 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1108 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1109 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1113 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1114 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1115 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1119 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1120 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1121 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1125 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1126 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1127 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1131 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1132 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1133 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1137 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1138 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1139 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1143 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1144 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1145 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1149 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1150 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1151 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1152 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1158 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1159 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1160 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1164 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1165 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1166 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1170 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1171 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1172 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1173 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1179 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1180 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1181 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1185 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1186 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1187 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1188 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1192 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1193 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1194 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1198 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1199 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1200 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1204 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1205 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1206 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1207 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1211 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1212 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1213 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1217 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1218 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1219 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1223 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1224 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1225 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1229 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1230 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1231 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1235 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1236 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1237 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1238 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1242 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1243 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1244 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1248 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1249 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1250 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1251 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1257 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1258 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1259 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1260 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1264 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1265 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1266 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1267 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1271 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1272 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1273 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1277 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1278 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1279 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1283 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1284 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1285 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1289 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1290 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1291 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1295 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1296 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1297 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1301 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1302 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1303 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1307 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1308 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1309 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1313 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1314 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1315 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1319 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1320 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1321 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1325 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1326 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1327 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1331 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1332 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1333 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1337 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1338 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1339 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1343 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1344 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1345 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1349 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1350 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1351 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1355 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1356 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1357 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1361 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1362 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1363 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1367 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1368 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1369 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1373 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1374 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1375 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1379 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1380 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1381 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1385 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1386 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1387 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1391 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1392 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1393 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1397 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1398 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1399 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1400 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1406 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1407 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1408 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1412 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1413 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1414 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1419 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1420 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1421 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1422 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1428 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1429 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1430 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1434 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1435 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1436 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1440 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1441 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1442 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1443 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1449 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1450 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1451 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1452 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1458 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1459 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1460 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1464 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1465 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1466 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1470 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1471 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1472 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1476 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1477 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1478 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1482 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1483 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1484 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1488 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1489 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1490 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1491 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1497 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1498 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1499 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1500 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1506 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1507 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1508 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1509 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1515 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1516 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1517 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1521 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1522 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1523 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1527 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1528 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1529 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1533 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1534 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1535 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1539 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1540 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1541 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1545 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1546 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1547 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1551 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1552 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1553 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1554 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1560 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1561 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1562 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1568 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1569 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1570 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1574 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1575 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1576 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1580 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1581 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1582 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1586 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1587 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1588 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1592 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1593 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1594 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1598 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1599 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1600 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1604 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1605 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1606 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1610 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1611 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1612 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1616 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1617 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1618 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1619 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1625 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1626 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1627 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1631 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1632 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1633 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1634 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1638 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1639 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1640 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1644 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1645 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1646 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1650 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1651 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1652 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1656 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1657 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1658 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1662 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1663 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1664 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1668 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1669 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1670 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1674 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1675 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1676 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1680 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1681 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1682 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1686 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1687 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1688 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1692 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1693 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1694 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1698 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1699 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1700 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1704 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1705 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1706 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1710 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1711 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1712 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1716 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1717 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1718 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1722 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1723 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1724 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1728 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1729 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1730 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1734 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1735 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1736 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1740 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1741 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1742 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1746 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1747 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1748 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1752 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1753 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1754 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1758 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1759 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1760 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1764 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1765 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1766 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1770 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1771 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1772 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1776 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1777 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1778 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1782 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1783 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1784 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1788 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1789 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1790 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1794 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1795 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1796 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1800 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1801 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1802 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1806 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1807 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1808 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1812 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1813 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1814 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1818 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1819 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1820 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1824 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1825 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1826 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1830 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1831 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1832 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1836 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1837 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1838 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1842 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1843 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1844 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1848 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1849 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1850 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1854 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1855 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1856 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1860 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1861 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1862 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1866 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1867 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1868 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1872 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1873 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1874 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1878 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1879 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1880 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1884 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1885 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1886 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1890 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1891 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1892 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1896 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1897 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1898 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1902 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1903 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1904 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1908 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1909 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1910 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1914 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1915 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1916 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1920 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1921 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1922 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1926 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1927 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1928 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1932 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1933 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1934 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1938 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1939 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1940 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1944 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1945 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1946 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1950 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1951 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1952 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1956 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1957 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1958 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1962 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1963 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1964 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1968 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1969 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1970 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1974 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1975 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1976 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1980 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1981 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1982 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1986 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1987 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1988 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1992 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1993 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1994 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1998 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 1999 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2000 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2004 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2005 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2006 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2010 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2011 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2012 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2016 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2017 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2018 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2022 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2023 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2024 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2028 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2029 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2030 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2034 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2035 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2036 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2040 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2041 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2042 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2046 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2047 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2048 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2052 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2053 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2054 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2058 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2059 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2060 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2064 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2065 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2066 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2070 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2071 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2072 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2076 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2077 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2078 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2082 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2083 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2084 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2088 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2089 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2090 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2094 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2095 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2096 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2100 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2101 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2102 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2106 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2107 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2108 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2112 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2113 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2114 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2118 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2119 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2120 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2124 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2125 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2126 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2130 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2131 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2132 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2136 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2137 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2138 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2142 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2143 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2144 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2148 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2149 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2150 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2154 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2155 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2156 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2160 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2161 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2162 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2166 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2167 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2168 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2172 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2173 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2174 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2178 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2179 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2180 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2184 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2185 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2186 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2190 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2191 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2192 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2196 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2197 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2198 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2202 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2203 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2204 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2208 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2209 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2210 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2214 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2215 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2216 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2220 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2221 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2222 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2226 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2227 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2228 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2232 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2233 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2234 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2238 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2239 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2240 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2244 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2245 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2246 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2250 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2251 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2252 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2256 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2257 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2258 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2262 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2263 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2264 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2268 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2269 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2270 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2274 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2275 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2276 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2280 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2281 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2282 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2286 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2287 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2288 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2292 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2293 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2294 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2298 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2299 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2300 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2304 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2305 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2306 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2310 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2311 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2312 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2316 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2317 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2318 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2322 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2323 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2324 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2328 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2329 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2330 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2334 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2335 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2336 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2340 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2341 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2342 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2346 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2347 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2348 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2352 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2353 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2354 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2358 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2359 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2360 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2364 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2365 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2366 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2370 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2371 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2372 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2376 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2377 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2378 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2382 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2383 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2384 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2388 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2389 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2390 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2394 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2395 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2396 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2400 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2401 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2402 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2406 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2407 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2408 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2412 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2413 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2414 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2418 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2419 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2420 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2424 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2425 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2426 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2430 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2431 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2432 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2436 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2437 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2438 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2442 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2443 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2444 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2448 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2449 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2450 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2454 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2455 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2456 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2460 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2461 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2462 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2466 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2467 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2468 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2472 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2473 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2474 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2478 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2479 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2480 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2484 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2485 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2486 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2490 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2491 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2492 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2496 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2497 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2498 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2502 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2503 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2504 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2508 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2509 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2510 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2514 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2515 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2516 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2520 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2521 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2522 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2526 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2527 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2528 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2532 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2533 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2534 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2538 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2539 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2540 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2544 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2545 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2546 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2550 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2551 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2552 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2556 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2557 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2558 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2562 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2563 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2564 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2568 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2569 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2570 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2574 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2575 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2576 "badly formatted heading line"
W: cammill: syntax-error-in-debian-changelog line 2578 "found eof where expected more change data or trailer"
W: cammill: debian-changelog-line-too-long line 267
N: 
N:    The given line of the latest changelog entry is over 80 columns. Such
N:    changelog entries may look poor in terminal windows and mail messages
N:    and be annoying to read. Please wrap changelog entries at 80 columns or
N:    less where possible.
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: changelog-file, Type: binary
N: 
W: cammill: debian-changelog-line-too-long line 291
W: cammill: debian-changelog-line-too-long line 300
W: cammill: debian-changelog-line-too-long line 318
W: cammill: debian-changelog-line-too-long line 444
W: cammill: debian-changelog-line-too-long line 589
W: cammill: debian-changelog-line-too-long line 592
W: cammill: debian-changelog-line-too-long line 777
W: cammill: spelling-error-in-changelog pakage package
N: 
N:    Lintian found a spelling error in the latest entry of the Debian
N:    changelog. Lintian has a list of common misspellings that it looks for.
N:    It does not have a dictionary like a spelling checker does.
N:    
N:    When writing a changelog entry for a spelling fix that includes the
N:    misspelling, ensure the word "spelling" is on the same line as the
N:    misspelled word to avoid triggering this warning.
N:    
N:    Severity: minor, Certainty: certain
N:    
N:    Check: changelog-file, Type: binary
N: 
E: cammill: non-etc-file-marked-as-conffile opt/cammill/material.tbl
N: 
N:    A file installed in some other directory than /etc is marked as
N:    conffile. A conffile typically implies a configuration file, and Policy
N:    mandates such files to be in /etc.
N:    
N:    Refer to Debian Policy Manual section 10.7.2 (Location) for details.
N:    
N:    Severity: serious, Certainty: possible
N:    
N:    Check: conffiles, Type: binary
N: 
E: cammill: non-etc-file-marked-as-conffile opt/cammill/tool.tbl
E: cammill: non-etc-file-marked-as-conffile opt/cammill/postprocessor.lua
E: cammill: non-etc-file-marked-as-conffile opt/cammill/posts/EMC.scpost
E: cammill: non-etc-file-marked-as-conffile opt/cammill/posts/GRBL.scpost
E: cammill: control-file-has-bad-permissions conffiles 0755 != 0644
N: 
N:    The config, postinst, postrm, preinst, and prerm control files should
N:    use mode 0755; all other control files should use 0644.
N:    
N:    Refer to Debian Policy Manual section 10.9 (Permissions and owners) for
N:    details.
N:    
N:    Severity: serious, Certainty: certain
N:    
N:    Check: control-files, Type: binary, udeb
N: 
E: cammill: control-file-has-bad-owner conffiles koppi/koppi != root/root
N: 
N:    All control files should be owned by root/root.
N:    
N:    Refer to Debian Policy Manual section 10.9 (Permissions and owners) for
N:    details.
N:    
N:    Severity: serious, Certainty: certain
N:    
N:    Check: control-files, Type: binary, udeb
N: 
E: cammill: copyright-file-contains-full-gpl-license
N: 
N:    The copyright file /usr/share/doc/<pkg>/copyright contains the complete
N:    text of the GPL v1, v2, or v3. It should refer to the file
N:    /usr/share/common-licenses/GPL-1, GPL-2, or GPL-3 instead.
N:    
N:    Refer to Debian Policy Manual section 12.5 (Copyright information) for
N:    details.
N:    
N:    Severity: important, Certainty: certain
N:    
N:    Check: copyright-file, Type: binary
N: 
E: cammill: copyright-should-refer-to-common-license-file-for-gpl
N: 
N:    The strings "GNU General Public License" or "GPL" appear in the
N:    copyright file for this package, but the copyright file does not
N:    reference /usr/share/common-licenses as the location of the GPL on
N:    Debian systems.
N:    
N:    If the package uses some other license that just mentions the GPL and
N:    that Lintian should detect as an exception, please file a Lintian bug.
N:    If the copyright file must mention the GPL for reasons other than
N:    stating the license of the package, please add a Lintian override.
N:    
N:    Refer to Debian Policy Manual section 12.5 (Copyright information) for
N:    details.
N:    
N:    Severity: important, Certainty: possible
N:    
N:    Check: copyright-file, Type: binary
N: 
I: cammill: extended-description-is-probably-too-short
N: 
N:    The extended description (the lines after the first line of the
N:    "Description:" field) is only one or two lines long. The extended
N:    description should provide a user with enough information to decide
N:    whether they want to install this package, what it contains, and how it
N:    compares to similar packages. One or two lines is normally not enough to
N:    do this.
N:    
N:    Refer to Debian Developer's Reference section 6.2.1 (General guidelines
N:    for package descriptions) and Debian Developer's Reference section 6.2.3
N:    (The long description) for details.
N:    
N:    Severity: minor, Certainty: possible
N:    
N:    Check: description, Type: binary, udeb
N: 
W: cammill: duplicate-changelog-files usr/share/doc/cammill/changelog.Debian.gz usr/share/doc/cammill/changelog.gz
N: 
N:    The package appears to be shipping two copies of the changelog.
N:    
N:    If the second copy is really needed, consider making it a symlink to the
N:    canonical place for the relevant changelog.
N:    
N:    Both upstream and debian changelogs are checked with this tag.
N:    
N:    Severity: normal, Certainty: possible
N:    
N:    Check: duplicate-files, Type: binary
N: 
E: cammill: wrong-file-owner-uid-or-gid opt/ 1000/1000
N: 
N:    The user or group ID of the owner of the file is invalid. The owner user
N:    and group IDs must be in the set of globally allocated IDs, because
N:    other IDs are dynamically allocated and might be used for varying
N:    purposes on different systems, or are reserved. The set of the allowed,
N:    globally allocated IDs consists of the ranges 0-99, 64000-64999 and
N:    65534.
N:    
N:    It's possible for a Policy-compliant package to trigger this tag if the
N:    user is created in the preinst maintainer script, but this is a very
N:    rare case and doesn't appear to be necessary. If you found yourself
N:    needing to create a package that works this way, please file a bug
N:    against Lintian to let the maintainers know.
N:    
N:    Refer to Debian Policy Manual section 9.2 (Users and groups) for
N:    details.
N:    
N:    Severity: serious, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-dir-perm opt/ 0775 != 0755
N: 
N:    The directory has a mode different from 0755, and it's not one of the
N:    known exceptions.
N:    
N:    Refer to Debian Policy Manual section 10.9 (Permissions and owners) for
N:    details.
N:    
N:    Severity: normal, Certainty: possible
N:    
N:    Check: files, Type: binary, udeb
N: 
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/
N: 
N:    Debian packages should not install into /opt, because it is reserved for
N:    add-on software.
N:    
N:    Refer to Filesystem Hierarchy Standard (/opt : Add-on application
N:    software packages) for details.
N:    
N:    Severity: serious, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-dir-perm opt/cammill/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/cammill 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/cammill
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/cammill.dxf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/cammill.dxf
W: cammill: non-standard-file-perm opt/cammill/cammill.dxf 0664 != 0644
N: 
N:    The file has a mode different from 0644. In some cases this is
N:    intentional, but in other cases this is a bug.
N:    
N:    Refer to Debian Policy Manual section 10.9 (Permissions and owners) for
N:    details.
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/
W: cammill: non-standard-dir-perm opt/cammill/fonts/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/astrology.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/astrology.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/astrology.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/cursive.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/cursive.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/cursive.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/cyrilc_1.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/cyrilc_1.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/cyrilc_1.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/cyrillic.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/cyrillic.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/cyrillic.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/futural.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/futural.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/futural.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/futuram.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/futuram.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/futuram.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothgbt.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothgbt.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothgbt.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothgrt.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothgrt.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothgrt.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothiceng.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothiceng.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothiceng.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothicger.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothicger.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothicger.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothicita.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothicita.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothicita.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothitt.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothitt.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothitt.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/greek.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/greek.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/greek.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/greekc.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/greekc.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/greekc.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/greeks.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/greeks.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/greeks.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/hershey.txt 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/hershey.txt
W: cammill: non-standard-file-perm opt/cammill/fonts/hershey.txt 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/japanese.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/japanese.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/japanese.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/markers.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/markers.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/markers.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/mathlow.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/mathlow.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/mathlow.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/mathupp.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/mathupp.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/mathupp.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/meteorology.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/meteorology.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/meteorology.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/music.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/music.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/music.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/rowmand.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/rowmand.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/rowmand.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/rowmans.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/rowmans.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/rowmans.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/rowmant.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/rowmant.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/rowmant.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/scriptc.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/scriptc.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/scriptc.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/scripts.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/scripts.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/scripts.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/symbolic.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/symbolic.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/symbolic.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesg.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesg.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesg.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesi.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesi.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesi.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesib.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesib.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesib.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesr.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesr.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesr.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesrb.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesrb.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesrb.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/
W: cammill: non-standard-dir-perm opt/cammill/icons/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon.icns 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon.icns
W: cammill: non-standard-file-perm opt/cammill/icons/icon.icns 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon.ico 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon.ico
W: cammill: non-standard-file-perm opt/cammill/icons/icon.ico 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon.svg 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon.svg
W: cammill: non-standard-file-perm opt/cammill/icons/icon.svg 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_128.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_128.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_128.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_16.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_16.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_16.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_256.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_256.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_256.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_32.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_32.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_32.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_48.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_48.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_48.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_512.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_512.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_512.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/logo-top.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/logo-top.png
W: cammill: non-standard-file-perm opt/cammill/icons/logo-top.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/logo.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/logo.png
W: cammill: non-standard-file-perm opt/cammill/icons/logo.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/material.tbl 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/material.tbl
W: cammill: non-standard-file-perm opt/cammill/material.tbl 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/postprocessor.lua 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/postprocessor.lua
W: cammill: non-standard-file-perm opt/cammill/postprocessor.lua 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/posts/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/posts/
W: cammill: non-standard-dir-perm opt/cammill/posts/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/posts/EMC.scpost 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/posts/EMC.scpost
W: cammill: non-standard-file-perm opt/cammill/posts/EMC.scpost 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/posts/GRBL.scpost 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/posts/GRBL.scpost
W: cammill: non-standard-file-perm opt/cammill/posts/GRBL.scpost 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/test-minimal.dxf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/test-minimal.dxf
W: cammill: non-standard-file-perm opt/cammill/test-minimal.dxf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/test.dxf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/test.dxf
W: cammill: non-standard-file-perm opt/cammill/test.dxf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/
W: cammill: non-standard-dir-perm opt/cammill/textures/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/cfk.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/cfk.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/cfk.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/foam.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/foam.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/foam.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/gfk.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/gfk.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/gfk.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/metal.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/metal.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/metal.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/plast.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/plast.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/plast.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/wood.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/wood.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/wood.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/tool.tbl 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/tool.tbl
W: cammill: non-standard-file-perm opt/cammill/tool.tbl 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/ 1000/1000
W: cammill: non-standard-dir-perm usr/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/bin/ 1000/1000
W: cammill: non-standard-dir-perm usr/bin/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/bin/cammill 1000/1000
E: cammill: wrong-file-owner-uid-or-gid usr/share/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/doc/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/ 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/ koppi/koppi != root/root
N: 
N:    Documentation files should be owned by root/root.
N:    
N:    Severity: important, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-dir-perm usr/share/doc/cammill/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/LICENSE.txt 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/LICENSE.txt koppi/koppi != root/root
W: cammill: extra-license-file usr/share/doc/cammill/LICENSE.txt
N: 
N:    All license information should be collected in the debian/copyright
N:    file. This usually makes it unnecessary for the package to install this
N:    information in other places as well.
N:    
N:    Refer to Debian Policy Manual section 12.5 (Copyright information) for
N:    details.
N:    
N:    Severity: normal, Certainty: possible
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-file-perm usr/share/doc/cammill/LICENSE.txt 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/README 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/README koppi/koppi != root/root
W: cammill: non-standard-file-perm usr/share/doc/cammill/README 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/changelog.Debian.gz 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/changelog.Debian.gz koppi/koppi != root/root
I: cammill: package-contains-timestamped-gzip usr/share/doc/cammill/changelog.Debian.gz
N: 
N:    The package contains a gzip-compressed file that has timestamps. Such
N:    files make the packages unreproducible, because their contents depend on
N:    the time when the package was built.
N:    
N:    Please consider passing the "-n" flag to gzip to avoid this.
N:    
N:    Refer to https://wiki.debian.org/ReproducibleBuilds for details.
N:    
N:    Severity: wishlist, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-file-perm usr/share/doc/cammill/changelog.Debian.gz 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/changelog.gz 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/changelog.gz koppi/koppi != root/root
I: cammill: package-contains-timestamped-gzip usr/share/doc/cammill/changelog.gz
W: cammill: non-standard-file-perm usr/share/doc/cammill/changelog.gz 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/copyright 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/copyright koppi/koppi != root/root
W: cammill: non-standard-file-perm usr/share/doc/cammill/copyright 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/man/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/man/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/man/man1/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/man/man1/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/man/man1/cammill.1.gz 1000/1000
I: cammill: package-contains-timestamped-gzip usr/share/man/man1/cammill.1.gz
W: cammill: non-standard-file-perm usr/share/man/man1/cammill.1.gz 0664 != 0644
W: cammill: manpage-has-useless-whatis-entry usr/share/man/man1/cammill.1.gz
N: 
N:    The whatis entry for this manual page (the brief description found in
N:    the NAME section) is of the form:
N:    
N:     program - manual page for program
N:    
N:    This conveys no information about what the program is for and is
N:    repetitive. The short description should contain brief information about
N:    what the program is for to aid in searching with apropos and similar
N:    programs.
N:    
N:    If this manpage was generated by help2man, use the -n option to provide
N:    a more meaningful description.
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: manpages, Type: binary
N: 
I: cammill: spelling-error-in-manpage usr/share/man/man1/cammill.1.gz lenght length
N: 
N:    Lintian found a spelling error in the manpage. Lintian has a list of
N:    common misspellings that it looks for. It does not have a dictionary
N:    like a spelling checker does.
N:    
N:    If the string containing the spelling error is translated with the help
N:    of gettext (with the help of po4a, for example) or a similar tool,
N:    please fix the error in the translations as well as the English text to
N:    avoid making the translations fuzzy. With gettext, for example, this
N:    means you should also fix the spelling mistake in the corresponding
N:    msgids in the *.po files.
N:    
N:    Severity: minor, Certainty: possible
N:    
N:    Check: manpages, Type: binary
N: 
I: cammill: no-md5sums-control-file
N: 
N:    This package does not contain an md5sums control file. This control file
N:    listing the MD5 checksums of the contents of the package is not
N:    required, but if present debsums can use it to verify that no files
N:    shipped with your package have been modified. Providing it is
N:    recommended.
N:    
N:    If you are using debhelper to create your package, just add a call to
N:    dh_md5sums at the end of your binary-indep or binary-arch target, right
N:    before dh_builddeb.
N:    
N:    Severity: wishlist, Certainty: certain
N:    
N:    Check: md5sums, Type: binary
N: 
multigcs commented 9 years ago

we must change the install path for linux and bsd to: /usr/bin/cammill, /usr/share/cammill/

all other errors/warnings are fixed

koppi commented 9 years ago

I still see some other warnings related to file ownership and access control flags:

$ lintian -i -I --show-overrides  packages/cammill_0.9_amd64.deb 
E: cammill: non-etc-file-marked-as-conffile opt/cammill/material.tbl
N: 
N:    A file installed in some other directory than /etc is marked as
N:    conffile. A conffile typically implies a configuration file, and Policy
N:    mandates such files to be in /etc.
N:    
N:    Refer to Debian Policy Manual section 10.7.2 (Location) for details.
N:    
N:    Severity: serious, Certainty: possible
N:    
N:    Check: conffiles, Type: binary
N: 
E: cammill: non-etc-file-marked-as-conffile opt/cammill/tool.tbl
E: cammill: non-etc-file-marked-as-conffile opt/cammill/postprocessor.lua
E: cammill: non-etc-file-marked-as-conffile opt/cammill/posts/EMC.scpost
E: cammill: non-etc-file-marked-as-conffile opt/cammill/posts/GRBL.scpost
E: cammill: control-file-has-bad-owner conffiles koppi/koppi != root/root
N: 
N:    All control files should be owned by root/root.
N:    
N:    Refer to Debian Policy Manual section 10.9 (Permissions and owners) for
N:    details.
N:    
N:    Severity: serious, Certainty: certain
N:    
N:    Check: control-files, Type: binary, udeb
N: 
E: cammill: control-file-has-bad-owner md5sums koppi/koppi != root/root
W: cammill: description-contains-homepage
N: 
N:    The extended description contains a "Homepage:" pseudo-header following
N:    the old Developer's Reference recommendation. As of 1.14.6, dpkg now
N:    supports Homepage: as a regular field in debian/control. This header
N:    should be moved from the extended description to the fields for the
N:    relevant source or binary packages.
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: description, Type: binary, udeb
N: 
E: cammill: wrong-file-owner-uid-or-gid opt/ 1000/1000
N: 
N:    The user or group ID of the owner of the file is invalid. The owner user
N:    and group IDs must be in the set of globally allocated IDs, because
N:    other IDs are dynamically allocated and might be used for varying
N:    purposes on different systems, or are reserved. The set of the allowed,
N:    globally allocated IDs consists of the ranges 0-99, 64000-64999 and
N:    65534.
N:    
N:    It's possible for a Policy-compliant package to trigger this tag if the
N:    user is created in the preinst maintainer script, but this is a very
N:    rare case and doesn't appear to be necessary. If you found yourself
N:    needing to create a package that works this way, please file a bug
N:    against Lintian to let the maintainers know.
N:    
N:    Refer to Debian Policy Manual section 9.2 (Users and groups) for
N:    details.
N:    
N:    Severity: serious, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-dir-perm opt/ 0775 != 0755
N: 
N:    The directory has a mode different from 0755, and it's not one of the
N:    known exceptions.
N:    
N:    Refer to Debian Policy Manual section 10.9 (Permissions and owners) for
N:    details.
N:    
N:    Severity: normal, Certainty: possible
N:    
N:    Check: files, Type: binary, udeb
N: 
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/
N: 
N:    Debian packages should not install into /opt, because it is reserved for
N:    add-on software.
N:    
N:    Refer to Filesystem Hierarchy Standard (/opt : Add-on application
N:    software packages) for details.
N:    
N:    Severity: serious, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-dir-perm opt/cammill/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/cammill 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/cammill
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/cammill.dxf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/cammill.dxf
W: cammill: non-standard-file-perm opt/cammill/cammill.dxf 0664 != 0644
N: 
N:    The file has a mode different from 0644. In some cases this is
N:    intentional, but in other cases this is a bug.
N:    
N:    Refer to Debian Policy Manual section 10.9 (Permissions and owners) for
N:    details.
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/
W: cammill: non-standard-dir-perm opt/cammill/fonts/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/astrology.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/astrology.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/astrology.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/cursive.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/cursive.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/cursive.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/cyrilc_1.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/cyrilc_1.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/cyrilc_1.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/cyrillic.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/cyrillic.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/cyrillic.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/futural.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/futural.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/futural.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/futuram.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/futuram.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/futuram.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothgbt.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothgbt.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothgbt.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothgrt.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothgrt.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothgrt.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothiceng.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothiceng.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothiceng.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothicger.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothicger.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothicger.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothicita.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothicita.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothicita.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/gothitt.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/gothitt.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/gothitt.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/greek.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/greek.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/greek.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/greekc.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/greekc.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/greekc.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/greeks.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/greeks.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/greeks.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/hershey.txt 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/hershey.txt
W: cammill: non-standard-file-perm opt/cammill/fonts/hershey.txt 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/japanese.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/japanese.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/japanese.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/markers.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/markers.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/markers.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/mathlow.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/mathlow.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/mathlow.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/mathupp.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/mathupp.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/mathupp.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/meteorology.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/meteorology.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/meteorology.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/music.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/music.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/music.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/rowmand.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/rowmand.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/rowmand.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/rowmans.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/rowmans.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/rowmans.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/rowmant.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/rowmant.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/rowmant.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/scriptc.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/scriptc.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/scriptc.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/scripts.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/scripts.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/scripts.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/symbolic.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/symbolic.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/symbolic.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesg.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesg.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesg.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesi.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesi.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesi.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesib.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesib.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesib.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesr.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesr.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesr.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/fonts/timesrb.jhf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/fonts/timesrb.jhf
W: cammill: non-standard-file-perm opt/cammill/fonts/timesrb.jhf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/
W: cammill: non-standard-dir-perm opt/cammill/icons/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon.icns 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon.icns
W: cammill: non-standard-file-perm opt/cammill/icons/icon.icns 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon.ico 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon.ico
W: cammill: non-standard-file-perm opt/cammill/icons/icon.ico 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon.svg 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon.svg
W: cammill: non-standard-file-perm opt/cammill/icons/icon.svg 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_128.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_128.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_128.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_16.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_16.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_16.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_256.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_256.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_256.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_32.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_32.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_32.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_48.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_48.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_48.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/icon_512.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/icon_512.png
W: cammill: non-standard-file-perm opt/cammill/icons/icon_512.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/logo-top.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/logo-top.png
W: cammill: non-standard-file-perm opt/cammill/icons/logo-top.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/icons/logo.png 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/icons/logo.png
W: cammill: non-standard-file-perm opt/cammill/icons/logo.png 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/material.tbl 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/material.tbl
W: cammill: non-standard-file-perm opt/cammill/material.tbl 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/postprocessor.lua 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/postprocessor.lua
W: cammill: non-standard-file-perm opt/cammill/postprocessor.lua 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/posts/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/posts/
W: cammill: non-standard-dir-perm opt/cammill/posts/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/posts/EMC.scpost 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/posts/EMC.scpost
W: cammill: non-standard-file-perm opt/cammill/posts/EMC.scpost 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/posts/GRBL.scpost 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/posts/GRBL.scpost
W: cammill: non-standard-file-perm opt/cammill/posts/GRBL.scpost 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/test-minimal.dxf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/test-minimal.dxf
W: cammill: non-standard-file-perm opt/cammill/test-minimal.dxf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/test.dxf 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/test.dxf
W: cammill: non-standard-file-perm opt/cammill/test.dxf 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/ 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/
W: cammill: non-standard-dir-perm opt/cammill/textures/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/cfk.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/cfk.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/cfk.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/foam.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/foam.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/foam.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/gfk.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/gfk.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/gfk.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/metal.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/metal.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/metal.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/plast.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/plast.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/plast.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/textures/wood.bmp 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/textures/wood.bmp
W: cammill: non-standard-file-perm opt/cammill/textures/wood.bmp 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid opt/cammill/tool.tbl 1000/1000
E: cammill: dir-or-file-in-opt opt/cammill/tool.tbl
W: cammill: non-standard-file-perm opt/cammill/tool.tbl 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/ 1000/1000
W: cammill: non-standard-dir-perm usr/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/bin/ 1000/1000
W: cammill: non-standard-dir-perm usr/bin/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/bin/cammill 1000/1000
E: cammill: wrong-file-owner-uid-or-gid usr/share/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/applications/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/applications/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/applications/cammill.desktop 1000/1000
W: cammill: non-standard-file-perm usr/share/applications/cammill.desktop 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/doc/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/ 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/ koppi/koppi != root/root
N: 
N:    Documentation files should be owned by root/root.
N:    
N:    Severity: important, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-dir-perm usr/share/doc/cammill/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/README 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/README koppi/koppi != root/root
W: cammill: non-standard-file-perm usr/share/doc/cammill/README 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/changelog.Debian.gz 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/changelog.Debian.gz koppi/koppi != root/root
W: cammill: non-standard-file-perm usr/share/doc/cammill/changelog.Debian.gz 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/changelog.gz 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/changelog.gz koppi/koppi != root/root
W: cammill: non-standard-file-perm usr/share/doc/cammill/changelog.gz 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/doc/cammill/copyright 1000/1000
E: cammill: bad-owner-for-doc-file usr/share/doc/cammill/copyright koppi/koppi != root/root
W: cammill: non-standard-file-perm usr/share/doc/cammill/copyright 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/man/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/man/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/man/man1/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/man/man1/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/man/man1/cammill.1.gz 1000/1000
W: cammill: non-standard-file-perm usr/share/man/man1/cammill.1.gz 0664 != 0644
E: cammill: wrong-file-owner-uid-or-gid usr/share/pixmaps/ 1000/1000
W: cammill: non-standard-dir-perm usr/share/pixmaps/ 0775 != 0755
E: cammill: wrong-file-owner-uid-or-gid usr/share/pixmaps/cammill.png 1000/1000
W: cammill: non-standard-file-perm usr/share/pixmaps/cammill.png 0664 != 0644
multigcs commented 9 years ago

i moved install path to /usr/lib/cammill

packages/cammill_0.9_amd64.deb

warning: the authors of lintian do not recommend running it with root privileges! W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_128.png N: N: This package installs a pixmap or a bitmap within /usr/lib. According to N: the Filesystem Hierarchy Standard, architecture-independent files need N: to be placed within /usr/share instead. N:
N: Severity: normal, Certainty: certain N:
N: Check: files, Type: binary, udeb N: W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_16.png W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_256.png W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_32.png W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_48.png W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_512.png W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/logo-top.png W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/logo.png W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/cfk.bmp W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/foam.bmp W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/gfk.bmp W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/metal.bmp W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/plast.bmp W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/wood.bmp

koppi commented 9 years ago

I'm getting

chmod -R -s packages/debian/ -R
chown -R root:root packages/debian/DEBIAN/
chown: changing ownership of ‘packages/debian/DEBIAN/control’: Operation not permitted
chown: changing ownership of ‘packages/debian/DEBIAN/md5sums’: Operation not permitted
chown: changing ownership of ‘packages/debian/DEBIAN/’: Operation not permitted
Makefile:237: recipe for target 'package' failed
make: *** [package] Error 1
koppi commented 9 years ago

I'm using the powers of sudo:

sudo make package

this works for now.

multigcs commented 9 years ago

you must do make package as root

please check the last commit, on debian i can not see your error

koppi commented 9 years ago
$ sudo make package
strip --remove-section=.comment --remove-section=.note cammill
rm -rf packages/debian
mkdir -p packages/debian/usr/lib/cammill
cp -p cammill packages/debian/usr/lib/cammill/cammill
chmod 755 packages/debian/usr/lib/cammill/cammill
mkdir -p packages/debian/usr/lib/cammill/posts
cp -p posts/* packages/debian/usr/lib/cammill/posts
mkdir -p packages/debian/usr/lib/cammill/textures
cp -p textures/* packages/debian/usr/lib/cammill/textures
mkdir -p packages/debian/usr/lib/cammill/icons
cp -p icons/* packages/debian/usr/lib/cammill/icons
mkdir -p packages/debian/usr/lib/cammill/fonts
cp -p fonts/* packages/debian/usr/lib/cammill/fonts
cp -p material.tbl postprocessor.lua tool.tbl cammill.dxf test.dxf test-minimal.dxf packages/debian/usr/lib/cammill/
mkdir -p packages/debian/usr/bin
ln -sf ../lib/cammill/cammill packages/debian/usr/bin/cammill
mkdir -p packages/debian/usr/share/man/man1/
help2man ./cammill -n "2D CAM-Tool (DXF to GCODE)" | gzip -n -9 > packages/debian/usr/share/man/man1/cammill.1.gz
mkdir -p packages/debian/usr/share/doc/cammill/
cp -p README.md packages/debian/usr/share/doc/cammill/README
echo "It was downloaded from https://github.com/cammill" > packages/debian/usr/share/doc/cammill/copyright
echo "" >> packages/debian/usr/share/doc/cammill/copyright
echo "Copyright 2014 - 2015 by Oliver Dippel <oliver@multixmedia.org>" >> packages/debian/usr/share/doc/cammill/copyright
echo "Copyright 2014 - 2015 by McUles mcules@fpv-club.de" >> packages/debian/usr/share/doc/cammill/copyright
echo "Copyright 2014 - 2015 by Jakob Flierl <@koppi>" >> packages/debian/usr/share/doc/cammill/copyright
echo "Copyright 2014 - 2015 by Carlo <onekk>" >> packages/debian/usr/share/doc/cammill/copyright
echo "License:" >> packages/debian/usr/share/doc/cammill/copyright
echo "" >> packages/debian/usr/share/doc/cammill/copyright
echo "This program is free software; you can redistribute it and/or modify it" >> packages/debian/usr/share/doc/cammill/copyright
echo "under the terms of the GNU General Public License as published by the" >> packages/debian/usr/share/doc/cammill/copyright
echo "Free Software Foundation; either version 2, or (at your option) any" >> packages/debian/usr/share/doc/cammill/copyright
echo "later version." >> packages/debian/usr/share/doc/cammill/copyright
echo "" >> packages/debian/usr/share/doc/cammill/copyright
echo "On Debian systems, the complete text of the GNU General Public License" >> packages/debian/usr/share/doc/cammill/copyright
echo "can be found in the file /usr/share/common-licenses/GPL-3" >> packages/debian/usr/share/doc/cammill/copyright
echo "" >> packages/debian/usr/share/doc/cammill/copyright
git log | gzip -n -9 > packages/debian/usr/share/doc/cammill/changelog.gz
echo "cammill (0.9) unstable; urgency=low\n\n  * Git Release.\n  * take a look in to changelog.gz\n\n -- Oliver Dippel <oliver@multixmedia.org>  `date -R`\n" | gzip -n -9 > packages/debian/usr/share/doc/cammill/changelog.Debian.gz
mkdir -p packages/debian/usr/share/applications
echo "[Desktop Entry]" > packages/debian/usr/share/applications/cammill.desktop
echo "Version=0.9" >> packages/debian/usr/share/applications/cammill.desktop
echo "Type=Application" >> packages/debian/usr/share/applications/cammill.desktop
echo "Name=CAMmill" >> packages/debian/usr/share/applications/cammill.desktop
echo "Comment=2D CAM-Tool (DXF to GCODE)" >> packages/debian/usr/share/applications/cammill.desktop
echo "TryExec=cammill" >> packages/debian/usr/share/applications/cammill.desktop
echo "Exec=cammill %F" >> packages/debian/usr/share/applications/cammill.desktop
echo "Icon=cammill" >> packages/debian/usr/share/applications/cammill.desktop
echo "Categories=Graphics;2DGraphics;Engineering;GTK;" >> packages/debian/usr/share/applications/cammill.desktop
echo "Keywords=cam;cnc;gcode;dxf;" >> packages/debian/usr/share/applications/cammill.desktop
echo "Terminal=false" >> packages/debian/usr/share/applications/cammill.desktop
echo "" >> packages/debian/usr/share/applications/cammill.desktop
mkdir -p packages/debian/usr/share/pixmaps
cp -p icons/icon_128.png packages/debian/usr/share/pixmaps/cammill.png
mkdir -p packages/debian/DEBIAN/
(for F in `find packages/debian -type f | grep -v "^packages/debian/DEBIAN/"`; do md5sum "$F" | sed "s| packages/debian/| |g"; done) >> packages/debian/DEBIAN/md5sums
#(for F in material.tbl tool.tbl postprocessor.lua posts/* ; do echo "/usr/lib/cammill/$F" ; done) >> packages/debian/DEBIAN/conffiles
echo "Package: cammill" > packages/debian/DEBIAN/control
echo "Source: cammill" >> packages/debian/DEBIAN/control
echo "Version: 0.9-`date +%s`" >> packages/debian/DEBIAN/control
echo "Architecture: `dpkg --print-architecture`" >> packages/debian/DEBIAN/control
echo "Maintainer: Oliver Dippel <oliver@multixmedia.org>" >> packages/debian/DEBIAN/control
echo "Depends: libc6, libgtksourceview2.0-0, libgtkglext1, liblua5.1-0" >> packages/debian/DEBIAN/control
echo "Section: graphics" >> packages/debian/DEBIAN/control
echo "Priority: optional" >> packages/debian/DEBIAN/control
echo "Homepage: http://www.multixmedia.org/cammill/" >> packages/debian/DEBIAN/control
echo "Description: 2D CAM-Tool (DXF to GCODE)" >> packages/debian/DEBIAN/control
cat desc.txt | grep ".." | sed "s|^| |g" >> packages/debian/DEBIAN/control
chown -R root:root packages/debian/
chmod 0755 packages/debian/
chmod 0644 packages/debian/usr/share/doc/cammill/*
chmod 0644 packages/debian/usr/share/man/man1/cammill.1.gz
chmod 0644 packages/debian/usr/share/pixmaps/cammill.png
chmod 0644 packages/debian/usr/share/applications/cammill.desktop
chmod -R -s packages/debian/
chown -R root:root packages/debian/DEBIAN/
chmod -R 0755 packages/debian/DEBIAN/
chmod 0644 packages/debian/DEBIAN/control
chmod 0644 packages/debian/DEBIAN/md5sums
#chmod 0644 packages/debian/DEBIAN/conffiles
dpkg-deb --build packages/debian
dpkg-deb: building package `cammill' in `packages/debian.deb'.
cp packages/debian.deb packages/cammill.deb
mv packages/debian.deb packages/cammill_0.9_`dpkg --print-architecture`.deb
##
## packages/cammill_0.9_amd64.deb
##
koppi@x220:~/bin/cammill.git$ lintian -i -I --show-overrides  packages/cammill_0.9_amd64.deb 
W: cammill: non-standard-file-perm usr/lib/cammill/cammill.dxf 0664 != 0644
N: 
N:    The file has a mode different from 0644. In some cases this is
N:    intentional, but in other cases this is a bug.
N:    
N:    Refer to Debian Policy Manual section 10.9 (Permissions and owners) for
N:    details.
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/astrology.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/cursive.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/cyrilc_1.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/cyrillic.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/futural.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/futuram.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/gothgbt.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/gothgrt.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/gothiceng.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/gothicger.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/gothicita.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/gothitt.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/greek.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/greekc.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/greeks.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/hershey.txt 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/japanese.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/markers.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/mathlow.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/mathupp.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/meteorology.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/music.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/rowmand.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/rowmans.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/rowmant.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/scriptc.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/scripts.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/symbolic.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/timesg.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/timesi.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/timesib.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/timesr.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/fonts/timesrb.jhf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/icons/icon.icns 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/icons/icon.ico 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/icons/icon.svg 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_128.png
N: 
N:    This package installs a pixmap or a bitmap within /usr/lib. According to
N:    the Filesystem Hierarchy Standard, architecture-independent files need
N:    to be placed within /usr/share instead.
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: non-standard-file-perm usr/lib/cammill/icons/icon_128.png 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_16.png
W: cammill: non-standard-file-perm usr/lib/cammill/icons/icon_16.png 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_256.png
W: cammill: non-standard-file-perm usr/lib/cammill/icons/icon_256.png 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_32.png
W: cammill: non-standard-file-perm usr/lib/cammill/icons/icon_32.png 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_48.png
W: cammill: non-standard-file-perm usr/lib/cammill/icons/icon_48.png 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_512.png
W: cammill: non-standard-file-perm usr/lib/cammill/icons/icon_512.png 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/logo-top.png
W: cammill: non-standard-file-perm usr/lib/cammill/icons/logo-top.png 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/logo.png
W: cammill: non-standard-file-perm usr/lib/cammill/icons/logo.png 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/material.tbl 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/postprocessor.lua 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/posts/EMC.scpost 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/posts/GRBL.scpost 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/test-minimal.dxf 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/test.dxf 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/cfk.bmp
W: cammill: non-standard-file-perm usr/lib/cammill/textures/cfk.bmp 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/foam.bmp
W: cammill: non-standard-file-perm usr/lib/cammill/textures/foam.bmp 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/gfk.bmp
W: cammill: non-standard-file-perm usr/lib/cammill/textures/gfk.bmp 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/metal.bmp
W: cammill: non-standard-file-perm usr/lib/cammill/textures/metal.bmp 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/plast.bmp
W: cammill: non-standard-file-perm usr/lib/cammill/textures/plast.bmp 0664 != 0644
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/wood.bmp
W: cammill: non-standard-file-perm usr/lib/cammill/textures/wood.bmp 0664 != 0644
W: cammill: non-standard-file-perm usr/lib/cammill/tool.tbl 0664 != 0644
multigcs commented 9 years ago

https://github.com/cammill/cammill/commit/fd1f9a11aa01d65a5051acf92fa989f3560b2916

koppi commented 9 years ago

Looks better:

$ lintian -i -I --show-overrides  packages/cammill_0.9_amd64.deb 
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_128.png
N: 
N:    This package installs a pixmap or a bitmap within /usr/lib. According to
N:    the Filesystem Hierarchy Standard, architecture-independent files need
N:    to be placed within /usr/share instead.
N:    
N:    Severity: normal, Certainty: certain
N:    
N:    Check: files, Type: binary, udeb
N: 
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_16.png
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_256.png
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_32.png
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_48.png
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/icon_512.png
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/logo-top.png
W: cammill: image-file-in-usr-lib usr/lib/cammill/icons/logo.png
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/cfk.bmp
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/foam.bmp
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/gfk.bmp
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/metal.bmp
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/plast.bmp
W: cammill: image-file-in-usr-lib usr/lib/cammill/textures/wood.bmp
koppi commented 9 years ago

I think, we can also remove the icon_???.png files.

koppi commented 9 years ago

I've updated https://github.com/cammill/cammill/wiki/Linux to reflect the need for sudo.

multigcs commented 9 years ago

hmmm, we must change the code to find the files if we move it to /usr/share/cammill

koppi commented 9 years ago

Maybe add to the Makefile something like:

CFLAGS+=-DPKGDATA=/usr/share/cammill
multigcs commented 9 years ago

hmm, but we need more logic for this, if we make a test-run (./cammill), we need the data in ./, after install, we need it in /usr/share/cammill

multigcs commented 9 years ago

i think thats ok