--- paxctl-0.5.orig/debian/README.Debian +++ paxctl-0.5/debian/README.Debian @@ -0,0 +1,21 @@ +Important note: +This package is not usable as is. It needs applications compiled with a +special binutils patch[1] applied. If you do not want to recompile your +binaries, you can fetch debs from the grsecurity site[2] for i386 and Sparc +(sources are also available from the same location and at the time of +writing only unstable is supported). An other more complete repository is +available[3]. +But please note that neither are maintained by Debian thus they are not +official. Please do not file bugs against them, but notify the package +maintainer instead. + +Regards, +Laszlo Boszormenyi, maintainer of grsecurity related packages. +[1] http://pax.grsecurity.net/ +[2] +deb http://www.grsecurity.net/debian stable main +deb http://www.grsecurity.net/debian testing main +deb http://www.grsecurity.net/debian unstable main +[3] +deb http://debian.linux-systeme.com unstable main +deb-src http://debian.linux-systeme.com unstable main --- paxctl-0.5.orig/debian/changelog +++ paxctl-0.5/debian/changelog @@ -0,0 +1,32 @@ +paxctl (0.5-1) unstable; urgency=low + + * Update Standards-Version to 3.8.0 . Correct debian/copyright . + + -- Laszlo Boszormenyi (GCS) Wed, 16 Jul 2008 21:54:03 +0000 + +paxctl (0.5-0.1) unstable; urgency=low + + * Non-maintainer upload. + * New upstream release. + * Adding watch file. + * Adding copyright information to debian/copyright. + + -- Bernd Zeimetz Tue, 15 Jul 2008 02:43:49 +0200 + +paxctl (0.3-1) unstable; urgency=low + + * New upstream release. + + -- Laszlo Boszormenyi (GCS) Sun, 4 Sep 2005 21:34:19 +0200 + +paxctl (0.2-2) unstable; urgency=low + + * Changed email address. + + -- Laszlo Boszormenyi (GCS) Fri, 26 Nov 2004 20:24:33 +0100 + +paxctl (0.2-1) unstable; urgency=low + + * Initial release (closes: #244469). + + -- László Böszörményi (GCS) Sun, 18 Apr 2004 15:01:07 +0000 --- paxctl-0.5.orig/debian/compat +++ paxctl-0.5/debian/compat @@ -0,0 +1 @@ +4 --- paxctl-0.5.orig/debian/control +++ paxctl-0.5/debian/control @@ -0,0 +1,15 @@ +Source: paxctl +Section: admin +Priority: extra +Maintainer: Laszlo Boszormenyi (GCS) +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.8.0 + +Package: paxctl +Architecture: any +Depends: ${shlibs:Depends} +Description: user-space utility to control PaX flags - new major upstream version + paxctl may be used to control PaX flags on a per-binary basis. PaX is a set + of kernel security patches to enhance a system's security. It is part of + grsecurity (kernel-patch-2.4-grsecurity), among others. Please note paxctl + only works with PaX patches released after 2004.02.04. --- paxctl-0.5.orig/debian/copyright +++ paxctl-0.5/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by László Böszörményi (GCS) on +Sun, 18 Apr 2004 15:20:57 +0000 + +It was downloaded from: http://pax.grsecurity.net/ + +Upstream Authors: + PaX Team + +Copyright: + Copyright 2004,2005,2006,2007 PaX Team + +License: + + 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 Library 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. + + The complete license can be found at '/usr/share/common-licenses/GPL-2'. --- paxctl-0.5.orig/debian/rules +++ paxctl-0.5/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + + rm -f build-stamp install-stamp + $(MAKE) clean + + dh_clean + +build: build-stamp +build-stamp: + dh_testdir + + $(MAKE) + + touch $@ + +install: install-stamp +install-stamp: + dh_testdir + + install -d $(CURDIR)/debian/paxctl/sbin/ + install -m0755 paxctl $(CURDIR)/debian/paxctl/sbin/ + + touch $@ + +binary-indep: build install + +binary-arch: build install + dh_testdir + + dh_installdocs README + dh_installman paxctl.1 + dh_installchangelogs ChangeLog + dh_compress + dh_strip + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: clean build install binary binary-indep binary-arch --- paxctl-0.5.orig/debian/watch +++ paxctl-0.5/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://pax.grsecurity.net/paxctl-(.*).tar.gz