Created an unreleased debian package

This commit is contained in:
Lorenz Bucher 2015-11-03 19:24:31 +01:00
parent ae85b3e514
commit c32c10f6ea
7 changed files with 72 additions and 1 deletions

5
.gitignore vendored
View File

@ -31,4 +31,7 @@ docross
doremote doremote
dokvm dokvm
dosmw dosmw
mtrace mtrace-ng
debian/files
debian/mtrace-ng.substvars
debian/mtrace-ng

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
mtrace-ng (0.4-0rs1) UNRELEASED; urgency=medium
* Created an unreleased debian package
-- Lorenz Bucher <lorenz.bucher.ext@rohde-schwarz.com> Tue, 03 Nov 2015 19:06:01 +0100

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

20
debian/control vendored Normal file
View File

@ -0,0 +1,20 @@
Source: mtrace-ng
Section: devel
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
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
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

33
debian/copyright vendored Normal file
View File

@ -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 <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
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 <http://www.gnu.org/licenses/>
.
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.

8
debian/rules vendored Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --with autotools-dev

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (native)