sipb-www
/
ikiwiki.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
web commit by JamesWestby
[ikiwiki.git]
/
debian
/
rules
diff --git
a/debian/rules
b/debian/rules
index 7a0f8868fee3ca56307098d0473563fa34992abe..3358db5d90e11505fd90eebfb53af91815e1ef34 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-5,6
+5,7
@@
build-stamp:
dh_testdir
perl Makefile.PL
$(MAKE)
dh_testdir
perl Makefile.PL
$(MAKE)
+ $(MAKE) test
touch build-stamp
clean:
touch build-stamp
clean:
@@
-22,11
+23,12
@@
binary-indep: build
dh_testroot
dh_clean -k
$(MAKE) pure_install INSTALLDIRS=vendor \
dh_testroot
dh_clean -k
$(MAKE) pure_install INSTALLDIRS=vendor \
- PREFIX=$(shell pwd)/debian/ikiwiki/$(shell perl -MConfig -e 'print $$Config{prefix}')
+ DESTDIR=$(shell pwd)/debian/ikiwiki
+ dh_install wikilist etc/ikiwiki
dh_installdocs html
dh_installdocs html
- dh_
installexamples
+ dh_
link usr/share/common-licenses/GPL usr/share/doc/ikiwiki/html/GPL
dh_installchangelogs
dh_installchangelogs
- dh_compress
+ dh_compress
-X html
dh_fixperms
dh_perl
dh_installdeb
dh_fixperms
dh_perl
dh_installdeb
@@
-34,5
+36,9
@@
binary-indep: build
dh_md5sums
dh_builddeb
dh_md5sums
dh_builddeb
+# Not intended for use by anyone except the author.
+announcedir:
+ @echo ${HOME}/src/ikiwiki/doc/news
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary