Closed patcable closed 7 years ago
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you very much for this contribution, @patcable!
@patcable Please also remember to sign the CLA: https://cla-assistant.io/Graylog2/graylog-plugin-metrics-reporter?pullRequest=15
@patcable Any news on signing the CLA?
When using
mvn jdeb:jdeb
I noticed that the deb files that were generated had the package name of the module itself (ie. usingapt-cache show
returnsPackage: Graylog Metrics Graphite Reporter Plugin
) rather than the artifact name (Package: metrics-reporter-graphite
).I think people expect to use
apt-get install metrics-reporter-graphite
rather thanapt-get install 'Graylog Metrics Graphite Reporter Plugin'
-- so this patch updates src/deb/control/control to use that instead.