diff options
author | Francois Andriot <francois.andriot@free.fr> | 2012-09-01 12:22:44 +0200 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2012-09-01 12:22:44 +0200 |
commit | 7ea7e8cc725a2a9a9842c1922a85a7364ba98ad2 (patch) | |
tree | d90b3ef513f78b05a7b602e306ba940b8aebf35c /ubuntu/maverick/applications/k3b-i18n/debian | |
parent | ce86f03e64339b4efcb99db3c50fefeab839fa1b (diff) | |
parent | a157fc2b7c19bae23b66a90a2b1f38190b022d3f (diff) | |
download | tde-packaging-7ea7e8cc725a2a9a9842c1922a85a7364ba98ad2.tar.gz tde-packaging-7ea7e8cc725a2a9a9842c1922a85a7364ba98ad2.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
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 | 6 |
2 files changed, 5 insertions, 8 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..2048362b9 100755 --- a/ubuntu/maverick/applications/k3b-i18n/debian/rules +++ b/ubuntu/maverick/applications/k3b-i18n/debian/rules @@ -29,6 +29,9 @@ endif config.status: configure dh_testdir +configure: + dh_testdir + # Regenerate build system ! [ -f /usr/share/libtool/ltmain.sh ] || \ cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh @@ -70,7 +73,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 @@ -83,8 +85,6 @@ install: build # Add here commands to install the package into debian/k3b-i18n-trinity. $(MAKE) install DESTDIR=$(CURDIR)/debian/k3b-i18n-trinity mkdir -p $(CURDIR)/debian/k3b-i18n-trinity$(DEB_CONFIGURE_PREFIX)/share/doc/tde/ - mv $(CURDIR)/debian/k3b-i18n-trinity$(DEB_CONFIGURE_PREFIX)/share/doc/HTML $(CURDIR)/debian/k3b-i18n-trinity$(DEB_CONFIGURE_PREFIX)/share/doc/tde/ - # Build architecture-independent files here. binary-indep: build install |