fspy (0.1.1-6) unstable; urgency=medium * Adopt package. Closes: #866825 * Set Maintainer to Bean Huo . * debian/control: - Remove defunct Homepage URL (http://mytty.org/fspy returns 404) (Closes: #1122065) - Add help2man to Build-Depends for manpage generation * debian/copyright: - Update FSF address to https://www.gnu.org/licenses/ - Add 2025 copyright for debian/* files - Mark upstream Source URL as defunct * debian/install: - Add debian/install file for modern packaging (replaces debian/dirs) - Use dh_install to handle binary installation * debian/rules: - Override dh_auto_install to use debian/install instead of Makefile - Force xz compression for compatibility with mentors infrastructure - Add override_dh_auto_build to regenerate manpage at build time * debian/fspy.1: - Remove manually-edited manpage, now auto-generated via help2man * debian/patches/09_add_fanotify_support.patch: - Add new -P/--show-process option for process tracking - Implement fanotify-based monitoring (requires root privileges) - New files: src/fanotify_events.c, src/fanotify_events.h - Share filtering logic between inotify and fanotify code paths - All existing options (-O, -F, -I, -T, -D) work with -P flag - Update README with dual monitoring modes documentation - Kernel requirement: Linux >= 2.6.37 -- Bean Huo Sun, 23 Nov 2025 11:43:18 +0100 fspy (0.1.1-5) unstable; urgency=medium * QA upload * debian/patches/07_fix_read_warning.patch: - Fix read() return value warning in grab_max_element_count - Add proper error checking for read() system call - Add missing close() calls for file descriptor * debian/patches/06_update_version_output.patch: - Update --version output to show Debian package version - Add license information (GPL v2+) to version output - Improve formatting with clearer labels * debian/patches/04_fix_compiler_warnings.patch: - Fix duplicate assignment of dprint.G in diff.c and fspy.c - Fix uninitialized variable warnings in adaptive.c (adaptive_delete) - Fix uninitialized variable warnings in enumdirs.c (recwrap) - Fix uninitialized pointer warnings in diff.c, output.c, and stating.c - Fix format specifier warnings for sizeof() in debug prints (%i -> %li) - Fix type mismatches for max_element_count and watch descriptors - Add proper function prototypes to enumdirs.h - Resolves compiler warnings with modern GCC versions (Closes: #1096659) -- Bean Huo Wed, 12 Nov 2025 15:23:37 +0100 fspy (0.1.1-4) unstable; urgency=medium * QA upload. * debian/control: - Restrict building to linux-any, since inotify is not available in non-linux platforms. -- Francisco Vilmar Cardoso Ruviaro Sun, 07 Jun 2020 22:39:35 +0000 fspy (0.1.1-3) unstable; urgency=medium * QA upload. * Using new DH level format. Consequently: - debian/compat: removed. - debian/control: changed from 'debhelper' to 'debhelper-compat' in Build-Depends field and bumped level to 13. * debian/control: - Added 'Rules-Requires-Root: no' to source stanza. - Added the VCS fields to use Salsa. - Bumped Standards Version to 4.5.0. * debian/copyright: - Added my name and email address. * debian/patches/03_fix_makefile_cppflags.patch: - Fixed Makefile by adding CPPFLAGS. * debian/rules: - Added DEB_BUILD_MAINT_OPTIONS variable to improve GCC hardening. * debian/salsa-ci.yml: - Added to provide CI tests for Salsa. * debian/tests/control: - Created to perform a trivial CI test. - Added superficial Restriction. -- Francisco Vilmar Cardoso Ruviaro Thu, 04 Jun 2020 02:59:13 +0000 fspy (0.1.1-2) unstable; urgency=medium * QA upload. * Applied reproducible build patch from Chris Lamb (Closes: #831354) * Bumped compat level to 10 * Set maintainer to Debian QA Group * Dropped build-dep on quilt * Removed obsolete fields from d/control * Converted to source format 3.0 (quilt) * Converted d/rules to dh_ format * Removed useless watch file * Converted d/copyright to machine-readable format * Standards version 4.0.0 * Renamed d/fspy.8 to d/fspy.1 -- David William Richmond Davies-Jones Tue, 01 Aug 2017 20:53:52 +0100 fspy (0.1.1-1) unstable; urgency=low * New Upstream Version + Upstream added the relevant LICENSE file and a copy of the GPL v2 and 3 to the package, thanks! -- Giuseppe Iuculano Sat, 31 Jan 2009 18:31:13 +0100 fspy (0.1.0-1) unstable; urgency=low * Initial release (Closes: #513577) (LP: #323054) -- Giuseppe Iuculano Fri, 30 Jan 2009 13:43:35 +0100