diff options
Diffstat (limited to 'ubuntu/raring/applications/kdiff3/debian/rules')
-rwxr-xr-x | ubuntu/raring/applications/kdiff3/debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ubuntu/raring/applications/kdiff3/debian/rules b/ubuntu/raring/applications/kdiff3/debian/rules index 4217a45e3..0252d28f2 100755 --- a/ubuntu/raring/applications/kdiff3/debian/rules +++ b/ubuntu/raring/applications/kdiff3/debian/rules @@ -4,6 +4,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +include /usr/share/cdbs/1/rules/debhelper.mk +include debian/cdbs/kde.mk + DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity @@ -12,9 +15,6 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ && echo xz || echo bzip2) -include /usr/share/cdbs/1/rules/debhelper.mk -include debian/cdbs/kde.mk - post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: |