diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-07-31 19:50:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-31 19:50:52 +0200 |
commit | 724cf1dc566e7e558f07e60d044eb457eeac4288 (patch) | |
tree | 8e06c6ade53a7d6d26003234eec2f3feb8a5511a /ubuntu/maverick/applications | |
parent | 8840f953f99ec6a59e483f6038280442557d6e2e (diff) | |
download | tde-packaging-724cf1dc566e7e558f07e60d044eb457eeac4288.tar.gz tde-packaging-724cf1dc566e7e558f07e60d044eb457eeac4288.zip |
Superseded former way of managing patches for ksystemlog on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications')
-rw-r--r-- | ubuntu/maverick/applications/ksystemlog/debian/control | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/ksystemlog/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/ksystemlog/debian/control b/ubuntu/maverick/applications/ksystemlog/debian/control index 70cf90768..fb7215ad7 100644 --- a/ubuntu/maverick/applications/ksystemlog/debian/control +++ b/ubuntu/maverick/applications/ksystemlog/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> -Build-Depends: cdbs, debhelper (>= 5), kdelibs4-trinity-dev, docbook2x, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs, debhelper (>= 5), quilt, kdelibs4-trinity-dev, docbook2x, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: ksystemlog-trinity diff --git a/ubuntu/maverick/applications/ksystemlog/debian/rules b/ubuntu/maverick/applications/ksystemlog/debian/rules index 115c9a97e..37f5e3d62 100755 --- a/ubuntu/maverick/applications/ksystemlog/debian/rules +++ b/ubuntu/maverick/applications/ksystemlog/debian/rules @@ -2,7 +2,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include debian/cdbs/kde.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk +#include /usr/share/cdbs/1/rules/simple-patchsys.mk DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man |