From cbdb8b64f975172ddd5ec6143a7a2d67301594f9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 15:17:27 +0200 Subject: Adding debian version 23.7-1. Signed-off-by: Daniel Baumann --- debian/README.Debian | 8 + debian/changelog | 584 +++++++++++++++++++++++++++++++++++++++++ debian/control | 26 ++ debian/copyright | 40 +++ debian/dirs | 1 + debian/docs | 1 + debian/patches/series | 0 debian/psmisc.links | 1 + debian/rules | 24 ++ debian/salsa-ci.yml | 8 + debian/source/format | 1 + debian/source/include-binaries | 1 + debian/tests/control | 3 + debian/tests/fuser | 71 +++++ debian/tests/killall | 61 +++++ debian/tests/version | 10 + debian/upstream/metadata | 5 + debian/watch | 3 + 18 files changed, 848 insertions(+) create mode 100644 debian/README.Debian create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/dirs create mode 100644 debian/docs create mode 100644 debian/patches/series create mode 100644 debian/psmisc.links create mode 100755 debian/rules create mode 100644 debian/salsa-ci.yml create mode 100644 debian/source/format create mode 100644 debian/source/include-binaries create mode 100644 debian/tests/control create mode 100644 debian/tests/fuser create mode 100644 debian/tests/killall create mode 100644 debian/tests/version create mode 100644 debian/upstream/metadata create mode 100644 debian/watch diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..602ecaf --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,8 @@ +README for psmisc +================= + +pidof is not installed in this package as it is part of the sysvinit package, +I intend to work with the sysvinit packager about this. + + - Craig + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e3cdb73 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,584 @@ +psmisc (23.7-1) unstable; urgency=medium + + [ Pino Toscano ] + * Drop the Debian menu file, and stop shipping the pixmaps for it: + - the Debian menu is deprecated for some years already + - the menu items are for a terminal, and generally GUI environments have + their own process listing application + + [ Craig Small ] + * New upstream release + - fuser: Fallback to stat() if no statx() Closes: 1030747 + - fuser: silently ignore EACCES when scanning proc directories + Closes: #1063444 + - killall: small formatting fixes Closes: #1037231 + + -- Craig Small Sun, 03 Mar 2024 22:45:32 +1100 + +psmisc (23.6-2) unstable; urgency=medium + + * Install fuser into /usr (DEP17 M2) Closes: #1060359 + Thanks to Chris Hofstaedtler for the patch + + -- Craig Small Sat, 13 Jan 2024 13:56:53 +1100 + +psmisc (23.6-1) unstable; urgency=medium + + [ Debian Janitor ] + * Remove unnecessary 'Testsuite: autopkgtest' header. + + [ Craig Small ] + * New upstream source + * Add more autopkgtest tests for killall and fuser + * killall: Fallback to kill() Closes: #1015228 + + -- Craig Small Tue, 13 Dec 2022 16:27:51 +1100 + +psmisc (23.5-3) unstable; urgency=medium + + * killall: Add fall through for pidfd_send_signal Closes: #1015228 + * Update standards version to 4.6.1, no changes needed. + + -- Craig Small Mon, 25 Jul 2022 19:21:16 +1000 + +psmisc (23.5-2) unstable; urgency=medium + + * Fix DEJAGNU workaround Closes: #1015089 + + -- Craig Small Sun, 17 Jul 2022 21:48:01 +1000 + +psmisc (23.5-1) unstable; urgency=medium + + [ Debian Janitor ] + * Trim trailing whitespace. + * Strip unusual field spacing from debian/control. + * Set Homepage field in Source rather than Binary package. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update standards version to 4.6.0, no changes needed. + + [ Craig Small ] + * New upstream release + + -- Craig Small Mon, 09 May 2022 21:09:28 +1000 + +psmisc (23.4-2) unstable; urgency=medium + + * replace/conflict with manpages-de Closes: #982059 + + -- Craig Small Mon, 08 Feb 2021 21:19:04 +1100 + +psmisc (23.4-1) unstable; urgency=medium + + * New upstream release + * Update to standards 4.5.1 no change + * Update to debhelper v13 + + -- Craig Small Sat, 06 Feb 2021 11:21:39 +1100 + +psmisc (23.3-1) unstable; urgency=medium + + * New upstream release + * Handle truncated comm names Closes: #912748 + + -- Craig Small Tue, 12 Nov 2019 22:16:21 +1100 + +psmisc (23.2-3) UNRELEASED; urgency=medium + + [ Ondřej Nový ] + * d/copyright: Use https protocol in Format field + * d/changelog: Remove trailing whitespaces + * d/control: Add Vcs-* field + + [ Craig Small ] + * Update to standards 4.4.1 + + -- Craig Small Fri, 18 Oct 2019 14:44:34 +1100 + + +psmisc (23.2-1) unstable; urgency=medium + + [ Craig Small ] + * New upstream release + * killall: look at all namespaces by default + * killall: proper signal name parsing + * docs: Fix fuser.1 groff errors Closes: #900225 + * pslog: Define PATH_MAX if required Closes: #905797 + * Update to Debian standards 4.2.1 + + + -- Craig Small Mon, 24 Sep 2018 20:07:51 +1000 + +psmisc (23.1-1) unstable; urgency=medium + + * New upstream source + * killall: Remove debug output Closes: #864753 + * docs: distribute pslog.1 + * docs: distribute README.md Closes: #864752 + + -- Craig Small Fri, 16 Jun 2017 06:54:49 +1000 + +psmisc (23.0-1) unstable; urgency=medium + + * New upstream release + * New program: pslog to see what logs are option + * pstree: Removed need for PATH_MAX Closes: #750405 + * killall: Fix process age race condition Closes: #822861 + * prtstat: Remove duplicate options in man page Closes: #846387 + * killall: comm parser more robust + * killall: only kill processes in same namespace by default + + -- Craig Small Mon, 12 Jun 2017 11:46:48 +1000 + +psmisc (22.21-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Enable SELinux support on linux architectures (Closes: #751991) + + -- Laurent Bigonville Mon, 17 Aug 2015 15:18:05 +0200 + +psmisc (22.21-2) unstable; urgency=medium + + * Fixed fuser -M typo Closes: #740275 thanks Brad + + -- Craig Small Fri, 28 Feb 2014 21:57:20 +1100 + +psmisc (22.21-1) unstable; urgency=medium + + * New upstream release + - Missing comma in fuser(1) added Closes: #702391 + - pstree uses COLUMN env variable Closes: #717017 + - fuser -m and -M flags work either way Closes: #606178 + * Added Multi-Arch: foreign to control Closes: #698948 + * Updated to standards version 3.9.5, no changes + + -- Craig Small Sun, 16 Feb 2014 22:25:22 +1100 + +psmisc (22.20-1) unstable; urgency=low + + * New upstream release + - pstree sorts properly on names Closes: #682014 + - pstree finds pid 0 stops looping Closes: #687829 + + -- Craig Small Thu, 20 Sep 2012 22:19:44 +1000 + +psmisc (22.19-1) unstable; urgency=medium + + * Stop killall killing all Closes: #678357 + + -- Craig Small Fri, 22 Jun 2012 07:11:45 +1000 + +psmisc (22.18-1) unstable; urgency=low + + * New upstream release + - assert in killall triggered for small lifetimes Closes: #628617 + - killall MAX_NAMES off by one Closes: #677428 + + -- Craig Small Sun, 17 Jun 2012 16:13:55 +1000 + +psmisc (22.17-2) unstable; urgency=low + + * Added line in configure.ac for target_os Closes: #673485 + + -- Craig Small Sun, 10 Jun 2012 17:39:03 +1000 + +psmisc (22.17-1) unstable; urgency=low + + * New upstream release + - fuser uses correct timeout_stat define Closes: #661723 + - fuser is not compiled on hurd-i386 Closes: #673485 + + + -- Craig Small Sat, 02 Jun 2012 16:09:01 +1000 + +psmisc (22.16-1) unstable; urgency=low + + * New upstream release + * previous strcpy buffer fix broke long command matches + this release fixes both Closes: #661145, #657543 + + -- Craig Small Sun, 26 Feb 2012 17:07:06 +1100 + +psmisc (22.15-2) unstable; urgency=low + + * Removed strcpy buffer overflow in pstree Closes: #657527 + + -- Craig Small Fri, 27 Jan 2012 08:53:36 +1100 + +psmisc (22.15-1) unstable; urgency=low + + * New upstream release + - Use ENOENT not EBADE for FreeBSD Closes: #631566 + - Really apply fuser -s patch Closes: #606177 + * Don't install peekfd.1 on kfreebsd Closes: #609842 + * fuser: silence if read error is ENOENT Closes: #629048 + * Updated to debhelper compat 9 + * Changed copyright format to DEP-5 + + -- Craig Small Thu, 26 Jan 2012 18:21:05 +1100 + +psmisc (22.14-1) unstable; urgency=low + + * New upstream release, many fixes including: + killall creates right size buffer instead of MAX_PATH Closes: #623425 + fuser understands IPv6 addresses, removed comment in fuser.1 that it + doesn't Closes: #609904 + * Updated to standards 3.9.2 no change + + -- Craig Small Mon, 20 Jun 2011 22:28:44 +1000 + +psmisc (22.13-1) unstable; urgency=low + + * New upstream release + - patch configure so pt_regs isn't used on SuperH. Fix by + Nobuhiro Iwamatsu in Closes: #588986 + - Cannot build peekfd on mips only mipsel, hopefully will unblock mips + buildd + * Updated to standards version 3.9.1, no changes + + -- Craig Small Mon, 06 Sep 2010 13:35:21 +1000 + +psmisc (22.12-1) unstable; urgency=low + + * New upstream release + - In fuser, switched the ipv6 and ipv4 checks around Closes: #581604 + - pstree -a doesn't segfault on grsec kernels Closes: #588152 + * Updated to standards version 3.9.0 + + -- Craig Small Mon, 12 Jul 2010 21:39:03 +1000 + +psmisc (22.11-1) unstable; urgency=low + + * New upstream release + - Another attempted at killall -SIGNAME Closes: #573924 + + -- Craig Small Fri, 09 Apr 2010 21:24:58 +1000 + +psmisc (22.10-1) unstable; urgency=low + + * New upstream release + - fuser -k -m ... won't kill itself Closes: #562767 + - fuser -NAME fixed Closes: #563388 + - Reversed normal file fuser -k check Closes: #563387 + + -- Craig Small Mon, 04 Jan 2010 21:43:16 +1100 + +psmisc (22.9-1) unstable; urgency=low + + * New upstream release + - short option l returned in fuser Closes: #539087 + - long options terminated with 0s Closes: #551833 + - Fixed killall options for VTALRM and ILL Closes: #559011 + - pstree -a does not compact threads Closes: #525632 + - new program prtstat which prints contents of /proc//stat + Closes: #281706 + - killall restricts by date. Thanks to George Danchev Closes: #544657 + - New fuser -M option limits -m to top of mount points + * Updated to standards version 3.8.3 + * Moved to debhelper compat 7 and simpler rules + + -- Craig Small Sun, 27 Dec 2009 18:36:35 +1100 + +psmisc (22.8-1) unstable; urgency=low + + * New upstream release + - fuser will print mounts,nfs exports and swaps with -v Closes: #356655 + - pstree and fuser have long options Closes: #517412 + - Fixed pstree -a off-by-one error in buffer, Closes: #536243 + + -- Craig Small Sat, 25 Jul 2009 09:40:01 +1000 + +psmisc (22.7-1) unstable; urgency=low + + * New upstream release + - Changed fuser.1 so signal is SIGNAL to reduce confusion about wether + or not it is a parameter Closes: #517413 + - fuser.1 references pkill(1) Closes: #517414 + - Clarified -m and -c for fuser Closes: #467289 + - Patch from Arnaud Giersch to fix udp ports in fuser Closes: #502208 + - pstree man page mentions -Z may not be available Closes: #478327 + - pstree handles UTF-8 lengths much better Closes: #413503 + - killall says no process found when process not found Closes: #500097 + - pstree makes a bigger buffer for -al flags Closes: #352603 + - peekfd off by one problem in fds Closes: #460530 + - oldfuser removed Closes: #502212 + * Changed rules for for cross-build support Closes: #465226 + * Updated copyright file Closes: #517410 + * updated package description Closes: #485693 + + -- Craig Small Sun, 10 May 2009 16:13:36 +1000 + +psmisc (22.6-1) unstable; urgency=low + + * New upstream release + * killall.1 mentions you can use -SIGxxx Closes: #431082 + * peekfd works for x86_64 and PPC + * Updated menu entry + + -- Craig Small Sun, 04 Nov 2007 17:42:30 +1100 + +psmisc (22.5-1) unstable; urgency=low + + * New upstream release + + -- Craig Small Mon, 23 Apr 2007 22:14:16 +1000 + +psmisc (22.4-1) unstable; urgency=low + + * New upstream release + * fuser correctly parses remote TCP ports Closes: #397033 + * Removed extra blank lines in fuser Closes: #386564 + * Added peekfd + * killall using a path doesnt check inodes + + -- Craig Small Tue, 17 Apr 2007 22:09:11 +1000 + +psmisc (22.3-1) unstable; urgency=low + + * New upstream release + * Typo fixed in fuser man page Closes: #358880 + * Return code set correctly in silent mode Closes: #361639 + * Updated standards to 3.7.2 + + -- Craig Small Wed, 9 Aug 2006 21:34:49 +1000 + +psmisc (22.2-1) unstable; urgency=low + + * New upstream release + * Finds unix sockets on all arches, Closes: #338868 + * Swedish PO file updated Closes: #348140 + * Moved to debhelper v5 + + -- Craig Small Wed, 15 Mar 2006 10:25:55 +1100 + +psmisc (22.1-1) unstable; urgency=low + + * New upstream release + * Updated German PO file Closes: #313934 + * fuser -s flag works Closes: #344901 + * fixed grep lines in Makefile for i386 arches Closes: #344172 + + -- Craig Small Thu, 12 Jan 2006 19:01:13 +1100 + +psmisc (21.9-1) unstable; urgency=low + + * New upstream release + * Fixed segfault in pstree -a Closes: #338108 + * fuser finds unix sockets. Closes: #338868 + * fixed print_matches to only print unmatched objects if -a is specified + and to output the header for -v Closes: #342765 + * Fixed sv.po Closes: #337528 + + -- Craig Small Fri, 16 Dec 2005 23:16:29 +1100 + +psmisc (21.8-1) unstable; urgency=low + + * New upstream release + * new fuser Closes: #312560 + * pstree checks for a real tty Closes: #326500 + * pstree shows child threads with {commandname} Closes: #230924 + * Added warning about fuser and tcp/udp access Closes: #327813 + * pstree defaults to ASCII not VT100 until problems with terminals + are fixed Closes: #288856 + * fuser doesnt complain if it cannot scan some mount points Closes: #299153 + * menu entry capitalised Closes: #320616 + * upgrade standards to 3.6.2 + * fuser.1 spells behavior correctly Closes: #337190 + * 21.7 not released, fuser return value bug. Closes: #337591 + + -- Craig Small Sat, 5 Nov 2005 15:58:27 +1100 + +psmisc (21.6-1) unstable; urgency=low + + * New upstream release + - killall aborts if it gets unknown flags Closes: #250794 + - Symbolic link created properly for pstree.x11 Closes: #250096 + - Strange mount points handled better Closes: #178972 + - Warning in killall.1 about process changing names Closes: #187941 + - Fixed groff madness with fuser(1) Debian #298199 + * changed rules to permit cross-build Closes: #284589 + * menu entry now uses text for .x11 and vc for plain pstree + + -- Craig Small Fri, 11 Mar 2005 21:53:10 +1100 + +psmisc (21.5-1) unstable; urgency=low + + * New upstream release + - Lines not truncated with UTF-8 Closes: #151523 + - pstree uses ASCII chars with -A Closes: #240973 + - signames.h not distributed in tar Closes: #240986 + - Manual pages explains -SIG is ignored with no -k Closes: #222935 + + -- Craig Small Tue, 25 May 2004 11:23:07 +1000 + +psmisc (21.4-1) unstable; urgency=low + + * New upstream release + - Typos in killall.1 fixed Closes Debian: #198189 + - fuser -ki now tells user default is N Closes Debian: #197356 + - pstree -a doesn't print space at end of line Closes Debian: #182099 + - pstree.x11 now just pstree with a trick Closes Debian: #201042 + - Icons for pstree, thankyou Tatlin! Closes Debian: #192636 + - Removed message if no processes found and excess blanks removed + Closes: #212795 + + -- Craig Small Fri, 28 Nov 2003 23:06:45 +1100 + +psmisc (21.3-1) unstable; urgency=low + + * New upstream version + - SELinux uses -d flag, so signals starting with S work + Closes: #19370, #163360 + - Long command lines don't segfault Closes: #187241 + * Added most of Torsten SELINUX patch Closes: #192122 + * Menu item doesn have path to x-terminal-emulator Closes: #129232 + + + -- Craig Small Thu, 29 May 2003 10:03:39 +1000 + +psmisc (21.2-1) unstable; urgency=high + + * Fixes serious bug in pstree where pstree -a doesnt have a variable + set + + -- Craig Small Fri, 27 Sep 2002 21:34:23 +1000 + +psmisc (21.1-1) unstable; urgency=low + + * New upstream version + - config.guess and config.sub fixes + - pstree -a extra bracket problem fixed, Closes: #96791 + - LFS support Closes: #129157, #156017 + - fuser -k return means no Closes: #152524 + - UTF8 problem fixed Closes: #140960 + - Works on Hurd (I think, no replies from Hurd folk) Closes: #157064 + - Minor change to killall.1 for less ambiguous Closes: #127851 + + -- Craig Small Thu, 26 Sep 2002 10:12:59 +1000 + +psmisc (21-3) unstable; urgency=low + + * build-depends needs gettext otherwise conflicts happen Closes: + #147131 + + -- Craig Small Fri, 17 May 2002 11:21:41 +1000 + +psmisc (21-2) unstable; urgency=low + + * New config.guess/sub Closes: #147082 + + -- Craig Small Thu, 16 May 2002 08:41:24 +1000 + +psmisc (21-1) unstable; urgency=low + + * New upstream source + - Fixes signal name problem Closes: #131839 + + -- Craig Small Wed, 15 May 2002 22:12:16 +1000 + +psmisc (20.2-2) unstable; urgency=low + + * Makefile did not clean signames.h which gave bad signal numbers + Closes: #116172 + * Changed section field for FTP Cabal Closes: #116168 + + -- Craig Small Fri, 19 Oct 2001 10:42:23 +1000 + +psmisc (20.2-1) unstable; urgency=low + + * New upstream source + - pstree -u fix Closes: #98803 + - fuser -n tcp works for kernel2.4.12 Closes: #115672 + - typo fixed in pidof.1 Closes: #110789 + * Do not install pidof.1 Closes: #107461 + + -- Craig Small Thu, 18 Oct 2001 10:22:20 +1000 + +psmisc (20.1-1) unstable; urgency=low + + * New upstream version + - killall -# works again, Closes: #90742, #92044, #92087 + + -- Craig Small Sat, 31 Mar 2001 21:17:18 +1000 + +psmisc (20-1) unstable; urgency=low + + * New upstream version + - getopt used on command line, Closes #48541 + - Less assumption of cmd line, Closes #53337 + - Doesn't use losetup Closes: #58714 + + + -- Craig Small Mon, 19 Mar 2001 14:21:00 +1100 + +psmisc (19-3) unstable; urgency=low + + * New standards version + * Added menu hints Closes: #80045 + * Changed call from xterm to x-terminal emulator Closes: #59009 + + -- Craig Small Sun, 31 Dec 2000 17:27:30 +1100 + +psmisc (19-2) unstable; urgency=low + + * Group transistions properly handled Closes: #47475 + * pstree no longer truncates Closes: #53943 + * Compile with -O2 to follow standard. + + -- Craig Small Tue, 4 Jan 2000 10:27:33 +1100 + +psmisc (19-1) unstable; urgency=low + + * New upstream Version Closes: #50813 + + -- Craig Small Sun, 5 Dec 1999 19:31:17 +1100 + +psmisc (18-3) unstable; urgency=low + + * Fixes pstree on a X system problem Closes: 45510, 46243 + * Now has all that /usr/share stuff + + -- Craig Small Thu, 30 Sep 1999 10:32:06 +1000 + +psmisc (18-2) unstable; urgency=low + + * Fixed download source Closes: #38436 + + -- Craig Small Fri, 30 Jul 1999 11:29:06 +1000 + +psmisc (18-1) unstable; urgency=low + + * New upstream source + * Doesn't try to print null string for proc names (Bug #23645 ) + + -- Craig Small Mon, 4 Jan 1999 14:11:32 +1100 + +psmisc (17-2) unstable; urgency=low + + * Now with ncurses 4 + * Menu item is now in Apps/System (Bug #27439 ) + * X11 version of pstree now waits for return to be pressed (Bug #24102 #17466 ) + + -- Craig Small Sun, 1 Nov 1998 16:06:13 +1100 + +psmisc (17-1) unstable; urgency=low + + * New upstream version. + + -- Craig Small Wed, 15 Apr 1998 08:50:28 +1000 + +psmisc (16-2) frozen unstable; urgency=low + + * README.debian explains why pidof is not here. (Bug #16981 ) + * Patched fuser so that it works with new kernels (Bug #17064 ) + * CHANGES renamed to changelog (Bug #17290 ) + * Package now replaces procps <<1.2 (Bug #20394 ) + * Fixed description (Bug #20255 ) + -- Craig Small Tue, 17 Mar 1998 09:49:20 +1100 + +psmisc (16-1) unstable; urgency=low + + * Initial Release. + * procps upstream source split this off at version 1.2 + + -- Craig Small Fri, 2 Jan 1998 11:12:00 +1100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2fde3fc --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: psmisc +Section: admin +Priority: optional +Maintainer: Craig Small +Build-Depends: debhelper-compat (= 13), + dejagnu, gettext, + libncurses-dev, gettext, libselinux1-dev [linux-any] +Standards-Version: 4.6.1 +Vcs-Browser: https://salsa.debian.org/debian/psmisc +Vcs-Git: https://salsa.debian.org/debian/psmisc.git +Homepage: http://psmisc.sf.net/ + +Package: psmisc +Architecture: any +Multi-Arch: foreign +Depends: ${shlibs:Depends}, ${misc:Depends} +Breaks: manpages-de (<< 4.9.1-1) +Replaces: manpages-de (<< 4.9.1-1) +Description: utilities that use the proc file system + This package contains miscellaneous utilities that use the proc FS: + . + - fuser: identifies processes that are using files or sockets. + - killall: kills processes by name (e.g. "killall -HUP named"). + - peekfd: shows the data traveling over a file descriptor. + - pstree: shows currently running processes as a tree. + - prtstat: print the contents of /proc//stat diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..0ba2658 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,40 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: psmisc +Upstream-Contact: Craig Small +Source: http://psmisc.sourceforge.net/ + +Files: * +Copyright: 1993-2005 Werner Almesberger + 2002-2011 Craig small +License: GPL-2+ + +Files: src/lists.h +Copyright: 2011 Werner Fink +License: GPL-2+ + +Files: src/peekfd.c +Copyright: 2007 Trent Waddington +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more + details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'. + diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..e772481 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/bin diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +README.md diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..e69de29 diff --git a/debian/psmisc.links b/debian/psmisc.links new file mode 100644 index 0000000..db930c6 --- /dev/null +++ b/debian/psmisc.links @@ -0,0 +1 @@ +usr/share/man/man1/pstree.1 usr/share/man/man1/pstree.x11.1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2976665 --- /dev/null +++ b/debian/rules @@ -0,0 +1,24 @@ +#!/usr/bin/make -f +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) + + +ifeq ($(DEB_BUILD_ARCH_OS),linux) +CONFIGURE_FLAGS = --enable-selinux +endif + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- ${CONFIGURE_FLAGS} + # Tell blhc to ignore the signal name extraction + @echo 'blhc: ignore-line-regexp: .*gcc -E -dM src/signames.c.*' + +override_dh_auto_install: + dh_auto_install + if [ ! -f "debian/psmisc/usr/bin/fuser" ] ; then \ + rm -f debian/psmisc/usr/share/man/man1/fuser.1 ; \ + fi + if [ "$(DEB_HOST_ARCH_OS)" = "kfreebsd" ] ; then \ + rm -f debian/psmisc/usr/share/man/man1/peekfd.1 ; \ + fi diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..f5572ad --- /dev/null +++ b/debian/salsa-ci.yml @@ -0,0 +1,8 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml + +variables: + SALSA_CI_DISABLE_REPROTEST: 1 + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/include-binaries b/debian/source/include-binaries new file mode 100644 index 0000000..e0f175b --- /dev/null +++ b/debian/source/include-binaries @@ -0,0 +1 @@ +po/*.gmo diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..8974337 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Tests: version fuser killall +Depends: @, shunit2 + diff --git a/debian/tests/fuser b/debian/tests/fuser new file mode 100644 index 0000000..bf18235 --- /dev/null +++ b/debian/tests/fuser @@ -0,0 +1,71 @@ +#!/bin/sh + +exec 2>&1 + +test_no_arguments() { + ( fuser >"${stdoutF}" 2>"${stderrF}" ) + rtrn=$? + + assertEquals "fuser exit value" "1" "${rtrn}" + grep -E '^No process specification given$' "${stderrF}" > /dev/null + assertTrue 'error message' $? +} + +test_no_process() { + ( fuser "${testF}" >"${stdoutF}" 2>"${stderrF}" ) + rtrn=$? + + assertEquals "fuser exit value" "1" "${rtrn}" + assertFalse "unexpected output to stderr" "[ -s '${stderrF}' ]" +} + +test_a_no_process() { + ( fuser -a "${testF}" >"${stdoutF}" 2>"${stderrF}" ) + rtrn=$? + + assertEquals "fuser exit value" "1" "${rtrn}" + grep -qE "^${testF}:$" "${stderrF}" + assertTrue 'File matches no process' $? +} + +test_my_cwd() { + myCWD=$(readlink "/proc/${myPID}/cwd" ) + ( fuser "${myCWD}" >"${stdoutF}" 2>"${stderrF}" ) + rtrn=$? + + assertEquals "fuser exit value" "0" "${rtrn}" + grep -qE "${myPID}" "${stdoutF}" + assertTrue 'STDOUT has my PID' $? + grep -qE "^${myCWD}:.*c" "${stderrF}" + assertTrue 'STDERR has my path and c' $? +} + +test_my_exe() { + myEXE=$(readlink "/proc/${myPID}/exe" ) + ( fuser "${myEXE}" >"${stdoutF}" 2>"${stderrF}" ) + rtrn=$? + + assertEquals "fuser exit value" "0" "${rtrn}" + grep -qE "${myPID}" "${stdoutF}" + assertTrue 'STDOUT has my PID' $? + grep -qE "^${myEXE}:.*e" "${stderrF}" + assertTrue 'STDERR has my path and e' $? +} +oneTimeSetUp() { + # Define global variables for command output. + stdoutF="${AUTOPKGTEST_TMP}/stdout" + stderrF="${AUTOPKGTEST_TMP}/stderr" + testF="${AUTOPKGTEST_TMP}/test-file" + touch "${testF}" + myPID=$$ +} + +setUp() { + # Truncate the output files. + cp /dev/null "${stdoutF}" + cp /dev/null "${stderrF}" +} + + +# shellcheck disable=SC1091 +. shunit2 diff --git a/debian/tests/killall b/debian/tests/killall new file mode 100644 index 0000000..6097173 --- /dev/null +++ b/debian/tests/killall @@ -0,0 +1,61 @@ +#!/bin/sh + +exec 2>&1 + +test_no_arguments() { + ( killall >"${stdoutF}" 2>"${stderrF}" ) + rtrn=$? + + assertEquals "exit value" "1" "${rtrn}" + grep -E '^Usage: killall \[OPTION\]' "${stderrF}" > /dev/null + assertTrue 'error message' $? +} + +test_list_signals() { + ( killall -l >"${stdoutF}" 2>"${stderrF}" ) + rtrn=$? + + assertEquals "exit value" "0" "${rtrn}" + grep -qE '^([A-Z12]+\s*)+$' "${stdoutF}" + assertTrue 'STDOUT lists signals' $? +} + +test_not_found() { + ( killall "${fakeproc}" >"${stdoutF}" 2>"${stderrF}" ) + rtrn=$? + + assertEquals "exit value" "1" "${rtrn}" + th_assertNoProcFound 'STDOUT says no process found' +} + +test_all_signals() { + allSIGNALS=$(killall -l) + for signame in ${allSIGNALS}; do + ( killall -"${signame}" "${fakeproc}" >"${stdoutF}" 2>"${stderrF}" ) + th_assertNoProcFound "STDOUT no process found for -${signame}" + ( killall -"SIG${signame}" "${fakeproc}" >"${stdoutF}" 2>"${stderrF}" ) + th_assertNoProcFound "STDOUT no process found for -SIG${signame}" + done +} + +th_assertNoProcFound() { + msg=$1 + grep -qE "^${fakeproc}: no process found$" "${stderrF}" + assertTrue "${msg}" $? +} + +oneTimeSetUp() { + # Define global variables for command output. + stdoutF="${AUTOPKGTEST_TMP}/stdout" + stderrF="${AUTOPKGTEST_TMP}/stderr" + fakeproc="fakename-test" +} + +setUp() { + # Truncate the output files. + cp /dev/null "${stdoutF}" + cp /dev/null "${stderrF}" +} + +# shellcheck disable=SC1091 +. shunit2 diff --git a/debian/tests/version b/debian/tests/version new file mode 100644 index 0000000..b7700bc --- /dev/null +++ b/debian/tests/version @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +BINARIES='killall pslog prtstat pstree fuser peekfd' + +for bin in $BINARIES ; do \ + $bin --version 2>&1 | egrep "^$bin \(PSmisc\) [0-9.]+$" ; \ +done + diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..b7a2edf --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://gitlab.com/psmisc/psmisc/issues +Bug-Submit: https://gitlab.com/psmisc/psmisc/issues/new +Repository: https://gitlab.com/psmisc/psmisc.git +Repository-Browse: https://gitlab.com/psmisc/psmisc diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..be951ad --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts=filenamemangle=s/.*\/archive\/v(\d\S+)\/psmisc.*\.tar\.gz/psmisc-$1\.tar\.gz/g \ + https://gitlab.com/psmisc/psmisc/tags?sort=updated_desc .*/archive/v(\d\S+)/.*\.tar\.gz.* -- cgit v1.2.3