diff options
Diffstat (limited to 'ubuntu/maverick/applications/k3b-i18n/debian')
-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 cb9475d6d..507ddcece 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: tde 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: tdelibs4-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 108c07633..def409839 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 |