From 4721d86b07dd8fe4fa509e427ed155c0bf9bb702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 6 May 2016 05:16:36 +0200 Subject: upload to unstable --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a64e2c5..3bdd2ba 100755 --- a/debian/rules +++ b/debian/rules @@ -14,9 +14,9 @@ override_dh_auto_configure: override_dh_install: dh_install - # touch temporary c files with date of d/changelog - # find -type f -name '*.c' -exec touch -r $(CURDIR)/debian/changelog {} \; - # install temporary c files for debuging + # Touch the generated C files with mtime of debian/changelog, + # find -type f -name '*.c' -exec touch -r $(CURDIR)/debian/changelog {} \; + # then install these C files required for debugging into the shotwell-dbg package. 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 && \ -- cgit v1.2.3