[Forensics-changes] [pompem] 01/01: Import Debian changes 0.2.0-3

Giovani Augusto Ferreira giovani at moszumanska.debian.org
Tue Aug 29 03:04:36 UTC 2017


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

giovani pushed a commit to branch debian
in repository pompem.

commit 0512aec1094beb7d4959147d66953c574379b6d9
Author: Giovani Augusto Ferreira <giovani at debian.org>
Date:   Sun Jul 30 21:30:05 2017 -0300

    Import Debian changes 0.2.0-3
    
    pompem (0.2.0-3) unstable; urgency=medium
    
      * Updated my email address.
      * debian/control:
          - Bumped Standards-Version to 4.0.0.
          - Dropped python3.5 in Build-depends, its not necessary.
          - Updated to depend python3 instead of python3.5.
            Thanks to Jeremy Bicha <jbicha at ubuntu.com> (Closes: #870011)
      * debian/copyright:
          - Updated the packaging copyright years.
      * debian/patches/add-shebang-line.patch:
          - Updated to add python3 instead of python3.5.
---
 debian/changelog                      | 15 +++++++++++++++
 debian/control                        |  8 ++++----
 debian/copyright                      |  2 +-
 debian/patches/add-shebang-line.patch | 20 ++++++++++----------
 4 files changed, 30 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8c69c55..6872307 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+pompem (0.2.0-3) unstable; urgency=medium
+
+  * Updated my email address.
+  * debian/control:
+      - Bumped Standards-Version to 4.0.0.
+      - Dropped python3.5 in Build-depends, its not necessary.
+      - Updated to depend python3 instead of python3.5.
+        Thanks to Jeremy Bicha <jbicha at ubuntu.com> (Closes: #870011)
+  * debian/copyright:
+      - Updated the packaging copyright years.
+  * debian/patches/add-shebang-line.patch:
+      - Updated to add python3 instead of python3.5.
+
+ -- Giovani Augusto Ferreira <giovani at debian.org>  Sun, 30 Jul 2017 21:30:05 -0300
+
 pompem (0.2.0-2) unstable; urgency=medium
 
   * Update DH level to 10.
diff --git a/debian/control b/debian/control
index 41da9f6..897e469 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,16 @@ Source: pompem
 Section: utils
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
-Uploaders: Giovani Augusto Ferreira <giovani at riseup.net>
-Build-Depends: debhelper (>= 10), python3.5
-Standards-Version: 3.9.8
+Uploaders: Giovani Augusto Ferreira <giovani at debian.org>
+Build-Depends: debhelper (>= 10)
+Standards-Version: 4.0.0
 Homepage: https://github.com/rfunix/Pompem
 Vcs-Browser: https://anonscm.debian.org/git/forensics/pompem.git
 Vcs-Git: https://anonscm.debian.org/git/forensics/pompem.git
 
 Package: pompem
 Architecture: all
-Depends: python3-requests, python3.5, ${misc:Depends}
+Depends: python3, python3-requests, ${misc:Depends}
 Description: Exploit and Vulnerability Finder
  Find exploit with a system of advanced search, designed to automate the search
  for Exploits and Vulnerability in the most important databases facilitating
diff --git a/debian/copyright b/debian/copyright
index 27566e9..9d9a23c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2015-2016 Rafael Francischini <rafinha.unix at gmail.com>
 License: GPL-3+
 
 Files: debian/*
-Copyright: 2015-2016 Giovani Augusto Ferreira <giovani at riseup.net>
+Copyright: 2015-2017 Giovani Augusto Ferreira <giovani at debian.org>
            2015      Joao Eriberto Mota Filho <eriberto at debian.org>
 License: GPL-3+
 
diff --git a/debian/patches/add-shebang-line.patch b/debian/patches/add-shebang-line.patch
index 7f3c2b2..8e81b88 100644
--- a/debian/patches/add-shebang-line.patch
+++ b/debian/patches/add-shebang-line.patch
@@ -1,19 +1,19 @@
 Description: - Adding the Shebang Line in .py files.
-Author: Giovani Augusto Ferreira <giovani at riseup.net>
-Last-Update: 2016-08-12
+Author: Giovani Augusto Ferreira <giovani at debian.org>
+Last-Update: 2017-07-30
 Index: pompem-0.2.0/common/__init__.py
 ===================================================================
 --- /dev/null
 +++ pompem-0.2.0/common/__init__.py
 @@ -0,0 +1 @@
-+#!/usr/bin/python3.5
++#!/usr/bin/python3
 Index: pompem-0.2.0/common/print_messages.py
 ===================================================================
 --- pompem-0.2.0.orig/common/print_messages.py
 +++ pompem-0.2.0/common/print_messages.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python
-+#!/usr/bin/python3.5
++#!/usr/bin/python3
  # -*- coding: utf-8 -*-
  
  HELP_MESSAGE = """
@@ -22,7 +22,7 @@ Index: pompem-0.2.0/common/writers.py
 --- pompem-0.2.0.orig/common/writers.py
 +++ pompem-0.2.0/common/writers.py
 @@ -1,3 +1,4 @@
-+#!/usr/bin/python3.5
++#!/usr/bin/python3
  # -*- coding: utf-8 -*-
  import os
  import sys
@@ -31,14 +31,14 @@ Index: pompem-0.2.0/core/__init__.py
 --- /dev/null
 +++ pompem-0.2.0/core/__init__.py
 @@ -0,0 +1 @@
-+#!/usr/bin/python3.5
++#!/usr/bin/python3
 Index: pompem-0.2.0/core/exploit_finder.py
 ===================================================================
 --- pompem-0.2.0.orig/core/exploit_finder.py
 +++ pompem-0.2.0/core/exploit_finder.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python
-+#!/usr/bin/python3.5
++#!/usr/bin/python3
  # -*- coding: utf-8 -*-
  
  NUM_WORKERS = 5
@@ -47,7 +47,7 @@ Index: pompem-0.2.0/core/request_worker.py
 --- pompem-0.2.0.orig/core/request_worker.py
 +++ pompem-0.2.0/core/request_worker.py
 @@ -1,3 +1,4 @@
-+#!/usr/bin/python3.5
++#!/usr/bin/python3
  # -*- coding: utf-8 -*-
  from threading import Thread
  import requests
@@ -57,7 +57,7 @@ Index: pompem-0.2.0/core/scrapers.py
 +++ pompem-0.2.0/core/scrapers.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python
-+#!/usr/bin/python3.5
++#!/usr/bin/python3
  # -*- coding: utf-8 -*-
  
  from threading import Thread
@@ -67,7 +67,7 @@ Index: pompem-0.2.0/pompem.py
 +++ pompem-0.2.0/pompem.py
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python
-+#!/usr/bin/python3.5
++#!/usr/bin/python3
  # -*- coding: utf-8 -*-
  
  import optparse

-- 
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