diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7c9df89..76acb02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ shotwell (0.26.2-1) UNRELEASED; urgency=medium + Use dh_auto_configure instead of ./configure. + Update rm paths for multiarch. + Don't install the .a file either. + - Remove build-depend m4 since debhelper version 10 use autoconf. - Thanks to Jeremy Bicha <jbicha@ubuntu.com> -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 22 Mar 2017 06:51:19 +0100 diff --git a/debian/control b/debian/control index ed8e593..0366b34 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,6 @@ Build-Depends: libsqlite3-dev (>= 3.5.9), libwebkit2gtk-4.0-dev, libxml2 (>= 2.6.32), - m4, valac (>= 0.22.0) Standards-Version: 3.9.8 Homepage: https://wiki.gnome.org/Apps/Shotwell |