diff --git a/.gitignore b/.gitignore index 2e4f1a7..1a9a733 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,4 @@ docross doremote dokvm dosmw -mtrace-ng -debian/files -debian/mtrace-ng.substvars -debian/mtrace-ng +mtrace diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 830fbfe..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -mtrace-ng (0.4-0rs1) UNRELEASED; urgency=medium - - * Created an unreleased debian package - - -- Lorenz Bucher Tue, 03 Nov 2015 19:06:01 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 3e73449..0000000 --- a/debian/control +++ /dev/null @@ -1,20 +0,0 @@ -Source: mtrace-ng -Section: devel -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 -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 -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 diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 097c391..0000000 --- a/debian/copyright +++ /dev/null @@ -1,33 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: mtrace-ng -Source: https://github.com/sstefani/mtrace - -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 - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This package 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 - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid to pick license terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index c6d751b..0000000 --- a/debian/rules +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -%: - dh $@ --with autotools-dev diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)