diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 8 |
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 |