summaryrefslogtreecommitdiffstats
path: root/WebKitTools/wx/packaging/debian
diff options
context:
space:
mode:
Diffstat (limited to 'WebKitTools/wx/packaging/debian')
-rw-r--r--WebKitTools/wx/packaging/debian/changelog1
-rw-r--r--WebKitTools/wx/packaging/debian/compat1
-rw-r--r--WebKitTools/wx/packaging/debian/control29
-rw-r--r--WebKitTools/wx/packaging/debian/copyright18
-rw-r--r--WebKitTools/wx/packaging/debian/python-webkitwx.install1
-rw-r--r--WebKitTools/wx/packaging/debian/rules75
6 files changed, 0 insertions, 125 deletions
diff --git a/WebKitTools/wx/packaging/debian/changelog b/WebKitTools/wx/packaging/debian/changelog
deleted file mode 100644
index 8b13789..0000000
--- a/WebKitTools/wx/packaging/debian/changelog
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/WebKitTools/wx/packaging/debian/compat b/WebKitTools/wx/packaging/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/WebKitTools/wx/packaging/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/WebKitTools/wx/packaging/debian/control b/WebKitTools/wx/packaging/debian/control
deleted file mode 100644
index 57d8407..0000000
--- a/WebKitTools/wx/packaging/debian/control
+++ /dev/null
@@ -1,29 +0,0 @@
-Source: webkitwx
-Section: Python
-Priority: extra
-Maintainer: Kevin Ollivier <kevino@theolliviers.com>
-Build-Depends: debhelper (>= 5.0.38), python-central (>= 0.6), python-all-dev,
- libwxgtk2.8-dev (>= 2.8.9.2-1), python-wxgtk2.8, python-wxtools (>= 2.8.9.2-1),
- wx2.8-headers (>= 2.8.9.2-1), wx2.8-i18n (>= 2.8.9.2-1),
- flex, bison, gperf, automake, autoconf, libtool, dpatch,
- libxslt1-dev, libcurl4-openssl-dev,
- libicu-dev, libjpeg62-dev, libpng12-dev, libsqlite3-dev, libgtk2.0-dev
-Build-Conflicts: python-setuptools
-XS-Python-Version: all
-Standards-Version: 3.7.3
-
-Package: python-webkitwx
-Section: python
-Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}
-Provides: ${python:Provides}, webkitwx
-XB-Python-Version: ${python:Versions}
-Description: Python binding of wxwebkit
- This is an experimental packaged release of webkit for wxpython
-
-Package: webkitwx-headers
-Architecture: all
-Description: Python binding of wxwebkit
- This is an experimental packaged release of webkit for wxpython
- These are the header files
-
diff --git a/WebKitTools/wx/packaging/debian/copyright b/WebKitTools/wx/packaging/debian/copyright
deleted file mode 100644
index c2244ec..0000000
--- a/WebKitTools/wx/packaging/debian/copyright
+++ /dev/null
@@ -1,18 +0,0 @@
-This package was debianized by Chris Willing c.willing@uq.edu.au on
-Thu, Sat, 11 Apr 2009 12:54:52 +1000
-
-Upstream Author: Kevin Ollivier kevino@theolliviers.com and others
-
-Copyright: 2009 Kevin Ollivier, Apple Inc., and others
-
-License:
- LGPL
-
-
-The Debian packaging is (C) 2009, Chris Willing <c.willing@uq.edu.au> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
-
diff --git a/WebKitTools/wx/packaging/debian/python-webkitwx.install b/WebKitTools/wx/packaging/debian/python-webkitwx.install
deleted file mode 100644
index dff51ce..0000000
--- a/WebKitTools/wx/packaging/debian/python-webkitwx.install
+++ /dev/null
@@ -1 +0,0 @@
-WebKitBuild/Debug.master/libwxwebkit.so usr/lib/
diff --git a/WebKitTools/wx/packaging/debian/rules b/WebKitTools/wx/packaging/debian/rules
deleted file mode 100644
index 6840731..0000000
--- a/WebKitTools/wx/packaging/debian/rules
+++ /dev/null
@@ -1,75 +0,0 @@
-#! /usr/bin/make -f
-
-SHELL = /bin/bash
-
-PYVERS := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
-VER := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
-BIULD_DIR := WebKitBuild/Debug.master
-build: build-stamp
-build-stamp: $(PYVERS:%=build-python%)
- touch $@
-build-python%:
- touch $@
-
-clean:
- rm -rf *-stamp build-python* build
- rm -rf $(addprefix debian/,$(packages)) debian/files debian/substvars
- rm -rf _trial_temp test.log
- find . -name "*.pyc" |xargs -r rm
- dh_clean
-
-install: build-stamp install-prereq $(PYVERS:%=install-python%) install-libs install-nover
-
-install-prereq: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
-
-install-python%: install-prereq
- dh_install -ppython-webkitwx \
- $(BUILD_DIR)/webview.py \
- $(BUILD_DIR)/Debug.master/_webview.so \
- usr/lib/python$*/site-packages/wx-2.8-gtk2-unicode/wx/
-
-install-nover: install-prereq
- dh_install -pwebkitwx-headers \
- $(BUILD_DIR)/JavaScriptCore \
- usr/include/wxwebkit-1.0/
-
-install-libs: install-prereq
- dh_install
-
-
-binary-indep:
- (cd WebKitTools/Scripts && ./build-webkit --wx --makeargs="--wxpython")
- dh_testdir
- dh_testroot
- dh_installchangelogs -i
- dh_installdocs -i
- dh_strip -i
- dh_compress -i
- dh_fixperms -i
- dh_installdeb -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-binary-arch:
- dh_testdir
- dh_testroot
- echo $(shell pwd)
- echo $(shell ls -l)
- dh_installchangelogs -a
- dh_installdocs -a WebKit/wx/bindings/python/samples/simple.py
- dh_strip -a
- dh_compress -a -Xsimple.py
- dh_fixperms -a
- dh_pycentral -a
- dh_installdeb -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install install-nover install-prereq install-libs