diff --git a/debian/changelog b/debian/changelog index 830fbfe..53f7607 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -mtrace-ng (0.4-0rs1) UNRELEASED; urgency=medium +mtrace-ng (0.4) UNRELEASED; urgency=medium * Created an unreleased debian package - -- Lorenz Bucher Tue, 03 Nov 2015 19:06:01 +0100 + -- Stefani Seibold Tue, 04 Nov 2015 08:45:00 +0100 diff --git a/debian/control b/debian/control index 3e73449..2366008 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,14 @@ Source: mtrace-ng -Section: devel +Section: utils Priority: optional -Maintainer: Package Maintainers -Uploaders: - Stefani Seibold , - Lorenz Bucher -Build-Depends: debhelper (>= 8.0.0), autotools-dev, binutils-dev, libreadline6-dev, libselinux1-dev, libtinfo-dev +Maintainer: Package Maintainers +Build-Depends: debhelper (>= 8.0.0), autotools-dev, binutils-dev, libreadline6-dev, libselinux1-dev, libtinfo-dev, libelfg0-dev Standards-Version: 3.9.4 -#Homepage: -#Vcs-Git: git://git.debian.org/collab-maint/mtrace.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/mtrace.git;a=summary Vcs-Git: https://github.com/sstefani/mtrace.git Package: mtrace-ng -Architecture: any +Architecture: i386 amd64 Depends: ${shlibs:Depends}, ${misc:Depends} -Description: interactive memory tracer - mtrace is an interactive dynamic memory tracer, debugger and statistical analyses tool for C and C++, which intercepts, records and reports all kinds of dynamic memory allocations +Description: dynamic memory tracer and debugger + mtrace is a dynamic memory tracer, debugger and statistical analyses tool for C and C++, which intercepts, records and reports all kinds of dynamic memory allocations diff --git a/debian/copyright b/debian/copyright index 097c391..e873b4a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,10 +6,6 @@ Files: * Copyright: 2015 Stefani Seibold License: GPL-2.0+ -Files: debian/* -Copyright: 2015 Lorenz Bucher -License: GPL-2.0+ - License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by