diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-07-29 03:13:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-29 03:13:23 +0200 |
commit | cd4673b676fb36ad3d9288c7a6132e45a515198b (patch) | |
tree | d654c85c6ac74a4851d0f5015e42d8864f4ab542 /ubuntu | |
parent | 6a5e9bd2472955e67c0b75250e1a5dc6f5cbdff4 (diff) | |
download | tde-packaging-cd4673b676fb36ad3d9288c7a6132e45a515198b.tar.gz tde-packaging-cd4673b676fb36ad3d9288c7a6132e45a515198b.zip |
Superseded former way of managing patches for kmymoney on Debian and Ubuntu
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/maverick/applications/kmymoney/debian/control | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/kmymoney/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kmymoney/debian/control b/ubuntu/maverick/applications/kmymoney/debian/control index c0dbe5b9b..ae29eb41d 100644 --- a/ubuntu/maverick/applications/kmymoney/debian/control +++ b/ubuntu/maverick/applications/kmymoney/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: Mark Purcell <msp@debian.org>, Fathi Boudra <fabo@debian.org> -Build-Depends: debhelper (>= 7.0.50~), cdbs, chrpath, automake, libtool, kdelibs4-trinity-dev, libofx-dev, libsqlite3-dev +Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, chrpath, automake, libtool, kdelibs4-trinity-dev, libofx-dev, libsqlite3-dev Standards-Version: 3.8.4 Package: kmymoney2-trinity diff --git a/ubuntu/maverick/applications/kmymoney/debian/rules b/ubuntu/maverick/applications/kmymoney/debian/rules index efb7a96ea..25720b821 100755 --- a/ubuntu/maverick/applications/kmymoney/debian/rules +++ b/ubuntu/maverick/applications/kmymoney/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 |