diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rwxr-xr-x | debian/rules | 1 | ||||
-rw-r--r-- | debian/shotwell.README.Debian | 4 |
3 files changed, 4 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 85601d2..bafeec6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -shotwell (0.22.0-1) UNRELEASED; urgency=low +shotwell (0.22.0-1) unstable; urgency=low * New upstream release: - Correct edited file handling (Closes: #747443). @@ -27,7 +27,7 @@ shotwell (0.22.0-1) UNRELEASED; urgency=low - New debian/shotwell.bug-script - New debian/shotwell.install to install the apport file. - -- Jörg Frings-Fürst <debian@jff-webhosting.net> Fri, 03 Apr 2015 13:16:32 +0200 + -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 06 Apr 2015 06:28:58 +0200 shotwell (0.20.2-2) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 2a6d128..7db8dc6 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ override_dh_auto_configure: override_dh_install: dh_install + # install temporary c files for debuging mkdir -p debian/shotwell-dbg/usr/share/doc/shotwell-dbg/temp-source find -type f -name '*.c' -exec cp --parent '{}' debian/shotwell-dbg/usr/share/doc/shotwell-dbg/temp-source/ ';' cd debian/shotwell-dbg/usr/share/doc/shotwell-dbg && \ diff --git a/debian/shotwell.README.Debian b/debian/shotwell.README.Debian index 2d28b03..d9ded6c 100644 --- a/debian/shotwell.README.Debian +++ b/debian/shotwell.README.Debian @@ -22,6 +22,4 @@ TROUBLESHOOTING Or you can use the file replace_thumbnail.sh from the examples directory. - Thank to Teo Romera <teoromera@gmail.com> - -
\ No newline at end of file + Thanks to Teo Romera <teoromera@gmail.com> |