[DRE-commits] [ruby-license-finder] 12/15: create license-finder-pip binary

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 18 09:40:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-license-finder.

commit a8aedc294a63743382fa9e3005641caa3a45485a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Sep 18 14:31:09 2016 +0530

    create license-finder-pip binary
---
 debian/control                    | 14 ++++++++++++++
 debian/license-finder-pip.install |  1 +
 2 files changed, 15 insertions(+)

diff --git a/debian/control b/debian/control
index 9d6238f..d54a445 100644
--- a/debian/control
+++ b/debian/control
@@ -47,3 +47,17 @@ Description: Audit the OSS licenses of your application's dependencies.
  dependencies, detect the licenses of the packages in them, compare
  those licenses against a user-defined whitelist, and give you an
  actionable exception report.
+
+Package: license-finder-pip
+Architecture: all
+Depends: python:any,
+         ruby-license-finder,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Audit the OSS licenses of your application's dependencies.
+ LicenseFinder works with your package managers to find
+ dependencies, detect the licenses of the packages in them, compare
+ those licenses against a user-defined whitelist, and give you an
+ actionable exception report.
+ .
+ This is pip version of LicenseFinder
diff --git a/debian/license-finder-pip.install b/debian/license-finder-pip.install
new file mode 100644
index 0000000..aa4a109
--- /dev/null
+++ b/debian/license-finder-pip.install
@@ -0,0 +1 @@
+bin/license_finder_pip.py usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-license-finder.git



More information about the Pkg-ruby-extras-commits mailing list