* Add libc6-dev to dependencies, needed to build wrappers.
parent
afa57f5c07
commit
f0f3a430f3
|
@ -1,8 +1,9 @@
|
||||||
ikiwiki (1.2) UNRELEASED; urgency=low
|
ikiwiki (1.2) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* Remove dups from the brokenlinks list.
|
* Remove dups from the brokenlinks list.
|
||||||
|
* Add libc6-dev to dependencies, needed to build wrappers.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Fri, 5 May 2006 23:56:32 -0400
|
-- Joey Hess <joeyh@debian.org> Mon, 8 May 2006 19:00:16 -0400
|
||||||
|
|
||||||
ikiwiki (1.1) unstable; urgency=low
|
ikiwiki (1.1) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ Priority: optional
|
||||||
Build-Depends: debhelper (>= 5)
|
Build-Depends: debhelper (>= 5)
|
||||||
Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl
|
Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl
|
||||||
Maintainer: Joey Hess <joeyh@debian.org>
|
Maintainer: Joey Hess <joeyh@debian.org>
|
||||||
Standards-Version: 3.6.2
|
Standards-Version: 3.7.2
|
||||||
|
|
||||||
Package: ikiwiki
|
Package: ikiwiki
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${perl:Depends}, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler
|
Depends: ${perl:Depends}, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev
|
||||||
Recommends: subversion, hyperestraier
|
Recommends: subversion, hyperestraier
|
||||||
Suggests: viewcvs
|
Suggests: viewcvs
|
||||||
Description: a wiki compiler
|
Description: a wiki compiler
|
||||||
|
|
|
@ -9,4 +9,6 @@ This page is to track users of ikiwiki.
|
||||||
* [kite](http://kitenet.net)
|
* [kite](http://kitenet.net)
|
||||||
* [Bright Cloud](http://brightcloud.lcsee.wvu.edu/), a project of WVU LCSEE
|
* [Bright Cloud](http://brightcloud.lcsee.wvu.edu/), a project of WVU LCSEE
|
||||||
* [David Moreno Garza's personal wiki](http://anorak.com.ve/~damog/wiki)
|
* [David Moreno Garza's personal wiki](http://anorak.com.ve/~damog/wiki)
|
||||||
* [UK Software Patents info page](http://www.softwarepatents.co.uk/)
|
* [UK Software Patents info page](http://www.softwarepatents.co.uk/)
|
||||||
|
|
||||||
|
See also: [ikiwiki popcon graph](http://people.debian.org/~igloo/popcon-graphs/index.php?packages=ikiwiki)
|
||||||
|
|
|
@ -27,6 +27,8 @@ Suggestions of ideas for plugins:
|
||||||
|
|
||||||
* interwiki links
|
* interwiki links
|
||||||
|
|
||||||
|
* random page (cgi plugin; how to link to it easily?)
|
||||||
|
|
||||||
All the kinds of plugins that blogging software has is also a possibility:
|
All the kinds of plugins that blogging software has is also a possibility:
|
||||||
|
|
||||||
* Blog post calendar
|
* Blog post calendar
|
||||||
|
|
Loading…
Reference in New Issue