diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-08-23 00:47:26 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-27 19:45:45 +0200 |
commit | 2d7182e2df83eab066033417333f9e086b07838b (patch) | |
tree | 10298e346fc083293e44dda436612b3200fdea40 /ubuntu | |
parent | 14f0d40abdb657af006c6a32470bc0c976f51c4a (diff) | |
download | tde-packaging-2d7182e2df83eab066033417333f9e086b07838b.tar.gz tde-packaging-2d7182e2df83eab066033417333f9e086b07838b.zip |
Superseded former way of managing patches for k9copy on Debian and Ubuntu
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/maverick/applications/k9copy/debian/control | 2 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/k9copy/debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/k9copy/debian/control b/ubuntu/maverick/applications/k9copy/debian/control index 134053ae3..1ed5c63aa 100644 --- a/ubuntu/maverick/applications/k9copy/debian/control +++ b/ubuntu/maverick/applications/k9copy/debian/control @@ -3,7 +3,7 @@ Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Anthony Mercatante <tonio@ubuntu.com> -Build-Depends: debhelper (>= 5), cdbs, kdelibs4-trinity-dev, docbook2x, libdvdread-dev, libdbus-1-dev, libhal-dev, libhal-storage-dev, libavformat-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: debhelper (>= 5), quilt, cdbs, kdelibs4-trinity-dev, docbook2x, libdvdread-dev, libdbus-1-dev, libhal-dev, libhal-storage-dev, libavformat-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Homepage: http://k9copy.sourceforge.net/ diff --git a/ubuntu/maverick/applications/k9copy/debian/rules b/ubuntu/maverick/applications/k9copy/debian/rules index 860ee9e84..5e1177e7b 100755 --- a/ubuntu/maverick/applications/k9copy/debian/rules +++ b/ubuntu/maverick/applications/k9copy/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk +#include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/kde.mk DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde |