diff options
author | Robert Xu <robxu9@gmail.com> | 2011-08-20 22:17:03 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-08-20 22:17:03 -0400 |
commit | 6f3a1bc646b0d5eb63f09e59e9b0262d47ee4ebf (patch) | |
tree | 141e44b1b831644c739f3ec4e0bef2d10ef71da7 /ubuntu/maverick/libraries/python-trinity | |
parent | 7621ba87b889eccdea4958715c25de4b403ad705 (diff) | |
parent | 26f5630a822b38ef215210699e9e08e74143b38b (diff) | |
download | tde-packaging-6f3a1bc646b0d5eb63f09e59e9b0262d47ee4ebf.tar.gz tde-packaging-6f3a1bc646b0d5eb63f09e59e9b0262d47ee4ebf.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/libraries/python-trinity')
4 files changed, 8 insertions, 8 deletions
diff --git a/ubuntu/maverick/libraries/python-trinity/debian/control b/ubuntu/maverick/libraries/python-trinity/debian/control index c384f66d6..7f6e42bca 100644 --- a/ubuntu/maverick/libraries/python-trinity/debian/control +++ b/ubuntu/maverick/libraries/python-trinity/debian/control @@ -15,8 +15,8 @@ Depends: ${shlibs:Depends}, ${python:Depends}, python-qt3 (>= 3.18) XB-Python-Version: ${python:Versions} Provides: ${python:Provides} Conflicts: python-trinity-trinity -Description: KDE3 bindings for Python [Trinity] - Python binding module that provides wide access to the KDE3 API, +Description: Trinity bindings for Python [Trinity] + Python binding module that provides wide access to the Trinity API, also known as PyKDE. Using this, you'll get (for example) classes from kio, kjs, khtml and kprint. @@ -25,8 +25,8 @@ Priority: extra Architecture: any Depends: python-trinity-trinity (= ${binary:Version}), python-dbg, python-qt3-dbg, ${shlibs:Depends} XB-Python-Version: ${python:Versions} -Description: KDE3 bindings for Python (debug extensions) [Trinity] - Python binding module that provides wide access to the KDE3 API, +Description: Trinity bindings for Python (debug extensions) [Trinity] + Python binding module that provides wide access to the Trinity API, also known as PyKDE. Using this, you'll get (for example) classes from kio, kjs, khtml and kprint. . @@ -37,7 +37,7 @@ Section: python Architecture: all Depends: pyqt-tools, ${python:Depends} XB-Python-Version: ${python:Versions} -Description: KDE3 bindings for Python - Development files and scripts [Trinity] +Description: Trinity bindings for Python - Development files and scripts [Trinity] Development .sip files with definitions of PyKDE classes. They are needed to build PyKDE, but also as building blocks of other packages based on them. diff --git a/ubuntu/maverick/libraries/python-trinity/debian/copyright b/ubuntu/maverick/libraries/python-trinity/debian/copyright index d67316545..eec6b36a5 100644 --- a/ubuntu/maverick/libraries/python-trinity/debian/copyright +++ b/ubuntu/maverick/libraries/python-trinity/debian/copyright @@ -6,7 +6,7 @@ It was downloaded from http://www.riverbankcomputing.co.uk Upstream Authors: Jim Bublitz <jbublitz@nwinternet.com> - PyKDE(KDE2, KDE3) + PyKDE(KDE2, Trinity) Phil Thompson <phil@river-bank.demon.co.uk> sip, PyQt, original PyKDE (KDE1) and loads of good advice and help diff --git a/ubuntu/maverick/libraries/python-trinity/debian/rules b/ubuntu/maverick/libraries/python-trinity/debian/rules index 19e69c601..85c43a0fe 100755 --- a/ubuntu/maverick/libraries/python-trinity/debian/rules +++ b/ubuntu/maverick/libraries/python-trinity/debian/rules @@ -120,7 +120,7 @@ install-arch: dh_install -a --sourcedir=$(CURDIR)/debian/tmp mkdir -p $(CURDIR)/debian/python-trinity-trinity/opt/trinity/lib/ - ln -s /opt/trinity/lib/kde3/libkonsolepart.so $(CURDIR)/debian/python-trinity-trinity/opt/trinity/lib/ + ln -s /opt/trinity/lib/trinity/libkonsolepart.so $(CURDIR)/debian/python-trinity-trinity/opt/trinity/lib/ for i in $$(find debian/python-*-dbg -name '*.so'); do \ b=$$(basename $$i .so); \ mv $$i $$(dirname $$i)/$${b}_d.so; \ diff --git a/ubuntu/maverick/libraries/python-trinity/debian/watch b/ubuntu/maverick/libraries/python-trinity/debian/watch index 26518db46..8b3afcac0 100644 --- a/ubuntu/maverick/libraries/python-trinity/debian/watch +++ b/ubuntu/maverick/libraries/python-trinity/debian/watch @@ -1,3 +1,3 @@ version=3 -http://www.riverbankcomputing.com/Downloads/PyKDE3/PyKDE-(.*)\.tar\.bz2 +http://www.riverbankcomputing.com/Downloads/PyTrinity/PyKDE-(.*)\.tar\.bz2 |