[Forensics-changes] [pompem] 02/03: Imported Debian patch 0.1.0-1

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Fri Nov 6 09:54:45 UTC 2015


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

eriberto pushed a commit to branch debian
in repository pompem.

commit ebafe17f4b6fb0e88777dec0b514847a780c4afa
Author: Giovani Augusto Ferreira <giovani at riseup.net>
Date:   Thu Aug 13 14:49:01 2015 -0300

    Imported Debian patch 0.1.0-1
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 17 +++++++++++++++
 debian/copyright     | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/docs          |  1 +
 debian/install       |  5 +++++
 debian/links         |  1 +
 debian/manpages      |  1 +
 debian/rules         | 11 ++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 11 files changed, 103 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a9c9868
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pompem (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #797367)
+
+ -- Giovani Augusto Ferreira <giovani at riseup.net>  Thu, 13 Aug 2015 14:49:01 -0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..e1a8521
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: pompem
+Section: utils
+Priority: optional
+Maintainer: Giovani Augusto Ferreira <giovani at riseup.net>
+Build-Depends: debhelper (>= 9), python, python-beautifulsoup, python-requests
+Standards-Version: 3.9.6
+Homepage: https://github.com/rfunix/Pompem
+
+Package: pompem
+Architecture: all
+Depends: python, ${misc:Depends}
+Description: automate the search for exploits in various databases
+ Find exploit with a system of advanced search, thus facilitating
+ the work of pentesters and ethical hackers. Performs searches
+ in databases: Exploit-db, 1337day, Packetstorm Security.
+ .
+ The search results can be exported to HTML or text format.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7e74c3d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,58 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pompem
+Source: https://github.com/rfunix/Pompem
+
+Files: *
+Copyright: 2015 Rafael Francischini <rafinha.unix at gmail.com>
+           2015 Bruno Fraga <officer at brunofraga.net>
+License: GPL-3+
+
+Files: pompem.1
+Copyright: 2015 Giovani Augusto Ferreira <giovani at riseup.net>
+License: GPL-3+
+
+Files:bootstrap/css/bootstrap.min.css
+      bootstrap/css/bootstrap-responsive.min.css
+      bootstrap/css/bootstrap.css
+      bootstrap/css/bootstrap-responsive.css
+      bootstrap/js/bootstrap.min.js
+      bootstrap/js/bootstrap.js
+Copyright: 2012 Twitter, Inc
+License: Apache-2
+
+Files: debian/*
+Copyright: 2015 Giovani Augusto Ferreira <giovani at riseup.net>
+License: GPL-3+
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: Apache-2
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian-based systems the full text of the Apache version 2.0 license
+ can be found in /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..8d526b9
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.markdown
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..bcd97da
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,5 @@
+bootstrap/ /usr/share/pompem
+bots/ /usr/share/pompem
+engine/ /usr/share/pompem
+model/ /usr/share/pompem
+pompem.py /usr/share/pompem
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..0a8c2ab
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/share/pompem/pompem.py /usr/bin/pompem
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..cbb2ccd
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+pompem.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..6722f4a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE = 1
+
+DIR2FIX=$(CURDIR)/debian/pompem/usr/share/pompem
+
+%:
+	dh $@ 
+
+override_dh_fixperms:
+	find $(DIR2FIX) -type f -not -name '*.py' -exec chmod 644 {} \;
+	dh_fixperms
\ No newline at end of file
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9a53d0f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://github.com/rfunix/Pompem/releases .*/v?(\d\S*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/pompem.git



More information about the forensics-changes mailing list