Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
clean debian/ruls
· 48ce24f9
Hilmar Preuße
authored
May 03, 2018
48ce24f9
clean debian/rules
· 487ff215
Hilmar Preuße
authored
May 03, 2018
487ff215
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
487ff215
...
...
@@ -3,6 +3,10 @@ proftpd-mod-clamav (0.14~rc2-3) UNRELEASED; urgency=medium
[ Hilmar Preuße ]
* Remove Depends on clamav, lower to Recommends (Closes: #875891)
This module can utilize a clamav instance on a remote machine via TCP.
* Cleanup d/rules.
- Hardening flags are enabled by debhelper in compat=9
- do not call w/ --without python-support
- whitespace, CR chars
-- Francesco Paolo Lovergine <frankie@debian.org> Wed, 02 May 2018 21:53:16 +0200
...
...
debian/rules
View file @
487ff215
#!/usr/bin/make -f
# -*- makefile -*-
#export DEB_BUILD_HARDENING=1
export
DH_VERBOSE
=
1
DPKG_EXPORT_BUILDFLAGS
=
1
MODULE_NAME
=
mod_clamav
DEBNAME
=
proftpd-mod-clamav
include
/usr/share/dpkg/buildflags.mk
%
:
dh
$@
--without
python-support
dh
$@
override_dh_auto_build
:
DESTDIR
=
$(
CURDIR
)
/debian/
$(
DEBNAME
)
prxs
-c
$(
MODULE_NAME
)
.c
override_dh_auto_install
:
DESTDIR
=
$(
CURDIR
)
/debian/
$(
DEBNAME
)
prxs
-i
-c
$(
MODULE_NAME
)
.c
rm
-f
$(
CURDIR
)
/debian/
$(
DEBNAME
)
/usr/lib/proftpd/
*
.la
\
$(
CURDIR
)
/debian/
$(
DEBNAME
)
/usr/lib/proftpd/
*
.a
$(
CURDIR
)
/debian/
$(
DEBNAME
)
/usr/lib/proftpd/
*
.a
override_dh_gencontrol
:
cat
/usr/share/proftpd/proftpd-substvars
>>
$(
CURDIR
)
/debian/
$(
DEBNAME
)
.substvars
dh_gencontrol
override_dh_auto_clean
:
DESTDIR
=
$(
CURDIR
)
/debian/
$(
DEBNAME
)
prxs
-d
$(
MODULE_NAME
)
.c
\ No newline at end of file
DESTDIR
=
$(
CURDIR
)
/debian/
$(
DEBNAME
)
prxs
-d
$(
MODULE_NAME
)
.c
debian/watch
View file @
487ff215
version=3
opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/proftpd-mod_clamav-$1\.tar\.gz/ \
https://github.com/jbenden/mod_clamav/tags .*/v?(\d\S*)\.tar\.gz
\ No newline at end of file
https://github.com/jbenden/mod_clamav/tags .*/v?(\d\S*)\.tar\.gz