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/precise/applications/kbfx | |
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/precise/applications/kbfx')
-rw-r--r-- | ubuntu/precise/applications/kbfx/debian/control | 2 | ||||
-rw-r--r-- | ubuntu/precise/applications/kbfx/debian/patches/series (renamed from ubuntu/precise/applications/kbfx/debian/patches/.gitignore) | 0 | ||||
-rwxr-xr-x | ubuntu/precise/applications/kbfx/debian/rules | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/precise/applications/kbfx/debian/control b/ubuntu/precise/applications/kbfx/debian/control index bd38e2009..810bb6c7a 100644 --- a/ubuntu/precise/applications/kbfx/debian/control +++ b/ubuntu/precise/applications/kbfx/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org> -Build-Depends: cdbs, debhelper (>= 5), cmake, tdelibs14-trinity-dev +Build-Depends: cdbs, debhelper (>= 5), quilt, cmake, tdelibs14-trinity-dev Standards-Version: 3.8.4 Package: kbfx-trinity diff --git a/ubuntu/precise/applications/kbfx/debian/patches/.gitignore b/ubuntu/precise/applications/kbfx/debian/patches/series index e69de29bb..e69de29bb 100644 --- a/ubuntu/precise/applications/kbfx/debian/patches/.gitignore +++ b/ubuntu/precise/applications/kbfx/debian/patches/series diff --git a/ubuntu/precise/applications/kbfx/debian/rules b/ubuntu/precise/applications/kbfx/debian/rules index 7c57eacb9..ddf86b0bb 100755 --- a/ubuntu/precise/applications/kbfx/debian/rules +++ b/ubuntu/precise/applications/kbfx/debian/rules @@ -11,7 +11,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit include debian/cmake.mk include /usr/share/cdbs/1/rules/debhelper.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/tde |