summaryrefslogtreecommitdiff
path: root/pkg-kde-build/1/control.mk
diff options
context:
space:
mode:
Diffstat (limited to 'pkg-kde-build/1/control.mk')
-rw-r--r--pkg-kde-build/1/control.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/pkg-kde-build/1/control.mk b/pkg-kde-build/1/control.mk
deleted file mode 100644
index f6bfbc9..0000000
--- a/pkg-kde-build/1/control.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-#### NEEDS porting if it is still useful ####
-include debian/cdbs/versions.mk
-debian/control: debian/control.tmp
- mv debian/control.tmp debian/control
-
-debian/control.tmp: update-versions
-
-update-versions: debian/control.in
- sed "s/CDBS_MIN_VER/$(CDBS_MIN_VER)/;\
- s/QUILT_MIN_VER/$(QUILT_MIN_VER)/;\
- s/CMAKE_MIN_VER/$(CMAKE_MIN_VER)/;\
- s/KDELIBS_VERSION/$(KDELIBS_VERSION)/;\
- s/KDELIBS_UPSTREAM_VERSION/$(KDELIBS_UPSTREAM_VERSION)/;\
- s/KDELIBS_SOURCE_VERSION/$(KDELIBS_SOURCE_VERSION)/;\
- s/KDEPIMLIBS_VERSION/$(KDEPIMLIBS_VERSION)/;\
- s/KDEPIMLIBS_SOURCE_VERSION/$(KDEPIMLIBS_SOURCE_VERSION)/;\
- s/KDEPIMLIBS_UPSTREAM_VERSION/$(KDEPIMLIBS_UPSTREAM_VERSION)/;\
- " debian/control.in > debian/control.tmp
-
-.PHONY: update-versions