diff options
| author | jvoisin | 2015-07-13 13:40:47 +0200 |
|---|---|---|
| committer | jvoisin | 2015-07-13 13:40:47 +0200 |
| commit | 8e27514c47d3d44ae070d55631df595248a9c0d9 (patch) | |
| tree | aecbd170cda43eecfd5b49c72169156e6eb03e31 | |
| parent | cba0b49eb6e2782438df1394a3d42e424d9bc968 (diff) | |
Fix a bit the build system
| -rw-r--r-- | package/debian/control | 4 | ||||
| -rw-r--r-- | package/debian/copyright | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/debian/control b/package/debian/control index 951d2b8..de30930 100644 --- a/package/debian/control +++ b/package/debian/control | |||
| @@ -5,8 +5,8 @@ Priority: optional | |||
| 5 | Maintainer: Security team <secu@nbs-system.com> | 5 | Maintainer: Security team <secu@nbs-system.com> |
| 6 | Build-Depends: debhelper (>= 8) | 6 | Build-Depends: debhelper (>= 8) |
| 7 | Standards-Version: 3.9.5 | 7 | Standards-Version: 3.9.5 |
| 8 | Vcs-Git: git@gitlab.nbs-system.com:packages/php-malware-finder.git | 8 | Vcs-Git: https://github.com/nbs-system/php-malware-finder |
| 9 | Vcs-Browser: gitlab.nbs-system.com:packages/php-malware-finder.git | 9 | Vcs-Browser: https://github.com/nbs-system/php-malware-finder |
| 10 | 10 | ||
| 11 | Package: nbs-phpmalwarefinder | 11 | Package: nbs-phpmalwarefinder |
| 12 | Architecture: any | 12 | Architecture: any |
diff --git a/package/debian/copyright b/package/debian/copyright index 7f82bd9..6bec77a 100644 --- a/package/debian/copyright +++ b/package/debian/copyright | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | 1 | Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
| 2 | Upstream-Name: phpmalwarefinder | 2 | Upstream-Name: phpmalwarefinder |
| 3 | Source: gitlab.nbs-system.com:packages/php-malware-finder.git | 3 | Source: https://github.com/nbs-system/php-malware-finder |
| 4 | 4 | ||
| 5 | Files: * | 5 | Files: * |
| 6 | Copyright 2015 Julien (jvoisin) Voisin <jvo@nbs-system.com> | 6 | Copyright 2015 Julien (jvoisin) Voisin <jvo@nbs-system.com> |
| 7 | License: GPLv2 \ No newline at end of file | 7 | License: GPLv3 |
