1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
|
entr (4.7-1) unstable; urgency=medium
[ Yuri D'Elia ]
* New upstream version 4.7:
- Use system file descriptor limits when max_user_watches is not
accessible
- Return the exit status of the child process when the '-z' option is used
- Handle SIGHUP so child process are terminated when a terminal is closed
- More accurately return shell exit code using '-s' option
* Update Standards-Version to 4.5.1 (no changes needed)
-- Otto Kekäläinen <otto@debian.org> Tue, 02 Feb 2021 14:22:32 +0200
entr (4.6-1) unstable; urgency=medium
[ Yuri D'Elia ]
* New upstream version 4.6:
- Always call waitpid(2) to avoid dead processes
- Duplicate STDIN file descriptor before closing; for the '-r' option
* Do not filter pristine-tar (fix signature verification)
* Update watchfile / upstream URL to https
-- Otto Kekäläinen <otto@debian.org> Wed, 22 Jul 2020 23:11:57 +0300
entr (4.5-1) unstable; urgency=medium
[ Debian Janitor ]
* debian/copyright: use spaces rather than tabs to start continuation
lines.
[ Yuri D'Elia ]
* New upstream version 4.5 (Closes: #957173)
* Switch to debhelper 13
-- Otto Kekäläinen <otto@debian.org> Sat, 30 May 2020 23:01:51 +0300
entr (4.4-1) unstable; urgency=medium
[ Yuri D'Elia ]
* New upstream release 4.4
* Update libbsd-overlay.patch
* Update Standards-Version to 4.5.0 (no changes needed)
-- Otto Kekäläinen <otto@debian.org> Fri, 31 Jan 2020 06:47:42 +0200
entr (4.3-1) unstable; urgency=low
[ Yuri D'Elia ]
* New upstream version 4.3
* Update libbsd-overlay.patch to use the bundled kqueue wrapper
* Allow overriding pkg-config and DEB_HOST_ARCH_OS (Closes: #914660)
* Do not require root for building
* Switch to debhelper 12
* No longer alias NEWS as the upstream changelog
* Update Standards-Version to 4.4.1
-- Otto Kekäläinen <otto@debian.org> Sat, 26 Oct 2019 19:09:56 +0300
entr (4.2-1) unstable; urgency=low
* New upstream version 4.2
-- Otto Kekäläinen <otto@debian.org> Fri, 07 Jun 2019 10:56:09 +0300
entr (4.1-1) unstable; urgency=low
[ Otto Kekäläinen ]
* Add .gitlab-ci.yml copied from Salsa-CI team's example
* Add very rudimentary autopkgtests
[ Yuri D'Elia ]
* New upstream version 4.1:
- New '-n' non-interactive option disables keyboard input
- EV_TRACE environment variable enables file system event tracing
- Track changes to the inode number as a workaround for missing delete
events on the Linux kernel
* Refresh kfreebsd-support.patch
-- Otto Kekäläinen <otto@debian.org> Tue, 21 Aug 2018 14:51:44 +0300
entr (4.0-1) unstable; urgency=medium
* New upstream version 4.0:
- Warn instead of error if kqueue fails to register on STDIN
- Close STDIN before running the utility when the restart option is used
- Restore terminal settings if terminated by a signal
* Enable LFS using buildflags
* Use secure debian/copyright URL
* Check for upstream signature
* Migrate the debian packaging to salsa.debian.org (update VCS URLs)
* Standards-Version 4.1.3 (no changes needeed)
-- Yuri D'Elia <wavexx@thregr.org> Sun, 25 Feb 2018 23:40:24 +0100
entr (3.9-1) unstable; urgency=medium
* New upstream version 3.9:
- Handle 'q' and 'space' interactively
- Fix use of poll(2) to avoid possible busy-loop on Linux
- Disable keyboard input if reading STDIN fails
* Filter upstream tarball during import
* Standards-Version 4.1.1 (no changes needeed)
* Add support for GNU/kFreeBSD
-- Yuri D'Elia <wavexx@thregr.org> Sun, 29 Oct 2017 14:29:49 +0100
entr (3.7-1) unstable; urgency=low
* New upstream version 3.7:
- Terminate subprocess in restart mode if a file under watch disappears
- Allow NOTE_ATTRIB to set '/_' only if file mode changes
- New '-s' option executes commands using $SHELL -c
- Print usage and exit if input is from a terminal instead of a pipe
-- Yuri D'Elia <wavexx@thregr.org> Tue, 14 Mar 2017 12:19:55 +0100
entr (3.6-1) unstable; urgency=low
* Imported Upstream version 3.6
* Standards-Version 3.9.8 (no changes needed)
* Switch Vcs-Git and Vcs-Browser to https
* Ship upstream changelog
-- Yuri D'Elia <wavexx@thregr.org> Sun, 17 Jul 2016 19:40:49 +0200
entr (3.4-1) unstable; urgency=low
* New upstream release 3.4
-- Yuri D'Elia <wavexx@thregr.org> Thu, 31 Dec 2015 10:41:07 +0100
entr (3.3-1) unstable; urgency=low
* No-change upload to unstable
-- Otto Kekäläinen <otto@seravo.fi> Sun, 06 Dec 2015 20:52:35 +0200
entr (3.3-1~exp1) experimental; urgency=low
* New upstream release (Closes: #788530)
- Refresh patch to match the end result the patch created in 2.6
- Drop from patch libbsd-overlay hack for Makefile.linux to get
the program compiled.
-- Otto Kekäläinen <otto@seravo.fi> Sun, 29 Nov 2015 00:20:39 +0200
entr (2.6-1) unstable; urgency=low
* Update to upstream 2.6:
- New '-c' flag to clear the screen.
- '/_' path replacement.
* Override upstream copy and use 'libbsd' overlay.
* Build support for kFreeBSD.
-- Yuri D'Elia <wavexx@thregr.org> Wed, 29 Jan 2014 16:29:25 +0100
entr (2.5-1) unstable; urgency=low
* Initial release (Closes: #733563)
-- Yuri D'Elia <wavexx@thregr.org> Tue, 31 Dec 2013 18:23:31 +0100
|