install ChangeLog file as changelog and remove the one installed by make install.

This commit is contained in:
Yves-Alexis Perez 2011-03-15 22:35:56 +01:00
parent b6d933e364
commit bbf351bf08
2 changed files with 5 additions and 4 deletions

6
debian/changelog vendored
View file

@ -3,12 +3,12 @@ midori (0.3.3-0.1) UNRELEASED; urgency=low
* Non-maintainer upload.
* New upstream release.
* debian/rules:
- ignore ChangeLog in dh_installchangelogs since make install already
installs it.
- install ChangeLog file as changelog and remove the one installed by make
install.
* debian/control:
- drop dpkg PreDepends.
-- Yves-Alexis Perez <corsac@debian.org> Tue, 15 Mar 2011 19:29:35 +0100
-- Yves-Alexis Perez <corsac@debian.org> Tue, 15 Mar 2011 22:21:42 +0100
midori (0.3.2-0.1) unstable; urgency=low

3
debian/rules vendored
View file

@ -71,4 +71,5 @@ override_dh_strip:
$(CMD) --dbg-package=midori-dbg
override_dh_installchangelogs:
dh_installchangelogs -X ChangeLog
rm -f debian/tmp/usr/share/doc/ChangeLog
dh_installchangelogs ChangeLog