diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-15 20:29:47 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-15 20:29:47 +0200 |
commit | f24915471ea396c53670df51b2affc4af74373bf (patch) | |
tree | 04e25e027d641ad6b82ba5828ae9a9c72924b1f1 /ubuntu/raring/applications/kftpgrabber | |
parent | 1c7a831407fea1378682db5c21b06e792343be06 (diff) | |
download | tde-packaging-f24915471ea396c53670df51b2affc4af74373bf.tar.gz tde-packaging-f24915471ea396c53670df51b2affc4af74373bf.zip |
Switch patch system from simple to quilt on Debian and Ubuntu
Diffstat (limited to 'ubuntu/raring/applications/kftpgrabber')
4 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/raring/applications/kftpgrabber/debian/cdbs/debian-qt-kde.mk b/ubuntu/raring/applications/kftpgrabber/debian/cdbs/debian-qt-kde.mk index ba002080b..f72df2152 100644 --- a/ubuntu/raring/applications/kftpgrabber/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/raring/applications/kftpgrabber/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/raring/applications/kftpgrabber/debian/control b/ubuntu/raring/applications/kftpgrabber/debian/control index eaa793711..3e06c17d3 100644 --- a/ubuntu/raring/applications/kftpgrabber/debian/control +++ b/ubuntu/raring/applications/kftpgrabber/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org> Uploaders: Fathi Boudra <fabo@debian.org>, Mark Purcell <msp@debian.org>, Michael Meskes <meskes@debian.org> -Build-Depends: cdbs, debhelper (>= 5), automake, libtool, tdelibs14-trinity-dev, docbook2x, docbook-xml +Build-Depends: cdbs, debhelper (>= 5), quilt, automake, libtool, tdelibs14-trinity-dev, docbook2x, docbook-xml Standards-Version: 3.8.3 Homepage: http://www.kftp.org diff --git a/ubuntu/raring/applications/kftpgrabber/debian/patches/series b/ubuntu/raring/applications/kftpgrabber/debian/patches/series new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/raring/applications/kftpgrabber/debian/patches/series diff --git a/ubuntu/raring/applications/kftpgrabber/debian/rules b/ubuntu/raring/applications/kftpgrabber/debian/rules index 51e8bf7a9..64be165cd 100755 --- a/ubuntu/raring/applications/kftpgrabber/debian/rules +++ b/ubuntu/raring/applications/kftpgrabber/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/patchsys-quilt.mk include /usr/share/cdbs/1/rules/utils.mk DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include |