diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 85745f5..9f4359c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,11 @@ -shotwell (0.30.15-2) UNRELEASED; urgency=medium +shotwell (0.30.15-2) unstable; urgency=medium * New debian/patches/0110-use_relative_lib_path.patch: - Use relative path for libs (Closes: #1010571). Thanks to Neil McGovern <neilm@debian.org>. + * Remove trailing whitespace from debian/rules. - -- Jörg Frings-Fürst <debian@jff.email> Wed, 04 May 2022 19:36:55 +0200 + -- Jörg Frings-Fürst <debian@jff.email> Wed, 04 May 2022 20:59:00 +0200 shotwell (0.30.15-1) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index a772218..e8ca0d5 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) -#Enable the apport option when building of Ubuntu +#Enable the apport option when building of Ubuntu ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes) APPORT = -Dinstall-apport-hook=true endif |