Skip to content

Commit 37463b4

Browse files
committed
Merge branch 'gos20.08_Lintian_Warnings_PL-52' into 'gos20.08'
Lintian Warnings (PL-52) See merge request gos-dev/python-gvm!3
2 parents 1dc903e + 8337992 commit 37463b4

5 files changed

Lines changed: 27 additions & 7 deletions

File tree

debian/changelog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
python-gvm (21.5.2-gos2008~2) gos20.08; urgency=medium
2+
3+
* Added self to uploaders.
4+
* Satisfied lintian warnings (Closes: PL-52):
5+
* Fixed issue numbering in changelog.
6+
* Added description to patch.
7+
* Added overrides for unnecessry files.
8+
* Fixed description in control file.
9+
* Made copyright "secure".
10+
11+
-- Carlos A. Parra F. <carlos.parra@greenbone.net> Mon, 21 Jun 2021 11:51:55 +0200
12+
113
python-gvm (21.5.2-gos2008~1) gos20.08; urgency=medium
214

315
* New upstream release 21.5.2-gos2008~1. (PL-540)
@@ -8,7 +20,7 @@ python-gvm (21.5.2-gos2008~1) gos20.08; urgency=medium
820

921
python-gvm (21.1.3-gos2008~1) gos20.08; urgency=medium
1022

11-
* New upstream release (Closes: #GOS-278)
23+
* New upstream release (Closes: GOS-278)
1224

1325
-- Sascha Howey <sascha.howey@greenbone.net> Thu, 04 Mar 2021 17:12:08 +0100
1426

debian/control

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Source: python-gvm
2-
Section: admin
2+
Section: python
33
Priority: optional
44
Maintainer: Greenbone Networks GmbH <info@greenbone.net>
55
Uploaders: Sascha Howey <sascha.howey@greenbone.net>,
66
Raphael Grewe <raphael.grewe@greenbone.net>,
77
Hendrik Deuper <hendrik.deuper@greenbone.net>,
8+
Carlos A. Parra F. <carlos.parra@greenbone.net>,
89
Build-Depends:
910
debhelper (>= 12),
1011
python3-all,
@@ -20,7 +21,8 @@ Package: python3-gvm
2021
Architecture: all
2122
Depends: ${misc:Depends}, ${python3:Depends}
2223
Conflicts: python3-gvm-tools
23-
Replaces: python3-gvm-tools
24+
Replaces: python3-gvm-tools
2425
Description: Library for gvm-tools
26+
·
2527
This package installs the library necessary for the gvm-tools.
26-
So that it can be used from inside another python program.
28+
So that it can be used from inside another Python program.

debian/copyright

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: gvm-tools
33

44
Files: *
@@ -21,9 +21,8 @@ License: GPL-3+
2121
GNU General Public License for more details.
2222
.
2323
You should have received a copy of the GNU General Public License
24-
along with this program. If not, see <http://www.gnu.org/licenses/>.
24+
along with this program. If not, see <https://www.gnu.org/licenses/>.
2525
.
2626
On Debian systems, the full text of the GNU General Public
2727
License version 3 can be found in the file
2828
`/usr/share/common-licenses/GPL-3'.
29-

debian/patches/add_setup_py.patch

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Description: We need the setup.py again as Debian is a nightmare with pip and poetry packaging.
2+
Author: Raphael Grewe <raphael.grewe@greenbone.net>
3+
14
--- /dev/null
25
+++ /setup.py
36
@@ -0,0 +1,62 @@
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Unnecessary files
2+
python3-gvm: no-actions-file
3+
python3-gvm: no-defaults-file
4+
python3-gvm: no-module-file

0 commit comments

Comments
 (0)