summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 08a9aa9)
raw | patch | inline | side by side (parent: 08a9aa9)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 23 Jul 2014 07:56:03 +0000 (09:56 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 23 Jul 2014 07:56:03 +0000 (09:56 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 29676349b25745e4062dca575766994c6c49c117..ab517a445d7b9a08bdc78df31cbe7947e68bcca6 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
available.
- Don't install contrib/tigrc as example any more. Upstream now provides
/etc/tigrc by default.
+ - Use dh_prep instead of 'dh_clean -k'.
[ Trent W. Buck ]
* Bump compat to 9.
diff --git a/debian/rules b/debian/rules
index 5b4c2f5280eb3da0b1a497e9a1144e3126cd5873..7ff0fe761083502c12915bc12a5aa6674d1bcb8a 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
rm -f doc/tig.1 doc/tig.1.html doc/tigrc.5 doc/tigrc.5.html
rm -f INSTALL.html NEWS.html README.html
- dh_clean
+ dh_clean
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) install install-doc DESTDIR=$(CURDIR)/debian/tig