--- latrace-0.5.11.orig/debian/control +++ latrace-0.5.11/debian/control @@ -0,0 +1,18 @@ +Source: latrace +Section: utils +Priority: optional +Maintainer: Riku Voipio +Standards-Version: 3.9.1 +Homepage: http://people.redhat.com/jolsa/latrace/index.shtml +Build-Depends: flex, bison, autoconf, debhelper (>=8), + asciidoc, xmlto, docbook-xsl, docbook-xml + +Package: latrace +Architecture: i386 amd64 armel armhf +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: traces library calls in dynamically linked programs + latrace (similar to ltrace) displays dynamic library calls of a program + using the LD_AUDIT feature of newer glibc versions. It is also capable to + measure and display various statistics of dynamic calls. If a config file + is provided, latrace will display function arguments with detailed output + for structures. --- latrace-0.5.11.orig/debian/copyright +++ latrace-0.5.11/debian/copyright @@ -0,0 +1,23 @@ +This package is derived from sources obtained at: + http://people.redhat.com/jolsa/latrace/index.shtml + +Debian packaging by Akos PASZTORY . +Redone by Riku Voipio . + +Copyright (c) 2008-2011 Jiri Olsa + + 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 3 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, see . + +Under Debian systems /usr/share/common-licenses/GPL-3 +contains the full text of the license. --- latrace-0.5.11.orig/debian/compat +++ latrace-0.5.11/debian/compat @@ -0,0 +1 @@ +8 --- latrace-0.5.11.orig/debian/rules +++ latrace-0.5.11/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +clean: + dh_testdir + $(MAKE) clean + rm -f LATRACE-CFLAGS configure config.status config.log + dh_clean + +override_dh_auto_configure: + autoconf + ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib/latrace + +%: + dh $@ --- latrace-0.5.11.orig/debian/changelog +++ latrace-0.5.11/debian/changelog @@ -0,0 +1,18 @@ +latrace (0.5.11-1) unstable; urgency=low + + * New upstream version + + -- Riku Voipio Tue, 09 Aug 2011 18:14:03 +0300 + +latrace (0.5.10-1) unstable; urgency=low + + * Repackage and modernize + * Initial upload to debian Closes: #605378 + + -- Riku Voipio Mon, 23 May 2011 11:50:52 +0300 + +latrace (0.5.7-1) unstable; urgency=low + + * Packaged again. + + -- Akos PASZTORY Wed, 24 Feb 2010 23:57:07 +0200