Avoid using python-support. Closes: #525086
Uses new debhelper feature to turn off python-support. The tiny python module included herein certianly doesn't need all the python-support nonsense.master
parent
8d5cd86593
commit
39c8d072e8
|
@ -1,6 +1,6 @@
|
|||
ikiwiki (3.11) UNRELEASED; urgency=low
|
||||
|
||||
* Add python:Depends to control file. Closes: #525086
|
||||
* Avoid using python-support. Closes: #525086
|
||||
* websetup: Display stderr in browser if ikiwiki setup fails.
|
||||
* blogspam: Load RPC::XML library in checkconfig, so that an
|
||||
error can be printed at that point if it's not available,
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Source: ikiwiki
|
||||
Section: web
|
||||
Priority: optional
|
||||
Build-Depends: perl, debhelper (>= 7.0.50)
|
||||
Build-Depends: perl, debhelper (>= 7.2.9)
|
||||
Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl,
|
||||
libtext-markdown-perl | markdown,
|
||||
libtimedate-perl, libhtml-template-perl,
|
||||
|
@ -16,7 +16,7 @@ Vcs-Browser: http://git.ikiwiki.info/?p=ikiwiki
|
|||
|
||||
Package: ikiwiki
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends}
|
||||
Depends: ${misc:Depends}, ${perl:Depends}
|
||||
libtext-markdown-perl | markdown,
|
||||
libhtml-scrubber-perl, libhtml-template-perl,
|
||||
libhtml-parser-perl, liburi-perl
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/make -f
|
||||
%:
|
||||
dh $@
|
||||
dh --without=python-support $@
|
||||
|
||||
override_dh_auto_configure:
|
||||
# keeps it out of /usr/local
|
||||
|
|
Loading…
Reference in New Issue