Code Monkey home page Code Monkey logo

Comments (36)

kenhys avatar kenhys commented on September 25, 2024 2

I've send PR to add missing licenses.

socketry/cool.io#67
socketry/async-pool#4
treasure-data/td#236
kzk/webhdfs#38

from fluent-package-builder.

ashie avatar ashie commented on September 25, 2024 1

./lib/apt/build.sh should be modified instead of td-agent/apt/build.sh.

Yes, later one is just copied from former one while running rake:apt:build.

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

W: td-agent source: missing-debian-source-format

It is regarded to be as a native package.

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

W: td-agent source: missing-debian-source-format

It is regarded to be as a native package.

I've created PR for this issue. #39

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

E: td-agent: extended-description-is-empty

It seems that there is abstruction about td-agent, but not additional explanation.

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

E: td-agent: extended-description-is-empty

It seems that there is abstruction about td-agent, but not additional explanation.

Ive created PR for this issue. #40

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

E: td-agent changes: bad-distribution-in-changes-file unstable

It seems that changelog td-agent (3.7.1-1) unstable; urgency=low is wrong.

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

./lib/apt/build.sh should be modified instead of td-agent/apt/build.sh.

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

E: td-agent changes: bad-distribution-in-changes-file unstable

I've create PR for this issue #41

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I've found trivial one in d/control, so I've also filed as PR about Homepage:
#42

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

W: td-agent source: unused-build-dependency-on-cdbs

I've created PR for this issue. #43

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

Issue status is a bit moving forwarded.

  • E: td-agent changes: bad-distribution-in-changes-file unstable #41 woking
  • E: td-agent: extended-description-is-empty #40
  • W: td-agent source: missing-debian-source-format #39
  • W: td-agent source: unused-build-dependency-on-cdbs #43 (working)
  • Fixed Homepage: #42

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

A bit updated lintian on buster. some errors was fixed.

W: td-agent source: unused-build-dependency-on-cdbs
W: td-agent source: changelog-should-mention-nmu
W: td-agent source: source-nmu-has-incorrect-version-number 3.7.1-1
W: td-agent source: no-debian-copyright
W: td-agent-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/6f/81198e00dfa50d5c65d06de9c3c04dcbb7d1ea.debug
W: td-agent-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/a6/f706fb69f35b460a6374692c1fedd9d8d0bff3.debug
E: td-agent: no-copyright-file
W: td-agent: uses-dpkg-database-directly postinst (line 37)
W: td-agent: uses-dpkg-database-directly postinst (line 40)
W: td-agent: binary-without-manpage usr/bin/td
W: td-agent: binary-without-manpage usr/sbin/td-agent
W: td-agent: binary-without-manpage usr/sbin/td-agent-gem
W: td-agent: incorrect-path-for-interpreter opt/td-agent/bin/jeprof (#!/usr/bin/env perl != /usr/bin/perl)
W: td-agent: unusual-interpreter opt/td-agent/lib/ruby/gems/2.4.0/gems/bundler-1.16.6/lib/bundler/templates/Executable #!<%=
W: td-agent: unusual-interpreter opt/td-agent/lib/ruby/gems/2.4.0/gems/bundler-1.16.6/lib/bundler/templates/Executable.bundler #!<%=
W: td-agent: unusual-interpreter opt/td-agent/lib/ruby/gems/2.4.0/gems/bundler-1.16.6/lib/bundler/templates/Executable.standalone #!<%=
W: td-agent: maintainer-script-should-not-use-recursive-chown-or-chmod postinst:60
W: td-agent: possibly-insecure-handling-of-tmp-files-in-maintainer-script postinst:62
W: td-agent: maintainer-script-should-not-use-recursive-chown-or-chmod postinst:63
W: td-agent: package-has-unnecessary-activation-of-ldconfig-trigger
N: 278 tags overridden (151 errors, 127 warnings); 1 unused override
N: Some overrides were ignored, since the tags were marked "non-overridable".
N: Use --verbose for more information.

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I'm working on manpage.

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I've fixed #45

W: td-agent: binary-without-manpage usr/bin/td
W: td-agent: binary-without-manpage usr/sbin/td-agent
W: td-agent: binary-without-manpage usr/sbin/td-agent-gem

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

Related to #45, I've found a typo in td-agent-gem, I'll feedback to upstream

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

Related to #45, I've found a typo in td-agent-gem, I'll feedback to upstream
https://github.com/ruby/ruby/blob/ac2c07e98373bb62be618001c897fa9d5809d8a4/lib/rubygems/command.rb#L651

Already fixed in upstream.

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I've fixed W: td-agent: unusual-interpreter via #46

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

W: td-agent: possibly-insecure-handling-of-tmp-files-in-maintainer-script postinst:62

Fixed in #47

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

Progress summary:

  • W:binary-without-manpage #45 (on review)
  • W:unusual-interpreter #46 (on review)
  • W:possibly-insecure-handling-of-tmp-files-in-maintainer-script #47 (review feedback fixed)
  • W:maintainer-script-should-not-use-recursive-chown-or-chmod #48 (waiting review)
  • W:package-has-unnecessary-activation-of-ldconfig-trigger #49 (wating review)

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

Here is the progress,

  • W:binary-without-manpage
     * #45 (Fixed CI)
  • W:unusual-interpreter
    • #46 (Tried to simplify by wildcard, but not succeeded)
  • W:maintainer-script-should-not-use-recursive-chown-or-chmo
    • #48 (Fixed and merged)

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I'll fix E: td-agent: no-copyright-file

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

Progress summary:

  • W:binary-without-manpage deb: install missing manpages
  • W: incorrect-path-for-interpreter
  • E: td-agent: no-copyright-file
    • #56 (Work in progress)

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

Current status of lintian with master:

W: td-agent source: changelog-should-mention-nmu
W: td-agent source: source-nmu-has-incorrect-version-number 3.7.1-1
W: td-agent source: no-debian-copyright
E: td-agent: no-copyright-file
W: td-agent: uses-dpkg-database-directly postinst (line 37)
W: td-agent: uses-dpkg-database-directly postinst (line 40)
W: td-agent-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/6f/81198e00dfa50d5c65d06de9c3c04dcbb7d1ea.debug
W: td-agent-dbgsym: debug-file-with-no-debug-symbols usr/lib/debug/.build-id/a6/f706fb69f35b460a6374692c1fedd9d8d0bff3.debug
N: 222 tags overridden (106 errors, 116 warnings); 2 unused overrides
N: Some overrides were ignored, since the tags were marked "non-overridable".
N: Use --verbose for more information.

I'm working on E:td-agent: co-copyright-file in #56

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

It seems that it is better to inject new depended rake task to build:deb_config

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

missing license by gem specificaiton:

cool.io-1.6.0.gem
async-pool-0.2.0.gem
td-0.16.8.gem
webhdfs-0.9.0.gem

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I've fixed #56

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

socketry/cool.io#67 merged
socketry/async-pool#4 merged
kzk/webhdfs#38 merged

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

TODO:

  • W: td-agent source: space-in-std-shortname-in-dep5-copyright
  • E: td-agent: incorrect-libdir-in-la-file
  • W: td-agent: package-contains-vcs-control-file
  • W: td-agent-dbgsym(may be overrided)

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024
W: td-agent source: missing-license-paragraph-in-dep5-copyright apache license version 2.0 (paragraph at line 128)
W: td-agent source: space-in-std-shortname-in-dep5-copyright apache license version 2.0 (paragraph at line 128)

It is better to feedback to ruby-kafka about gemspec license field. http://spdx.org/licenses/

Files: downloads/plugin_gems/15-ruby-kafka-1.0.0.gem
Copyright: Daniel Schierbeck
License: Apache License Version 2.0

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I've fixed spdx license warning.
#57

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I've fixed E: td-agent: incorrect-libdir-in-la-file
#58

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I've fixed W: td-agent: package-contains-vcs-control-file
#59

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

I've send another PR to remove unused override rule.
#60

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

close this issue if #63 is merged.

from fluent-package-builder.

kenhys avatar kenhys commented on September 25, 2024

As all PRs are merged, I'll close this PR!

from fluent-package-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.