diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-07-18 01:48:02 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-23 23:19:36 +0200 |
commit | f6b3e533cf37fb0446b64cc6f0656ab744de500f (patch) | |
tree | f1458cd0355c46f7e5f547bea474030054588840 /ubuntu/maverick/applications | |
parent | 2c2de32f46a3c2cde359493a39917d63e15865a0 (diff) | |
download | tde-packaging-f6b3e533cf37fb0446b64cc6f0656ab744de500f.tar.gz tde-packaging-f6b3e533cf37fb0446b64cc6f0656ab744de500f.zip |
Superseded former way of managing patches for kbfx on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications')
-rw-r--r-- | ubuntu/maverick/applications/kbfx/debian/control | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/kbfx/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kbfx/debian/control b/ubuntu/maverick/applications/kbfx/debian/control index 9ea60548b..5991d125d 100644 --- a/ubuntu/maverick/applications/kbfx/debian/control +++ b/ubuntu/maverick/applications/kbfx/debian/control @@ -3,7 +3,7 @@ Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> -Build-Depends: cdbs, debhelper (>= 5), cmake, kdelibs4-trinity-dev +Build-Depends: cdbs, debhelper (>= 5), quilt, cmake, kdelibs4-trinity-dev Standards-Version: 3.8.4 Package: kbfx-trinity diff --git a/ubuntu/maverick/applications/kbfx/debian/rules b/ubuntu/maverick/applications/kbfx/debian/rules index 5ea2ffc62..c4ca4e014 100755 --- a/ubuntu/maverick/applications/kbfx/debian/rules +++ b/ubuntu/maverick/applications/kbfx/debian/rules @@ -11,7 +11,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit include debian/cmake.mk 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 /usr/share/cdbs/1/rules/utils.mk DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde |