[heaptrack] 01/07: Initial debian-directory.

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 65b644213f7cd9eb51f5464f24d77b0875ad4892
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Mar 27 21:49:02 2017 +0200

    Initial debian-directory.
---
 debian/changelog             |  7 ++++++
 debian/compat                |  1 +
 debian/control               | 56 ++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright             | 11 +++++++++
 debian/heaptrack-gui.install |  2 ++
 debian/heaptrack.install     |  2 ++
 debian/libheaptrack.install  |  2 ++
 debian/rules                 |  7 ++++++
 debian/source/format         |  1 +
 9 files changed, 89 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5659368
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+heaptrack (1.0.0-1) unstable; urgency=medium
+
+  * [4270897] Apply cme fix dpkg.
+  * [0ed07ed] Use compat level 10.
+  * [8a0fa26] New upstream version 1.4.8
+
+ -- Anton Gladky <gladk at debian.org>  Fri, 20 Jan 2017 20:14:59 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a33460d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: heaptrack
+Maintainer: Anton Gladky <gladk at debian.org>
+Section: devel
+Priority: optional
+Build-Depends: cmake,
+               debhelper (>= 10),
+               qtbase5-dev,
+               qtbase5-dev-tools,
+               qtmultimedia5-dev,
+               libkf5kio-dev,
+               libkf5configwidgets-dev,
+               libkf5threadweaver-dev,
+               libkf5itemmodels-dev,
+               libkchart-dev,
+               plasma-framework-dev,
+               libdwarf-dev,
+               libelf-dev,
+               extra-cmake-modules,
+               libunwind-dev,
+               libboost-all-dev,
+               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/
+
+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.
+
+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.
+
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1d72901
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: HTTraQt
+Upstream-Contact: Eduard Kalinowski <eduard_kalinowski at yahoo.de>
+Source: http://httraqt.sourceforge.net/
+
+Files: *
+Copyright: 2012-2015, Eduard Kalinowski <eduard_kalinowski at yahoo.de>
+License: GPL-3
+ On Debian systems the full text of the GPL License
+ version 3.0 can be found in the file
+ /usr/share/common-licenses/GPL-3
diff --git a/debian/heaptrack-gui.install b/debian/heaptrack-gui.install
new file mode 100644
index 0000000..f26b6dd
--- /dev/null
+++ b/debian/heaptrack-gui.install
@@ -0,0 +1,2 @@
+usr/bin/heaptrack_gui
+usr/share
diff --git a/debian/heaptrack.install b/debian/heaptrack.install
new file mode 100644
index 0000000..bd3f36f
--- /dev/null
+++ b/debian/heaptrack.install
@@ -0,0 +1,2 @@
+usr/bin/heaptrack
+usr/bin/heaptrack_print
diff --git a/debian/libheaptrack.install b/debian/libheaptrack.install
new file mode 100644
index 0000000..4418816
--- /dev/null
+++ b/debian/libheaptrack.install
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..625b1ef
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_test:
+  
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
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