mirror of
https://github.com/sstefani/mtrace.git
synced 2026-07-30 16:26:14 +08:00
Revert "Created an unreleased debian package"
This commit is contained in:
parent
4ec3ff85fb
commit
404d5567de
5
.gitignore
vendored
5
.gitignore
vendored
@ -31,7 +31,4 @@ docross
|
|||||||
doremote
|
doremote
|
||||||
dokvm
|
dokvm
|
||||||
dosmw
|
dosmw
|
||||||
mtrace-ng
|
mtrace
|
||||||
debian/files
|
|
||||||
debian/mtrace-ng.substvars
|
|
||||||
debian/mtrace-ng
|
|
||||||
|
|||||||
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +0,0 @@
|
|||||||
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
1
debian/compat
vendored
@ -1 +0,0 @@
|
|||||||
9
|
|
||||||
20
debian/control
vendored
20
debian/control
vendored
@ -1,20 +0,0 @@
|
|||||||
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
33
debian/copyright
vendored
@ -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 <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
8
debian/rules
vendored
@ -1,8 +0,0 @@
|
|||||||
#!/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
1
debian/source/format
vendored
@ -1 +0,0 @@
|
|||||||
3.0 (native)
|
|
||||||
Loading…
x
Reference in New Issue
Block a user