From bd095a1b9a2027a1ff43fe4b6fa04d0354ca062c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 13 Feb 2026 20:48:13 +0200 Subject: Convert POD documentation to Markdown and migrate to Justfile - Convert all POD files to Markdown format - Replace Makefile with justfile for build automation - Remove deprecated Debian packaging files and related directories - Update copyright year from 2013 to 2026 in Constants.pm and loadbars - Remove obsolete docs directory (bugs, wishlist, and generated files) - Fix sum() function in Utils.pm to handle undef values properly --- debian/control | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control deleted file mode 100644 index 1519378..0000000 --- a/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: loadbars -Section: utils -Priority: optional -Maintainer: Paul Buetow -Build-Depends: perl, perltidy -Standards-Version: 3.9.2 -Homepage: http://buetow.org -Vcs-Git: https://github.com/buetow/loadbars.git -Vcs-Browser: https://github.com/buetow/loadbars - -Package: loadbars -Architecture: all -Depends: ${perl:Depends}, libsdl-perl (>= 2.2.5-1), libproc-processtable-perl (>= 0.45-1), openssh-client -Description: Real time monitoring tool - Loadbars is a tool to observe loads of several remote servers at once. -- cgit v1.2.3