diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | debian/rules | 5 | 
3 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e545ec8..cacfc36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +shotwell (0.30.14-2) UNRELEASED; urgency=medium + +  * Enable untiy support (Closes: #1000528) +    - debian/control: Add Build-Depends libunity-dev. +    - debian/rules: Add override_dh_auto_configure. + + -- Jörg Frings-Fürst <debian@jff.email>  Sat, 27 Nov 2021 09:39:19 +0100 +  shotwell (0.30.14-1) unstable; urgency=medium    * New upstream release. diff --git a/debian/control b/debian/control index bce2814..d5f2797 100644 --- a/debian/control +++ b/debian/control @@ -27,6 +27,7 @@ Build-Depends:   librest-dev (>= 0.7),   libsoup2.4-dev (>= 2.26.0),   libsqlite3-dev (>= 3.5.9), + libunity-dev,   libwebkit2gtk-4.0-dev,   libxml2 (>= 2.6.32),   meson, diff --git a/debian/rules b/debian/rules index 8eaecd6..acbfebd 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,11 @@ export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w))  %:  	dh $@  --buildsystem=meson --with gnome +override_dh_auto_configure: +	dh_auto_configure -- \ +	    --libexec=/usr/libexec \ +	    -Dunity-support=true +  override_dh_gnome_clean:  	dh_gnome_clean --no-control  | 
