From 28c68a75acac7ac3ce7fb169bc6aa65e16551c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 23 Sep 2014 09:34:16 +0200 Subject: enable debug in ./configure --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 8 ++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index dd66239..fb2f9d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +shotwell (0.18.1-3) UNRELEASED; urgency=medium + + * + + -- Jörg Frings-Fürst Sat, 06 Sep 2014 13:54:31 +0200 + shotwell (0.18.1-2) unstable; urgency=medium * New Maintainer (Closes: #755416). diff --git a/debian/control b/debian/control index c48ea93..7af6222 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Build-Depends: librest-dev (>= 0.7), libsoup2.4-dev (>= 2.26.0), libsqlite3-dev (>= 3.5.9), - libwebkitgtk-3.0-dev (>= 1.4.0), + libwebkitgtk-3.0-dev (>= 2.4.5-2), libxml2 (>= 2.6.32), m4, valac (>= 0.22.0) diff --git a/debian/rules b/debian/rules index 34c940f..02d836b 100755 --- a/debian/rules +++ b/debian/rules @@ -7,10 +7,14 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) %: - dh $@ --dbg-package=shotwell-dbg + dh $@ +#--dbg-package=shotwell-dbg override_dh_auto_configure: - ./configure --prefix=/usr --libexec=/usr/lib --disable-schemas-compile + ./configure --debug --prefix=/usr --libexec=/usr/lib --disable-schemas-compile override_dh_installchangelogs: dh_installchangelogs NEWS + +override_dh_strip: + dh_strip --dbg-package=shotwell-dbg -- cgit v1.2.3