remove not worthy of mention copyrights

This commit is contained in:
Stefani Seibold 2015-11-04 08:45:56 +01:00
parent b147f2b2ff
commit 3df912ba51
3 changed files with 8 additions and 18 deletions

4
debian/changelog vendored
View File

@ -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 <lorenz.bucher.ext@rohde-schwarz.com> Tue, 03 Nov 2015 19:06:01 +0100
-- Stefani Seibold <stefani@seibold.net> Tue, 04 Nov 2015 08:45:00 +0100

18
debian/control vendored
View File

@ -1,20 +1,14 @@
Source: mtrace-ng
Section: devel
Section: utils
Priority: optional
Maintainer: Package Maintainers <Package-Maintainers@rohde-schwarz.com>
Uploaders:
Stefani Seibold <stefani@seibold.net>,
Lorenz Bucher <lorenz.bucher.ext@rohde-schwarz.com>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, binutils-dev, libreadline6-dev, libselinux1-dev, libtinfo-dev
Maintainer: Package Maintainers <Package-Maintainers@debian.com>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, binutils-dev, libreadline6-dev, libselinux1-dev, libtinfo-dev, libelfg0-dev
Standards-Version: 3.9.4
#Homepage: <insert the upstream URL, if relevant>
#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

4
debian/copyright vendored
View File

@ -6,10 +6,6 @@ Files: *
Copyright: 2015 Stefani Seibold <stefani@seibold.net>
License: GPL-2.0+
Files: debian/*
Copyright: 2015 Lorenz Bucher <lorenz.bucher.ext@rohde-schwarz.com>
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