[heaptrack] 06/07: Update d/control.

Anton Gladky gladk at moszumanska.debian.org
Mon Mar 27 21:32:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository heaptrack.

commit a31673ba8055df128485e80e36446f2ca582a149
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Mar 27 23:08:20 2017 +0200

    Update d/control.
---
 debian/control | 42 +++++++++++++++++++++++-------------------
 1 file changed, 23 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index a33460d..da4594a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,6 @@
 Source: heaptrack
-Maintainer: Anton Gladky <gladk at debian.org>
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Anton Gladky <gladk at debian.org>
 Section: devel
 Priority: optional
 Build-Depends: cmake,
@@ -21,36 +22,39 @@ Build-Depends: cmake,
                zlib1g-dev,
                libsparsehash-dev
 Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/httraqt.git
-Vcs-Git: https://anonscm.debian.org/git/collab-maint/httraqt.git
-Homepage: http://httraqt.sourceforge.net/
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/heaptrack.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/heaptrack.git
+Homepage: https://github.com/KDE/heaptrack
 
 Package: heaptrack
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: program for downloading of internet sites
- Program is intended for loading of Internet pages and/or their contents,
- equipped with flexible system of settings.
- HTTraQt - graphical user interface (GUI) for HTTrack library,
- developed in C++ and based on multiplatform Qt library.
+Description: heap memory profiler for Linux
+  A heap memory usage profiler. It uses LD_PRELOAD to track all
+  calls to the core memory allocation functions and logs these
+  occurrences. Additionally, backtraces are obtained and logged.
+  .
+  The package contains command line tools.
 
 Package: heaptrack-gui
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: program for downloading of internet sites
- Program is intended for loading of Internet pages and/or their contents,
- equipped with flexible system of settings.
- HTTraQt - graphical user interface (GUI) for HTTrack library,
- developed in C++ and based on multiplatform Qt library.
+Description: heap memory profiler for Linux
+  A heap memory usage profiler. It uses LD_PRELOAD to track all
+  calls to the core memory allocation functions and logs these
+  occurrences. Additionally, backtraces are obtained and logged.
+  .
+  The package contains GUI for the data analyze.
 
 Package: libheaptrack
 Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: program for downloading of internet sites
- Program is intended for loading of Internet pages and/or their contents,
- equipped with flexible system of settings.
- HTTraQt - graphical user interface (GUI) for HTTrack library,
- developed in C++ and based on multiplatform Qt library.
+Description: heap memory profiler for Linux
+  A heap memory usage profiler. It uses LD_PRELOAD to track all
+  calls to the core memory allocation functions and logs these
+  occurrences. Additionally, backtraces are obtained and logged.
+  .
+  The package contains shared libraries.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/heaptrack.git



More information about the debian-science-commits mailing list