debian/0000755000000000000000000000000011643151450007166 5ustar debian/rules0000755000000000000000000000050211643143160010242 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS) export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) clean: rm -f build dh clean build: dh build touch build %: dh $@ debian/compat0000644000000000000000000000000211643143160010363 0ustar 8 debian/copyright0000644000000000000000000000441511643143160011124 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: pstack Upstream-Contact: Thomas Preud'homme Source: http://code.lm7.fr/p/pstack/ License: GPL-2+ Files: * Copyright: 1999 Ross Thompson 2001, 2002, 2003 RedHat, Inc License: GPL-2+ Files: debian/* Copyright: 2004 Baruch Even 2010 Thomas Preud'homme License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-2+ 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 Street, Fifth Floor, Boston, MA 02110-1301, USA. . 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/watch0000644000000000000000000000014011643143160010211 0ustar version=3 http://code.lm7.fr/media/upload/pstack/files/ pstack_([\d.]+)\.tar.gz debian uupdate debian/control0000644000000000000000000000123111643143160010565 0ustar Source: pstack Section: devel Priority: optional Maintainer: Thomas Preud'homme Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.2 DM-Upload-Allowed: yes Homepage: http://code.lm7.fr/p/pstack Vcs-Browser: http://git.debian.org/?p=collab-maint/pstack.git;a=summary Vcs-Git: git://git.debian.org/collab-maint/pstack.git Package: pstack Architecture: i386 amd64 armel Depends: ${shlibs:Depends}, ${misc:Depends} Description: Display stack trace of a running process pstack dumps a stack trace for a process, given the PID of that process. If the process named is part of a thread group, then all the threads in the group are traced. debian/source/0000755000000000000000000000000011643143160010465 5ustar debian/source/format0000644000000000000000000000001411643143160011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000547611643143160011053 0ustar pstack (1.3.1-1) unstable; urgency=low * New upstream release + Drop all patches. + Add support for armel architecture. * debian/copyright: + Add missing hyphen in license statement: "GPL2+" -> "GPL-2+". + Give GPL-2+ its own License paragraph. * debian/control: + Reflect the new support of armel architecture. * debian/rules: + Remove no longer needed BINDIR and MANDIR variables. -- Thomas Preud'homme Mon, 03 Oct 2011 23:10:27 +0200 pstack (1.2-6) unstable; urgency=low * Fix compilation on i386: definition of __ASSEMPLY not needed. -- Thomas Preud'homme Sun, 11 Sep 2011 15:38:35 +0200 pstack (1.2-5) unstable; urgency=low * Add support for amd64. (LP: #532000) * Write pid in capital letter in long description, since it is an acronym. -- Thomas Preud'homme Sat, 10 Sep 2011 23:55:29 +0200 pstack (1.2-4) unstable; urgency=low * debian/rules: + Use dpkg-buildflags to set build flags (CPPFLAGS, CFLAGS and LDFLAGS). * debian/copyright: + Document global license and copyright. + Set email and website of new upstream. (Closes: #608547) * debian/watch: + Set new URI to upstream resources. * debian/control: + Set DMUA flag. + Add a Homepage field. -- Thomas Preud'homme Fri, 19 Aug 2011 14:19:31 +0200 pstack (1.2-3) unstable; urgency=low * Fix incorrect error checking. (Closes: #355660) * Don't segfault if no _DYNAMIC symbol found. (Closes: #350345) * Use strerror on syscall failure. (Closes: #355620) * debian/watch + Comment out watch file as upstream archives are no longer availables. (Closes: #450008) * debian/control + Bump Standard-Version from 3.8.4 to 3.9.2 (no changes needed). * debian/copyright + Update copyright notices + Convert to DEP5 candidate format. * debian/compat + Bump debhelper compatibility from 7 to 8 (no changes needed). * debian/rules + Use a dh based debian/rules file * debian/format + Switch to dpkg-source 3.0 (quilt) format. -- Thomas Preud'homme Mon, 18 Oct 2010 22:30:04 +0200 pstack (1.2-2) unstable; urgency=low * New maintainer. (Closes: #568574) * Fix "fails to open object file" error. (Closes: #360922) * debian/control - Remove reference to upstream repository from package description - Bump Standard-Version from 3.6.1 to 3.8.4 (no changes needed). - Set Vcs-Browser and Vcs-Git fields. * debian/compat - Bump debhelper compatibility from 4 to 7 (no changes needed). -- Thomas Preud'homme Tue, 10 Aug 2010 01:05:59 +0200 pstack (1.2-1) unstable; urgency=low * Initial Release. (Closes: #149048) * Added better handling of command line parameters. -- Baruch Even Fri, 8 Oct 2004 17:13:40 +0100 debian/pstack.docs0000644000000000000000000000000711643143160011321 0ustar README