debian/0000755000000000000000000000000012260601272007164 5ustar debian/control0000644000000000000000000000105312260577563010605 0ustar Source: entr Section: misc Priority: optional Maintainer: Yuri D'Elia Build-Depends: debhelper (>= 9.0.0) Standards-Version: 3.9.5 Homepage: http://entrproject.org/ Vcs-Hg: https://bitbucket.org/eradman/entr Vcs-Browser: https://bitbucket.org/eradman/entr Package: entr Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Run arbitrary commands when files change The Event Notify Test Runner (entr) runs arbitrary commands when files change. Changes are detected through the kqueue/inotify kernel interface. debian/watch0000644000000000000000000000007112257337214010223 0ustar version=3 http://entrproject.org/code/entr-(.*)\.tar\.gz debian/changelog0000644000000000000000000000022012260577664011051 0ustar entr (2.5-1) unstable; urgency=low * Initial release (Closes: #733563) -- Yuri D'Elia Tue, 31 Dec 2013 18:23:31 +0100 debian/docs0000644000000000000000000000001212260112007010021 0ustar README.md debian/compat0000644000000000000000000000000212257336200010364 0ustar 9 debian/source/0000755000000000000000000000000012260111413010455 5ustar debian/source/format0000644000000000000000000000001412260111413011663 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000001036512260600476011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: entr Source: http://entrproject.org/ Files: * Copyright: 2012, Eric Radman License: ISC Files: missing/strlcpy.c Copyright: 1998, Todd C. Miller License: ISC Files: missing/fmemopen.c Copyright: 2011, Martin Pieuchot 2009, Ted Unangst License: ISC Files: missing/setproctitle.c Copyright: 2003, Damien Miller 1983 1995-1997, Eric P. Allman 1988 1993, The Regents of the University of California. License: BSD-3-Clause Files: missing/vis.h Copyright: 1990, The Regents of the University of California. License: BSD-3-Clause Files: missing/sys/event.h Copyright: 1999-2001, Jonathan Lemon License: BSD-2-Clause Files: debian/* Copyright: 2013, Yuri D'Elia License: ISC License: ISC Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: BSD-2-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/rules0000755000000000000000000000054312260601234010244 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # Hardening export DEB_BUILD_MAINT_OPTIONS=hardening=+all DPKG_EXPORT_BUILDFLAGS=1 include /usr/share/dpkg/buildflags.mk # Rules %: dh $@ --parallel override_dh_auto_configure: ./configure override_dh_auto_install: dh_auto_install -- PREFIX=/usr