Adding debian version 20241201-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
485e3244ed
commit
9c8ce610a0
11 changed files with 250 additions and 0 deletions
25
debian/rules
vendored
Executable file
25
debian/rules
vendored
Executable file
|
@ -0,0 +1,25 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
TEMPLATES_VERSION = 55
|
||||
|
||||
DOKUWIKI_DEPENDS_LOW = 2024-02-06
|
||||
DOKUWIKI_DEPENDS_HIGH = 2026
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
|
||||
execute_after_dh_auto_clean:
|
||||
rm -f templates/current
|
||||
|
||||
execute_before_dh_auto_build:
|
||||
ln -s $(TEMPLATES_VERSION) templates/current
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# removing unused files
|
||||
rm -f debian/dokuwiki-templates-extra/usr/share/doc/*/CHANGELOG.txt
|
||||
rm -f debian/dokuwiki-templates-extra/usr/share/doc/*/LICENSE.txt
|
||||
|
||||
override_dh_gencontrol:
|
||||
dh_gencontrol -- \
|
||||
-Vdokuwiki:Depends:low="$(DOKUWIKI_DEPENDS_LOW)" \
|
||||
-Vdokuwiki:Depends:high="$(DOKUWIKI_DEPENDS_HIGH)"
|
Loading…
Add table
Add a link
Reference in a new issue