turn python-support back on
Should wait to upload until ikiwiki is fixed in testing.master
parent
dd175cda87
commit
5e5bb93adb
|
@ -1,3 +1,9 @@
|
||||||
|
ikiwiki (3.12) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Re-enable python-support and add python:Depends to control file.
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Mon, 04 May 2009 19:17:39 -0400
|
||||||
|
|
||||||
ikiwiki (3.11) unstable; urgency=low
|
ikiwiki (3.11) unstable; urgency=low
|
||||||
|
|
||||||
* Avoid using python-support. Closes: #525086
|
* Avoid using python-support. Closes: #525086
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Source: ikiwiki
|
Source: ikiwiki
|
||||||
Section: web
|
Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: perl, debhelper (>= 7.2.9)
|
Build-Depends: perl, debhelper (>= 7.0.50)
|
||||||
Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl,
|
Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl,
|
||||||
libtext-markdown-perl | markdown,
|
libtext-markdown-perl | markdown,
|
||||||
libtimedate-perl, libhtml-template-perl,
|
libtimedate-perl, libhtml-template-perl,
|
||||||
|
@ -16,7 +16,7 @@ Vcs-Browser: http://git.ikiwiki.info/?p=ikiwiki
|
||||||
|
|
||||||
Package: ikiwiki
|
Package: ikiwiki
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, ${perl:Depends},
|
Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends},
|
||||||
libtext-markdown-perl | markdown,
|
libtext-markdown-perl | markdown,
|
||||||
libhtml-scrubber-perl, libhtml-template-perl,
|
libhtml-scrubber-perl, libhtml-template-perl,
|
||||||
libhtml-parser-perl, liburi-perl
|
libhtml-parser-perl, liburi-perl
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
%:
|
%:
|
||||||
dh --without=python-support $@
|
dh $@
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
# keeps it out of /usr/local
|
# keeps it out of /usr/local
|
||||||
|
|
Loading…
Reference in New Issue