debian/0000755000000000000000000000000012261510173007164 5ustar debian/control0000644000000000000000000000113612261510173010570 0ustar Source: needrestart Section: admin Priority: optional Maintainer: Patrick Matthäi Build-Depends: debhelper (>= 9), libmodule-find-perl Standards-Version: 3.9.5 Homepage: https://github.com/liske/needrestart Package: needrestart Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-find-perl Description: check which daemons need to be restarted after library upgrades needrestart checks which daemons need to be restarted after library upgrades. It is inspired by checkrestart from the debian-goodies package. It does not rely on lsof as checkrestart does. debian/changelog0000644000000000000000000000275612261510173011050 0ustar needrestart (0.5-1) unstable; urgency=high * New upstream release. - Prevent config file to break dpkg after removing needrestart. Closes: #732461 - Handle LSB tags case insensitivly. Closes: #731165 * Overwrite debian-watch-may-check-gpg-signature warning. There is no GPG signature available. -- Patrick Matthäi Fri, 03 Jan 2014 11:27:02 +0100 needrestart (0.4-1) unstable; urgency=low * New upstream release. - Fixed spelling errors. Closes: #723935 - sudo excluded from list. Closes: #725937 - Fixed return handling if readline is used as debconf frontent. Closes: #729997 * Bump Standards-Version to 3.9.5 (no changes needed). * Don't explicitly request xz compression - dpkg 1.17 does this by default. -- Patrick Matthäi Mon, 02 Dec 2013 14:02:36 +0100 needrestart (0.3-1) unstable; urgency=low * New upstream release. - Fixed argument handling. Closes: #721809 - Fixed missdetection of restart needing daemons and added a blacklist. Closes: #721810 - Add new dependency libmodule-find-perl. - The manpage has been merged. - Add patch 01-makefile-fix to fix PREFIX and DESTDIR of the installed Perl modules. -- Patrick Matthäi Tue, 17 Sep 2013 10:33:19 +0200 needrestart (0.2-1) unstable; urgency=low * Initial release. Closes: #719673 -- Patrick Matthäi Wed, 14 Aug 2013 10:18:14 +0200 debian/needrestart.manpages0000644000000000000000000000002212261510173013213 0ustar man/needrestart.1 debian/copyright0000644000000000000000000000233512261510173011122 0ustar This package was debianized by Patrick Matthäi on Wed, 14 Aug 2013 09:49:18 +0200. It was downloaded from . Upstream Author: Thomas Liske Copyright: 2013 Thomas Liske [http://fiasko-nw.net/~thomas/] License (everything else): 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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. The Debian packaging is © 2013, Patrick Matthäi and is licensed under the GPL, see above. debian/watch0000644000000000000000000000014412261510173010214 0ustar version=3 https://github.com/liske/needrestart/releases \ /liske/needrestart/archive/v(.+)\.tar\.gz debian/rules0000755000000000000000000000003612261510173010243 0ustar #!/usr/bin/make -f %: dh $@ debian/source.lintian-overrides0000644000000000000000000000007112261510173014042 0ustar needrestart source: debian-watch-may-check-gpg-signature debian/patches/0000755000000000000000000000000012261510173010613 5ustar debian/patches/01-makefile-fix.diff0000644000000000000000000000067312261510173014232 0ustar # Fix installation directory for Perl modules. diff -Naur needrestart-0.3.orig/Makefile needrestart-0.3/Makefile --- needrestart-0.3.orig/Makefile 2013-09-14 12:59:08.000000000 +0200 +++ needrestart-0.3/Makefile 2013-09-17 10:26:50.235877799 +0200 @@ -1,5 +1,5 @@ all: - cd perl && perl Makefile.PL PREFIX=$(DESTDIR) INSTALLDIRS=vendor + cd perl && perl Makefile.PL PREFIX=$(PREFIX) INSTALLDIRS=vendor cd perl && $(MAKE) install: all debian/patches/series0000644000000000000000000000002512261510173012025 0ustar 01-makefile-fix.diff debian/source/0000755000000000000000000000000012261510173010464 5ustar debian/source/format0000644000000000000000000000001412261510173011672 0ustar 3.0 (quilt) debian/needrestart.install0000644000000000000000000000020012261510173013064 0ustar needrestart usr/sbin/ ex/needrestart.conf etc/needrestart/ ex/99needrestart etc/apt/apt.conf.d/ hooks/* etc/needrestart/hook.d/ debian/compat0000644000000000000000000000000212261510173010362 0ustar 9