debian/0000755000000000000000000000000012222614353007166 5ustar debian/docs0000644000000000000000000000001412211171613010027 0ustar README TODO debian/rules0000755000000000000000000000016012220551271010240 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --parallel override_dh_installinit: dh_installinit -o hapm debian/gbp.conf0000644000000000000000000000006512211366307010607 0ustar [DEFAULT] debian-branch = debian pristine-tar = True debian/changelog0000644000000000000000000000453612222614353011050 0ustar hapm (0.7-3) unstable; urgency=low * Updated to unstable. -- Joao Eriberto Mota Filho Tue, 01 Oct 2013 18:47:29 +0000 hapm (0.7-2) experimental; urgency=low * Migrations: - debian format from 1.0 to 3.0. - debian/copyright to new format (1.0). - debian/rules to new (reduced) format. - debhelper version from level 7 to 9. * New patch (debian/patches): - init.d: add source /lib/lsb/init-functions. * debian/control: - Changed VCS field from svn to git. - Updated Standards-Version from 3.8.4 to 3.9.4. * debian/copyright: updated packaging copyright years. * debian/gbp.conf: added. -- Joao Eriberto Mota Filho Tue, 03 Sep 2013 09:28:44 -0300 hapm (0.7-1) unstable; urgency=low * New upstream release. * Acknowledge NMU by Barry deFreese. Thanks a lot. * Removed all patches. The upstream fixed the source code. * Removed some extra blank lines and spaces. * Updated debheper version from 5 to 7. * debian/control: - Added ${misc:Depends} as dependency. - Added Homepage field. - Added Vcs-* fields. - Updated Standards-Version from 3.8.3 to 3.8.4. - Removed transitional heartbeat-2 package from Depends and Enhances. * debian/copyright: - Added the Copyright word in packaging information. - Adjusted the license path. - Updated packaging date. * debian/docs: - Removed AUTHORS file. * debian/rules: - Changed from dh_clean -k to dh_prep in target install. - Made empty binary-indep target. - Removed binary-indep from binary target. - Removed call to build in binary-arch target to avoid a recall of that target. - Removed useless dh_link. - Removed duplicated install target. -- Joao Eriberto Mota Filho Sun, 07 Mar 2010 02:00:27 -0300 hapm (0.4-1.1) unstable; urgency=low * Non-maintainer upload. * Add ${shlibs:Depends}. (Closes: #553160). * Make clean not ignore errors. * Add README.source for dpatch patch system. * Bump Standards Version to 3.8.3. (No changes needed). -- Barry deFreese Sat, 31 Oct 2009 13:53:47 -0400 hapm (0.4-1) unstable; urgency=low * Initial release (Closes: #389798) -- Joao Eriberto Mota Filho Sun, 8 Oct 2006 18:57:29 +0000 debian/lintian-overrides0000644000000000000000000000016612211367232012551 0ustar # The upstream code hasn't this option. hapm: init.d-script-does-not-implement-optional-option etc/init.d/hapm status debian/copyright0000644000000000000000000000234212211365075011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hapm Source: http://hapm.sf.net Files: * Copyright: 2006, Alexandre Antonio Antunes de Almeida <4aalmeida@tutopia.com.br>, Joao Eriberto Mota Filho , Rosemeri Dantas de Oliveira . License: GPL-2.0 Files: debian/* Copyright: 2006-2013 Joao Eriberto Mota Filho License: GPL-2.0 License: GPL-2.0 This package 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 package 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, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/control0000644000000000000000000000161312220551146010570 0ustar Source: hapm Section: admin Priority: optional Maintainer: Joao Eriberto Mota Filho Build-Depends: debhelper (>= 9) Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/hapm.git Vcs-Git: git://anonscm.debian.org/collab-maint/hapm.git Homepage: http://hapm.sf.net Package: hapm Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, heartbeat Enhances: heartbeat Description: light and fast high availability port monitor High Availability Port Monitor (HAPM) is an application to check the local ports status. It is a simple, light and fast daemon to check TCP/UDP ports. . HAPM works with Heartbeat daemon. Heartbeat is an essential element used in high availability projects. . If one or more monitored ports (per IP) go down then the primary Heartbeat will be killed by HAPM and the secondary host will take over virtual IP. debian/patches/0000755000000000000000000000000012220551253010612 5ustar debian/patches/series0000644000000000000000000000000712220551253012024 0ustar init.d debian/patches/init.d0000644000000000000000000000052512211371032011717 0ustar Description: add source /lib/lsb/init-functions Author: Joao Eriberto Mota Filho Last-Update: 20140903 --- a/init.d/hapm +++ b/init.d/hapm @@ -14,6 +14,8 @@ # port check. ### END INIT INFO +. /lib/lsb/init-functions + PATH=/bin:/sbin:/usr/sbin:/usr/bin test -x /usr/sbin/hapm || echo "Sorry, HAPM don't exist." debian/compat0000644000000000000000000000000212211365330010360 0ustar 9 debian/dirs0000644000000000000000000000004712211366556010062 0ustar etc/init.d usr/sbin usr/share/man/man8 debian/watch0000644000000000000000000000006012211171613010206 0ustar version=3 http://sf.net/hapm/hapm-(.*)\.tar\.gz debian/source/0000755000000000000000000000000012211353153010462 5ustar debian/source/format0000644000000000000000000000001412211353166011674 0ustar 3.0 (quilt) debian/README.Source0000644000000000000000000000033312220552277011310 0ustar Apply GCC hardening. The package was uploaded to experimental, at 20130925, without hardening because the upstream (Alexandre) needs update it to allow the feature. So, the last upload was used to fix another problems.