Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some issues reported by lintian #53

Merged
merged 6 commits into from Apr 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions debian/changelog
@@ -1,3 +1,14 @@
prads (0.3.3-2) UNRELEASED; urgency=medium

* Depend on newer debhelper (>= 9.20160709) rather than dh-systemd.
* Use secure URI in Homepage field.
* Bump debhelper from deprecated 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Change priority extra to priority optional.
* Use secure URI in Vcs control headers: Vcs-Browser, Vcs-Git.

-- Debian Janitor <janitor@jelmer.uk> Tue, 28 Apr 2020 23:29:57 +0000

prads (0.3.3-1) unstable; urgency=medium

* Imported upstream release 0.3.3
Expand Down
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

11 changes: 5 additions & 6 deletions debian/control
@@ -1,20 +1,19 @@
Source: prads
Section: utils
Priority: extra
Priority: optional
Maintainer: Prads package developers <prads-devel@projects.linpro.no>
Uploaders: Stig Sandbeck Mathisen <ssm@debian.org>,
Kacper Wysocki <comotion@krutt.org>
Build-Depends:
debhelper (>= 9),
dh-systemd,
debhelper-compat (= 12),
libpcap-dev,
libpcre3-dev,
python-docutils,
python | python-all | python-dev | python-all-dev,
Standards-Version: 3.9.5
Homepage: http://gamelinux.github.com/prads/
Vcs-Git: git://github.com/gamelinux/prads.git
Vcs-Browser: http://github.com/gamelinux/prads/tree/master
Homepage: https://gamelinux.github.com/prads/
Vcs-Git: https://github.com/gamelinux/prads.git
Vcs-Browser: https://github.com/gamelinux/prads/tree/master

Package: prads
Architecture: any
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -5,7 +5,7 @@
#export DH_VERBOSE=1

%:
dh $@ --with=systemd
dh $@

override_dh_auto_build:
$(MAKE) CONFDIR=/etc/prads
Expand Down