diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 03:01:09 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 23:20:23 +0200 |
commit | a96dd9ef73df076c2484063f51a785f9fe4493f8 (patch) | |
tree | 013020ae54fb581f4a6451b682381e5055ef91a4 /ubuntu/maverick/applications | |
parent | 124400941c0d9732fafcdd3a865e0d5f510bf87e (diff) | |
download | tde-packaging-a96dd9ef73df076c2484063f51a785f9fe4493f8.tar.gz tde-packaging-a96dd9ef73df076c2484063f51a785f9fe4493f8.zip |
Superseded former way of managing patches for ktorrent on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications')
-rw-r--r-- | ubuntu/maverick/applications/ktorrent/debian/control | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/ktorrent/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/ktorrent/debian/control b/ubuntu/maverick/applications/ktorrent/debian/control index 94d40d55c..ed50d678f 100644 --- a/ubuntu/maverick/applications/ktorrent/debian/control +++ b/ubuntu/maverick/applications/ktorrent/debian/control @@ -2,7 +2,7 @@ Source: ktorrent-trinity Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Build-Depends: debhelper (>= 5.0), cdbs, docbook2x, kdelibs4-trinity-dev, libpcre3-dev, libx11-dev, libgmp3-dev, libavahi-tqt-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 5.0), quilt, cdbs, docbook2x, kdelibs4-trinity-dev, libpcre3-dev, libx11-dev, libgmp3-dev, libavahi-tqt-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: ktorrent-trinity diff --git a/ubuntu/maverick/applications/ktorrent/debian/rules b/ubuntu/maverick/applications/ktorrent/debian/rules index 46a8b920a..6ca8e03b2 100755 --- a/ubuntu/maverick/applications/ktorrent/debian/rules +++ b/ubuntu/maverick/applications/ktorrent/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk +#include /usr/share/cdbs/1/rules/simple-patchsys.mk include debian/cdbs/debian-qt-kde.mk DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde |