diff options
| author | 2014-12-14 19:53:17 -0500 | |
|---|---|---|
| committer | 2014-12-14 19:53:17 -0500 | |
| commit | debf10cbffabe6373fe27532729abc7e369e32a3 (patch) | |
| tree | 67a739e74de03a0dba8543f1aae3b788d1b433eb /debian/rules | |
| parent | 8c6e95b0c12d623f05bd2e32add8bf7ea46e16ba (diff) | |
d/rules: Run dh_install with --list-missing.
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3924bc3..ecda2d2 100755 --- a/debian/rules +++ b/debian/rules @@ -30,6 +30,9 @@ override_dh_auto_install: dh_auto_install --builddirectory=builddir -- INSTALL_ROOT=$(CURDIR)/debian/tmp/ dh_auto_install --builddirectory=plugins_builddir -- INSTALL_ROOT=$(CURDIR)/debian/sqlitestudio-plugins +override_dh_install: + dh_install --list-missing + override_dh_installchangelogs: dh_installchangelogs SQLiteStudio3/coreSQLiteStudio/ChangeLog.txt |
