File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
113python-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
921python-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
Original file line number Diff line number Diff line change 11Source: python-gvm
2- Section: admin
2+ Section: python
33Priority: optional
44Maintainer: Greenbone Networks GmbH <info@greenbone.net>
55Uploaders: 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>,
89Build-Depends:
910 debhelper (>= 12),
1011 python3-all,
@@ -20,7 +21,8 @@ Package: python3-gvm
2021Architecture: all
2122Depends: ${misc:Depends}, ${python3:Depends}
2223Conflicts: python3-gvm-tools
23- Replaces: python3-gvm-tools
24+ Replaces: python3-gvm-tools
2425Description: 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.
Original file line number Diff line number Diff line change 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/
22Upstream-Name: gvm-tools
33
44Files: *
@@ -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-
Original file line number Diff line number Diff line change 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 @@
Original file line number Diff line number Diff line change 1+ # Unnecessary files
2+ python3-gvm: no-actions-file
3+ python3-gvm: no-defaults-file
4+ python3-gvm: no-module-file
You can’t perform that action at this time.
0 commit comments