Skip to content
Snippets Groups Projects
Commit 70461c37 authored by godog's avatar godog
Browse files

Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request !1
parents fa196f29 b4bbf029
No related branches found
No related tags found
1 merge request!1Fix some issues reported by lintian
Pipeline #36506 passed
9
...@@ -2,7 +2,7 @@ Source: runcron ...@@ -2,7 +2,7 @@ Source: runcron
Section: admin Section: admin
Priority: optional Priority: optional
Maintainer: ale <ale@incal.net> Maintainer: ale <ale@incal.net>
Build-Depends: debhelper (>= 9), dh-autoreconf Build-Depends: debhelper-compat (= 12)
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Package: runcron Package: runcron
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: runcron Upstream-Name: runcron
Source: <https://git.autistici.org/ale/runcron> Source: <https://git.autistici.org/ale/runcron>
......
...@@ -19,14 +19,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all ...@@ -19,14 +19,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# main packaging script based on dh7 syntax # main packaging script based on dh7 syntax
%: %:
dh $@ --with autoreconf dh $@
# debmake generated override targets # debmake generated override targets
# This is example for Cmake (See http://bugs.debian.org/641051 ) # This is example for Cmake (See http://bugs.debian.org/641051 )
#override_dh_auto_configure: #override_dh_auto_configure:
# dh_auto_configure -- \ # dh_auto_configure -- \
# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment