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/ksensors/debian | |
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/ksensors/debian')
4 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/raring/applications/ksensors/debian/cdbs/debian-qt-kde.mk b/ubuntu/raring/applications/ksensors/debian/cdbs/debian-qt-kde.mk index ba002080b..f72df2152 100644 --- a/ubuntu/raring/applications/ksensors/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/raring/applications/ksensors/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/ksensors/debian/control b/ubuntu/raring/applications/ksensors/debian/control index f0ba5d2d4..e7de2b810 100644 --- a/ubuntu/raring/applications/ksensors/debian/control +++ b/ubuntu/raring/applications/ksensors/debian/control @@ -2,7 +2,7 @@ Source: ksensors-trinity Section: tde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> -Build-Depends: debhelper (>> 5), cdbs, autotools-dev, automake, autoconf, libtool, libsensors4-dev, tdelibs14-trinity-dev, imagemagick +Build-Depends: debhelper (>> 5), quilt, cdbs, autotools-dev, automake, autoconf, libtool, libsensors4-dev, tdelibs14-trinity-dev, imagemagick Build-Conflicts: autoconf2.13 Standards-Version: 3.8.3 diff --git a/ubuntu/raring/applications/ksensors/debian/patches/series b/ubuntu/raring/applications/ksensors/debian/patches/series new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ubuntu/raring/applications/ksensors/debian/patches/series diff --git a/ubuntu/raring/applications/ksensors/debian/rules b/ubuntu/raring/applications/ksensors/debian/rules index 8b97ef030..8030d443a 100755 --- a/ubuntu/raring/applications/ksensors/debian/rules +++ b/ubuntu/raring/applications/ksensors/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 DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include DEB_CONFIGURE_MANDIR := /opt/trinity/share/man |