debian/0000755000000000000000000000000012110710375007163 5ustar debian/rules0000755000000000000000000000116212110710363010240 0ustar #!/usr/bin/make -f # Build rules file for stdsyslog. # Aim for the top, adapt if anything should break on the buildds. DEB_BUILD_MAINT_OPTIONS= hardening=+all export DEB_BUILD_MAINT_OPTIONS CFLAGS= $(shell dpkg-buildflags --get CFLAGS) CPPFLAGS= $(shell dpkg-buildflags --get CPPFLAGS) LDFLAGS= $(shell dpkg-buildflags --get LDFLAGS) ifneq (,$(filter werror,$(DEB_BUILD_OPTIONS))) CFLAGS+= -Werror endif export CFLAGS CPPFLAGS LDFLAGS %: dh $@ override_dh_auto_install: dh_auto_install -- PREFIX=/usr MANDIR=/usr/share/man/man \ BINGRP=root MANGRP=root override_dh_installchangelogs: dh_installchangelogs NEWS debian/control0000644000000000000000000000123112110710363010560 0ustar Source: stdsyslog Section: utils Priority: optional Maintainer: Peter Pentchev Build-Depends: debhelper (>> 9) Standards-Version: 3.9.4 Homepage: http://devel.ringlet.net/sysutils/stdsyslog/ Vcs-Git: git://git.gitorious.org/stdsyslog/stdsyslog.git -b debian Vcs-Browser: http://gitorious.org/stdsyslog/stdsyslog Package: stdsyslog Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: log a program's output to the system log The stdsyslog utility executes a program, reads everything that it outputs to a set of file descriptors (by default the standard output and standard error streams) and logs it to the system log. debian/source/0000755000000000000000000000000012110710363010460 5ustar debian/source/format0000644000000000000000000000001412110710363011666 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000023012110710375011030 0ustar stdsyslog (0.03-1) unstable; urgency=low * Initial release (Closes: #699347) -- Peter Pentchev Tue, 19 Feb 2013 16:49:31 +0200 debian/compat0000644000000000000000000000000212110710363010356 0ustar 9 debian/copyright0000644000000000000000000000305112110710363011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: stdsyslog Upstream-Contact: Peter Pentchev Source: http://devel.ringlet.net/sysutils/stdsyslog/ License: BSD-2 Files: * Copyright: 2013 Peter Pentchev License: BSD-2 License: BSD-2 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/watch0000644000000000000000000000012612110710363010210 0ustar version=3 http://devel.ringlet.net/sysutils/stdsyslog/ .*/stdsyslog-([\d.]*)\.tar\.gz