summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-23 09:34:16 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-09-23 09:34:16 +0200
commit28c68a75acac7ac3ce7fb169bc6aa65e16551c53 (patch)
tree4e2fe4842b0e36ac95b3ad4927f735ec9992a182
parent9a0d37f142b6af261e7387265636827389656a17 (diff)
enable debug in ./configure
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules8
3 files changed, 13 insertions, 3 deletions
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 <debian@jff-webhosting.net> 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