From f24915471ea396c53670df51b2affc4af74373bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 15 Sep 2013 20:29:47 +0200 Subject: Switch patch system from simple to quilt on Debian and Ubuntu --- ubuntu/maverick/applications/krename/debian/cdbs/debian-qt-kde.mk | 2 ++ ubuntu/maverick/applications/krename/debian/control | 2 +- ubuntu/maverick/applications/krename/debian/patches/series | 0 ubuntu/maverick/applications/krename/debian/rules | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 ubuntu/maverick/applications/krename/debian/patches/series (limited to 'ubuntu/maverick/applications/krename/debian') diff --git a/ubuntu/maverick/applications/krename/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/applications/krename/debian/cdbs/debian-qt-kde.mk index 311dc059d..c807eed8c 100644 --- a/ubuntu/maverick/applications/krename/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/maverick/applications/krename/debian/cdbs/debian-qt-kde.mk @@ -18,7 +18,9 @@ debian/stamp-cvs-make: include debian/cdbs/kde.mk$(_cdbs_makefile_suffix) include debian/cdbs/uploaders.mk +ifndef _cdbs_rules_patchsys_quilt DEB_PATCHDIRS := debian/patches/common debian/patches +endif DEB_KDE_ENABLE_FINAL := yes DEB_INSTALL_DOCS_ALL := diff --git a/ubuntu/maverick/applications/krename/debian/control b/ubuntu/maverick/applications/krename/debian/control index b87c1a2c1..b6cde2138 100644 --- a/ubuntu/maverick/applications/krename/debian/control +++ b/ubuntu/maverick/applications/krename/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson Uploaders: Richard A. Johnson -Build-Depends: debhelper (>= 5), cdbs, tdelibs14-trinity-dev, patchutils, libx11-dev, libxext-dev, libxpm-dev, x-dev | x11proto-core-dev | libx11-dev, perl, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs14-trinity-dev, patchutils, libx11-dev, libxext-dev, libxpm-dev, x-dev | x11proto-core-dev | libx11-dev, perl, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: krename-trinity diff --git a/ubuntu/maverick/applications/krename/debian/patches/series b/ubuntu/maverick/applications/krename/debian/patches/series new file mode 100644 index 000000000..e69de29bb diff --git a/ubuntu/maverick/applications/krename/debian/rules b/ubuntu/maverick/applications/krename/debian/rules index 4983ad699..7df9beee2 100755 --- a/ubuntu/maverick/applications/krename/debian/rules +++ b/ubuntu/maverick/applications/krename/debian/rules @@ -4,7 +4,7 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) 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/patchsys-quilt.mk DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man -- cgit v1.2.3