diff -Nru themole-0.3/debian/changelog themole-0.3/debian/changelog --- themole-0.3/debian/changelog 2018-06-04 21:33:38.000000000 +0000 +++ themole-0.3/debian/changelog 2021-04-11 19:05:31.000000000 +0000 @@ -1,3 +1,20 @@ +themole (0.3-3) unstable; urgency=medium + + [ Debian Janitor ] + * Use secure URI in debian/watch. + * Bump debhelper from old 11 to 12. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Repository. + + [ Raúl Benencia ] + * Fix d/watch + * Bump Standards-Version to 4.5.1. No changes required. + * Bump debhelper compat level to 13. No changes required. + * Remove -guest from VCS fields. + * Add Bug-Sumbit upstream/metadata field. + + -- Raúl Benencia Sun, 11 Apr 2021 12:05:31 -0700 + themole (0.3-2) unstable; urgency=medium * Add missing build dependency. (Closes: #896741) diff -Nru themole-0.3/debian/compat themole-0.3/debian/compat --- themole-0.3/debian/compat 2018-06-04 21:33:38.000000000 +0000 +++ themole-0.3/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru themole-0.3/debian/control themole-0.3/debian/control --- themole-0.3/debian/control 2018-06-04 21:33:38.000000000 +0000 +++ themole-0.3/debian/control 2021-04-11 16:30:11.000000000 +0000 @@ -2,15 +2,22 @@ Section: web Priority: optional Maintainer: Raúl Benencia -Build-Depends: debhelper (>= 11), python3, dh-python -Standards-Version: 4.1.4 +Build-Depends: debhelper (>= 13), + debhelper-compat (= 13), + dh-python, + python3, +Standards-Version: 4.5.1 Homepage: https://sourceforge.net/projects/themole/ -Vcs-Browser: https://salsa.debian.org/rul-guest/themole -Vcs-Git: https://salsa.debian.org/rul-guest/themole.git +Vcs-Browser: https://salsa.debian.org/rul/themole +Vcs-Git: https://salsa.debian.org/rul/themole.git Package: themole Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, python3, python3-lxml, python3-chardet +Depends: python3, + python3-chardet, + python3-lxml, + ${misc:Depends}, + ${python3:Depends}, Description: automatic SQL injection exploitation tool The Mole is an automatic SQL Injection exploitation tool. Only by providing a vulnerable URL and a valid string on the diff -Nru themole-0.3/debian/copyright themole-0.3/debian/copyright --- themole-0.3/debian/copyright 2018-06-04 21:33:38.000000000 +0000 +++ themole-0.3/debian/copyright 2021-04-11 16:26:01.000000000 +0000 @@ -21,13 +21,13 @@ chardet/latin1prober.py chardet/sbcharsetprober.py chardet/sbcsgroupprober.py - chardet/universaldetector.py + chardet/universaldetector.py Copyright: 2001 Mark Pilgrim 2001 Shy Shalom License: LGPL-2.1+ Files: chardet/mbcharsetprober.py - chardet/mbcsgroupprober.py + chardet/mbcsgroupprober.py Copyright: 2001 Mark Pilgrim 2001 Shy Shalom 2001 Proofpoint Inc. @@ -58,7 +58,7 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . - On Debian systems, the complete text of the GNU Lesser General + On Debian systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". License: GPL-3.0+ diff -Nru themole-0.3/debian/upstream/metadata themole-0.3/debian/upstream/metadata --- themole-0.3/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ themole-0.3/debian/upstream/metadata 2021-04-11 16:37:01.000000000 +0000 @@ -0,0 +1,3 @@ +--- +Repository: https://git.code.sf.net/p/themole/code +Bug-Submit: https://sourceforge.net/p/themole/discussion/ diff -Nru themole-0.3/debian/watch themole-0.3/debian/watch --- themole-0.3/debian/watch 2018-06-04 21:33:38.000000000 +0000 +++ themole-0.3/debian/watch 2021-04-11 16:16:16.000000000 +0000 @@ -1,4 +1,2 @@ -# Compulsory line, this is a version 3 file -version=3 - -http://sf.net/themole/themole-(.*)-lin-src\.tar\.gz +version=4 +http://sf.net/themole/themole-([\d\.]+)-lin-src\.tar\.gz debian uupdate