Skip to content
Snippets Groups Projects
Unverified Commit b5e95355 authored by Sophie Brun's avatar Sophie Brun
Browse files

source package automatically created by stdeb 0.10.0

parent a645c9d3
No related branches found
No related tags found
No related merge requests found
maryam (2.2.6-1) unstable; urgency=low
* source package automatically created by stdeb 0.10.0
-- Saeed Dehqan <saeed.dehghan@owasp.org> Wed, 19 May 2021 13:39:38 -0500
9
Source: maryam
Maintainer: Saeed Dehqan <saeed.dehghan@owasp.org>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, debhelper (>= 9)
Standards-Version: 3.9.1
Homepage: https://github.com/saeeddhqan/Maryam
Package: python3-maryam
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: OWASP Maryam is a modular/optional open source framework bas
[![Build Status](https://travis-ci.com/saeeddhqan/maryam.svg?branch=master)](https://travis-ci.com/saeeddhqan/maryam)
![Version 2.2.6](https://img.shields.io/badge/Version-2.2.6-green.svg)
![GPLv3 License](https://img.shields.io/badge/License-GPLv3-green.svg)
![Python 3.8.x](https://img.shields.io/badge/Python-3.8.x-green.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/40d81c48b3444ee78ffc6c5c8639134c)](https://www.codacy.com/manual/saeeddhqan/Maryam?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=saeeddhqan/Maryam&amp;utm_campaign=Badge_Grade)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4577/badge)](https://bestpractices.coreinfrastructure.org/projects/4577)
.
# OWASP Maryam
.
OWASP Maryam is a modular/optional open source framework based on OSINT and data gathering. Maryam is written in Python programming language and it’s designed
to provide a powerful environment to harvest data from open sources and search engines and collect data quickly and thoroughly.
.
# Install
.
### Supported OS
- Linux
- FreeBSD
- OSX
.
```bash
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.10.0 at
# Wed, 19 May 2021 13:39:38 -0500
%:
dh $@ --with python3 --buildsystem=python_distutils
override_dh_auto_clean:
python3 setup.py clean -a
find . -name \*.pyc -exec rm {} \;
override_dh_auto_build:
python3 setup.py build --force
override_dh_auto_install:
python3 setup.py install --force --root=debian/python3-maryam --no-compile -O0 --install-layout=deb
override_dh_python2:
dh_python2 --no-guessing-versions
3.0 (quilt)
extend-diff-ignore="\.egg-info$"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment