Replace "dh_clean -k" with "dh_prep"
Axel Beckert
11 years ago
1 | 1 |
|
2 | 2 |
* New upstream bugfix release candidate
|
3 | 3 |
+ Remove show-redirect-page-corvid.diff (applied upstream)
|
|
4 |
* Replace "dh_clean -k" with "dh_prep"
|
4 | 5 |
|
5 | 6 |
-- Axel Beckert <abe@debian.org> Fri, 02 Dec 2011 16:53:39 +0100
|
6 | 7 |
|
59 | 59 |
install: build
|
60 | 60 |
dh_testdir
|
61 | 61 |
dh_testroot
|
62 | |
dh_clean -k
|
|
62 |
dh_prep
|
63 | 63 |
dh_installdirs
|
64 | 64 |
$(MAKE) install DESTDIR=$(CURDIR)/debian/dillo
|
65 | 65 |
|