summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-06 06:33:03 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-04-06 06:33:03 +0200
commita7fdfc59de022f5312a4ac53c36939e5a2385ae7 (patch)
tree4d5df07cadae371231b609a48bb1b4f6d422ec23
parent5a2942e18fbbde2cde7397fd32fe1574d00535f7 (diff)
Add comments, change date/time at debian/changelog, some typos
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules1
-rw-r--r--debian/shotwell.README.Debian4
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>