need to pass PREFIX=/usr to avoid

was lost in rules file rewrite

I used debhelper 7.2 features too, shoot me :-)
master
Joey Hess 2009-02-16 21:49:26 -05:00
parent e30725efa8
commit 25b1f60aeb
3 changed files with 14 additions and 9 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,6 @@
ikiwiki (3.05) UNRELEASED; urgency=low
* debhelper v7; rules file minimisation.
* debhelper v7.2; rules file minimisation.
-- Joey Hess <joeyh@debian.org> Sun, 15 Feb 2009 20:11:57 -0500

2
debian/control vendored
View File

@ -1,7 +1,7 @@
Source: ikiwiki
Section: web
Priority: optional
Build-Depends: perl, debhelper (>= 7)
Build-Depends: perl, debhelper (>= 7.2)
Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, libtext-markdown-perl | markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libhtml-parser-perl, liburi-perl, perlmagick
Maintainer: Joey Hess <joeyh@debian.org>
Uploaders: Josh Triplett <josh@freedesktop.org>

19
debian/rules vendored
View File

@ -1,14 +1,19 @@
#!/usr/bin/make -f
binary: binary-indep
binary-indep:
dh $@ --before dh_compress
dh_compress -Xhtml
dh $@ --after dh_compress
%:
dh $@
# keeps it out if /usr/local
override_dh_auto_configure:
dh_auto_configure -- PREFIX=/usr
# avoid compressing files in the doc wiki
override_dh_compress:
dh_compress -Xhtml
# distclean moans about MANIFEST, this is quieter
override_dh_auto_clean:
$(MAKE) realclean
# Not intended for use by anyone except the author.
announcedir:
@echo ${HOME}/src/ikiwiki/doc/news