From: Sven Hoexter Date: Fri, 23 May 2025 08:45:27 +0000 (+0200) Subject: Shorten debian/rules and use a debian/install file instead. X-Git-Tag: debian/1.1.6-1~9 X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=319bba567b75fc29b048aa5bc25742521e1d3765;p=sven%2Fpflogsumm.git Shorten debian/rules and use a debian/install file instead. --- diff --git a/debian/changelog b/debian/changelog index 0a8c9ed..5371f4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,11 @@ pflogsumm (1.1.6-1) UNRELEASED; urgency=medium * Remove all patches, thanks to Jim for applying all of them upstream. * Drop README.Debian, the .pl extension is now officially gone. + * Shorten debian/rules and use a debian/install file instead. + * Bump Standards-Version to 4.7.2, no changes required. + * Update debian/copyright, remove years for my own copyright. + * Add upstream gpg signing key. + * Update cron samples to no longer use the outdated option names. -- Sven Hoexter Fri, 23 May 2025 10:35:35 +0200 diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index 9fa20d1..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -/usr/sbin -/usr/share/man/man1 diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..a4314aa --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +pflogsumm usr/sbin \ No newline at end of file diff --git a/debian/rules b/debian/rules index 5ede039..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,3 @@ #!/usr/bin/make -f %: dh $@ - -override_dh_auto_install: - install --mode=755 pflogsumm.pl debian/pflogsumm/usr/sbin/pflogsumm