[SCM] gammaray packaging branch, master, updated. debian/2.3.0-3-21-g9182541
Jakub Adam
xhaakon-guest at moszumanska.debian.org
Sun Mar 13 16:44:43 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/gammaray.git;a=commitdiff;h=79f64f6
The following commit has been merged in the master branch:
commit 79f64f6743c3438b5d0693badfec0f2a5f626c92
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sun Mar 13 13:34:19 2016 +0100
Migrate to automatic debug packages
---
debian/changelog | 1 +
debian/control | 16 ----------------
debian/rules | 5 +----
3 files changed, 2 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8ce45f9..133236c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
gammaray (2.4.1-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Migrate to automatic debug packages.
-- Jakub Adam <jakub.adam at ktknet.cz> Sun, 13 Mar 2016 13:21:27 +0100
diff --git a/debian/control b/debian/control
index f2b262a..b9561be 100644
--- a/debian/control
+++ b/debian/control
@@ -133,19 +133,3 @@ Description: GammaRay plugin development files
.
This package contains header files used for building 3rd party GammaRay
plugins.
-
-Package: gammaray-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: gammaray (= ${binary:Version}),
- ${misc:Depends}
-Description: debugging symbols for gammaray
- GammaRay is a tool for examining the internals of a Qt application and
- to some extent also manipulate it. GammaRay uses injection methods to
- hook into an application at runtime and provide access to a wide variety
- of interesting information. It provides easy ways of navigating through
- the complex internal structures you find in some Qt frameworks, such as
- QGraphicsView, model/view, QTextDocument, state machines and more.
- .
- This package contains the debugging symbols for gammaray.
diff --git a/debian/rules b/debian/rules
index 50bd8ec..7e8a90e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-.PHONY: override_dh_auto_configure override_dh_auto_build override_dh_auto_test override_dh_auto_install override_dh_installdocs override_dh_strip
+.PHONY: override_dh_auto_configure override_dh_auto_build override_dh_auto_test override_dh_auto_install override_dh_installdocs
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
@@ -41,9 +41,6 @@ override_dh_auto_clean:
override_dh_installdocs:
dh_installdocs --link-doc=gammaray
-override_dh_strip:
- dh_strip --dbg-package=gammaray-dbg
-
VERSION=$(shell dpkg-parsechangelog -S Version | cut -d- -f1)
get-orig-source:
uscan --force-download --download-version $(VERSION) \
--
gammaray packaging
More information about the pkg-kde-commits
mailing list