summaryrefslogtreecommitdiffstats
path: root/debian/lenny/dependencies/arts/debian/cdbs/debian-qt-kde.mk
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-27 17:16:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-27 17:16:05 +0900
commit3998e3cd8681091727ec71ddf74a43fcbf25582e (patch)
treee87eb7a31776ece580ce65d979beca61891263b1 /debian/lenny/dependencies/arts/debian/cdbs/debian-qt-kde.mk
parent99971daa18523f53631710bff4ba21a293df9024 (diff)
downloadtde-packaging-3998e3cd8681091727ec71ddf74a43fcbf25582e.tar.gz
tde-packaging-3998e3cd8681091727ec71ddf74a43fcbf25582e.zip
DEB: removed old distros.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/lenny/dependencies/arts/debian/cdbs/debian-qt-kde.mk')
-rw-r--r--debian/lenny/dependencies/arts/debian/cdbs/debian-qt-kde.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/lenny/dependencies/arts/debian/cdbs/debian-qt-kde.mk b/debian/lenny/dependencies/arts/debian/cdbs/debian-qt-kde.mk
deleted file mode 100644
index 65f5f6f95..000000000
--- a/debian/lenny/dependencies/arts/debian/cdbs/debian-qt-kde.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-ifndef _cdbs_bootstrap
-_cdbs_scripts_path ?= /usr/lib/cdbs
-_cdbs_rules_path ?= /usr/share/cdbs/1/rules
-_cdbs_class_path ?= /usr/share/cdbs/1/class
-endif
-
-ifndef _cdbs_class_debian-qt-kde
-_cdbs_class_debian-qt-kde := 1
-
-common-build-arch:: debian/stamp-man-pages
-debian/stamp-man-pages:
- if ! test -d debian/man/out; then mkdir -p debian/man/out; fi
- for f in $$(find debian/man -name '*.sgml'); do \
- docbook-to-man $$f > debian/man/out/`basename $$f .sgml`.1; \
- done
- for f in $$(find debian/man -name '*.man'); do \
- soelim -I debian/man $$f \
- > debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
- done
- touch debian/stamp-man-pages
-
-clean::
- rm -rf debian/man/out
- -rmdir debian/man
- rm -f debian/stamp-man-pages
-
-endif