ignore ChangeLog in dh_installchangelogs since make install already installs it.
This commit is contained in:
parent
8286459fec
commit
8df3d31718
2 changed files with 8 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,9 +1,12 @@
|
||||||
midori (0.3.2-1) UNRELEASED; urgency=low
|
midori (0.3.2-0.1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* debian/patches:
|
* debian/patches:
|
||||||
- 0001-Don-t-limit-search-engines-shown-in-completion-popup added.
|
- 0001-Don-t-limit-search-engines-shown-in-completion-popup added.
|
||||||
|
* debian/rules:
|
||||||
|
- ignore ChangeLog in dh_installchangelogs since make install already
|
||||||
|
installs it.
|
||||||
|
|
||||||
-- Yves-Alexis Perez <corsac@debian.org> Mon, 21 Feb 2011 23:12:47 +0100
|
-- Yves-Alexis Perez <corsac@debian.org> Wed, 23 Feb 2011 07:20:13 +0100
|
||||||
|
|
||||||
midori (0.3.2-0.1) unstable; urgency=low
|
midori (0.3.2-0.1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -69,3 +69,6 @@ override_dh_installdeb: debian/midori.postinst
|
||||||
|
|
||||||
override_dh_strip:
|
override_dh_strip:
|
||||||
$(CMD) --dbg-package=midori-dbg
|
$(CMD) --dbg-package=midori-dbg
|
||||||
|
|
||||||
|
override_dh_installchangelogs:
|
||||||
|
dh_installchangelogs -X ChangeLog
|
||||||
|
|
Loading…
Reference in a new issue