diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-30 12:53:33 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-09-08 18:48:46 +0200 |
commit | 6e351f9664e6635457430de1ec7e7be3630d136b (patch) | |
tree | 5d84127974b2e534a50e61c9c580154dc84e87d2 /ubuntu/maverick | |
parent | f1848e43e9d7d5a9ba024de21e6c94efe7ff4339 (diff) | |
download | tde-packaging-6e351f9664e6635457430de1ec7e7be3630d136b.tar.gz tde-packaging-6e351f9664e6635457430de1ec7e7be3630d136b.zip |
Fix k3b-i18n FTBFS on Debian and Ubuntu
(cherry picked from commit 56a080ec706bbe821a66a76310a5bcf72aa60f4f)
Diffstat (limited to 'ubuntu/maverick')
-rw-r--r-- | ubuntu/maverick/applications/k3b-i18n/debian/control | 7 | ||||
-rwxr-xr-x | ubuntu/maverick/applications/k3b-i18n/debian/rules | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/ubuntu/maverick/applications/k3b-i18n/debian/control b/ubuntu/maverick/applications/k3b-i18n/debian/control index 76d2d0ad0..f9cc5f287 100644 --- a/ubuntu/maverick/applications/k3b-i18n/debian/control +++ b/ubuntu/maverick/applications/k3b-i18n/debian/control @@ -1,14 +1,11 @@ Source: k3b-i18n-trinity -Section: otherosfs +Section: kde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> Uploaders: Francois Marier <francois@debian.org>, Fathi Boudra <fabo@debian.org> Build-Depends: debhelper (>= 6), quilt, automake, autoconf, libtool, libltdl-dev Build-Depends-Indep: kdelibs4-trinity-dev -Standards-Version: 3.7.3 -Homepage: http://www.k3b.org -Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/k3b-i18n/trunk/ -Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/k3b/trunk/ +Standards-Version: 3.8.3 Package: k3b-i18n-trinity Architecture: all diff --git a/ubuntu/maverick/applications/k3b-i18n/debian/rules b/ubuntu/maverick/applications/k3b-i18n/debian/rules index da5d81ed3..956ea95f0 100755 --- a/ubuntu/maverick/applications/k3b-i18n/debian/rules +++ b/ubuntu/maverick/applications/k3b-i18n/debian/rules @@ -70,7 +70,6 @@ endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess config.guess endif - -find . -name *gmo | xargs rm dh_clean |