--- libwcat1-1.1.orig/debian/copyright +++ libwcat1-1.1/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Cyril Bouthors on +Thu Nov 11 21:32:29 CET 2010 + +It was downloaded from + +Upstream Author: + + Michel Machado + Andre Nathan + +Copyright: + + Copyright (c) 2004 Digirati. + +License: + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU Library General Public License (LGPL) as published by the +Free Software Foundation. + +On Debian systems, the GNU LGPL can be found at +/usr/share/common-licenses/LGPL --- libwcat1-1.1.orig/debian/lintian-overrides +++ libwcat1-1.1/debian/lintian-overrides @@ -0,0 +1,2 @@ +libwcat1: hardening-no-relro usr/lib/libwcat.so.1.1.1 +libwcat1: hardening-no-fortify-functions usr/lib/libwcat.so.1.1.1 --- libwcat1-1.1.orig/debian/rules +++ libwcat1-1.1/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + +export PREFIX=./debian/libwcat1/usr + +%: + dh $@ + +override_dh_install: + dh_install + mkdir -p debian/libwcat1-dev/usr/lib debian/libwcat1-dev/usr/include + mv debian/libwcat1/usr/lib/libwcat.so debian/libwcat1-dev/usr/lib + mv debian/libwcat1/usr/include/watchcat.h debian/libwcat1-dev/usr/include --- libwcat1-1.1.orig/debian/dirs +++ libwcat1-1.1/debian/dirs @@ -0,0 +1,2 @@ +usr/lib +usr/include --- libwcat1-1.1.orig/debian/compat +++ libwcat1-1.1/debian/compat @@ -0,0 +1 @@ +7 --- libwcat1-1.1.orig/debian/control +++ libwcat1-1.1/debian/control @@ -0,0 +1,29 @@ +Source: libwcat1 +Section: web +Priority: optional +Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.1~) +Maintainer: Cyril Bouthors +Uploaders: Cyril Bouthors +Standards-Version: 3.9.4 +Homepage: http://oss.digirati.com.br/watchcatd/ + +Package: libwcat1 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Process monitoring library + A bug or malicious attacks to machine can lock up a process, leading to a + deadlock or an unexpected condition. For example: an Apache httpd with + mod_(php|perl|lua|your_preferred_script_language) running a bad script. When + the monitored process locks up, the watchcat helps killing him. It is the best + thing to do. + +Package: libwcat1-dev +Section: libdevel +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Process monitoring library + A bug or malicious attacks to machine can lock up a process, leading to a + deadlock or an unexpected condition. For example: an Apache httpd with + mod_(php|perl|lua|your_preferred_script_language) running a bad script. When + the monitored process locks up, the watchcat helps killing him. It is the best + thing to do. --- libwcat1-1.1.orig/debian/changelog +++ libwcat1-1.1/debian/changelog @@ -0,0 +1,5 @@ +libwcat1 (1.1-1) unstable; urgency=low + + * Initial Release. (Closes: #706028) + + -- Cyril Bouthors Tue, 23 Apr 2013 19:19:04 +0200