From c32c10f6ea1033960550ea4bbbbde9f87ff65fcf Mon Sep 17 00:00:00 2001 From: Lorenz Bucher Date: Tue, 3 Nov 2015 19:24:31 +0100 Subject: [PATCH] Created an unreleased debian package --- .gitignore | 5 ++++- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 20 ++++++++++++++++++++ debian/copyright | 33 +++++++++++++++++++++++++++++++++ debian/rules | 8 ++++++++ debian/source/format | 1 + 7 files changed, 72 insertions(+), 1 deletion(-) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/.gitignore b/.gitignore index 1a9a733..2e4f1a7 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,7 @@ docross doremote dokvm dosmw -mtrace +mtrace-ng +debian/files +debian/mtrace-ng.substvars +debian/mtrace-ng diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..830fbfe --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +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 new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3e73449 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +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 new file mode 100644 index 0000000..097c391 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,33 @@ +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 new file mode 100755 index 0000000..c6d751b --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/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 new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)