diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-01-03 22:47:53 +0100 |
---|---|---|
committer | Francois Andriot <francois.andriot@free.fr> | 2013-01-03 22:47:53 +0100 |
commit | d2f32337f00cf98faef8475e769d9c0381efd257 (patch) | |
tree | 9890ceb134945c4f24e624dca8ac4fa03888a979 /ubuntu/precise | |
parent | b566058ccb7fa94c6e34fb1e1349b093d4482d6a (diff) | |
parent | fe7329f1eaa98f63b62e23449bb1345b3395ed37 (diff) | |
download | tde-packaging-d2f32337f00cf98faef8475e769d9c0381efd257.tar.gz tde-packaging-d2f32337f00cf98faef8475e769d9c0381efd257.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/precise')
334 files changed, 6781 insertions, 402 deletions
diff --git a/ubuntu/precise/applications/abakus/debian/rules b/ubuntu/precise/applications/abakus/debian/rules index d0a475105..c856f7cae 100755 --- a/ubuntu/precise/applications/abakus/debian/rules +++ b/ubuntu/precise/applications/abakus/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/abakus/debian/source/options b/ubuntu/precise/applications/abakus/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/abakus/debian/source/options +++ b/ubuntu/precise/applications/abakus/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/adept/debian/rules b/ubuntu/precise/applications/adept/debian/rules index ee86e8e4f..742307eb6 100755 --- a/ubuntu/precise/applications/adept/debian/rules +++ b/ubuntu/precise/applications/adept/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_MAKE_CHECK_TARGET := check DEB_CONFIGURE_EXTRA_FLAGS += --enable-adept --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Enable us to locate the old libept-trinity library and includes CPPFLAGS += -I/opt/trinity/include LDFLAGS += -L/opt/trinity/lib -lept diff --git a/ubuntu/precise/applications/adept/debian/source/options b/ubuntu/precise/applications/adept/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/adept/debian/source/options +++ b/ubuntu/precise/applications/adept/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/amarok.cmake/debian/source/options b/ubuntu/precise/applications/amarok.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/amarok.cmake/debian/source/options +++ b/ubuntu/precise/applications/amarok.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/amarok/debian/rules b/ubuntu/precise/applications/amarok/debian/rules index deb43ebf7..77b0e3159 100755 --- a/ubuntu/precise/applications/amarok/debian/rules +++ b/ubuntu/precise/applications/amarok/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### VARIABLES # Exempt amarok engines from being handled as proper public libraries # by dh_makeshlibs diff --git a/ubuntu/precise/applications/amarok/debian/source/options b/ubuntu/precise/applications/amarok/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/amarok/debian/source/options +++ b/ubuntu/precise/applications/amarok/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/basket/debian/rules b/ubuntu/precise/applications/basket/debian/rules index 46b74ab7e..d3cf5255e 100755 --- a/ubuntu/precise/applications/basket/debian/rules +++ b/ubuntu/precise/applications/basket/debian/rules @@ -10,6 +10,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -101,7 +104,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/basket/debian/source/options b/ubuntu/precise/applications/basket/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/basket/debian/source/options +++ b/ubuntu/precise/applications/basket/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/bibletime/debian/rules b/ubuntu/precise/applications/bibletime/debian/rules index ea4b62326..4106bf0f4 100755 --- a/ubuntu/precise/applications/bibletime/debian/rules +++ b/ubuntu/precise/applications/bibletime/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/bibletime-trinity:: chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/pics/* chmod 644 debian/bibletime-trinity/opt/trinity/share/apps/bibletime/bibletimeui.rc diff --git a/ubuntu/precise/applications/bibletime/debian/source/options b/ubuntu/precise/applications/bibletime/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/bibletime/debian/source/options +++ b/ubuntu/precise/applications/bibletime/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/rules b/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/rules index c5dd59ccb..85efaa2fa 100755 --- a/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/rules +++ b/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/source/options b/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/source/options +++ b/ubuntu/precise/applications/compizconfig-backend-kconfig/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/desktop-effects-tde/debian/rules b/ubuntu/precise/applications/desktop-effects-tde/debian/rules index 7bf3e3306..d494616db 100755 --- a/ubuntu/precise/applications/desktop-effects-tde/debian/rules +++ b/ubuntu/precise/applications/desktop-effects-tde/debian/rules @@ -9,5 +9,8 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/desktop-effects-tde-trinity:: dh_pycentral -pdesktop-effects-tde-trinity diff --git a/ubuntu/precise/applications/desktop-effects-tde/debian/source/options b/ubuntu/precise/applications/desktop-effects-tde/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/desktop-effects-tde/debian/source/options +++ b/ubuntu/precise/applications/desktop-effects-tde/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/digikam/debian/rules b/ubuntu/precise/applications/digikam/debian/rules index 4edd6e763..76fa321bc 100755 --- a/ubuntu/precise/applications/digikam/debian/rules +++ b/ubuntu/precise/applications/digikam/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine TARBALL_EXT=tar.bz2 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3 --prefix=/opt/trinity --disable-static DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" diff --git a/ubuntu/precise/applications/digikam/debian/source/options b/ubuntu/precise/applications/digikam/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/digikam/debian/source/options +++ b/ubuntu/precise/applications/digikam/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/dolphin/debian/rules b/ubuntu/precise/applications/dolphin/debian/rules index 1534d2f29..66ea98891 100755 --- a/ubuntu/precise/applications/dolphin/debian/rules +++ b/ubuntu/precise/applications/dolphin/debian/rules @@ -18,6 +18,9 @@ include debian/cdbs/debian-qt-kde.mk DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/dolphin-trinity:: mkdir -p debian/dolphin-trinity/opt/trinity/bin ln -s d3lphin debian/dolphin-trinity/opt/trinity/bin/dolphin diff --git a/ubuntu/precise/applications/dolphin/debian/source/options b/ubuntu/precise/applications/dolphin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/dolphin/debian/source/options +++ b/ubuntu/precise/applications/dolphin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/filelight-l10n/debian/rules b/ubuntu/precise/applications/filelight-l10n/debian/rules index 9255102ce..84a2f4975 100755 --- a/ubuntu/precise/applications/filelight-l10n/debian/rules +++ b/ubuntu/precise/applications/filelight-l10n/debian/rules @@ -19,6 +19,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/usr/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/filelight-l10n/debian/source/options b/ubuntu/precise/applications/filelight-l10n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/filelight-l10n/debian/source/options +++ b/ubuntu/precise/applications/filelight-l10n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/filelight/debian/rules b/ubuntu/precise/applications/filelight/debian/rules index 247e26b9d..efa61f0f7 100755 --- a/ubuntu/precise/applications/filelight/debian/rules +++ b/ubuntu/precise/applications/filelight/debian/rules @@ -20,6 +20,9 @@ DEB_DH_ALWAYS_EXCLUDE=.svn DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --disable-debug +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/filelight/debian/source/options b/ubuntu/precise/applications/filelight/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/filelight/debian/source/options +++ b/ubuntu/precise/applications/filelight/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/fusion-icon/debian/rules b/ubuntu/precise/applications/fusion-icon/debian/rules index 5d3ed1e14..8c79610db 100755 --- a/ubuntu/precise/applications/fusion-icon/debian/rules +++ b/ubuntu/precise/applications/fusion-icon/debian/rules @@ -7,6 +7,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk include debian/python-distutils-custom.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/fusion-icon-trinity:: mkdir -p debian/fusion-icon-trinity/usr/local/lib cp -Rp debian/fusion-icon-trinity/usr/local/* debian/fusion-icon-trinity/usr/ diff --git a/ubuntu/precise/applications/fusion-icon/debian/source/options b/ubuntu/precise/applications/fusion-icon/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/fusion-icon/debian/source/options +++ b/ubuntu/precise/applications/fusion-icon/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/gtk-qt-engine/debian/rules b/ubuntu/precise/applications/gtk-qt-engine/debian/rules index 20c8468ec..8c78b986c 100755 --- a/ubuntu/precise/applications/gtk-qt-engine/debian/rules +++ b/ubuntu/precise/applications/gtk-qt-engine/debian/rules @@ -27,6 +27,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/gtk-qt-engine-trinity:: mkdir -p $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ cp -Rp $(CURDIR)/debian/.gtkrc-2.0-kde4 $(CURDIR)/debian/gtk-qt-engine-trinity/opt/trinity/share/kgtk/ diff --git a/ubuntu/precise/applications/gtk-qt-engine/debian/source/options b/ubuntu/precise/applications/gtk-qt-engine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/gtk-qt-engine/debian/source/options +++ b/ubuntu/precise/applications/gtk-qt-engine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/gtk3-tqt-engine/debian/rules b/ubuntu/precise/applications/gtk3-tqt-engine/debian/rules index 242fb2c84..9bed17b05 100755 --- a/ubuntu/precise/applications/gtk3-tqt-engine/debian/rules +++ b/ubuntu/precise/applications/gtk3-tqt-engine/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/gwenview-i18n/debian/rules b/ubuntu/precise/applications/gwenview-i18n/debian/rules index ef4e97ec1..3070a9c9d 100755 --- a/ubuntu/precise/applications/gwenview-i18n/debian/rules +++ b/ubuntu/precise/applications/gwenview-i18n/debian/rules @@ -9,6 +9,9 @@ include /usr/share/cdbs/1/rules/utils.mk -include debian/debiandirs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_DOCS_ALL := DOC_LANGS = da de et fr it nl pl pt ru sv pt_BR diff --git a/ubuntu/precise/applications/gwenview-i18n/debian/source/options b/ubuntu/precise/applications/gwenview-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/gwenview-i18n/debian/source/options +++ b/ubuntu/precise/applications/gwenview-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/gwenview/debian/rules b/ubuntu/precise/applications/gwenview/debian/rules index 447938cef..d6423c512 100755 --- a/ubuntu/precise/applications/gwenview/debian/rules +++ b/ubuntu/precise/applications/gwenview/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-kipi --enable-final --prefix=/opt/trinity DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL := NEWS +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_ALL := -V DEB_SHLIBDEPS_INCLUDE = debian/gwenview-trinity/opt/trinity/lib diff --git a/ubuntu/precise/applications/gwenview/debian/source/options b/ubuntu/precise/applications/gwenview/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/gwenview/debian/source/options +++ b/ubuntu/precise/applications/gwenview/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/k3b-i18n/debian/rules b/ubuntu/precise/applications/k3b-i18n/debian/rules index 2048362b9..1e6d35926 100755 --- a/ubuntu/precise/applications/k3b-i18n/debian/rules +++ b/ubuntu/precise/applications/k3b-i18n/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -102,7 +105,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb -- -Z bzip2 + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install diff --git a/ubuntu/precise/applications/k3b-i18n/debian/source/options b/ubuntu/precise/applications/k3b-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/k3b-i18n/debian/source/options +++ b/ubuntu/precise/applications/k3b-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/k3b/debian/control b/ubuntu/precise/applications/k3b/debian/control index 20733a1f0..d15a1e0fe 100644 --- a/ubuntu/precise/applications/k3b/debian/control +++ b/ubuntu/precise/applications/k3b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org> Uploaders: Francois Marier <francois@debian.org>, Fathi Boudra <fabo@debian.org> -Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmusicbrainz4-dev (>= 2.1.1-4.1), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libdvdread4, libdvdread-dev, alsa, libasound2-dev, lame, libmp3lame-dev, debhelper (>= 6), cdbs (>= 0.4.52ubuntu18), tdelibs4-trinity-dev (>= 3.5.0), libflac++-dev (>= 1.1.2), flac, libdbus-tqt-1-dev, libhal-dev (>= 0.5.5.1), libhal-storage-dev (>= 0.5.5.1), libpopt-dev, libmpcdec-dev, libtag1-dev (>= 1.4-3), libmad0-dev, chrpath, libavformat-dev, libavcodec-dev, libvorbis-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Homepage: http://www.k3b.org diff --git a/ubuntu/precise/applications/k3b/debian/rules b/ubuntu/precise/applications/k3b/debian/rules index 3a19a0ec8..cc895cd83 100755 --- a/ubuntu/precise/applications/k3b/debian/rules +++ b/ubuntu/precise/applications/k3b/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_k3b = debian/k3b.1 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/tmp/ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/k3b/debian/source/options b/ubuntu/precise/applications/k3b/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/k3b/debian/source/options +++ b/ubuntu/precise/applications/k3b/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/k9copy/debian/rules b/ubuntu/precise/applications/k9copy/debian/rules index 0887c2d07..5f97b6de2 100755 --- a/ubuntu/precise/applications/k9copy/debian/rules +++ b/ubuntu/precise/applications/k9copy/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_k9copy = k9copy-trinity.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/k9copy/debian/source/options b/ubuntu/precise/applications/k9copy/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/k9copy/debian/source/options +++ b/ubuntu/precise/applications/k9copy/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kaffeine-mozilla/debian/rules b/ubuntu/precise/applications/kaffeine-mozilla/debian/rules index 80fe9807b..c04c761e2 100755 --- a/ubuntu/precise/applications/kaffeine-mozilla/debian/rules +++ b/ubuntu/precise/applications/kaffeine-mozilla/debian/rules @@ -14,6 +14,9 @@ export DH_OPTIONS DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity @@ -177,7 +180,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kaffeine-mozilla/debian/source/options b/ubuntu/precise/applications/kaffeine-mozilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kaffeine-mozilla/debian/source/options +++ b/ubuntu/precise/applications/kaffeine-mozilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kaffeine/debian/rules b/ubuntu/precise/applications/kaffeine/debian/rules index 7791988e7..9021f8fb0 100755 --- a/ubuntu/precise/applications/kaffeine/debian/rules +++ b/ubuntu/precise/applications/kaffeine/debian/rules @@ -17,6 +17,9 @@ DEB_INSTALL_MANPAGES_kaffeine-trinity := debian/kaffeine.1 DEB_FIXPERMS_EXCLUDE := install-css.sh install-codecs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kaffeine/debian/source/options b/ubuntu/precise/applications/kaffeine/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kaffeine/debian/source/options +++ b/ubuntu/precise/applications/kaffeine/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/katapult/debian/rules b/ubuntu/precise/applications/katapult/debian/rules index 6340f855d..779671876 100755 --- a/ubuntu/precise/applications/katapult/debian/rules +++ b/ubuntu/precise/applications/katapult/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine export KUBUNTU_DESKTOP_POT=extragear-utils_katapult DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + cleanbuilddir/katapult-trinity:: rm -f katapult.1 diff --git a/ubuntu/precise/applications/katapult/debian/source/options b/ubuntu/precise/applications/katapult/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/katapult/debian/source/options +++ b/ubuntu/precise/applications/katapult/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kbarcode/debian/rules b/ubuntu/precise/applications/kbarcode/debian/rules index b8267f39c..cdbae3c90 100755 --- a/ubuntu/precise/applications/kbarcode/debian/rules +++ b/ubuntu/precise/applications/kbarcode/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_kbarcode-trinity := debian/kbarcode.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kbarcode/debian/source/options b/ubuntu/precise/applications/kbarcode/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kbarcode/debian/source/options +++ b/ubuntu/precise/applications/kbarcode/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kbfx/debian/rules b/ubuntu/precise/applications/kbfx/debian/rules index 2bffe9b78..97b64d997 100755 --- a/ubuntu/precise/applications/kbfx/debian/rules +++ b/ubuntu/precise/applications/kbfx/debian/rules @@ -24,6 +24,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CMAKE_EXTRA_FLAGS = -DLIB_SUFFIX="" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/tde" -DCMAKE_INSTALL_PREFIX="/opt/trinity/" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ] @@ -74,6 +77,6 @@ binary-arch: build dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch diff --git a/ubuntu/precise/applications/kbfx/debian/source/options b/ubuntu/precise/applications/kbfx/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kbfx/debian/source/options +++ b/ubuntu/precise/applications/kbfx/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kbookreader/debian/rules b/ubuntu/precise/applications/kbookreader/debian/rules index 6f4a82d1b..53794c4fe 100755 --- a/ubuntu/precise/applications/kbookreader/debian/rules +++ b/ubuntu/precise/applications/kbookreader/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kbookreader/debian/source/options b/ubuntu/precise/applications/kbookreader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kbookreader/debian/source/options +++ b/ubuntu/precise/applications/kbookreader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kchmviewer/debian/rules b/ubuntu/precise/applications/kchmviewer/debian/rules index a496effa9..c22afc5a3 100755 --- a/ubuntu/precise/applications/kchmviewer/debian/rules +++ b/ubuntu/precise/applications/kchmviewer/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kchmviewer/debian/source/options b/ubuntu/precise/applications/kchmviewer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kchmviewer/debian/source/options +++ b/ubuntu/precise/applications/kchmviewer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kcmautostart/debian/rules b/ubuntu/precise/applications/kcmautostart/debian/rules index 242fb2c84..9bed17b05 100644..100755 --- a/ubuntu/precise/applications/kcmautostart/debian/rules +++ b/ubuntu/precise/applications/kcmautostart/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kcmldap/debian/changelog b/ubuntu/precise/applications/kcmldap/debian/changelog new file mode 100644 index 000000000..a47452e9c --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldapbonding-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 diff --git a/ubuntu/precise/applications/kcmldap/debian/compat b/ubuntu/precise/applications/kcmldap/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/precise/applications/kcmldap/debian/control b/ubuntu/precise/applications/kcmldap/debian/control new file mode 100644 index 000000000..de711caf1 --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/control @@ -0,0 +1,13 @@ +Source: kcontrol-ldapbonding-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Raphaël Pinson <raphink@raphink.net> +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldapbonding-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, libpam-krb5, libpam-ldap, nss-updatedb, libpam-ccreds +Description: LDAP control module for the TDE control center + LDAP is a TDE control center module to manage TDE connections to LDAP realms. diff --git a/ubuntu/precise/applications/kcmldap/debian/copyright b/ubuntu/precise/applications/kcmldap/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson <kb9vqf@pearsoncomputing.net> on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> + +copyright (C) 2012 Timothy Pearson <kb9vqf@pearsoncomputing.net> + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson <kb9vqf@pearsoncomputing.net> and +is licensed under the GPL, see above. + diff --git a/ubuntu/precise/applications/kcmldap/debian/rules b/ubuntu/precise/applications/kcmldap/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/ubuntu/precise/applications/kcmldap/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/changelog b/ubuntu/precise/applications/kcmldapcontroller/debian/changelog new file mode 100644 index 000000000..5ab6125c1 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-controller-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/compat b/ubuntu/precise/applications/kcmldapcontroller/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/control b/ubuntu/precise/applications/kcmldapcontroller/debian/control new file mode 100644 index 000000000..7cbb384bc --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-controller-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-controller-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, heimdal-kdc, slapd, libsasl2-modules-gssapi-heimdal, sasl2-bin, openssl +Description: LDAP realm controller module for the TDE control center + LDAP Controller is a TDE control center module to configure an LDAP Realm Controller diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/copyright b/ubuntu/precise/applications/kcmldapcontroller/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson <kb9vqf@pearsoncomputing.net> on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> + +copyright (C) 2012 Timothy Pearson <kb9vqf@pearsoncomputing.net> + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson <kb9vqf@pearsoncomputing.net> and +is licensed under the GPL, see above. + diff --git a/ubuntu/precise/applications/kcmldapcontroller/debian/rules b/ubuntu/precise/applications/kcmldapcontroller/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapcontroller/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/changelog b/ubuntu/precise/applications/kcmldapmanager/debian/changelog new file mode 100644 index 000000000..b73c248b8 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-manager-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/compat b/ubuntu/precise/applications/kcmldapmanager/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/control b/ubuntu/precise/applications/kcmldapmanager/debian/control new file mode 100644 index 000000000..b84e5e4c3 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/control @@ -0,0 +1,12 @@ +Source: kcontrol-ldap-manager-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-manager-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Description: LDAP realm management module for the TDE control center + LDAP Manager is a TDE control center module to manage users, groups, and machines in LDAP realms. diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/copyright b/ubuntu/precise/applications/kcmldapmanager/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Timothy Pearson <kb9vqf@pearsoncomputing.net> on +Thu, 17 May 2012 19:52:51 +0100. + +It was downloaded from http://www.trinitydesktop.org + +Upstream Author: Timothy Pearson <kb9vqf@pearsoncomputing.net> + +copyright (C) 2012 Timothy Pearson <kb9vqf@pearsoncomputing.net> + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2012, Timothy Pearson <kb9vqf@pearsoncomputing.net> and +is licensed under the GPL, see above. + diff --git a/ubuntu/precise/applications/kcmldapmanager/debian/rules b/ubuntu/precise/applications/kcmldapmanager/debian/rules new file mode 100755 index 000000000..9bed17b05 --- /dev/null +++ b/ubuntu/precise/applications/kcmldapmanager/debian/rules @@ -0,0 +1,27 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde +DEB_CONFIGURE_MANDIR := /opt/trinity/share/man +DEB_CONFIGURE_PREFIX := /opt/trinity +DEB_CONFIGURE_INFODIR := /opt/trinity/share/info + +cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ! [ -f /usr/share/libtool/ltmain.sh ] || \ + cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh + ! [ -f /usr/share/libtool/config/ltmain.sh ] || \ + cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh + cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in + + make -f admin/Makefile.common cvs + touch debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kcpuload/debian/rules b/ubuntu/precise/applications/kcpuload/debian/rules index e13398f63..20eca167c 100755 --- a/ubuntu/precise/applications/kcpuload/debian/rules +++ b/ubuntu/precise/applications/kcpuload/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -184,7 +187,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/applications/kcpuload/debian/source/options b/ubuntu/precise/applications/kcpuload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kcpuload/debian/source/options +++ b/ubuntu/precise/applications/kcpuload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kdbusnotification/debian/rules b/ubuntu/precise/applications/kdbusnotification/debian/rules index 2acd9ab0f..94d0ad5bd 100755 --- a/ubuntu/precise/applications/kdbusnotification/debian/rules +++ b/ubuntu/precise/applications/kdbusnotification/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -173,7 +176,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/applications/kdbusnotification/debian/source/options b/ubuntu/precise/applications/kdbusnotification/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kdbusnotification/debian/source/options +++ b/ubuntu/precise/applications/kdbusnotification/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kdiff3/debian/rules b/ubuntu/precise/applications/kdiff3/debian/rules index bc64fcc06..19ea44a07 100755 --- a/ubuntu/precise/applications/kdiff3/debian/rules +++ b/ubuntu/precise/applications/kdiff3/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -97,7 +100,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -118,7 +121,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kdiff3/debian/source/options b/ubuntu/precise/applications/kdiff3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kdiff3/debian/source/options +++ b/ubuntu/precise/applications/kdiff3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kdirstat/debian/rules b/ubuntu/precise/applications/kdirstat/debian/rules index b15f5a9a5..8c0a950a3 100755 --- a/ubuntu/precise/applications/kdirstat/debian/rules +++ b/ubuntu/precise/applications/kdirstat/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kdirstat/debian/source/options b/ubuntu/precise/applications/kdirstat/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kdirstat/debian/source/options +++ b/ubuntu/precise/applications/kdirstat/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kdpkg/debian/rules b/ubuntu/precise/applications/kdpkg/debian/rules index ff163f6a7..455414f69 100755 --- a/ubuntu/precise/applications/kdpkg/debian/rules +++ b/ubuntu/precise/applications/kdpkg/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kdpkg/debian/source/options b/ubuntu/precise/applications/kdpkg/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kdpkg/debian/source/options +++ b/ubuntu/precise/applications/kdpkg/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/keep/debian/rules b/ubuntu/precise/applications/keep/debian/rules index b6eae04ee..1b5054df6 100755 --- a/ubuntu/precise/applications/keep/debian/rules +++ b/ubuntu/precise/applications/keep/debian/rules @@ -16,6 +16,9 @@ DEB_INSTALL_MANPAGES_keep := keep.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/keep/debian/source/options b/ubuntu/precise/applications/keep/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/keep/debian/source/options +++ b/ubuntu/precise/applications/keep/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kerberostray/debian/rules b/ubuntu/precise/applications/kerberostray/debian/rules index 242fb2c84..9bed17b05 100755 --- a/ubuntu/precise/applications/kerberostray/debian/rules +++ b/ubuntu/precise/applications/kerberostray/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kerry/debian/rules b/ubuntu/precise/applications/kerry/debian/rules index 7dc0fbe23..dea466c17 100755 --- a/ubuntu/precise/applications/kerry/debian/rules +++ b/ubuntu/precise/applications/kerry/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_kerry-trinity = kerry.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/kerry-trinity:: docbook2x-man debian/kerry.1.docbook diff --git a/ubuntu/precise/applications/kerry/debian/source/options b/ubuntu/precise/applications/kerry/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kerry/debian/source/options +++ b/ubuntu/precise/applications/kerry/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kgtk-qt3/debian/rules b/ubuntu/precise/applications/kgtk-qt3/debian/rules index 15ab99eb2..b4cb7a953 100755 --- a/ubuntu/precise/applications/kgtk-qt3/debian/rules +++ b/ubuntu/precise/applications/kgtk-qt3/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/kgtk-qt3/debian/source/options b/ubuntu/precise/applications/kgtk-qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kgtk-qt3/debian/source/options +++ b/ubuntu/precise/applications/kgtk-qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kile/debian/rules b/ubuntu/precise/applications/kile/debian/rules index 3e19a08ea..d7f547296 100755 --- a/ubuntu/precise/applications/kile/debian/rules +++ b/ubuntu/precise/applications/kile/debian/rules @@ -17,6 +17,9 @@ DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kile := debian/kile.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kile/debian/source/options b/ubuntu/precise/applications/kile/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kile/debian/source/options +++ b/ubuntu/precise/applications/kile/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kima/debian/rules b/ubuntu/precise/applications/kima/debian/rules index 519575104..45e052b96 100755 --- a/ubuntu/precise/applications/kima/debian/rules +++ b/ubuntu/precise/applications/kima/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Add here any variable or target overrides you need. post-patches:: debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kima/debian/source/options b/ubuntu/precise/applications/kima/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kima/debian/source/options +++ b/ubuntu/precise/applications/kima/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kio-apt/debian/rules b/ubuntu/precise/applications/kio-apt/debian/rules index 9b82c21ad..93f63f8ee 100755 --- a/ubuntu/precise/applications/kio-apt/debian/rules +++ b/ubuntu/precise/applications/kio-apt/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kio-apt/debian/source/options b/ubuntu/precise/applications/kio-apt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kio-apt/debian/source/options +++ b/ubuntu/precise/applications/kio-apt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kio-locate/debian/rules b/ubuntu/precise/applications/kio-locate/debian/rules index 7a837110e..ecf59da08 100755 --- a/ubuntu/precise/applications/kio-locate/debian/rules +++ b/ubuntu/precise/applications/kio-locate/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/kio-locate/debian/source/options b/ubuntu/precise/applications/kio-locate/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kio-locate/debian/source/options +++ b/ubuntu/precise/applications/kio-locate/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kio-umountwrapper/debian/rules b/ubuntu/precise/applications/kio-umountwrapper/debian/rules index ae8903f41..6672eae5b 100755 --- a/ubuntu/precise/applications/kio-umountwrapper/debian/rules +++ b/ubuntu/precise/applications/kio-umountwrapper/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kio-umountwrapper/debian/source/options b/ubuntu/precise/applications/kio-umountwrapper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kio-umountwrapper/debian/source/options +++ b/ubuntu/precise/applications/kio-umountwrapper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kiosktool/debian/rules b/ubuntu/precise/applications/kiosktool/debian/rules index 4e38353a1..507e5a458 100755 --- a/ubuntu/precise/applications/kiosktool/debian/rules +++ b/ubuntu/precise/applications/kiosktool/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kiosktool/debian/source/options b/ubuntu/precise/applications/kiosktool/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kiosktool/debian/source/options +++ b/ubuntu/precise/applications/kiosktool/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kmatplot/debian/source/options b/ubuntu/precise/applications/kmatplot/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kmatplot/debian/source/options +++ b/ubuntu/precise/applications/kmatplot/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kmplayer/debian/rules b/ubuntu/precise/applications/kmplayer/debian/rules index 63bf848d1..166ca76e2 100755 --- a/ubuntu/precise/applications/kmplayer/debian/rules +++ b/ubuntu/precise/applications/kmplayer/debian/rules @@ -22,6 +22,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-maintainer-mode --prefix=/opt/trinity --wi DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_INSTALL_MANPAGES_kmplayer = kmplayer.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kmplayer/debian/source/options b/ubuntu/precise/applications/kmplayer/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kmplayer/debian/source/options +++ b/ubuntu/precise/applications/kmplayer/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kmyfirewall/debian/rules b/ubuntu/precise/applications/kmyfirewall/debian/rules index 8fa664c8a..28035c796 100755 --- a/ubuntu/precise/applications/kmyfirewall/debian/rules +++ b/ubuntu/precise/applications/kmyfirewall/debian/rules @@ -13,6 +13,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -126,7 +129,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kmyfirewall/debian/source/options b/ubuntu/precise/applications/kmyfirewall/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kmyfirewall/debian/source/options +++ b/ubuntu/precise/applications/kmyfirewall/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kmymoney/debian/rules b/ubuntu/precise/applications/kmymoney/debian/rules index 192c6019c..4c3b55cb4 100755 --- a/ubuntu/precise/applications/kmymoney/debian/rules +++ b/ubuntu/precise/applications/kmymoney/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde --disable-sqlite3 --disable-pdf-docs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + LDFLAGS += -Wl,--as-needed post-patches:: debian/stamp-bootstrap diff --git a/ubuntu/precise/applications/kmymoney/debian/source/options b/ubuntu/precise/applications/kmymoney/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kmymoney/debian/source/options +++ b/ubuntu/precise/applications/kmymoney/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knemo/debian/rules b/ubuntu/precise/applications/knemo/debian/rules index fd71fe17f..4fb03f005 100755 --- a/ubuntu/precise/applications/knemo/debian/rules +++ b/ubuntu/precise/applications/knemo/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_knemo = -XNEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/knemo/debian/source/options b/ubuntu/precise/applications/knemo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knemo/debian/source/options +++ b/ubuntu/precise/applications/knemo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetload/debian/rules b/ubuntu/precise/applications/knetload/debian/rules index f5784f7ae..d955fbe4a 100755 --- a/ubuntu/precise/applications/knetload/debian/rules +++ b/ubuntu/precise/applications/knetload/debian/rules @@ -9,6 +9,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -178,7 +181,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/applications/knetload/debian/source/options b/ubuntu/precise/applications/knetload/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetload/debian/source/options +++ b/ubuntu/precise/applications/knetload/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetstats/debian/rules b/ubuntu/precise/applications/knetstats/debian/rules index 7b1522933..1a573fb20 100755 --- a/ubuntu/precise/applications/knetstats/debian/rules +++ b/ubuntu/precise/applications/knetstats/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_MANPAGES_knetstats-trinity = knetstats.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/knetstats/debian/source/options b/ubuntu/precise/applications/knetstats/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetstats/debian/source/options +++ b/ubuntu/precise/applications/knetstats/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetworkmanager.cmake/debian/source/options b/ubuntu/precise/applications/knetworkmanager.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetworkmanager.cmake/debian/source/options +++ b/ubuntu/precise/applications/knetworkmanager.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetworkmanager8/debian/rules b/ubuntu/precise/applications/knetworkmanager8/debian/rules index a4ba9688c..9c7e598e1 100755 --- a/ubuntu/precise/applications/knetworkmanager8/debian/rules +++ b/ubuntu/precise/applications/knetworkmanager8/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO DEB_CONFIGURE_EXTRA_FLAGS := --with-openvpn --with-vpnc --with-pptp +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/knetworkmanager8/debian/source/options b/ubuntu/precise/applications/knetworkmanager8/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetworkmanager8/debian/source/options +++ b/ubuntu/precise/applications/knetworkmanager8/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knetworkmanager9/debian/rules b/ubuntu/precise/applications/knetworkmanager9/debian/rules index c9fa2b866..00ac9877f 100755 --- a/ubuntu/precise/applications/knetworkmanager9/debian/rules +++ b/ubuntu/precise/applications/knetworkmanager9/debian/rules @@ -20,6 +20,9 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" - DEB_INSTALL_DOCS_ALL := -XNEWS -XTODO +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/network-manager-kde-trinity:: # Install autostart file install -D -m 644 tdenetworkmanager-0.8/src/tdenetworkmanager.desktop \ diff --git a/ubuntu/precise/applications/knetworkmanager9/debian/source/options b/ubuntu/precise/applications/knetworkmanager9/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knetworkmanager9/debian/source/options +++ b/ubuntu/precise/applications/knetworkmanager9/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knights/debian/rules b/ubuntu/precise/applications/knights/debian/rules index ab81cb6e3..f4f406c79 100755 --- a/ubuntu/precise/applications/knights/debian/rules +++ b/ubuntu/precise/applications/knights/debian/rules @@ -13,6 +13,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -107,7 +110,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/knights/debian/source/options b/ubuntu/precise/applications/knights/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knights/debian/source/options +++ b/ubuntu/precise/applications/knights/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knowit/debian/rules b/ubuntu/precise/applications/knowit/debian/rules index 3ed456df4..0a090fdb6 100755 --- a/ubuntu/precise/applications/knowit/debian/rules +++ b/ubuntu/precise/applications/knowit/debian/rules @@ -14,6 +14,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -95,7 +98,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/knowit/debian/source/options b/ubuntu/precise/applications/knowit/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knowit/debian/source/options +++ b/ubuntu/precise/applications/knowit/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/knutclient/debian/rules b/ubuntu/precise/applications/knutclient/debian/rules index ad89a9108..0d07992cf 100755 --- a/ubuntu/precise/applications/knutclient/debian/rules +++ b/ubuntu/precise/applications/knutclient/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -127,7 +130,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/knutclient/debian/source/options b/ubuntu/precise/applications/knutclient/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/knutclient/debian/source/options +++ b/ubuntu/precise/applications/knutclient/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/koffice-i18n/debian/rules b/ubuntu/precise/applications/koffice-i18n/debian/rules index 9bb59484f..478c97b9d 100755 --- a/ubuntu/precise/applications/koffice-i18n/debian/rules +++ b/ubuntu/precise/applications/koffice-i18n/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + languages = `ls -1d *i18n*` build-stamp: @@ -81,7 +84,7 @@ binary-indep: build dh_installdeb dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep diff --git a/ubuntu/precise/applications/koffice-i18n/debian/source/options b/ubuntu/precise/applications/koffice-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/koffice-i18n/debian/source/options +++ b/ubuntu/precise/applications/koffice-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/koffice/debian/rules b/ubuntu/precise/applications/koffice/debian/rules index b166e12e4..ed91a11c3 100755 --- a/ubuntu/precise/applications/koffice/debian/rules +++ b/ubuntu/precise/applications/koffice/debian/rules @@ -17,6 +17,9 @@ DEB_KDE_APIDOX := no DEB_DH_STRIP_ARGS := --dbg-package=koffice-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := karbon-trinity kchart-trinity kivio-trinity koffice-libs-trinity chalk-trinity kspread-trinity kugar-trinity kthesaurus-trinity DEB_INSTALL_CHANGELOGS_karbon-trinity := karbon/CHANGES diff --git a/ubuntu/precise/applications/koffice/debian/source/options b/ubuntu/precise/applications/koffice/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/koffice/debian/source/options +++ b/ubuntu/precise/applications/koffice/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/konversation/debian/rules b/ubuntu/precise/applications/konversation/debian/rules index 359d5f809..0e973a150 100755 --- a/ubuntu/precise/applications/konversation/debian/rules +++ b/ubuntu/precise/applications/konversation/debian/rules @@ -15,6 +15,9 @@ DEB_DH_STRIP_ARGS := --dbg-package=konversation-trinity-dbg DEB_INSTALL_DOCS_ALL = DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/konversation/debian/source/options b/ubuntu/precise/applications/konversation/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/konversation/debian/source/options +++ b/ubuntu/precise/applications/konversation/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kopete-otr/debian/rules b/ubuntu/precise/applications/kopete-otr/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/ubuntu/precise/applications/kopete-otr/debian/rules +++ b/ubuntu/precise/applications/kopete-otr/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kopete-otr/debian/source/options b/ubuntu/precise/applications/kopete-otr/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kopete-otr/debian/source/options +++ b/ubuntu/precise/applications/kopete-otr/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpicosim/debian/rules b/ubuntu/precise/applications/kpicosim/debian/rules index 4a8c9dcdd..0a03f424b 100755 --- a/ubuntu/precise/applications/kpicosim/debian/rules +++ b/ubuntu/precise/applications/kpicosim/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -123,7 +126,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kpicosim/debian/source/options b/ubuntu/precise/applications/kpicosim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpicosim/debian/source/options +++ b/ubuntu/precise/applications/kpicosim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpilot/debian/rules b/ubuntu/precise/applications/kpilot/debian/rules index abfd36cfc..4edf9d96d 100755 --- a/ubuntu/precise/applications/kpilot/debian/rules +++ b/ubuntu/precise/applications/kpilot/debian/rules @@ -12,6 +12,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kpilot/debian/source/options b/ubuntu/precise/applications/kpilot/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpilot/debian/source/options +++ b/ubuntu/precise/applications/kpilot/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpowersave-nohal/debian/rules b/ubuntu/precise/applications/kpowersave-nohal/debian/rules index a2f0e66bb..262171bc3 100755 --- a/ubuntu/precise/applications/kpowersave-nohal/debian/rules +++ b/ubuntu/precise/applications/kpowersave-nohal/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kpowersave-nohal/debian/source/options b/ubuntu/precise/applications/kpowersave-nohal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpowersave-nohal/debian/source/options +++ b/ubuntu/precise/applications/kpowersave-nohal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpowersave.cmake/debian/source/options b/ubuntu/precise/applications/kpowersave.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpowersave.cmake/debian/source/options +++ b/ubuntu/precise/applications/kpowersave.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kpowersave/debian/rules b/ubuntu/precise/applications/kpowersave/debian/rules index 991d42479..961465395 100755 --- a/ubuntu/precise/applications/kpowersave/debian/rules +++ b/ubuntu/precise/applications/kpowersave/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_INSTALL_DOCS_ALL := AUTHORS NEWS DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kpowersave/debian/source/options b/ubuntu/precise/applications/kpowersave/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kpowersave/debian/source/options +++ b/ubuntu/precise/applications/kpowersave/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kradio/debian/rules b/ubuntu/precise/applications/kradio/debian/rules index d8c6c0226..41840eb6e 100755 --- a/ubuntu/precise/applications/kradio/debian/rules +++ b/ubuntu/precise/applications/kradio/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -121,7 +124,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/kradio/debian/source/options b/ubuntu/precise/applications/kradio/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kradio/debian/source/options +++ b/ubuntu/precise/applications/kradio/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/krename/debian/rules b/ubuntu/precise/applications/krename/debian/rules index f886eacd0..4983ad699 100755 --- a/ubuntu/precise/applications/krename/debian/rules +++ b/ubuntu/precise/applications/krename/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/ubuntu/precise/applications/krename/debian/source/options b/ubuntu/precise/applications/krename/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/krename/debian/source/options +++ b/ubuntu/precise/applications/krename/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/krusader/debian/rules b/ubuntu/precise/applications/krusader/debian/rules index 139132dbb..b19073807 100755 --- a/ubuntu/precise/applications/krusader/debian/rules +++ b/ubuntu/precise/applications/krusader/debian/rules @@ -18,6 +18,9 @@ DEB_DESTDIR = $(CURDIR)/debian/krusader-trinity/ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/krusader/debian/source/options b/ubuntu/precise/applications/krusader/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/krusader/debian/source/options +++ b/ubuntu/precise/applications/krusader/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ksplash-engine-moodin/debian/rules b/ubuntu/precise/applications/ksplash-engine-moodin/debian/rules index 047b8ca76..c41d87b76 100755 --- a/ubuntu/precise/applications/ksplash-engine-moodin/debian/rules +++ b/ubuntu/precise/applications/ksplash-engine-moodin/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -132,7 +135,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/ksplash-engine-moodin/debian/source/options b/ubuntu/precise/applications/ksplash-engine-moodin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ksplash-engine-moodin/debian/source/options +++ b/ubuntu/precise/applications/ksplash-engine-moodin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ksquirrel/debian/rules b/ubuntu/precise/applications/ksquirrel/debian/rules index 744a8d1e5..f59e43351 100755 --- a/ubuntu/precise/applications/ksquirrel/debian/rules +++ b/ubuntu/precise/applications/ksquirrel/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -106,7 +109,7 @@ binary-arch: build install # dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/ksquirrel/debian/source/options b/ubuntu/precise/applications/ksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ksquirrel/debian/source/options +++ b/ubuntu/precise/applications/ksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kstreamripper/debian/rules b/ubuntu/precise/applications/kstreamripper/debian/rules index 9f641b49a..88540f9bf 100755 --- a/ubuntu/precise/applications/kstreamripper/debian/rules +++ b/ubuntu/precise/applications/kstreamripper/debian/rules @@ -2,6 +2,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk #DEB_INSTALL_MANPAGES_kstreamripper-trinity:=debian/kstreamripper.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PATH := /opt/trinity/bin:$(PATH) build/kstreamripper-trinity:: diff --git a/ubuntu/precise/applications/kstreamripper/debian/source/options b/ubuntu/precise/applications/kstreamripper/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kstreamripper/debian/source/options +++ b/ubuntu/precise/applications/kstreamripper/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ksystemlog/debian/rules b/ubuntu/precise/applications/ksystemlog/debian/rules index 12d493659..5b9d63684 100755 --- a/ubuntu/precise/applications/ksystemlog/debian/rules +++ b/ubuntu/precise/applications/ksystemlog/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ksystemlog-trinity := ksystemlog.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/ksystemlog/debian/source/options b/ubuntu/precise/applications/ksystemlog/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ksystemlog/debian/source/options +++ b/ubuntu/precise/applications/ksystemlog/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ktechlab/debian/rules b/ubuntu/precise/applications/ktechlab/debian/rules index 15d1878df..227674f7f 100755 --- a/ubuntu/precise/applications/ktechlab/debian/rules +++ b/ubuntu/precise/applications/ktechlab/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -108,7 +111,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install unpatch diff --git a/ubuntu/precise/applications/ktechlab/debian/source/options b/ubuntu/precise/applications/ktechlab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ktechlab/debian/source/options +++ b/ubuntu/precise/applications/ktechlab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/ktorrent/debian/rules b/ubuntu/precise/applications/ktorrent/debian/rules index 5590816c2..d0046eb44 100755 --- a/ubuntu/precise/applications/ktorrent/debian/rules +++ b/ubuntu/precise/applications/ktorrent/debian/rules @@ -15,6 +15,9 @@ DEB_INSTALL_MANPAGES_ktorrent = ktorrent.1 DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/ktorrent-trinity:: docbook2x-man debian/ktorrent.1.docbook diff --git a/ubuntu/precise/applications/ktorrent/debian/source/options b/ubuntu/precise/applications/ktorrent/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/ktorrent/debian/source/options +++ b/ubuntu/precise/applications/ktorrent/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kuickshow/debian/rules b/ubuntu/precise/applications/kuickshow/debian/rules index ee4456494..46fe966da 100755 --- a/ubuntu/precise/applications/kuickshow/debian/rules +++ b/ubuntu/precise/applications/kuickshow/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/kuickshow/debian/source/options b/ubuntu/precise/applications/kuickshow/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kuickshow/debian/source/options +++ b/ubuntu/precise/applications/kuickshow/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kvirc/debian/rules b/ubuntu/precise/applications/kvirc/debian/rules index 665c61d25..fd45d5925 100755 --- a/ubuntu/precise/applications/kvirc/debian/rules +++ b/ubuntu/precise/applications/kvirc/debian/rules @@ -49,6 +49,9 @@ endif # DEB_COMPRESS_EXCLUDE := .kvs +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # # Run dh_shlibdeps with the correct options # diff --git a/ubuntu/precise/applications/kvirc/debian/source/options b/ubuntu/precise/applications/kvirc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kvirc/debian/source/options +++ b/ubuntu/precise/applications/kvirc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kvkbd/debian/rules b/ubuntu/precise/applications/kvkbd/debian/rules index 305c1e4df..0f564108e 100755 --- a/ubuntu/precise/applications/kvkbd/debian/rules +++ b/ubuntu/precise/applications/kvkbd/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvkbd-trinity:: make -f Makefile.cvs diff --git a/ubuntu/precise/applications/kvkbd/debian/source/options b/ubuntu/precise/applications/kvkbd/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kvkbd/debian/source/options +++ b/ubuntu/precise/applications/kvkbd/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/kvpnc/debian/rules b/ubuntu/precise/applications/kvpnc/debian/rules index 354c23311..f93ccb291 100755 --- a/ubuntu/precise/applications/kvpnc/debian/rules +++ b/ubuntu/precise/applications/kvpnc/debian/rules @@ -17,6 +17,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + makebuilddir/kvpnc-trinity:: cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh diff --git a/ubuntu/precise/applications/kvpnc/debian/source/options b/ubuntu/precise/applications/kvpnc/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/kvpnc/debian/source/options +++ b/ubuntu/precise/applications/kvpnc/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/piklab/debian/rules b/ubuntu/precise/applications/piklab/debian/rules index cd16137c9..6d0a1d510 100755 --- a/ubuntu/precise/applications/piklab/debian/rules +++ b/ubuntu/precise/applications/piklab/debian/rules @@ -10,6 +10,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -111,7 +114,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: config build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/piklab/debian/source/options b/ubuntu/precise/applications/piklab/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/piklab/debian/source/options +++ b/ubuntu/precise/applications/piklab/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/potracegui/debian/rules b/ubuntu/precise/applications/potracegui/debian/rules index bc559477f..4b268883c 100755 --- a/ubuntu/precise/applications/potracegui/debian/rules +++ b/ubuntu/precise/applications/potracegui/debian/rules @@ -20,6 +20,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/potracegui/debian/source/options b/ubuntu/precise/applications/potracegui/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/potracegui/debian/source/options +++ b/ubuntu/precise/applications/potracegui/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/qt4-tqt-theme-engine/debian/rules b/ubuntu/precise/applications/qt4-tqt-theme-engine/debian/rules index bd271d7de..2cde95722 100755 --- a/ubuntu/precise/applications/qt4-tqt-theme-engine/debian/rules +++ b/ubuntu/precise/applications/qt4-tqt-theme-engine/debian/rules @@ -9,5 +9,8 @@ DEB_CONFIGURE_MANDIR := /opt/trinity/share/man DEB_CONFIGURE_PREFIX := /opt/trinity DEB_CONFIGURE_INFODIR := /opt/trinity/share/info +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + QMAKE := qmake-qt4 diff --git a/ubuntu/precise/applications/rosegarden/debian/rules b/ubuntu/precise/applications/rosegarden/debian/rules index 32d10d6ff..3fc2b777e 100755 --- a/ubuntu/precise/applications/rosegarden/debian/rules +++ b/ubuntu/precise/applications/rosegarden/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true @@ -56,7 +59,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/ubuntu/precise/applications/rosegarden/debian/source/options b/ubuntu/precise/applications/rosegarden/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/rosegarden/debian/source/options +++ b/ubuntu/precise/applications/rosegarden/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/smartcardauth/debian/rules b/ubuntu/precise/applications/smartcardauth/debian/rules index a9e7e66cb..fe74e584a 100755 --- a/ubuntu/precise/applications/smartcardauth/debian/rules +++ b/ubuntu/precise/applications/smartcardauth/debian/rules @@ -9,3 +9,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/applications/smartcardauth/debian/source/options b/ubuntu/precise/applications/smartcardauth/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/smartcardauth/debian/source/options +++ b/ubuntu/precise/applications/smartcardauth/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/smb4k/debian/rules b/ubuntu/precise/applications/smb4k/debian/rules index db6aa90dd..70b1248dc 100755 --- a/ubuntu/precise/applications/smb4k/debian/rules +++ b/ubuntu/precise/applications/smb4k/debian/rules @@ -16,6 +16,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/smb4k/debian/source/options b/ubuntu/precise/applications/smb4k/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/smb4k/debian/source/options +++ b/ubuntu/precise/applications/smb4k/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/soundkonverter/debian/rules b/ubuntu/precise/applications/soundkonverter/debian/rules index 831240224..d3eac8d3b 100755 --- a/ubuntu/precise/applications/soundkonverter/debian/rules +++ b/ubuntu/precise/applications/soundkonverter/debian/rules @@ -23,6 +23,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS = --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/soundkonverter-trinity:: install -D -p -m0644 debian/soundkonverter-trinity.lintian-overrides \ debian/soundkonverter-trinity/usr/share/lintian/overrides/soundkonverter-trinity diff --git a/ubuntu/precise/applications/soundkonverter/debian/source/options b/ubuntu/precise/applications/soundkonverter/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/soundkonverter/debian/source/options +++ b/ubuntu/precise/applications/soundkonverter/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tde-guidance/debian/rules b/ubuntu/precise/applications/tde-guidance/debian/rules index 996ad6a4d..614fdb4a9 100755 --- a/ubuntu/precise/applications/tde-guidance/debian/rules +++ b/ubuntu/precise/applications/tde-guidance/debian/rules @@ -15,6 +15,9 @@ PYSUPPORT_PATH = $(DEB_DESTDIR)/opt/trinity/share/python-support DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde LDFLAGS_APPEND := -L/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/tde-guidance-trinity:: # install icons to right place install -D -p -m0644 $(DEB_DESTDIR)/opt/trinity/share/apps/guidance/pics/hi32-app-daemons.png \ diff --git a/ubuntu/precise/applications/tde-guidance/debian/source/options b/ubuntu/precise/applications/tde-guidance/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tde-guidance/debian/source/options +++ b/ubuntu/precise/applications/tde-guidance/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tde-style-lipstik/debian/rules b/ubuntu/precise/applications/tde-style-lipstik/debian/rules index f24b21716..eb9de9610 100755 --- a/ubuntu/precise/applications/tde-style-lipstik/debian/rules +++ b/ubuntu/precise/applications/tde-style-lipstik/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -122,7 +125,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/tde-style-lipstik/debian/source/options b/ubuntu/precise/applications/tde-style-lipstik/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tde-style-lipstik/debian/source/options +++ b/ubuntu/precise/applications/tde-style-lipstik/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tde-style-qtcurve/debian/rules b/ubuntu/precise/applications/tde-style-qtcurve/debian/rules index c61c340ae..685703a85 100755 --- a/ubuntu/precise/applications/tde-style-qtcurve/debian/rules +++ b/ubuntu/precise/applications/tde-style-qtcurve/debian/rules @@ -24,6 +24,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/tde-style-qtcurve/debian/source/options b/ubuntu/precise/applications/tde-style-qtcurve/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tde-style-qtcurve/debian/source/options +++ b/ubuntu/precise/applications/tde-style-qtcurve/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tde-systemsettings/debian/rules b/ubuntu/precise/applications/tde-systemsettings/debian/rules index 8110845eb..ed2e13a90 100755 --- a/ubuntu/precise/applications/tde-systemsettings/debian/rules +++ b/ubuntu/precise/applications/tde-systemsettings/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/tde-systemsettings/debian/source/options b/ubuntu/precise/applications/tde-systemsettings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tde-systemsettings/debian/source/options +++ b/ubuntu/precise/applications/tde-systemsettings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tdesudo/debian/rules b/ubuntu/precise/applications/tdesudo/debian/rules index 5a63a69a9..443a43aed 100755 --- a/ubuntu/precise/applications/tdesudo/debian/rules +++ b/ubuntu/precise/applications/tdesudo/debian/rules @@ -15,6 +15,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinit DEB_INSTALL_MANPAGES_tdesudo-trinity = tdesudo-trinity.1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + build/tdesudo-trinity:: docbook2x-man debian/tdesudo-trinity.1.docbook mv tdesudo.1 tdesudo-trinity.1 diff --git a/ubuntu/precise/applications/tdesudo/debian/source/options b/ubuntu/precise/applications/tdesudo/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tdesudo/debian/source/options +++ b/ubuntu/precise/applications/tdesudo/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tdesvn/debian/rules b/ubuntu/precise/applications/tdesvn/debian/rules index d3e870fba..37d2a944b 100755 --- a/ubuntu/precise/applications/tdesvn/debian/rules +++ b/ubuntu/precise/applications/tdesvn/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/tdesvn/debian/source/options b/ubuntu/precise/applications/tdesvn/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tdesvn/debian/source/options +++ b/ubuntu/precise/applications/tdesvn/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tdmtheme/debian/rules b/ubuntu/precise/applications/tdmtheme/debian/rules index 8e74fc2cb..0fc4f4aa4 100755 --- a/ubuntu/precise/applications/tdmtheme/debian/rules +++ b/ubuntu/precise/applications/tdmtheme/debian/rules @@ -15,6 +15,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/tdmtheme/debian/source/options b/ubuntu/precise/applications/tdmtheme/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tdmtheme/debian/source/options +++ b/ubuntu/precise/applications/tdmtheme/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/tellico/debian/rules b/ubuntu/precise/applications/tellico/debian/rules index 84b8312a4..9e404eabf 100755 --- a/ubuntu/precise/applications/tellico/debian/rules +++ b/ubuntu/precise/applications/tellico/debian/rules @@ -12,6 +12,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -149,7 +152,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -171,7 +174,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-arch binary-indep .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/applications/tellico/debian/source/options b/ubuntu/precise/applications/tellico/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/tellico/debian/source/options +++ b/ubuntu/precise/applications/tellico/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/twin-style-crystal/debian/rules b/ubuntu/precise/applications/twin-style-crystal/debian/rules index 8cda3384a..4fb0c5bb5 100755 --- a/ubuntu/precise/applications/twin-style-crystal/debian/rules +++ b/ubuntu/precise/applications/twin-style-crystal/debian/rules @@ -13,6 +13,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/applications/twin-style-crystal/debian/source/options b/ubuntu/precise/applications/twin-style-crystal/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/twin-style-crystal/debian/source/options +++ b/ubuntu/precise/applications/twin-style-crystal/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/wlassistant/debian/rules b/ubuntu/precise/applications/wlassistant/debian/rules index abada8378..1a8fdeafb 100755 --- a/ubuntu/precise/applications/wlassistant/debian/rules +++ b/ubuntu/precise/applications/wlassistant/debian/rules @@ -22,6 +22,9 @@ CXXFLAGS := -DSMB_CTX_FLAG_USE_KERBEROS -DSMB_CTX_FLAG_FALLBACK_AFTER_KERBEROS - DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/opt/trinity" -DCONFIG_INSTALL_DIR="/etc/trinity" -DSYSCONF_INSTALL_DIR="/etc/trinity" -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" -DCMAKE_LIBRARY_PATH="/opt/trinity/lib" -DCMAKE_INCLUDE_PATH="/opt/trinity/include/" -DAUTODETECT_QT_DIRS="ON" -DCMAKE_VERBOSE_MAKEFILE="ON" -DBUILD_ALL="ON" -DCMAKE_SKIP_RPATH="OFF" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/applications/wlassistant/debian/source/options b/ubuntu/precise/applications/wlassistant/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/wlassistant/debian/source/options +++ b/ubuntu/precise/applications/wlassistant/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/applications/yakuake/debian/rules b/ubuntu/precise/applications/yakuake/debian/rules index f5bd922f5..aa22c8b59 100755 --- a/ubuntu/precise/applications/yakuake/debian/rules +++ b/ubuntu/precise/applications/yakuake/debian/rules @@ -15,6 +15,9 @@ INSTALL_DOCS_ALL := DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + ### Libtool and Automake updates post-patches:: debian/stamp-autothings-update debian/stamp-autothings-update: diff --git a/ubuntu/precise/applications/yakuake/debian/source/options b/ubuntu/precise/applications/yakuake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/applications/yakuake/debian/source/options +++ b/ubuntu/precise/applications/yakuake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/defaultsettings b/ubuntu/precise/defaultsettings new file mode 120000 index 000000000..39f665b36 --- /dev/null +++ b/ubuntu/precise/defaultsettings @@ -0,0 +1 @@ +../maverick/defaultsettings
\ No newline at end of file diff --git a/ubuntu/precise/dependencies/arts/debian/rules b/ubuntu/precise/dependencies/arts/debian/rules index b0a724e1a..9c9730bda 100755 --- a/ubuntu/precise/dependencies/arts/debian/rules +++ b/ubuntu/precise/dependencies/arts/debian/rules @@ -23,6 +23,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=arts-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := libarts1c2a-trinity libartsc0-trinity DEB_DH_MAKESHLIBS_ARGS_ALL := -V diff --git a/ubuntu/precise/dependencies/arts/debian/source/options b/ubuntu/precise/dependencies/arts/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/arts/debian/source/options +++ b/ubuntu/precise/dependencies/arts/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/avahi-tqt/debian/control b/ubuntu/precise/dependencies/avahi-tqt/debian/control index 8b0c55500..b4838d2b0 100644 --- a/ubuntu/precise/dependencies/avahi-tqt/debian/control +++ b/ubuntu/precise/dependencies/avahi-tqt/debian/control @@ -5,6 +5,7 @@ Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Uploaders: Timothy Pearson <kb9vqf@pearsoncomputing.net> Build-Depends: debhelper, + cdbs, pkg-config, python-support (>= 0.6), libglib2.0-dev (>= 2.4), diff --git a/ubuntu/precise/dependencies/avahi-tqt/debian/rules b/ubuntu/precise/dependencies/avahi-tqt/debian/rules index c3ea0343f..54a22a44f 100755 --- a/ubuntu/precise/dependencies/avahi-tqt/debian/rules +++ b/ubuntu/precise/dependencies/avahi-tqt/debian/rules @@ -1,17 +1,24 @@ #!/usr/bin/make -f -%: - dh $@ +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk # Ensure at build time that the library has no dependencies on undefined # symbols, and speed up loading. export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,-z,defs -Wl,-O1 -override_dh_auto_configure: - ./autogen.sh - dh_auto_configure -- $(CONFFLAGS) \ +DEB_CONFIGURE_EXTRA_FLAGS += \ --enable-compat-libdns_sd \ --disable-mono --disable-monodoc \ --disable-gtk3 \ --with-systemdsystemunitdir=/lib/systemd/system +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +post-patches:: debian/stamp-bootstrap + +debian/stamp-bootstrap: + ./autogen.sh + rm ./ChangeLog + touch debian/stamp-bootstrap diff --git a/ubuntu/precise/dependencies/avahi-tqt/debian/source/options b/ubuntu/precise/dependencies/avahi-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/avahi-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/avahi-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/dbus-1-tqt/debian/rules b/ubuntu/precise/dependencies/dbus-1-tqt/debian/rules index b7aa427f8..3b86de7db 100755 --- a/ubuntu/precise/dependencies/dbus-1-tqt/debian/rules +++ b/ubuntu/precise/dependencies/dbus-1-tqt/debian/rules @@ -4,3 +4,6 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/cmake.mk + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/dependencies/dbus-1-tqt/debian/source/options b/ubuntu/precise/dependencies/dbus-1-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/dbus-1-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/dbus-1-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/dbus-tqt/debian/rules b/ubuntu/precise/dependencies/dbus-tqt/debian/rules index 894533134..a59bed76e 100755 --- a/ubuntu/precise/dependencies/dbus-tqt/debian/rules +++ b/ubuntu/precise/dependencies/dbus-tqt/debian/rules @@ -10,3 +10,6 @@ include /usr/share/cdbs/1/class/cmake.mk # Strict library versioning DEB_DH_MAKESHLIBS_ARGS_ALL := -V + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/dependencies/dbus-tqt/debian/source/options b/ubuntu/precise/dependencies/dbus-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/dbus-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/dbus-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/libart-lgpl/debian/rules b/ubuntu/precise/dependencies/libart-lgpl/debian/rules index 4390434f7..2751eb1f2 100755 --- a/ubuntu/precise/dependencies/libart-lgpl/debian/rules +++ b/ubuntu/precise/dependencies/libart-lgpl/debian/rules @@ -20,3 +20,5 @@ GNOME_MODULE := libart_lgpl DEB_DH_MAKESHLIBS_ARGS_$(libart-2.0-N) += -V '$(libart-2.0-N)(>= 2.3.18)' +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/dependencies/libart-lgpl/debian/source/options b/ubuntu/precise/dependencies/libart-lgpl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/libart-lgpl/debian/source/options +++ b/ubuntu/precise/dependencies/libart-lgpl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/libcaldav/debian/rules b/ubuntu/precise/dependencies/libcaldav/debian/rules index 0dda6ea24..fb72a35e7 100755 --- a/ubuntu/precise/dependencies/libcaldav/debian/rules +++ b/ubuntu/precise/dependencies/libcaldav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/dependencies/libcarddav/debian/rules b/ubuntu/precise/dependencies/libcarddav/debian/rules index 124929739..24bdcbc93 100755 --- a/ubuntu/precise/dependencies/libcarddav/debian/rules +++ b/ubuntu/precise/dependencies/libcarddav/debian/rules @@ -5,6 +5,9 @@ include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This has to be exported to make some magic below work. export DH_OPTIONS @@ -86,7 +89,7 @@ binary-common: dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independent packages using the common target. binary-indep: build install diff --git a/ubuntu/precise/dependencies/python-tqt/debian/rules b/ubuntu/precise/dependencies/python-tqt/debian/rules index ebb91c6e4..86eca95c9 100755 --- a/ubuntu/precise/dependencies/python-tqt/debian/rules +++ b/ubuntu/precise/dependencies/python-tqt/debian/rules @@ -3,6 +3,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS -include /usr/share/python/python.mk @@ -158,7 +161,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/ubuntu/precise/dependencies/python-tqt/debian/source/options b/ubuntu/precise/dependencies/python-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/python-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/python-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/qt3/debian/control b/ubuntu/precise/dependencies/qt3/debian/control index 91db9a202..4be146e7d 100644 --- a/ubuntu/precise/dependencies/qt3/debian/control +++ b/ubuntu/precise/dependencies/qt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg62-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/ubuntu/precise/dependencies/qt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by <jr@pechin3> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/ubuntu/precise/dependencies/qt3/debian/patches/series b/ubuntu/precise/dependencies/qt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/ubuntu/precise/dependencies/qt3/debian/patches/series +++ b/ubuntu/precise/dependencies/qt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/ubuntu/precise/dependencies/qt3/debian/rules b/ubuntu/precise/dependencies/qt3/debian/rules index 09b237823..7ede42ad9 100755 --- a/ubuntu/precise/dependencies/qt3/debian/rules +++ b/ubuntu/precise/dependencies/qt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -96,6 +99,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -326,7 +330,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -468,7 +472,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/ubuntu/precise/dependencies/qt3/debian/source/options b/ubuntu/precise/dependencies/qt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/qt3/debian/source/options +++ b/ubuntu/precise/dependencies/qt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/sip4-tqt/debian/rules b/ubuntu/precise/dependencies/sip4-tqt/debian/rules index 0dd14099f..2286739d5 100755 --- a/ubuntu/precise/dependencies/sip4-tqt/debian/rules +++ b/ubuntu/precise/dependencies/sip4-tqt/debian/rules @@ -2,6 +2,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + export DH_OPTIONS INSTDIR=$(CURDIR)/debian @@ -134,7 +137,7 @@ endif dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: diff --git a/ubuntu/precise/dependencies/sip4-tqt/debian/source/options b/ubuntu/precise/dependencies/sip4-tqt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/sip4-tqt/debian/source/options +++ b/ubuntu/precise/dependencies/sip4-tqt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/tqca-tls/debian/rules b/ubuntu/precise/dependencies/tqca-tls/debian/rules index 4ffaf90dc..fc9e58e55 100755 --- a/ubuntu/precise/dependencies/tqca-tls/debian/rules +++ b/ubuntu/precise/dependencies/tqca-tls/debian/rules @@ -6,6 +6,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) @@ -104,7 +107,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/dependencies/tqca-tls/debian/source/options b/ubuntu/precise/dependencies/tqca-tls/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/tqca-tls/debian/source/options +++ b/ubuntu/precise/dependencies/tqca-tls/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/tqscintilla/debian/rules b/ubuntu/precise/dependencies/tqscintilla/debian/rules index 36df66cc9..8dfaa3377 100755 --- a/ubuntu/precise/dependencies/tqscintilla/debian/rules +++ b/ubuntu/precise/dependencies/tqscintilla/debian/rules @@ -5,6 +5,9 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # This is the debhelper compatibility version to use. export QTDIR=/usr/share/tqt3 export QMAKESPEC=$(QTDIR)/mkspecs/linux-g++ @@ -82,7 +85,7 @@ binary-indep: build install dh_installdeb -i dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) # Build architecture-dependent files here. binary-arch: build install @@ -100,7 +103,7 @@ binary-arch: build install dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a - dh_builddeb -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure diff --git a/ubuntu/precise/dependencies/tqscintilla/debian/source/options b/ubuntu/precise/dependencies/tqscintilla/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/tqscintilla/debian/source/options +++ b/ubuntu/precise/dependencies/tqscintilla/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/tqt3/debian/control b/ubuntu/precise/dependencies/tqt3/debian/control index 1c8b45da3..b45983f80 100644 --- a/ubuntu/precise/dependencies/tqt3/debian/control +++ b/ubuntu/precise/dependencies/tqt3/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 5.0.31), quilt, cpio, libxext-dev (>= 4.3.0.dfsg.1- libx11-dev (>= 4.3.0.dfsg.1-4), libxt-dev (>= 4.3.0.dfsg.1-4), libxrender-dev, libxcursor-dev, libxinerama-dev, libxi-dev, zlib1g-dev, libjpeg-dev, libmng-dev (>= 1.0.3), libpng12-dev | libpng12-0-dev, libfontconfig1-dev, - libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, + libfreetype6-dev, libxft-dev, unixodbc-dev, uuid-dev, libglib2.0-dev, libmysqlclient-dev, flex, libpq-dev, libaudio-dev, libcups2-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libsqlite3-dev, firebird2.1-dev [i386 kfreebsd-i386 kfreebsd-amd64 knetbsd-i386 netbsd-i386 amd64 sparc powerpc] | firebird2-dev [i386 amd64] diff --git a/ubuntu/precise/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff b/ubuntu/precise/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff deleted file mode 100644 index 3c6394f33..000000000 --- a/ubuntu/precise/dependencies/tqt3/debian/patches/kubuntu_06_fglrx_0_size_screen.diff +++ /dev/null @@ -1,32 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## kubuntu_06_fglrx_0_size_screen.diff.dpatch by <jr@pechin3> -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp ---- qt-x11-free-3.3.8really3.3.7~/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:06:28.000000000 +0100 -+++ qt-x11-free-3.3.8really3.3.7/src/kernel/qpaintdevice_x11.cpp 2007-04-02 20:12:10.000000000 +0100 -@@ -526,11 +526,16 @@ - Q_CHECK_PTR( dpisX ); - Q_CHECK_PTR( dpisY ); - for ( i = 0; i < screens; i++ ) { -- dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -- -- / (DisplayWidthMM(dpy,i)*10); -- dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -- / (DisplayHeightMM(dpy,i)*10); -+ if (DisplayWidthMM(dpy,i) < 1) -+ dpisX[ i ] = 75; // default the dpi to 75. -+ else -+ dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5) -+ / (DisplayWidthMM(dpy,i)*10); -+ if (DisplayHeightMM(dpy,i) < 1) -+ dpisY[ i ] = 75; // default the dpi to 75. -+ else -+ dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5) -+ / (DisplayHeightMM(dpy,i)*10); - } - } - diff --git a/ubuntu/precise/dependencies/tqt3/debian/patches/series b/ubuntu/precise/dependencies/tqt3/debian/patches/series index 7377c84c1..e6bdb92af 100644 --- a/ubuntu/precise/dependencies/tqt3/debian/patches/series +++ b/ubuntu/precise/dependencies/tqt3/debian/patches/series @@ -1,4 +1,3 @@ 06_disable_rpath.diff 09_amd64_lib64.diff 72_dont_trust_uname-m_use_dpkg-arch_instead.diff -kubuntu_06_fglrx_0_size_screen.diff diff --git a/ubuntu/precise/dependencies/tqt3/debian/rules b/ubuntu/precise/dependencies/tqt3/debian/rules index 39a2ee31c..d2d66f6a7 100755 --- a/ubuntu/precise/dependencies/tqt3/debian/rules +++ b/ubuntu/precise/dependencies/tqt3/debian/rules @@ -11,6 +11,9 @@ export LD_LIBRARY_PATH=$(QTDIR)/lib:$(OLD_LD_LIBRARY_PATH) OLD_PATH := $(PATH) export PATH=$(QTDIR)/bin:$(OLD_PATH) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) @@ -100,6 +103,7 @@ CONFIGURE_OPTS = \ \ -lfontconfig \ -inputmethod \ + -glibmainloop \ # End of CONFIGURE_OPTS interbase_archs := i386 amd64 sparc powerpc @@ -330,7 +334,7 @@ binary-indep: build install dh_gencontrol -i dh_md5sums -i - dh_builddeb -i + dh_builddeb -i $(DEB_DH_BUILDDEB_ARGS) binary-arch: build install @@ -461,7 +465,7 @@ binary-arch: build install dh_gencontrol -a $(IBASE) dh_md5sums -a $(IBASE) - dh_builddeb -a $(IBASE) + dh_builddeb -a $(IBASE) $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build binary-indep binary-arch binary install clean patch unpatch diff --git a/ubuntu/precise/dependencies/tqt3/debian/source/options b/ubuntu/precise/dependencies/tqt3/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/tqt3/debian/source/options +++ b/ubuntu/precise/dependencies/tqt3/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/dependencies/tqtinterface/debian/rules b/ubuntu/precise/dependencies/tqtinterface/debian/rules index f05e2fadd..5d8f4cb4c 100755 --- a/ubuntu/precise/dependencies/tqtinterface/debian/rules +++ b/ubuntu/precise/dependencies/tqtinterface/debian/rules @@ -14,6 +14,9 @@ DEB_OPT_FLAG += -DDEBIAN_VERSION=$(DEB_VERSION) DEB_CMAKE_EXTRA_FLAGS := -DPKGCONFIG_INSTALL_DIR="/usr/lib/pkgconfig" -DLIB_SUFFIX="" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_LIBRARY_PATH="/usr/lib" -DCMAKE_INCLUDE_PATH="/usr/include" -DCMAKE_VERBOSE_MAKEFILE="ON" -DWITH_QT3="ON" -DQTDIR="/usr/share/qt3" -DQT_LIBRARY_DIRS="/usr/share/qt3/lib" -DBUILD_ALL="ON" -DUSE_QT3="ON" \ -DCMAKE_BUILD_TYPE=RelWithDebInfo +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Honour "parallel=N" option of DEB_BUILD_OPTIONS. Comment out to # never build in parallel, regardless of DEB_BUILD_OPTIONS. DEB_BUILD_PARALLEL = true diff --git a/ubuntu/precise/dependencies/tqtinterface/debian/source/options b/ubuntu/precise/dependencies/tqtinterface/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/dependencies/tqtinterface/debian/source/options +++ b/ubuntu/precise/dependencies/tqtinterface/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/kdegraphics.automake/debian/source/options b/ubuntu/precise/kdegraphics.automake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/kdegraphics.automake/debian/source/options +++ b/ubuntu/precise/kdegraphics.automake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/kdevelop.cmake/debian/source/options b/ubuntu/precise/kdevelop.cmake/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/kdevelop.cmake/debian/source/options +++ b/ubuntu/precise/kdevelop.cmake/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/kipi-plugins/debian/rules b/ubuntu/precise/libraries/kipi-plugins/debian/rules index 5177da213..c9f8bd279 100755 --- a/ubuntu/precise/libraries/kipi-plugins/debian/rules +++ b/ubuntu/precise/libraries/kipi-plugins/debian/rules @@ -20,6 +20,9 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--as-needed" DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/ubuntu/precise/libraries/kipi-plugins/debian/source/options b/ubuntu/precise/libraries/kipi-plugins/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/kipi-plugins/debian/source/options +++ b/ubuntu/precise/libraries/kipi-plugins/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libkdcraw/debian/rules b/ubuntu/precise/libraries/libkdcraw/debian/rules index 7785e4bcc..f58c12e61 100755 --- a/ubuntu/precise/libraries/libkdcraw/debian/rules +++ b/ubuntu/precise/libraries/libkdcraw/debian/rules @@ -16,3 +16,6 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,--no-undefined -Wl,--as-needed" DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/libraries/libkdcraw/debian/source/options b/ubuntu/precise/libraries/libkdcraw/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libkdcraw/debian/source/options +++ b/ubuntu/precise/libraries/libkdcraw/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libkexiv2/debian/rules b/ubuntu/precise/libraries/libkexiv2/debian/rules index 28a1c06e8..705840830 100755 --- a/ubuntu/precise/libraries/libkexiv2/debian/rules +++ b/ubuntu/precise/libraries/libkexiv2/debian/rules @@ -19,6 +19,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + get-orig-source: @@dh_testdir @@[ -d ../tarballs/. ]||mkdir -p ../tarballs diff --git a/ubuntu/precise/libraries/libkexiv2/debian/source/options b/ubuntu/precise/libraries/libkexiv2/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libkexiv2/debian/source/options +++ b/ubuntu/precise/libraries/libkexiv2/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libkipi/debian/rules b/ubuntu/precise/libraries/libkipi/debian/rules index 94eb41df3..ff0f40f12 100755 --- a/ubuntu/precise/libraries/libkipi/debian/rules +++ b/ubuntu/precise/libraries/libkipi/debian/rules @@ -18,6 +18,9 @@ DEB_KDE_ENABLE_FINAL = yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean :: rm -f po/*/*.gmo diff --git a/ubuntu/precise/libraries/libkipi/debian/source/options b/ubuntu/precise/libraries/libkipi/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libkipi/debian/source/options +++ b/ubuntu/precise/libraries/libkipi/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libksquirrel/debian/rules b/ubuntu/precise/libraries/libksquirrel/debian/rules index 4d113ccd7..f5bc572dc 100755 --- a/ubuntu/precise/libraries/libksquirrel/debian/rules +++ b/ubuntu/precise/libraries/libksquirrel/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/libraries/libksquirrel/debian/source/options b/ubuntu/precise/libraries/libksquirrel/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libksquirrel/debian/source/options +++ b/ubuntu/precise/libraries/libksquirrel/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/libtdeldap/debian/control b/ubuntu/precise/libraries/libtdeldap/debian/control index 2f489d71e..cd0240ab3 100644 --- a/ubuntu/precise/libraries/libtdeldap/debian/control +++ b/ubuntu/precise/libraries/libtdeldap/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.8.4 Package: libtdeldap-trinity Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, nss-updatedb Description: LDAP interface library for TDE LDAP interface library for TDE management modules. . diff --git a/ubuntu/precise/libraries/libtdeldap/debian/rules b/ubuntu/precise/libraries/libtdeldap/debian/rules index 242fb2c84..9bed17b05 100755 --- a/ubuntu/precise/libraries/libtdeldap/debian/rules +++ b/ubuntu/precise/libraries/libtdeldap/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + post-patches:: debian/stamp-bootstrap debian/stamp-bootstrap: diff --git a/ubuntu/precise/libraries/libtqt-perl/debian/rules b/ubuntu/precise/libraries/libtqt-perl/debian/rules index 7bf57d40b..1d77c70fc 100755 --- a/ubuntu/precise/libraries/libtqt-perl/debian/rules +++ b/ubuntu/precise/libraries/libtqt-perl/debian/rules @@ -32,6 +32,9 @@ DEB_MAKE_INSTALL_TARGET := install \ PREFIX=$(CURDIR)/debian/libtqt-perl/usr \ SITEPREFIX=$(CURDIR)/debian/libtqt-perl/usr \ +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + pre-build:: pre-build-stamp pre-build-stamp: diff --git a/ubuntu/precise/libraries/libtqt-perl/debian/source/options b/ubuntu/precise/libraries/libtqt-perl/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/libtqt-perl/debian/source/options +++ b/ubuntu/precise/libraries/libtqt-perl/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/mlt++/debian/rules b/ubuntu/precise/libraries/mlt++/debian/rules index 0232c83be..99606e440 100755 --- a/ubuntu/precise/libraries/mlt++/debian/rules +++ b/ubuntu/precise/libraries/mlt++/debian/rules @@ -10,6 +10,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -88,7 +91,7 @@ binary-arch: build install dh_shlibdeps -l/opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/libraries/mlt++/debian/source/options b/ubuntu/precise/libraries/mlt++/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/mlt++/debian/source/options +++ b/ubuntu/precise/libraries/mlt++/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/mlt/debian/rules b/ubuntu/precise/libraries/mlt/debian/rules index 3889b6a3a..ce607fb77 100755 --- a/ubuntu/precise/libraries/mlt/debian/rules +++ b/ubuntu/precise/libraries/mlt/debian/rules @@ -10,6 +10,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + version := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1) NCPUS := $(shell getconf _NPROCESSORS_ONLN 2>/dev/null || echo 1) @@ -114,7 +117,7 @@ binary-arch: build install dh_shlibdeps --exclude=libmlt --exclude=libmiracle --exclude=libvalerie dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install diff --git a/ubuntu/precise/libraries/mlt/debian/source/options b/ubuntu/precise/libraries/mlt/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/mlt/debian/source/options +++ b/ubuntu/precise/libraries/mlt/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/pytdeextensions/debian/control b/ubuntu/precise/libraries/pytdeextensions/debian/control index 73d813acb..695fb6c89 100644 --- a/ubuntu/precise/libraries/pytdeextensions/debian/control +++ b/ubuntu/precise/libraries/pytdeextensions/debian/control @@ -26,7 +26,7 @@ Architecture: any Section: libdevel Replaces: libpythonize0-trinity-dev (<< 4:14.0.0) Breaks: libpythonize0-trinity-dev (<< 4:14.0.0) -Depends: libpythonize0-trinity (= ${binary:Version}), python-dev +Depends: libpythonize0-trinity (= ${binary:Version}), python-all-dev Description: Python packages to support KDE applications (development) [Trinity] PyKDE Extensions is a collection of software and Python packages to support the creation and installation of KDE applications. diff --git a/ubuntu/precise/libraries/pytdeextensions/debian/rules b/ubuntu/precise/libraries/pytdeextensions/debian/rules index 4dcfaaae8..b4ae203da 100755 --- a/ubuntu/precise/libraries/pytdeextensions/debian/rules +++ b/ubuntu/precise/libraries/pytdeextensions/debian/rules @@ -18,6 +18,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_INSTALL_ARGS = --sourcedir=debian/tmp DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --with-extra-includes=/opt/trinity/include/tde +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + install/pytdeextensions-trinity:: # We have no idea if the built product is site-packages or dist-packages cd debian/tmp/usr/lib/python*/ && mv site-packages/ dist-packages/ || echo "site-packages --> dist-packages" diff --git a/ubuntu/precise/libraries/pytdeextensions/debian/source/options b/ubuntu/precise/libraries/pytdeextensions/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/pytdeextensions/debian/source/options +++ b/ubuntu/precise/libraries/pytdeextensions/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/libraries/python-trinity/debian/rules b/ubuntu/precise/libraries/python-trinity/debian/rules index ffa56ad63..67af8c2d8 100755 --- a/ubuntu/precise/libraries/python-trinity/debian/rules +++ b/ubuntu/precise/libraries/python-trinity/debian/rules @@ -11,6 +11,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + include /usr/share/dpatch/dpatch.make # This has to be exported to make some magic below work. export DH_OPTIONS @@ -151,7 +154,7 @@ endif dh_shlibdeps -l /opt/trinity/lib dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Build architecture independant packages using the common target. binary-indep: install-indep diff --git a/ubuntu/precise/libraries/python-trinity/debian/source/options b/ubuntu/precise/libraries/python-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/libraries/python-trinity/debian/source/options +++ b/ubuntu/precise/libraries/python-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/metapackages/kubuntu-meta/COPYING b/ubuntu/precise/metapackages/kubuntu-meta/COPYING new file mode 100644 index 000000000..d511905c1 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/COPYING @@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. + + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. + + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. + + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. + + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. + + The precise terms and conditions for copying, distribution and +modification follow. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/ubuntu/precise/metapackages/kubuntu-meta/README b/ubuntu/precise/metapackages/kubuntu-meta/README new file mode 100644 index 000000000..357d51105 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/README @@ -0,0 +1,8 @@ +Run the "update" script to automatically generate new dependency +lists. The result will be based on the published seed lists, filtered +by: + +- The Packages files (nonexistent packages will be skipped) + +- debootstrap (packages not yet added to debootstrap will not be added + to ubuntu-base) diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/changelog b/ubuntu/precise/metapackages/kubuntu-meta/debian/changelog new file mode 100644 index 000000000..0a3dc07a4 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/changelog @@ -0,0 +1,3571 @@ +kubuntu-meta-trinity (1:83) lucid; urgency=low + + * R14.0.0 rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 01 May 2012 02:27:00 -0600 + +kubuntu-meta-trinity (1:78) lucid; urgency=low + + * 3.5.13 rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 16 Aug 2011 02:09:00 -0600 + +kubuntu-meta-trinity (1:73) maverick; urgency=low + + * Maverick rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 07 Sep 2010 18:37:00 -0600 + +kubuntu-meta-trinity (1:65) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600 + +kubuntu-meta-trinity (1:61) intrepid; urgency=low + + * Removed dependency on obsolete non-KDE3 package software-properties-kde + * Changed kio-apt-trinity from depends to recommends + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Wed, 25 Mar 2009 11:47:00 -0600 + +kubuntu-meta-trinity (1:58) intrepid; urgency=low + + * Removed dependency on obsolete non-KDE3 package language-selector-qt + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Fri, 06 Mar 2009 13:47:00 -0600 + +kubuntu-meta-trinity (1:57) intrepid; urgency=low + + * Refreshed dependencies and Intrepid versioning update + + -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Tue, 02 Dec 2008 17:01:00 -0600 + +kubuntu-meta (1.75) hardy; urgency=low + + * Refreshed dependencies + * Added foomatic-db-gutenprint to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added ijsgutenprint to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 16 Apr 2008 14:23:47 +0100 + +kubuntu-meta (1.74) hardy; urgency=low + + * Refreshed dependencies + * Added hpijs-ppds to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 11 Apr 2008 13:48:20 +0100 + +kubuntu-meta (1.73) hardy; urgency=low + + * Refreshed dependencies + * Added ca-certificates to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + + -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 08 Apr 2008 00:21:16 -0700 + +kubuntu-meta (1.72) hardy; urgency=low + + * Refreshed dependencies + * Added dmz-cursor-theme to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 13 Mar 2008 12:07:23 +0000 + +kubuntu-meta (1.71) hardy; urgency=low + + * Refreshed dependencies + * Added desktop-effects-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 12 Mar 2008 21:15:49 +0000 + +kubuntu-meta (1.70) hardy; urgency=low + + * Refreshed dependencies + * Added kde-style-qtcurve to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed hwdb-client-kde from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed kde-style-polyester from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 12 Mar 2008 11:32:00 +0000 + +kubuntu-meta (1.69) hardy; urgency=low + + * Refreshed dependencies + * Added scim-bridge-agent to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added scim-bridge-client-qt to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed discover1 from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed ksplash-engine-moodin from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + * Removed ttf-mgopen from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed ttf-sil-gentium from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed xresprobe from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 10 Mar 2008 18:16:34 +0000 + +kubuntu-meta (1.68) hardy; urgency=low + + * Refreshed dependencies + * Removed kde-icons-mono from desktop-recommends-amd64, desktop- + recommends-powerpc, desktop-recommends-ia64, desktop-recommends- + sparc, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 21 Feb 2008 18:42:48 +0000 + +kubuntu-meta (1.67) hardy; urgency=low + + * Refreshed dependencies + * Added alsa-base to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Added alsa-utils to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Added jockey-kde to desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-hppa, desktop-recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 20 Feb 2008 16:26:04 +0000 + +kubuntu-meta (1.66) hardy; urgency=low + + * Refreshed dependencies + * Added jockey-kde to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-sparc + * Added kwin-style-crystal to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed slocate from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 17 Feb 2008 11:12:18 +0000 + +kubuntu-meta (1.65) hardy; urgency=low + + * Add desktop-kubuntu-common to update.cfg + * Refreshed dependencies + * Added cupsys-driver-gutenprint to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + * Removed foomatic-db-gutenprint from desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa, + desktop-recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 13 Feb 2008 13:00:04 +0000 + +kubuntu-meta (1.64) hardy; urgency=low + + * Add seed_map/desktop to update.cfg to cope with seed reorganisation. + * Remove output_seeds from update.cfg (and 'required' from seeds option), + since germinate deals with this automatically now. Build-depend on + germinate (>= 0.38) for this. + * Point to specific GPL version in debian/copyright. + * Policy version 3.7.3. + + * Refreshed dependencies + * Added foomatic-db-hpijs to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed foomatic-db-hpijs from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + + -- Colin Watson <cjwatson@ubuntu.com> Tue, 12 Feb 2008 14:32:26 +0000 + +kubuntu-meta (1.63) hardy; urgency=low + + * Refreshed dependencies + * Added cups-pdf to desktop-recommends-hppa + * Added kmplayer-konq-plugins to desktop-recommends-hppa + * Added system-config-printer-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added ttf-sil-gentium to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed restricted-manager-kde from desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa, + desktop-recommends-lpia + * Removed ttf-gentium from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 29 Jan 2008 16:45:15 +0000 + +kubuntu-meta (1.62) hardy; urgency=low + + * Refreshed dependencies + * Added ttf-gentium to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed openoffice.org-draw from desktop-recommends-i386, desktop- + recommends-amd64 + * Removed openoffice.org-java-common from desktop-recommends-i386, + desktop-recommends-amd64 + * Removed openoffice.org-math from desktop-recommends-i386, desktop- + recommends-amd64 + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 19 Dec 2007 11:17:25 +0000 + +kubuntu-meta (1.61) hardy; urgency=low + + * Refreshed dependencies + * Added kaffeine to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed kaffeine-xine from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed ttf-gentium from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 30 Nov 2007 13:39:29 +0000 + +kubuntu-meta (1.60) hardy; urgency=low + + * update.cfg: + - Switch to Hardy. + - Switch from sftp:// to bzr+ssh:// for seed checkout for faster + operation. + * Refreshed dependencies + * Added gtk-qt-engine to desktop-recommends-hppa + * Added kde-style-polyester to desktop-sparc + * Added xdg-user-dirs to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed ksplash from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed libpam-foreground from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed openoffice.org-calc from desktop-recommends-powerpc + * Removed openoffice.org-draw from desktop-recommends-powerpc + * Removed openoffice.org-impress from desktop-recommends-powerpc + * Removed openoffice.org-java-common from desktop-recommends-powerpc + * Removed openoffice.org-kde from desktop-recommends-powerpc + * Removed openoffice.org-math from desktop-recommends-powerpc + * Removed openoffice.org-writer from desktop-recommends-powerpc + + -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 23 Nov 2007 09:06:50 +0100 + +kubuntu-meta (1.59) gutsy; urgency=low + + * Refreshed dependencies + * Removed cupsys-driver-gutenprint from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop- + lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 08 Oct 2007 14:51:05 +0100 + +kubuntu-meta (1.58) gutsy; urgency=low + + * Refreshed dependencies + * Added foomatic-db-gutenprint to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Martin Pitt <martin.pitt@ubuntu.com> Sat, 06 Oct 2007 13:15:22 +0200 + +kubuntu-meta (1.57) gutsy; urgency=low + + * Refreshed dependencies + * Added avahi-autoipd to desktop-recommends-hppa + * Added hplip-gui to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Added kde-style-polyester to desktop-hppa + * Added libgl1-mesa-glx to desktop-hppa + * Added network-manager-kde to desktop-recommends-hppa + * Added restricted-manager-kde to desktop-recommends-hppa + * Added strigi-daemon to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa, desktop-recommends-lpia + * Removed strigi-plugins from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 05 Oct 2007 13:32:59 +0100 + +kubuntu-meta (1.56) gutsy; urgency=low + + * Refreshed dependencies + * Added dolphin to desktop-recommends-hppa + * Added genisoimage to desktop-hppa + * Added ghostscript-x to desktop-hppa + * Added kde-guidance-powermanager to desktop-recommends-hppa + * Added kdesudo to desktop-recommends-hppa + * Added kio-umountwrapper to desktop-recommends-hppa + * Added kvkbd to desktop-recommends-hppa + * Added make to desktop-recommends-hppa + * Added pxljr to desktop-recommends-hppa + * Added splix to desktop-recommends-hppa + * Added strigi-applet to desktop-recommends-hppa + * Added strigi-plugins to desktop-recommends-hppa + * Added ttf-dejavu-core to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Added ttf-indic-fonts-core to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added ttf-unfonts-core to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Added wodim to desktop-recommends-hppa + * Removed ttf-baekmuk from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + * Removed ttf-dejavu from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa, desktop-lpia + * Removed ttf-indic-fonts from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa, desktop- + recommends-lpia + + -- Martin Pitt <martin.pitt@ubuntu.com> Thu, 20 Sep 2007 11:12:16 +0200 + +kubuntu-meta (1.55) gutsy; urgency=low + + * Refreshed dependencies + * Added kdebluetooth to desktop-recommends-lpia + * Added kdesudo to desktop-recommends-lpia + * Added keep to desktop-recommends-lpia + * Added kvkbd to desktop-recommends-lpia + * Added qca-tls to desktop-lpia + * Added restricted-manager-kde to desktop-recommends-lpia + * Added scim-qtimm to desktop-recommends-lpia + * Added splix to desktop-recommends-lpia + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 07 Sep 2007 23:18:01 +0100 + +kubuntu-meta (1.54) gutsy; urgency=low + + * Generate packages for lpia. + + -- Matthias Klose <doko@ubuntu.com> Wed, 22 Aug 2007 17:24:37 +0000 + +kubuntu-meta (1.53) gutsy; urgency=low + + * Refreshed dependencies + * Added cups-pdf to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added kvkbd to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 22 Aug 2007 15:38:24 +0100 + +kubuntu-meta (1.52) gutsy; urgency=low + + * Refreshed dependencies + * Added rdesktop to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 17 Aug 2007 15:52:54 +0100 + +kubuntu-meta (1.51) gutsy; urgency=low + + * Refreshed dependencies + * Added foo2zjs to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added min12xxw to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added pxljr to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added splix to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Removed foo2zjs from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed min12xxw from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 17 Aug 2007 12:01:37 +0100 + +kubuntu-meta (1.50) gutsy; urgency=low + + * Refreshed dependencies + * Added kdesudo to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 13 Aug 2007 13:42:30 +0100 + +kubuntu-meta (1.49) gutsy; urgency=low + + * Refreshed dependencies + * Added wvdial to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed openoffice.org-gtk from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Removed wvdial from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 10 Aug 2007 11:45:42 +0200 + +kubuntu-meta (1.48) gutsy; urgency=low + + * Refreshed dependencies + * Added openoffice.org-gtk to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc. This is a temporary + workaround for LP #127944 for Tribe 4. + * Added restricted-manager-kde to desktop-recommends-sparc + + -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 08 Aug 2007 09:02:48 +0200 + +kubuntu-meta (1.47) gutsy; urgency=low + + * Refreshed dependencies + * Added kmplayer-konq-plugins to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + sparc + * Added restricted-manager-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64 + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 06 Aug 2007 19:11:35 +0100 + +kubuntu-meta (1.46) gutsy; urgency=low + + * Refreshed dependencies + * Added network-manager-kde to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc + * Added xdg-utils to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmplayer-konq-plugins to desktop-recommends-ia64 + * Removed knetworkmanager from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Sat, 04 Aug 2007 09:33:54 +0100 + +kubuntu-meta (1.45) gutsy; urgency=low + + * Refreshed dependencies + * Added avahi-autoipd to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added kio-umountwrapper to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc + * Added libgl1-mesa-dri to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added libnss-mdns to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed avahi-autoipd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed libnss-mdns from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 24 Jul 2007 10:07:24 +0100 + +kubuntu-meta (1.44) gutsy; urgency=low + + * Include a copy of GPLv2 (LP: #80513). + + -- Colin Watson <cjwatson@ubuntu.com> Thu, 19 Jul 2007 22:09:50 +0100 + +kubuntu-meta (1.43) gutsy; urgency=low + + * Refreshed dependencies + * Added strigi-plugins to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 16 Jul 2007 13:03:03 +0100 + +kubuntu-meta (1.42) gutsy; urgency=low + + * Refreshed dependencies + * Added strigi-applet to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + + -- Sarah Hobbs <hobbsee@ubuntu.com> Mon, 16 Jul 2007 13:01:18 +0100 + +kubuntu-meta (1.41) gutsy; urgency=low + + [ Anthony Mercatante ] + * Refreshed dependencies + * Added pinentry-qt to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed xterm from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante <tonio@ubuntu.com> Wed, 04 Jul 2007 13:26:22 +0200 + +kubuntu-meta (1.40) gutsy; urgency=low + + * Fix update.cfg so that update works from bzr. + + -- Colin Watson <cjwatson@ubuntu.com> Tue, 03 Jul 2007 15:46:15 +0100 + +kubuntu-meta (1.39) gutsy; urgency=low + + * Switch powerpc to http://ports.ubuntu.com/ubuntu-ports/. + + -- Colin Watson <cjwatson@ubuntu.com> Tue, 03 Jul 2007 15:20:11 +0100 + +kubuntu-meta (1.38) gutsy; urgency=low + + * Refreshed dependencies + * Added gdebi-kde to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed kpager from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 26 Jun 2007 00:43:59 +0100 + +kubuntu-meta (1.37) gutsy; urgency=low + + * Refreshed dependencies + * Added adept to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added amarok to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added cdparanoia to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added cdrdao to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added dolphin to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added dvd+rw-tools to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added fortune-mod to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added k3b to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kaffeine-xine to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kamera to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kate to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added keep to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kfind to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added klipper to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmailcvt to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added konversation to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kooka to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kopete to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kpager to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kpf to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kppp to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added krdc to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added krfb to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added ksysguard to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added ktorrent to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kubuntu-default-settings to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added wodim to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Removed adept from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed amarok from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed cdparanoia from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed cdrdao from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed dolphin from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed dvd+rw-tools from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed fortune-mod from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed k3b from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kaffeine-xine from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kamera from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kate from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed keep from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kfind from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed klipper from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmailcvt from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed konversation from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kooka from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kopete from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kpf from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kppp from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed krdc from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed krfb from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ksysguard from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ktorrent from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kubuntu-default-settings from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed wodim from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Closes LP #44778, LP #119467 + + -- Sarah Hobbs <hobbsee@ubuntu.com> Tue, 26 Jun 2007 01:26:20 +1000 + +kubuntu-meta (1.36) gutsy; urgency=low + + * Refreshed dependencies + * Added dolphin to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 22 Jun 2007 15:53:43 +0200 + +kubuntu-meta (1.35) gutsy; urgency=low + + * Refreshed dependencies + * Removed kmplayer-konq-plugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Sarah Hobbs <hobbsee@ubuntu.com> Tue, 05 Jun 2007 22:35:18 +1000 + +kubuntu-meta (1.34) gutsy; urgency=low + + * Refreshed dependencies + * Removed kexi from desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 31 May 2007 19:24:37 +0100 + +kubuntu-meta (1.33) gutsy; urgency=low + + * update.cfg: feisty -> gutsy + * Refreshed dependencies + * Added discover1 to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added ghostscript-x to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added laptop-detect to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added xresprobe to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed bluez-pin from desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed gs-esp-x from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kde-style-polyester from desktop-sparc, desktop-hppa + * Removed pmount from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 25 May 2007 13:35:04 +0200 + +kubuntu-meta (1.32ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Removed libstdc++5 from desktop-i386 + * Removed scim-tables-additional from desktop-recommends-i386 + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 6 Apr 2007 17:50:51 +0100 + +kubuntu-meta (1.32) feisty; urgency=low + + * changed Section to metapackages (LP#82876) + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 3 Apr 2007 13:20:50 +0200 + +kubuntu-meta (1.31) feisty; urgency=low + + * Refreshed dependencies + * Added scim-tables-additional to desktop-recommends-i386 + + -- Martin Pitt <martin.pitt@ubuntu.com> Fri, 16 Mar 2007 12:10:41 +0100 + +kubuntu-meta (1.30) feisty; urgency=low + + * Refreshed dependencies + * Added akregator to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added apport-qt to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added bogofilter to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added genisoimage to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaddressbook to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added karm to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added katapult to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kdepim-kio-plugins to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added kdepim-wizards to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kexi to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmail to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kmilo to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added knotes to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added konqueror to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added konqueror-nsplugins to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added kontact to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added korganizer to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kubuntu-docs to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kubuntu-konqueror-shortcuts to desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added kwalletmanager to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added landscape-client to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Added speedcrunch to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added wodim to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed akregator from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed apport-qt from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed bogofilter from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed cdrecord from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed doc-base from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kaddressbook from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed karm from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed katapult from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kdepim-kio-plugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kdepim-wizards from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kexi from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kipi-plugins from desktop-recommends-powerpc, desktop- + recommends-ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Removed kmail from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmilo from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed knotes from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed konqueror from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed konqueror-nsplugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kontact from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed korganizer from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kubuntu-docs from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kubuntu-konqueror-shortcuts from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kwalletmanager from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed landscape-client from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed mkisofs from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed speedcrunch from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 13 Mar 2007 10:32:30 +0000 + +kubuntu-meta (1.29ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Removed digikam from desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 8 Mar 2007 20:26:06 +0000 + +kubuntu-meta (1.29) feisty; urgency=low + + * Refreshed dependencies + * Added digikam to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added gwenview to desktop-recommends-i386, desktop-recommends-amd64, + desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kipi-plugins to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added networkstatus to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Removed digikam from desktop-powerpc + * Removed gwenview from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kipi-plugins from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed networkstatus from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 6 Mar 2007 11:38:14 +0000 + +kubuntu-meta (1.28) feisty; urgency=low + + * Refreshed dependencies + * Removed digikam from desktop-i386 + + -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 14 Feb 2007 11:00:56 +0100 + +kubuntu-meta (1.27) feisty; urgency=low + + * Refreshed dependencies + * Added openprinting-ppds to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed linuxprinting.org-ppds from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 14 Feb 2007 10:35:25 +0100 + +kubuntu-meta (1.26ubuntu2) feisty; urgency=low + + * Refreshed dependencies + * Added apport-qt to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added software-properties-kde to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 13 Feb 2007 11:00:26 +0000 + +kubuntu-meta (1.26ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Added gs-esp-x to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kde-style-polyester to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added networkstatus to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed gs-esp from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 8 Feb 2007 13:08:21 +0000 + +kubuntu-meta (1.26) feisty; urgency=low + + * Refreshed dependencies + * Removed example-content from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 1 Feb 2007 12:23:33 +0000 + +kubuntu-meta (1.25ubuntu1) feisty; urgency=low + + * Refreshed dependencies + * Added gtk-qt-engine to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc + * Added libqt-perl to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added xkb-data to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed digikam from desktop-amd64, desktop-ia64, desktop-sparc, + desktop-hppa + * Removed gtk-qt-engine from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xkeyboard-config from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 1 Feb 2007 09:05:31 +0000 + +kubuntu-meta (1.25) feisty; urgency=low + + * Refreshed dependencies + * Added gtk-qt-engine to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed gtk2-engines-gtk-qt from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 4 Jan 2007 14:39:17 +0000 + +kubuntu-meta (1.24) feisty; urgency=low + + * Refreshed dependencies + * Added avahi-autoipd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added knetworkmanager to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc, desktop-recommends-hppa + * Removed diveintopython from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gdb from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed knetworkmanager from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed krita from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 4 Jan 2007 13:47:04 +0000 + +kubuntu-meta (1.23) feisty; urgency=low + + * Changed edgy to feisty in update.cfg + * Refreshed dependencies + * Added kde-guidance-powermanager to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc, desktop-recommends- + ia64, desktop-recommends-sparc + * Added kdebluetooth to desktop-recommends-i386, desktop-recommends- + amd64, desktop-recommends-powerpc, desktop-recommends-ia64, desktop- + recommends-sparc, desktop-recommends-hppa + * Added kexi to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added knetworkmanager to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added linuxprinting.org-ppds to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added openoffice.org-calc to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-draw to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-impress to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-java-common to desktop-recommends-i386, + desktop-recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-math to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Added openoffice.org-writer to desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Removed kaudiocreator from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kde-guidance-powermanager from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed kdebluetooth from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kscd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org from desktop-recommends-i386, desktop- + recommends-amd64, desktop-recommends-powerpc + * Removed wlassistant from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 5 Dec 2006 18:37:43 +0000 + +kubuntu-meta (1.22) edgy; urgency=low + + * Refreshed dependencies + * Added linux-headers-generic to desktop-recommends-i386 + * Added openoffice.org-kde to desktop-recommends-amd64 + * Removed linux-headers-386 from desktop-recommends-i386 + * Robustify the update script. + + -- Matthias Klose <doko@ubuntu.com> Thu, 19 Oct 2006 20:04:12 +0200 + +kubuntu-meta (1.21) edgy; urgency=low + + * Refreshed dependencies + * Removed linuxprinting.org-ppds from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 12 Oct 2006 23:14:16 +0100 + +kubuntu-meta (1.20) edgy; urgency=low + + * Fix build failure due to removal of kubuntu-live. + + -- Colin Watson <cjwatson@ubuntu.com> Thu, 12 Oct 2006 10:33:42 +0100 + +kubuntu-meta (1.19) edgy; urgency=low + + * Remove kubuntu-live metapackage; this is done using tasks now. + * Set output_seeds appropriately and remove some extraneous files. + + -- Colin Watson <cjwatson@ubuntu.com> Thu, 12 Oct 2006 03:43:21 +0100 + +kubuntu-meta (1.18) edgy; urgency=low + + * Refreshed dependencies + * Added kipi-plugins to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante <tonio@ubuntu.com> Tue, 10 Oct 2006 00:57:43 +0200 + +kubuntu-meta (1.17) edgy; urgency=low + + * Refreshed dependencies + * Added gdb to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added linuxprinting.org-ppds to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added util-linux-locales to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 5 Oct 2006 15:04:36 +0100 + +kubuntu-meta (1.16) edgy; urgency=low + + * Refreshed dependencies + * Added kmplayer-konq-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante <tonio@ubuntu.com> Tue, 3 Oct 2006 18:43:12 +0200 + +kubuntu-meta (1.15) edgy; urgency=low + + * Refreshed dependencies + * Added digikam to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmplayer-konq-plugins from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Anthony Mercatante <tonio@ubuntu.com> Tue, 3 Oct 2006 16:55:52 +0200 + +kubuntu-meta (1.14) edgy; urgency=low + + * Refreshed dependencies + * Added krita to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added libgl1-mesa-glx to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed language-support-en from live-amd64, live-ia64, live-sparc, + live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 27 Sep 2006 10:53:47 +0100 + +kubuntu-meta (1.13) edgy; urgency=low + + * Refreshed dependencies + * Added kde-guidance-powermanager to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed make from desktop-recommends-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 21 Sep 2006 10:48:58 +0100 + +kubuntu-meta (1.12) edgy; urgency=low + + * Refreshed dependencies + * Added upstart-logd to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 20 Sep 2006 12:38:15 +0100 + +kubuntu-meta (1.11) edgy; urgency=low + + * Edit debian/control to make use of Recommends + * Refreshed dependencies + * Added hwdb-client-kde to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 11 Sep 2006 16:51:21 +0100 + +kubuntu-meta (1.10) edgy; urgency=low + + * Meta packages now use Recommends for a number of packages that were + previously Depends (most of the packages marked as Removed below) + * Refreshed dependencies + * Added console-setup to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added startup-tasks to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + * Added system-services to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc + * Removed bluez-cups from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed bluez-utils from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed brltty from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed example-content from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gcc from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed hplip from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kbstate from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kde-icons-mono from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmag from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kmousetool from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kscreensaver from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed linux-headers-686 from desktop-i386 + * Removed linux-headers-amd64-generic from desktop-amd64 + * Removed linux-headers-hppa32 from desktop-hppa + * Removed linux-headers-hppa64 from desktop-hppa + * Removed linux-headers-itanium-smp from desktop-ia64 + * Removed linux-headers-mckinley-smp from desktop-ia64 + * Removed linux-headers-powerpc from desktop-powerpc + * Removed linux-headers-powerpc64-smp from desktop-powerpc + * Removed linux-headers-sparc64 from desktop-sparc + * Removed make from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed mtr-tiny from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed openoffice.org from desktop-i386, desktop-amd64, desktop- + powerpc + * Removed openoffice.org-kde from desktop-i386, desktop-powerpc + * Removed openssh-client from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed powernowd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed scim-qtimm from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed skim from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arabeyes from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-uming from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-baekmuk from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-gentium from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-indic-fonts from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-kochi-gothic from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-kochi-mincho from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-lao from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-malayalam-fonts from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-mgopen from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-thai-tlwg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed xcursor-themes from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 11 Sep 2006 13:37:17 +0100 + +kubuntu-meta (1.9) edgy; urgency=low + + * Refreshed dependencies + * Added upstart-compat-sysv to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc + * Added upstart to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + * Removed sysvinit from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 4 Sep 2006 22:29:21 +0000 + +kubuntu-meta (1.8) edgy; urgency=low + + * Refreshed dependencies + * Removed festival from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed kttsd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 30 Aug 2006 14:20:29 +0000 + +kubuntu-meta (1.7) edgy; urgency=low + + * Refreshed dependencies + * Added vim-tiny to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed hpijs-ppds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed foomatic-filters-ppds from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed vim from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 30 Aug 2006 12:46:21 +0000 + +kubuntu-meta (1.6) edgy; urgency=low + + * Refreshed dependencies + * Added festival to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kbstate to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kmag to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added kttsd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kde-icons-mono to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kmousetool to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed hwdb-client-kde from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed foomatic-db-gutenprint from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 29 Aug 2006 11:27:15 +0100 + +kubuntu-meta (1.5) edgy; urgency=low + + * Refreshed dependencies + * Added mktemp to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc + * Added hwdb-client-kde to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added gcc to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added linux-headers-powerpc to desktop-powerpc + * Added linux-headers-hppa32 to desktop-hppa + * Added linux-headers-mckinley-smp to desktop-ia64 + * Added make to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added linux-headers-amd64-generic to desktop-amd64 + * Added tasksel to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added linux-headers-itanium-smp to desktop-ia64 + * Added linux-headers-sparc64 to desktop-sparc + * Added linux-headers-686 to desktop-i386 + * Added linux-headers-powerpc64-smp to desktop-powerpc + * Added linux-headers-hppa64 to desktop-hppa + * Added python-minimal to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed initscripts from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed klaptopdaemon from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libgl1-mesa from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 17 Aug 2006 11:40:39 +0000 + +kubuntu-meta (1.4) edgy; urgency=low + + * Refreshed dependencies + * Added avahi-daemon to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added hfsplus to live-powerpc + * Added xfsprogs to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added jfsutils to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 20 Jul 2006 15:25:50 +0100 + +kubuntu-meta (1.3) edgy; urgency=low + + * Refreshed dependencies + * Removed language-pack-ar from live-i386 + * Removed language-pack-bn from live-i386 + * Removed language-pack-kde-ar from live-i386 + * Removed language-pack-hi from live-i386 + * Removed language-pack-kde-bn from live-i386 + * Removed language-pack-fr from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed krita from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-de from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-de from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed xserver-xorg-input-synaptics from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-nl from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed pbbuttonsd from desktop-i386 + * Removed ubuntu-live from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed language-pack-kde-hi from live-i386 + * Removed language-pack-es from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed language-pack-kde-fr from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-nl from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed language-pack-kde-zh from live-i386, live-powerpc + * Removed language-pack-kde-es from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-zh from live-i386, live-powerpc + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 17 Jul 2006 12:21:37 +0100 + +kubuntu-meta (1.2) edgy; urgency=low + + * Refreshed dependencies + * Added hpijs-ppds to desktop-ia64, desktop-hppa + * Added xorg to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Removed x-window-system-core from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 13 Jul 2006 11:53:24 +0100 + +kubuntu-meta (1.1) edgy; urgency=low + + * Refreshed dependencies + * Added tzdata to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added hfsutils to standard-powerpc + * Added ltrace to standard-ia64 + * Added strace to standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Added dosfstools to standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Added ubuntu-live to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added memtest86+ to standard-i386, standard-amd64 + * Added dash to minimal-i386, minimal-amd64, minimal-powerpc, minimal- + ia64, minimal-sparc, minimal-hppa + * Added pbbuttonsd to desktop-i386 + * Added hpijs-ppds to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Added reiserfsprogs to standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed bluez-pcmcia-support from desktop-i386, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pyxattr from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed xfsprogs from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-pylibacl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed lvm2 from standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Removed dosfstools from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-cddb from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed bicyclerepair from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pqueue from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-htmlgen from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-xmpp from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed hplip-ppds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-libxml2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-dbus from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-xdg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-parted from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed mdadm from standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Removed python2.4-dictclient from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed doc-debian from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-ldap from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pyorbit from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-id3lib from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pexpect from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed grepmap from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-pyao from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-imaging from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed evms-ncurses from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed python-adns from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed grub from live-i386, live-amd64 + * Removed python-clientcookie from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pgsql from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed yaboot from live-powerpc + * Removed python-genetic from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pyopenssl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-newt from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxstack from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxtools from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-stats from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gdbm from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gd from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-eunuchs from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-htmltmpl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed pcmcia-cs from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed python2.4-pycurl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed evms from standard-i386, standard-amd64, standard-powerpc, + standard-ia64, standard-sparc, standard-hppa + * Removed python-epydoc from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-simpletal from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-kjbuckets from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed memtest86+ from minimal-i386, minimal-amd64 + * Removed irssi from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed hfsplus from minimal-powerpc + * Removed python-netcdf from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed reiser4progs from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-numeric from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-librdf from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-sqlite from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed reiserfsprogs from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-geoip from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pam from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxtexttools from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-jabber from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed hfsutils from minimal-powerpc + * Removed python-syck from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-soappy from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed strace from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-pyvorbis from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed dmsetup from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed python-examples from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-egenix-mxproxy from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gadfly from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-gnupginterface from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-pisock from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-imaging-sane from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python2.4-libxslt1 from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed jfsutils from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed python-unit from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed reportbug from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed python-apt from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-mysqldb from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-crypto from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-reportlab from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 12 Jul 2006 02:23:15 +0100 + +kubuntu-meta (1.0) edgy; urgency=low + + * Add update.cfg for new germinate-update-metapackage (Build-Depends: + germinate (>= 0.16)). Replace update with a trivial wrapper. We now pull + seeds directly from bzr over sftp by default, so update will only work + if you're in the ubuntu-core-dev team; run germinate-update-metapackage + without options or temporarily replace "sftp" with "http" in update.cfg + to update without authentication. + * Switch to edgy seeds. + * Seems like as good a time as any to bump to 1.0. + + -- Colin Watson <cjwatson@ubuntu.com> Fri, 9 Jun 2006 13:13:18 +0100 + +kubuntu-meta (0.85) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-nl to live-amd64, live-ia64, live-sparc, + live-hppa + * Added language-pack-fr to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-pack-es to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-pack-kde-fr to live-amd64, live-ia64, live-sparc, + live-hppa + * Added language-pack-nl to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-pack-kde-es to live-amd64, live-ia64, live-sparc, + live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 30 May 2006 02:05:00 +0100 + +kubuntu-meta (0.84) dapper; urgency=low + + * Refreshed dependencies + * Removed language-pack-ar from live-powerpc + * Removed language-pack-bn from live-powerpc + * Removed language-pack-kde-ar from live-powerpc + * Removed language-pack-hi from live-powerpc + * Removed language-pack-kde-bn from live-powerpc + * Removed language-pack-kde-hi from live-powerpc + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 29 May 2006 15:03:21 +0100 + +kubuntu-meta (0.83) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-ar to live-i386, live-powerpc + * Added language-pack-bn to live-i386, live-powerpc + * Added language-pack-kde-ar to live-i386, live-powerpc + * Added language-pack-hi to live-i386, live-powerpc + * Added language-pack-kde-bn to live-i386, live-powerpc + * Added language-pack-kde-hi to live-i386, live-powerpc + * Added language-pack-kde-nl to live-powerpc + * Added language-pack-fr to live-powerpc + * Added language-pack-es to live-powerpc + * Added language-pack-kde-fr to live-powerpc + * Added language-pack-nl to live-powerpc + * Added language-pack-kde-zh to live-i386, live-powerpc + * Added language-pack-kde-es to live-powerpc + * Added language-pack-zh to live-i386, live-powerpc + + -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 28 May 2006 19:27:10 +0100 + +kubuntu-meta (0.82) dapper; urgency=low + + * Refreshed dependencies + * Added landscape-client to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org-kde from desktop-amd64, desktop-ia64, + desktop-sparc + + -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 28 May 2006 15:58:58 +0100 + +kubuntu-meta (0.81) dapper; urgency=low + + * Refreshed dependencies + * Removed language-support-de from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 23 May 2006 15:09:51 +0100 + +kubuntu-meta (0.80) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-de to live-amd64, live-ia64, live-sparc, + live-hppa + * Added language-pack-de to live-amd64, live-ia64, live-sparc, live- + hppa + * Added language-support-de to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Removed language-pack-ar from live-i386, live-powerpc + * Removed language-pack-bn from live-i386, live-powerpc + * Removed language-pack-kde-ar from live-i386, live-powerpc + * Removed language-pack-hi from live-i386, live-powerpc + * Removed language-pack-kde-bn from live-i386, live-powerpc + * Removed language-pack-kde-hi from live-i386, live-powerpc + * Removed language-pack-fr from live-powerpc + * Removed language-pack-kde-nl from live-powerpc + * Removed language-pack-pt from live-i386 + * Removed language-pack-kde-pt from live-i386 + * Removed language-pack-es from live-powerpc + * Removed language-pack-kde-fr from live-powerpc + * Removed language-pack-nl from live-powerpc + * Removed language-pack-kde-zh from live-i386, live-powerpc + * Removed language-pack-kde-es from live-powerpc + * Removed language-pack-zh from live-i386, live-powerpc + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 23 May 2006 08:28:12 +0100 + +kubuntu-meta (0.79) dapper; urgency=low + + * Refreshed dependencies + * Removed language-pack-kde-de from live-amd64, live-ia64 + * Removed language-pack-az from live-i386, live-powerpc + * Removed language-pack-ru from live-i386, live-powerpc + * Removed language-pack-kde-bg from live-i386, live-powerpc + * Removed language-pack-pt from live-powerpc + * Removed language-pack-af from live-i386, live-powerpc + * Removed language-pack-kde-fr from live-amd64, live-ia64 + * Removed language-pack-kde-br from live-i386, live-powerpc + * Removed language-pack-kde-bs from live-i386, live-powerpc + * Removed language-pack-kde-az from live-i386, live-powerpc + * Removed language-pack-ca from live-i386, live-powerpc + * Removed language-pack-kde-pt from live-powerpc + * Removed language-pack-es from live-amd64, live-ia64 + * Removed language-pack-kde-af from live-i386, live-powerpc + * Removed language-pack-ja from live-i386, live-powerpc + * Removed language-pack-kde-ca from live-i386, live-powerpc + * Removed language-pack-nl from live-amd64, live-ia64 + * Removed language-pack-kde-es from live-amd64, live-ia64 + * Removed language-pack-kde-ja from live-i386, live-powerpc + * Removed language-pack-bg from live-i386, live-powerpc + * Removed language-pack-de from live-amd64, live-ia64 + * Removed language-pack-kde-ru from live-i386, live-powerpc + * Removed language-pack-kde-nl from live-amd64, live-ia64 + * Removed language-pack-fr from live-amd64, live-ia64 + * Removed language-pack-bs from live-i386, live-powerpc + * Removed language-pack-br from live-i386, live-powerpc + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 23 May 2006 00:17:45 +0100 + +kubuntu-meta (0.78) dapper; urgency=low + + * Refreshed dependencies + * Removed brltty-x11 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-de from live-sparc, live-hppa + * Removed language-pack-de from live-sparc, live-hppa + * Removed language-pack-kde-nl from live-sparc, live-hppa + * Removed language-pack-fr from live-sparc, live-hppa + * Removed language-pack-es from live-sparc, live-hppa + * Removed language-pack-kde-fr from live-sparc, live-hppa + * Removed language-pack-nl from live-sparc, live-hppa + * Removed language-pack-kde-es from live-sparc, live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 22 May 2006 14:36:49 +0300 + +kubuntu-meta (0.77) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-ja to live-powerpc + * Added language-pack-ja to live-powerpc + * Added language-pack-az to live-powerpc + * Added language-pack-kde-ca to live-powerpc + * Added language-pack-kde-az to live-powerpc + * Added language-pack-ca to live-powerpc + * Added language-pack-ru to live-powerpc + * Added language-pack-kde-bg to live-powerpc + * Added language-pack-bg to live-powerpc + * Added language-pack-kde-ru to live-powerpc + * Added language-pack-af to live-powerpc + * Added language-pack-kde-af to live-powerpc + * Added language-pack-kde-br to live-powerpc + * Added language-pack-kde-bs to live-powerpc + * Added language-pack-bs to live-powerpc + * Added language-pack-br to live-powerpc + * Added brltty-x11 to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-bn from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-kde-eo from live-i386 + * Removed language-pack-kde-da from live-i386 + * Removed language-pack-kde-bn from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-da from live-i386 + * Removed language-pack-eo from live-i386 + * Removed language-pack-kde-zh from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-kde-cy from live-i386 + * Removed language-pack-cy from live-i386 + * Removed language-pack-kde-cs from live-i386 + * Removed language-pack-zh from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-cs from live-i386 + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 22 May 2006 03:54:13 +0300 + +kubuntu-meta (0.76) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-pt to live-powerpc + * Added language-pack-kde-pt to live-powerpc + * Removed language-pack-kde-el from live-i386 + * Removed language-pack-el from live-i386 + * Removed kwifimanager from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 12 May 2006 18:02:17 +0300 + +kubuntu-meta (0.75) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-da to live-i386 + * Added language-pack-az to live-i386 + * Added language-pack-kde-bg to live-i386 + * Added language-pack-af to live-i386 + * Added language-pack-kde-br to live-i386 + * Added language-pack-kde-bs to live-i386 + * Added language-pack-eo to live-i386 + * Added language-pack-el to live-i386 + * Added language-pack-kde-az to live-i386 + * Added language-pack-ca to live-i386 + * Added ubiquity-ubuntu-artwork to live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Added language-pack-cy to live-i386 + * Added language-pack-kde-af to live-i386 + * Added language-pack-cs to live-i386 + * Added language-pack-kde-el to live-i386 + * Added language-pack-kde-eo to live-i386 + * Added language-pack-kde-ca to live-i386 + * Added language-pack-kde-cy to live-i386 + * Added language-pack-kde-cs to live-i386 + * Added usplash to desktop-hppa + * Added language-pack-da to live-i386 + * Added language-pack-bg to live-i386 + * Added language-pack-bs to live-i386 + * Added language-pack-br to live-i386 + * Removed language-pack-hi from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed ubiquity-ubuntu-doc from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed language-pack-kde-hi from live-amd64, live-ia64, live-sparc, + live-hppa + * Removed language-pack-pt from live-powerpc + * Removed language-pack-kde-pt from live-powerpc + * Removed language-pack-xh from live-i386, live-powerpc + * Removed language-pack-kde-xh from live-i386, live-powerpc + + -- Colin Watson <cjwatson@ubuntu.com> Thu, 11 May 2006 22:47:16 +0100 + +kubuntu-meta (0.74) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-ar to live-i386, live-powerpc + * Added language-pack-kde-fr to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-kde-bn to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-kde-de to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-ru to live-i386 + * Added language-pack-pt to live-i386, live-powerpc + * Added language-pack-kde-xh to live-i386, live-powerpc + * Added language-pack-kde-zh to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-kde-ar to live-i386, live-powerpc + * Added language-pack-kde-ru to live-i386 + * Added language-pack-kde-pt to live-i386, live-powerpc + * Added language-pack-es to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-hi to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-ja to live-i386 + * Added language-pack-kde-ja to live-i386 + * Added language-pack-nl to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-kde-es to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-bn to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-kde-hi to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-de to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-kde-nl to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added language-pack-fr to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added language-pack-xh to live-i386, live-powerpc + * Added language-pack-zh to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 11 May 2006 01:09:32 +0300 + +kubuntu-meta (0.73) dapper; urgency=low + + * Refreshed dependencies + * Added wlassistant to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 4 May 2006 12:22:39 -0400 + +kubuntu-meta (0.72) dapper; urgency=low + + * Refreshed dependencies + * Added ttf-gentium to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added bogofilter to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kmplayer-konq-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libreiserfs0.3-0 from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed cdebconf from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Sat, 29 Apr 2006 15:57:41 +0100 + +kubuntu-meta (0.71) dapper; urgency=low + + * Refreshed dependencies + * Added libc6-sparc64v to minimal-sparc + * Added ttf-lao to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added libc6-sparcv9b to minimal-sparc + * Added wpasupplicant to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added kmailcvt to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added sparc-utils to minimal-sparc + * Added libc6-sparc64b to minimal-sparc + * Added libc6-sparcv9v to minimal-sparc + * Added libstdc++5 to desktop-i386 + * Added ubiquity-frontend-kde to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added ubiquity-ubuntu-doc to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added brltty to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added xcursor-themes to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed wpasupplicant from standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed espresso-frontend-kde from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed ttf-arphic-ukai from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed espresso-ubuntu-artwork from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed espresso-ubuntu-doc from live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 23 Apr 2006 00:13:42 +0100 + +kubuntu-meta (0.70) dapper; urgency=low + + * Refreshed dependencies + * Added espresso-ubuntu-doc to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added espresso-ubuntu-artwork to live-i386, live-amd64, live- + powerpc, live-ia64, live-sparc, live-hppa + * Removed espresso-grub from live-i386, live-amd64 + * Removed espresso-utils from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + + -- Colin Watson <cjwatson@ubuntu.com> Thu, 6 Apr 2006 17:39:22 +0100 + +kubuntu-meta (0.69) dapper; urgency=low + + * Refreshed dependencies + * Added wpasupplicant to standard-i386, standard-amd64, standard- + powerpc, standard-ia64, standard-sparc, standard-hppa + * Removed espresso from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 3 Apr 2006 17:18:38 +0100 + +kubuntu-meta (0.68) dapper; urgency=low + + * Refreshed dependencies + * Removed language-pack-bn from live-i386, live-amd64 + * Removed language-pack-kde-bn from live-i386, live-amd64 + * Removed language-pack-kde-de from live-i386, live-amd64 + * Removed language-pack-de from live-i386, live-amd64 + * Removed language-pack-fr from live-i386, live-amd64 + * Removed language-pack-kde-fr from live-i386, live-amd64 + * Removed language-pack-kde-zh from live-i386, live-amd64 + * Removed language-pack-zh from live-i386, live-amd64 + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 28 Mar 2006 19:34:10 +0100 + +kubuntu-meta (0.67) dapper; urgency=low + + * Refreshed dependencies + * Added language-pack-bn to live-i386, live-amd64 + * Added usplash to desktop-ia64 + * Added language-pack-kde-fr to live-i386, live-amd64 + * Added language-pack-kde-bn to live-i386, live-amd64 + * Added language-pack-kde-de to live-i386, live-amd64 + * Added inputattach to standard-hppa + * Added libnss-mdns to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added keep to desktop-hppa + * Added espresso to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added irssi to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added ttf-thai-tlwg to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added language-pack-fr to live-i386, live-amd64 + * Added ktorrent to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added language-selector-qt to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added language-pack-kde-zh to live-i386, live-amd64 + * Added language-pack-de to live-i386, live-amd64 + * Added openoffice.org-kde to desktop-ia64 + * Added language-pack-zh to live-i386, live-amd64 + * Removed language-pack-ar from live-powerpc + * Removed language-pack-kde-bn from live-powerpc, live-ia64 + * Removed language-pack-kde-de from live-powerpc, live-ia64 + * Removed language-pack-ru from live-powerpc + * Removed language-pack-kde-ru from live-powerpc + * Removed language-pack-pt from live-powerpc + * Removed language-pack-kde-fr from live-powerpc, live-ia64 + * Removed language-pack-kde-zh from live-powerpc, live-ia64 + * Removed language-pack-kde-ar from live-powerpc + * Removed language-pack-ca from live-powerpc + * Removed language-pack-kde-pt from live-powerpc + * Removed language-pack-es from live-powerpc + * Removed irssi-text from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-hi from live-powerpc + * Removed language-pack-ja from live-powerpc + * Removed language-pack-kde-ja from live-powerpc + * Removed language-pack-kde-ca from live-powerpc + * Removed language-pack-kde-es from live-powerpc + * Removed language-pack-bn from live-powerpc, live-ia64 + * Removed language-pack-kde-hi from live-powerpc + * Removed language-pack-de from live-powerpc, live-ia64 + * Removed language-pack-fr from live-powerpc, live-ia64 + * Removed language-pack-zh from live-powerpc, live-ia64 + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 27 Mar 2006 14:03:47 +0100 + +kubuntu-meta (0.66) dapper; urgency=low + + * Refreshed dependencies + * Added ltrace to standard-sparc + * Added grub to live-i386, live-amd64 + * Added openoffice.org to desktop-i386, desktop-amd64, desktop-powerpc + * Added yaboot to live-powerpc + * Added scim-qtimm to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added keep to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added inputattach to standard-sparc + * Added skim to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added espresso-frontend-kde to live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + * Added cdrdao to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added openoffice.org-kde to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-sparc + * Removed openoffice.org2-kde from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed python-gdchart from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org2 from desktop-i386, desktop-amd64, desktop- + powerpc + + -- Martin Pitt <martin.pitt@ubuntu.com> Wed, 8 Mar 2006 15:28:58 +0100 + +kubuntu-meta (0.65) dapper; urgency=low + + * Refreshed dependencies + * Added inputattach to standard-i386, standard-amd64, standard- + powerpc, standard-ia64 + * Added example-content to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added ksplash-engine-moodin to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed konserve from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ifrename from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * germinator.plantSeed() takes an extra argument + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 22 Feb 2006 13:30:56 +0000 + +kubuntu-meta (0.64) dapper; urgency=low + + * Refreshed dependencies + * Added espresso-grub to live-i386, live-amd64 + * Added libpam-foreground to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kaffeine-xine to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added cdebconf to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Removed gstreamer0.8-dvd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed grub from live-i386, live-amd64 + * Removed gstreamer0.8-vorbis from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-hermes from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-flac from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed casper from live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Removed gstreamer0.8-sdl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kaffeine-gstreamer from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-cdparanoia from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed user-setup from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed gstreamer0.8-dv from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed os-prober from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Removed gstreamer0.8-x from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-audiofile from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-theora from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed yaboot from live-powerpc + * Removed gstreamer0.8-speex from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed partman from live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Removed gstreamer0.8-misc from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-plugin-apps from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-gsm from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libgstreamer0.8-0 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-jpeg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed libgstreamer-plugins0.8-0 from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-musepack from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-osd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-oss from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed gstreamer0.8-alsa from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson <cjwatson@ubuntu.com> Fri, 3 Feb 2006 12:29:24 +0000 + +kubuntu-meta (0.63) dapper; urgency=low + + * Refreshed dependencies + * Added cupsys-driver-gutenprint to desktop-ia64 + * Added ttf-arphic-ukai to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kdnssd to desktop-ia64, desktop-hppa + * Added ttf-arphic-uming to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-musicbrainz from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 19 Jan 2006 09:25:12 +0000 + +kubuntu-meta (0.62) dapper; urgency=low + + * Refreshed dependencies + * Added kdnssd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 13 Jan 2006 01:00:35 +0000 + +kubuntu-meta (0.61) dapper; urgency=low + + * Refreshed dependencies + * Added cupsys-driver-gutenprint to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-sparc, desktop-hppa + * Added foomatic-db-gutenprint to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added user-setup to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added kde-guidance to desktop-hppa + * Added xserver-xorg-input-synaptics to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added casper to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added os-prober to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added espresso-utils to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added hotkey-setup to desktop-amd64 + * Removed foomatic-db-gimp-print from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed xorg-driver-synaptics from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed cupsys-driver-gimpprint from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed kdemultimedia-kappfinder-data from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed base-config from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed ubuntu-express from live-i386, live-amd64, live-powerpc, + live-ia64, live-sparc, live-hppa + + -- Colin Watson <cjwatson@ubuntu.com> Wed, 11 Jan 2006 18:57:11 +0000 + +kubuntu-meta (0.60) dapper; urgency=low + + * Refreshed dependencies + * Removed ivman from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Mon, 12 Dec 2005 16:16:26 +0000 + +kubuntu-meta (0.59) dapper; urgency=low + + * Refreshed dependencies + * Added partman to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added konq-plugins to desktop-hppa + * Added min12xxw to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added hplip to desktop-hppa + * Added pcmciautils to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added amarok to desktop-hppa + * Added foo2zjs to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kdebluetooth to desktop-hppa + * Added libarts1-akode to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed akode from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-bsmi00lp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-bkai00mp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed hotplug from minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Removed kuser from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-gbsn00lp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed ttf-arphic-gkai00mp from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Sun, 11 Dec 2005 22:49:19 +0000 + +kubuntu-meta (0.58) dapper; urgency=low + + * Refreshed dependencies + * Added hplip to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed hplip-base from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson <cjwatson@ubuntu.com> Thu, 17 Nov 2005 10:43:59 +0000 + +kubuntu-meta (0.57) dapper; urgency=low + + * Really build-depend on germinate (>= 0.6). + * Update Maintainer to Jonathan Riddell; Andreas Mueller has not worked on + this package for some time. + + -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2005 17:20:24 +0000 + +kubuntu-meta (0.56) dapper; urgency=low + + * Merged update script changes from ubuntu-meta: + - Rewrite large parts of update to use germinate modules for Packages, + Sources, and seed parsing; this allows us to take advantage of new + seed syntax without having to duplicate code from germinate. + - Build-depend on germinate (>= 0.6) for the above. This isn't really + needed on the buildds, but you'll need it to run the update script. + - Turn off HTTP caching while fetching seed lists. + + * Refreshed dependencies + * Added knetworkconf to desktop-hppa + * Added krita to desktop-hppa + * Added kwalletmanager to desktop-hppa + * Added knotes to desktop-hppa + * Added kdepim-kio-plugins to desktop-hppa + * Added kdepim-wizards to desktop-hppa + * Added ark to desktop-hppa + * Added kdemultimedia-kfile-plugins to desktop-hppa + * Added karm to desktop-hppa + * Added kaffeine-gstreamer to desktop-hppa + * Added konversation to desktop-hppa + * Added kmilo to desktop-hppa + * Added ksystemlog to desktop-hppa + * Added kmail to desktop-hppa + * Added kscd to desktop-hppa + * Added kdemultimedia-kappfinder-data to desktop-hppa + * Added kde-guidance to desktop-sparc + * Added korganizer to desktop-hppa + * Added kaddressbook to desktop-hppa + * Added klaptopdaemon to desktop-hppa + * Added kaudiocreator to desktop-hppa + * Added akode to desktop-hppa + * Added kdemultimedia-kio-plugins to desktop-hppa + * Added akregator to desktop-hppa + * Added kmix to desktop-hppa + * Added kontact to desktop-hppa + * Removed bogofilter from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed fetchmail from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed procmail from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed python-opengl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson <cjwatson@ubuntu.com> Wed, 16 Nov 2005 16:34:17 +0000 + +kubuntu-meta (0.55) breezy; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-zh to live-powerpc + * Added openoffice.org2-kde to desktop-ia64, desktop-sparc + * Added language-pack-kde-ca to live-powerpc + * Added kio-apt to desktop-hppa + * Removed language-pack-ar from live-ia64 + * Removed language-pack-sk from live-ia64 + * Removed language-pack-kde-da from live-ia64 + * Removed language-pack-kde-eu from live-ia64 + * Removed language-pack-pl from live-ia64 + * Removed language-pack-ru from live-ia64 + * Removed language-pack-ko from live-ia64 + * Removed language-pack-kde-fi from live-ia64 + * Removed language-pack-kde-bg from live-ia64 + * Removed language-pack-ro from live-ia64 + * Removed language-pack-hu from live-ia64 + * Removed language-pack-kde-xh from live-ia64 + * Removed language-pack-vi from live-ia64 + * Removed language-pack-it from live-ia64 + * Removed language-pack-kde-tr from live-ia64 + * Removed language-pack-kde-sk from live-ia64 + * Removed language-pack-kde-ar from live-ia64 + * Removed language-pack-el from live-ia64 + * Removed language-pack-kde-ko from live-ia64 + * Removed language-pack-ca from live-ia64 + * Removed language-pack-pt from live-ia64 + * Removed language-pack-kde-pt from live-ia64 + * Removed language-pack-eu from live-ia64 + * Removed language-pack-es from live-ia64 + * Removed language-pack-kde-ms from live-ia64 + * Removed language-pack-kde-ro from live-ia64 + * Removed python2.4-samba from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-it from live-ia64 + * Removed language-pack-cs from live-ia64 + * Removed language-pack-kde-el from live-ia64 + * Removed language-pack-tr from live-ia64 + * Removed language-pack-hi from live-ia64 + * Removed language-pack-ja from live-ia64 + * Removed language-pack-kde-ca from live-ia64 + * Removed language-pack-sq from live-ia64 + * Removed language-pack-sr from live-ia64 + * Removed language-pack-ms from live-ia64 + * Removed language-pack-sl from live-ia64 + * Removed language-pack-no from live-ia64 + * Removed python-twisted from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-nl from live-ia64 + * Removed language-pack-kde-cs from live-ia64 + * Removed language-pack-nb from live-ia64 + * Removed language-pack-uk from live-ia64 + * Removed language-pack-kde-es from live-ia64 + * Removed language-pack-hr from live-ia64 + * Removed language-pack-kde-ja from live-ia64 + * Removed language-pack-sv from live-ia64 + * Removed language-pack-kde-hi from live-ia64 + * Removed language-pack-bg from live-ia64 + * Removed language-pack-kde-sr from live-ia64 + * Removed language-pack-fi from live-ia64 + * Removed language-pack-kde-ru from live-ia64 + * Removed language-pack-kde-lt from live-ia64 + * Removed language-pack-kde-nl from live-ia64 + * Removed language-pack-da from live-ia64 + * Removed language-pack-kde-no from live-ia64 + * Removed language-pack-xh from live-ia64 + * Removed language-pack-kde-uk from live-ia64 + * Removed language-pack-kde-sl from live-ia64 + * Removed language-pack-kde-sv from live-ia64 + * Removed language-pack-kde-hu from live-ia64 + * Removed language-pack-kde-pl from live-ia64 + * Removed language-pack-kde-nb from live-ia64 + * Removed language-pack-lt from live-ia64 + + -- Colin Watson <cjwatson@ubuntu.com> Mon, 10 Oct 2005 17:15:31 +0100 + +kubuntu-meta (0.54) breezy; urgency=low + + * Refreshed dependencies + * Added kio-apt to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kde-guidance to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + + -- Jonathan Riddell <jriddell@ubuntu.com> Fri, 7 Oct 2005 17:23:45 +0100 + +kubuntu-meta (0.53) breezy; urgency=low + + * Refreshed dependencies + * Added kdm to desktop-hppa + * Added kicker to desktop-hppa + * Added konqueror-nsplugins to desktop-hppa + * Added kio-locate to desktop-hppa + * Added gstreamer0.8-dvd to desktop-hppa + * Added kcontrol to desktop-hppa + * Added gstreamer0.8-vorbis to desktop-hppa + * Added kwin to desktop-hppa + * Added kdeadmin-kfile-plugins to desktop-hppa + * Added usplash to desktop-sparc + * Added ttf-dejavu to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-flac to desktop-hppa + * Added kdebase-kio-plugins to desktop-hppa + * Added gstreamer0.8-hermes to desktop-hppa + * Added kate to desktop-hppa + * Added readahead to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added konserve to desktop-hppa + * Added kdepasswd to desktop-hppa + * Added gstreamer0.8-cdparanoia to desktop-hppa + * Added kmenuedit to desktop-hppa + * Added kghostview to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added khelpcenter to desktop-hppa + * Added gstreamer0.8-dv to desktop-hppa + * Added katapult to desktop-hppa + * Added gstreamer0.8-x to desktop-hppa + * Added gstreamer0.8-musepack to desktop-hppa + * Added gtk2-engines-gtk-qt to desktop-sparc, desktop-hppa + * Added gstreamer0.8-theora to desktop-hppa + * Added kscreensaver to desktop-hppa + * Added kdesktop to desktop-hppa + * Added klipper to desktop-hppa + * Added konsole to desktop-hppa + * Added ksmserver to desktop-hppa + * Added gstreamer0.8-speex to desktop-hppa + * Added gstreamer0.8-sdl to desktop-hppa + * Added kfind to desktop-hppa + * Added gwenview to desktop-hppa + * Added adept to desktop-sparc, desktop-hppa + * Added gstreamer0.8-misc to desktop-hppa + * Added kubuntu-artwork-usplash to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-gsm to desktop-hppa + * Added kuser to desktop-hppa + * Added konqueror to desktop-hppa + * Added gstreamer0.8-jpeg to desktop-hppa + * Added ksplash to desktop-hppa + * Added kcron to desktop-hppa + * Added libxp6 to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added ksysguard to desktop-hppa + * Added libgstreamer-plugins0.8-0 to desktop-hppa + * Added gstreamer0.8-audiofile to desktop-hppa + * Added gstreamer0.8-plugin-apps to desktop-hppa + * Added kdeprint to desktop-hppa + * Added gstreamer0.8-oss to desktop-hppa + * Added gstreamer0.8-alsa to desktop-hppa + * Removed powermanagement-interface from desktop-sparc, desktop-hppa + * Removed readahead-list from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Tue, 4 Oct 2005 22:58:38 +0100 + +kubuntu-meta (0.52) breezy; urgency=low + + * Refreshed dependencies + * Added gtk2-engines-gtk-qt to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64 + * Added ttf-mgopen to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added iproute to minimal-hppa + * Added dbus to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc, desktop-hppa + * Added usplash to desktop-powerpc + * Added adept to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added kdebluetooth to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed dbus-1-utils from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-kde-zh from live-powerpc + * Removed language-pack-kde-ca from live-powerpc + * Removed kynaptic from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 21 Sep 2005 01:09:58 +0100 + +kubuntu-meta (0.51) breezy; urgency=low + + * Refreshed dependencies + * Added language-pack-kde-da to live-ia64 + * Added lvm2 to standard-hppa + * Added language-pack-kde-eu to live-ia64 + * Added language-pack-pl to live-ia64 + * Added language-pack-kde-sr to live-ia64 + * Added language-pack-kde-fi to live-ia64 + * Added language-pack-kde-bg to live-ia64 + * Added language-pack-ro to live-ia64 + * Added kdepim-kio-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added kdebase-kio-plugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-xh to live-ia64 + * Added language-pack-vi to live-ia64 + * Added language-pack-it to live-ia64 + * Added language-pack-kde-tr to live-ia64 + * Added language-pack-kde-sk to live-ia64 + * Added language-pack-el to live-ia64 + * Added language-pack-kde-ko to live-ia64 + * Added language-pack-sk to live-ia64 + * Added language-pack-eu to live-ia64 + * Added language-pack-tr to live-ia64 + * Added language-pack-kde-ms to live-ia64 + * Added language-pack-kde-ro to live-ia64 + * Added language-pack-hu to live-ia64 + * Added language-pack-kde-it to live-ia64 + * Added language-pack-cs to live-ia64 + * Added language-pack-kde-el to live-ia64 + * Added language-pack-ko to live-ia64 + * Added xorg-driver-synaptics to desktop-hppa + * Added language-pack-sv to live-ia64 + * Added language-pack-sq to live-ia64 + * Added language-pack-sr to live-ia64 + * Added language-pack-ms to live-ia64 + * Added language-pack-sl to live-ia64 + * Added language-pack-no to live-ia64 + * Added language-pack-lt to live-ia64 + * Added language-pack-nl to live-ia64 + * Added language-pack-kde-cs to live-ia64 + * Added language-pack-nb to live-ia64 + * Added language-pack-uk to live-ia64 + * Added language-pack-hr to live-ia64 + * Added language-pack-da to live-ia64 + * Added speedcrunch to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added language-pack-fi to live-ia64 + * Added language-pack-kde-sv to live-ia64 + * Added language-pack-kde-lt to live-ia64 + * Added language-pack-kde-nl to live-ia64 + * Added language-pack-bg to live-ia64 + * Added language-pack-kde-no to live-ia64 + * Added language-pack-xh to live-ia64 + * Added language-pack-kde-uk to live-ia64 + * Added language-pack-kde-sl to live-ia64 + * Added language-pack-kde-hu to live-ia64 + * Added language-pack-kde-pl to live-ia64 + * Added language-pack-kde-nb to live-ia64 + * Removed language-pack-ar from live-amd64 + * Removed language-pack-kde-bn from live-i386, live-amd64, live-sparc, + live-hppa + * Removed language-pack-kde-de from live-amd64 + * Removed language-pack-ru from live-amd64 + * Removed language-pack-kde-ru from live-amd64 + * Removed language-pack-pt from live-amd64 + * Removed language-pack-kde-fr from live-amd64 + * Removed language-pack-kde-zh from live-i386, live-amd64, live-sparc, + live-hppa + * Removed language-pack-kde-ar from live-amd64 + * Removed libgstreamer-gconf0.8-0 from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-ca from live-amd64 + * Removed language-pack-kde-pt from live-amd64 + * Removed language-pack-es from live-i386, live-amd64, live-sparc, + live-hppa + * Removed python-numarray from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed language-pack-hi from live-amd64 + * Removed language-pack-ja from live-amd64 + * Removed language-pack-kde-ja from live-amd64 + * Removed language-pack-kde-ca from live-amd64 + * Removed language-pack-kde-es from live-i386, live-amd64, live-sparc, + live-hppa + * Removed gstreamer0.8-esd from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-bn from live-i386, live-amd64, live-sparc, + live-hppa + * Removed language-pack-kde-hi from live-amd64 + * Removed language-pack-de from live-amd64 + * Removed language-pack-fr from live-amd64 + * Removed gstreamer0.8-gnomevfs from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-zh from live-i386, live-amd64, live-sparc, + live-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 7 Sep 2005 18:57:57 +0100 + +kubuntu-meta (0.50) breezy; urgency=low + + * Refreshed dependencies + * Added krita to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added libgl1-mesa to desktop-hppa + + -- Matt Zimmerman <mdz@ubuntu.com> Fri, 26 Aug 2005 16:01:12 -0700 + +kubuntu-meta (0.49) breezy; urgency=low + + * Refreshed dependencies + * Added kio-locate to desktop-powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-bn to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added language-pack-kde-de to live-powerpc, live-ia64 + * Added hplip-ppds to desktop-powerpc, desktop-ia64, desktop-sparc, + desktop-hppa + * Added language-pack-kde-fr to live-powerpc, live-ia64 + * Added language-pack-kde-zh to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added libgl1-mesa to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaffeine-gstreamer to desktop-sparc + * Added language-pack-kde-ar to live-powerpc, live-ia64 + * Added python-syck to desktop-ia64 + * Added ksystemlog to desktop-powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-ru to live-powerpc, live-ia64 + * Added language-pack-kde-pt to live-powerpc, live-ia64 + * Added katapult to desktop-powerpc, desktop-ia64, desktop-sparc + * Added language-pack-kde-en to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added language-pack-kde-ca to live-powerpc, live-ia64 + * Added bogofilter to desktop-hppa + * Added language-pack-kde-es to live-powerpc, live-ia64, live-sparc, + live-hppa + * Added language-pack-kde-ja to live-powerpc, live-ia64 + * Added language-pack-kde-hi to live-powerpc, live-ia64 + * Added gstreamer0.8-musepack to desktop-powerpc, desktop-ia64, + desktop-sparc + * Added hplip-base to desktop-powerpc, desktop-ia64, desktop-sparc, + desktop-hppa + * Removed language-pack-ar from live-sparc, live-hppa + * Removed openoffice.org from desktop-ia64, desktop-sparc + * Removed language-pack-pl from live-powerpc, live-ia64 + * Removed language-pack-ru from live-sparc, live-hppa + * Removed language-pack-ko from live-powerpc, live-ia64 + * Removed language-pack-ms from live-ia64 + * Removed language-pack-ro from live-ia64 + * Removed language-pack-pt from live-sparc, live-hppa + * Removed language-pack-vi from live-ia64 + * Removed language-pack-it from live-powerpc, live-ia64 + * Removed libgl1-xorg from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed language-pack-fr from live-sparc, live-hppa + * Removed language-pack-el from live-powerpc, live-ia64 + * Removed language-pack-ca from live-sparc, live-hppa + * Removed language-pack-nl from live-powerpc, live-ia64 + * Removed language-pack-eu from live-ia64 + * Removed bind9-host from standard-powerpc, standard-ia64, standard- + sparc, standard-hppa + * Removed language-pack-cs from live-powerpc, live-ia64 + * Removed language-pack-tr from live-powerpc, live-ia64 + * Removed language-pack-hi from live-sparc, live-hppa + * Removed language-pack-ja from live-sparc, live-hppa + * Removed language-pack-sv from live-powerpc, live-ia64 + * Removed language-pack-sq from live-ia64 + * Removed language-pack-sr from live-powerpc, live-ia64 + * Removed language-pack-sl from live-ia64 + * Removed language-pack-no from live-powerpc, live-ia64 + * Removed language-pack-lt from live-ia64 + * Removed language-pack-sk from live-powerpc, live-ia64 + * Removed language-pack-hu from live-powerpc, live-ia64 + * Removed language-pack-nb from live-powerpc, live-ia64 + * Removed language-pack-uk from live-powerpc, live-ia64 + * Removed language-pack-hr from live-ia64 + * Removed language-pack-da from live-powerpc, live-ia64 + * Removed language-pack-fi from live-powerpc, live-ia64 + * Removed language-pack-de from live-sparc, live-hppa + * Removed language-pack-bg from live-ia64 + * Removed language-pack-xh from live-ia64 + + -- Matt Zimmerman <mdz@ubuntu.com> Mon, 22 Aug 2005 17:34:55 -0700 + +kubuntu-meta (0.48) breezy; urgency=low + + * Refreshed dependencies + * Added bluez-pcmcia-support to desktop-i386, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-dvd to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-vorbis to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added usplash to desktop-i386, desktop-amd64 + * Added gstreamer0.8-hermes to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-flac to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-sdl to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added bluez-cups to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kaffeine-gstreamer to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64 + * Added libgl1-xorg to desktop-amd64 + * Added openoffice.org2 to desktop-amd64 + * Added gstreamer0.8-cdparanoia to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added libgstreamer-gconf0.8-0 to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-dv to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added hotkey-setup to desktop-i386 + * Added gstreamer0.8-x to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added openoffice.org2-kde to desktop-amd64 + * Added gstreamer0.8-theora to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-speex to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-misc to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-gsm to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added libgstreamer0.8-0 to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added gstreamer0.8-esd to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-jpeg to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added bluez-utils to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added libgstreamer-plugins0.8-0 to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-gnomevfs to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-audiofile to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added initramfs-tools to minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Added gstreamer0.8-plugin-apps to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-oss to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added gstreamer0.8-alsa to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed initrd-tools from minimal-i386, minimal-amd64, minimal- + powerpc, minimal-ia64, minimal-sparc, minimal-hppa + * Removed kaffeine from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Removed openoffice.org from desktop-amd64 + * Removed openoffice.org-kde from desktop-sparc + + -- Matt Zimmerman <mdz@ubuntu.com> Fri, 12 Aug 2005 10:17:36 -0700 + +kubuntu-meta (0.47) breezy; urgency=low + + * Refreshed dependencies + * Added alsa-utils to minimal-i386, minimal-amd64, minimal-powerpc, + minimal-ia64, minimal-sparc, minimal-hppa + * Added ksvg to desktop-hppa + * Added kdegraphics-kfile-plugins to desktop-hppa + * Added laptop-detect to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added xkeyboard-config to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added lshw to standard-hppa + * Added kaffeine to desktop-hppa + * Added kubuntu-docs to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added python2.4-dbus to desktop-hppa + * Added kppp to desktop-hppa + * Added xresprobe to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added libgl1-xorg to desktop-i386, desktop-powerpc, desktop-ia64, + desktop-sparc + * Added hal to desktop-hppa + * Added qca-tls to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc, desktop-hppa + * Added kooka to desktop-hppa + * Added cupsys-client to desktop-hppa + * Added wvdial to desktop-hppa + * Added ksnapshot to desktop-hppa + * Added kde-systemsettings to desktop-hppa + * Added kpdf to desktop-hppa + * Added yaboot to live-powerpc + * Added discover1 to live-i386, live-amd64, live-powerpc, live-ia64, + live-sparc, live-hppa + * Added krdc to desktop-hppa + * Added kubuntu-konqueror-shortcuts to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Added kdenetwork-kfile-plugins to desktop-hppa + * Added ivman to desktop-hppa + * Added dbus-1-utils to desktop-hppa + * Added cupsys to desktop-hppa + * Added krfb to desktop-hppa + * Added kopete to desktop-hppa + * Added nano to standard-hppa + * Added strace to minimal-hppa + * Added kdenetwork-filesharing to desktop-hppa + * Added kwifimanager to desktop-hppa + * Added kpf to desktop-hppa + * Added k3b to desktop-hppa + * Added cupsys-bsd to desktop-hppa + * Added pmount to desktop-hppa + * Added kamera to desktop-hppa + * Removed xlibmesa-gl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + + -- Colin Watson <cjwatson@ubuntu.com> Mon, 8 Aug 2005 01:50:42 +0100 + +kubuntu-meta (0.46) breezy; urgency=low + + * Refreshed dependencies + * Added python-cddb to desktop-hppa + * Added bsdutils to minimal-hppa + * Added cupsys-driver-gimpprint to desktop-hppa + * Added less to minimal-hppa + * Added sysvinit to minimal-hppa + * Added passwd to minimal-hppa + * Added findutils to minimal-hppa + * Added util-linux to minimal-hppa + * Added python2.4-librdf to desktop-hppa + * Added grepmap to minimal-hppa + * Added python-musicbrainz to desktop-hppa + * Added ethtool to minimal-hppa + * Added lftp to desktop-hppa + * Added unzip to desktop-hppa + * Added python2.4-pycurl to desktop-hppa + * Added mkisofs to desktop-hppa + * Added xterm to desktop-hppa + * Added dc to desktop-hppa + * Added vim to minimal-hppa + * Added libfribidi0 to minimal-hppa + * Added python-netcdf to desktop-hppa + * Added ivman to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ifrename to minimal-hppa + * Added reiserfsprogs to minimal-hppa + * Added bind9-host to standard-hppa + * Added powermanagement-interface to desktop-hppa + * Added dmsetup to standard-hppa + * Added psmisc to standard-hppa + * Added net-tools to minimal-hppa + * Added gettext-base to minimal-hppa + * Added dselect to standard-hppa + * Added python-pyvorbis to desktop-hppa + * Added python2.4-libxslt1 to desktop-hppa + * Added x-window-system-core to desktop-hppa + * Added parted to standard-hppa + * Added ed to standard-hppa + * Added dosfstools to minimal-hppa + * Added fetchmail to desktop-hppa + * Added udev to minimal-hppa + * Added cron to standard-hppa + * Added sed to minimal-hppa + * Added python2.4-libxml2 to desktop-hppa + * Added mdadm to standard-hppa + * Added python-newt to desktop-hppa + * Added kde-systemsettings to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added sysklogd to minimal-hppa + * Added ftp to standard-hppa + * Added rsync to standard-hppa + * Added openssh-client to standard-hppa + * Added evms-ncurses to standard-hppa + * Added dvd+rw-tools to desktop-hppa + * Added slocate to desktop-hppa + * Added console-tools to minimal-hppa + * Added screen to desktop-hppa + * Added irssi-text to desktop-hppa + * Added evms to standard-hppa + * Added bc to desktop-hppa + * Added ubuntu-minimal to minimal-hppa + * Added smbclient to desktop-hppa + * Added iputils-tracepath to standard-hppa + * Added procmail to desktop-hppa + * Added wget to standard-hppa + * Added pcmcia-cs to live-hppa + * Added bash to minimal-hppa + * Added mawk to minimal-hppa + * Added foomatic-db-engine to desktop-hppa + * Added cdrecord to desktop-hppa + * Added python-pisock to desktop-hppa + * Added jfsutils to minimal-hppa + * Added login to minimal-hppa + * Added lsof to standard-hppa + * Added fortune-mod to desktop-hppa + * Added python-pqueue to desktop-hppa + * Added ppp to standard-hppa + * Added aptitude to minimal-hppa + * Added libreiserfs0.3-0 to minimal-hppa + * Added diff to minimal-hppa + * Added python-parted to desktop-hppa + * Added lsb-release to minimal-hppa + * Added ifupdown to minimal-hppa + * Added zip to desktop-hppa + * Added ntpdate to minimal-hppa + * Added w3m to standard-hppa + * Added dnsutils to standard-hppa + * Added python2.4-samba to desktop-hppa + * Added ubuntu-standard to standard-hppa + * Added mtr-tiny to standard-hppa + * Added python-gdchart to desktop-hppa + * Added dhcp3-client to minimal-hppa + * Added python-pyao to desktop-hppa + * Added telnet to standard-hppa + * Added fdutils to standard-hppa + * Added hdparm to standard-hppa + * Added debianutils to minimal-hppa + * Added cdparanoia to desktop-hppa + * Added dpkg to minimal-hppa + * Added iputils-ping to minimal-hppa + * Added info to standard-hppa + * Added grep to minimal-hppa + * Added tcpdump to standard-hppa + * Added mount to minimal-hppa + * Added initscripts to minimal-hppa + * Added gnupg to minimal-hppa + * Added procps to minimal-hppa + * Added iptables to standard-hppa + * Added xfsprogs to minimal-hppa + * Added powernowd to desktop-hppa + * Added gs-esp to desktop-hppa + * Added man-db to standard-hppa + * Added sudo to minimal-hppa + * Added logrotate to standard-hppa + * Added vorbis-tools to desktop-hppa + * Added at to standard-hppa + * Added file to standard-hppa + * Added base-files to minimal-hppa + * Added mii-diag to minimal-hppa + * Added tar to minimal-hppa + * Added bzip2 to minimal-hppa + * Added python-syck to desktop-hppa + * Added xlibmesa-gl to desktop-hppa + * Added hostname to minimal-hppa + * Added coreutils to minimal-hppa + * Added libsasl2-modules to desktop-hppa + * Added readahead-list to desktop-hppa + * Added python-numarray to desktop-hppa + * Added pnm2ppa to desktop-hppa + * Added wireless-tools to minimal-hppa + * Added ntfsprogs to live-hppa + * Added ncurses-bin to minimal-hppa + * Added time to standard-hppa + * Added anacron to desktop-hppa + * Added cpio to standard-hppa + * Added iputils-arping to standard-hppa + * Added netcat to minimal-hppa + * Added eject to minimal-hppa + * Added usbutils to minimal-hppa + * Added e2fsprogs to minimal-hppa + * Added python-crypto to desktop-hppa + * Added perl-base to minimal-hppa + * Added module-init-tools to minimal-hppa + * Added pciutils to minimal-hppa + * Added gzip to minimal-hppa + * Added base-passwd to minimal-hppa + * Added reiser4progs to minimal-hppa + * Removed ubuntu-quickguide from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc, desktop-hppa + * Removed juk from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kcalc from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-gst from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell <jriddell@ubuntu.com> Wed, 13 Jul 2005 19:06:47 +0100 + +kubuntu-meta (0.45) breezy; urgency=low + + * Refreshed dependencies + * Added ksmserver to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ubuntu-express to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc, live-hppa + * Added grub to live-i386, live-amd64 + * Removed cupsys-driver-gimpprint from desktop-hppa + * Removed sysvinit from minimal-hppa + * Removed findutils from minimal-hppa + * Removed hal from desktop-hppa + * Removed python-musicbrainz from desktop-hppa + * Removed vorbis-tools from desktop-hppa + * Removed python2.4-pycurl from desktop-hppa + * Removed mkisofs from desktop-hppa + * Removed ntfsprogs from live-hppa + * Removed dc from desktop-hppa + * Removed python-netcdf from desktop-hppa + * Removed ifrename from minimal-hppa + * Removed util-linux from minimal-hppa + * Removed bind9-host from standard-hppa + * Removed powermanagement-interface from desktop-hppa + * Removed dmsetup from standard-hppa + * Removed psmisc from standard-hppa + * Removed gettext-base from minimal-hppa + * Removed dselect from standard-hppa + * Removed python2.4-libxslt1 from desktop-hppa + * Removed x-window-system-core from desktop-hppa + * Removed cupsys-bsd from desktop-hppa + * Removed parted from standard-hppa + * Removed fetchmail from desktop-hppa + * Removed udev from minimal-hppa + * Removed cron from standard-hppa + * Removed sed from minimal-hppa + * Removed python2.4-libxml2 from desktop-hppa + * Removed mdadm from standard-hppa + * Removed python-newt from desktop-hppa + * Removed ftp from standard-hppa + * Removed openssh-client from standard-hppa + * Removed nano from standard-hppa + * Removed evms-ncurses from standard-hppa + * Removed passwd from minimal-hppa + * Removed console-tools from minimal-hppa + * Removed irssi-text from desktop-hppa + * Removed evms from standard-hppa + * Removed bc from desktop-hppa + * Removed smbclient from desktop-hppa + * Removed procmail from desktop-hppa + * Removed bogofilter from desktop-hppa + * Removed pcmcia-cs from live-hppa + * Removed bash from minimal-hppa + * Removed mawk from minimal-hppa + * Removed foomatic-db-engine from desktop-hppa + * Removed cdrecord from desktop-hppa + * Removed python-pisock from desktop-hppa + * Removed jfsutils from minimal-hppa + * Removed pmount from desktop-hppa + * Removed login from minimal-hppa + * Removed lsof from standard-hppa + * Removed lvm2 from standard-hppa + * Removed fortune-mod from desktop-hppa + * Removed vim from minimal-hppa + * Removed ppp from standard-hppa + * Removed libreiserfs0.3-0 from minimal-hppa + * Removed diff from minimal-hppa + * Removed lsb-release from minimal-hppa + * Removed powernowd from desktop-hppa + * Removed zip from desktop-hppa + * Removed ntpdate from minimal-hppa + * Removed w3m from standard-hppa + * Removed dnsutils from standard-hppa + * Removed python2.4-samba from desktop-hppa + * Removed mtr-tiny from standard-hppa + * Removed dhcp3-client from minimal-hppa + * Removed fdutils from standard-hppa + * Removed hdparm from standard-hppa + * Removed reiser4progs from minimal-hppa + * Removed bsdutils from minimal-hppa + * Removed cupsys from desktop-hppa + * Removed dpkg from minimal-hppa + * Removed grep from minimal-hppa + * Removed tcpdump from standard-hppa + * Removed mount from minimal-hppa + * Removed initscripts from minimal-hppa + * Removed gnupg from minimal-hppa + * Removed procps from minimal-hppa + * Removed xfsprogs from minimal-hppa + * Removed tar from minimal-hppa + * Removed logrotate from standard-hppa + * Removed at from standard-hppa + * Removed base-files from minimal-hppa + * Removed mii-diag from minimal-hppa + * Removed bzip2 from minimal-hppa + * Removed python-syck from desktop-hppa + * Removed xlibmesa-gl from desktop-hppa + * Removed hostname from minimal-hppa + * Removed coreutils from minimal-hppa + * Removed libsasl2-modules from desktop-hppa + * Removed readahead-list from desktop-hppa + * Removed python-numarray from desktop-hppa + * Removed pnm2ppa from desktop-hppa + * Removed wireless-tools from minimal-hppa + * Removed ncurses-bin from minimal-hppa + * Removed anacron from desktop-hppa + * Removed cpio from standard-hppa + * Removed cupsys-client from desktop-hppa + * Removed eject from minimal-hppa + * Removed e2fsprogs from minimal-hppa + * Removed python-crypto from desktop-hppa + * Removed perl-base from minimal-hppa + * Removed module-init-tools from minimal-hppa + * Removed ifupdown from minimal-hppa + * Removed time from standard-hppa + * Removed gzip from minimal-hppa + * Removed base-passwd from minimal-hppa + * Removed debianutils from minimal-hppa + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 30 Jun 2005 14:25:59 +0100 + +kubuntu-meta (0.44) breezy; urgency=low + + * Refreshed dependencies + * Added kwalletmanager to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell <jriddell@ubuntu.com> Thu, 9 Jun 2005 23:32:00 +0000 + +kubuntu-meta (0.43) breezy; urgency=low + + * Sync update script with ubuntu-meta + * Add hppa as a port architecture on request of lamont + * Refreshed dependencies + * Added kdegraphics-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added konqueror-nsplugins to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added kcontrol to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kmenuedit to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added knotes to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kwin to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdeadmin-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kuser to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added korganizer to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksysguard to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kcron to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksvg to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added krdc to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdepim-wizards to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added ark to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdemultimedia-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added readahead-list to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added karm to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kpdf to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdepasswd to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kooka to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kmilo to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kscd to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kate to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added khelpcenter to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ntfsprogs to live-ia64 + * Added kmail to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeprint to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksnapshot to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added vorbis-tools to desktop-ia64 + * Added kdesktop to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added konqueror to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added klipper to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added juk to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdemultimedia-kappfinder-data to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kcalc to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kfind to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaudiocreator to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaddressbook to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdenetwork-kfile-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kppp to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added krfb to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kopete to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added klaptopdaemon to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added gwenview to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added akode to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added konsole to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added ksplash to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdemultimedia-kio-plugins to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added kdenetwork-filesharing to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added akregator to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kwifimanager to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kpf to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kontact to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kmix to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kamera to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kicker to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdepim from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed lsb from desktop-ia64 + * Removed kdebase from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed dbus-qt-1 from desktop-ia64, desktop-sparc + * Removed kdemultimedia from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed kdeutils from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdegraphics from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed readahead from desktop-ia64 + * Removed kdeadmin from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdenetwork from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell <jr@jriddell.org> Mon, 6 Jun 2005 10:44:17 +0000 + +kubuntu-meta (0.42) breezy; urgency=low + + * Refreshed dependencies + * Removed lsb from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Removed readahead from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Removed dbus-qt-1 from desktop-i386, desktop-amd64, desktop-powerpc + + -- Matt Zimmerman <mdz@ubuntu.com> Mon, 23 May 2005 17:20:05 -0700 + +kubuntu-meta (0.41) breezy; urgency=low + + * Merge changes to update script from ubuntu-meta + * Refreshed dependencies + * Added openoffice.org2-kde to desktop-i386, desktop-powerpc + * Added vorbis-tools to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-sparc + * Added openoffice.org2 to desktop-i386, desktop-powerpc + * Added ntfsprogs to live-i386, live-amd64, live-powerpc, live-sparc + * Removed openoffice.org from desktop-i386, desktop-powerpc + * Removed openoffice.org-kde from desktop-i386, desktop-powerpc + + -- Matt Zimmerman <mdz@ubuntu.com> Fri, 15 Apr 2005 07:58:52 -0700 + +kubuntu-meta (0.40) hoary; urgency=low + + * Refreshed dependencies + * Added pmount to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Colin Watson <cjwatson@ubuntu.com> Wed, 30 Mar 2005 03:17:50 +0100 + +kubuntu-meta (0.39) hoary; urgency=low + + * Refreshed dependencies + * Added knetworkconf to desktop-sparc + * Added konq-plugins to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added openoffice.org-kde to desktop-sparc + * Removed hal-device-manager from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman <mdz@ubuntu.com> Tue, 29 Mar 2005 10:20:45 -0800 + +kubuntu-meta (0.38) hoary; urgency=low + + * Refreshed dependencies + * Added kscreensaver to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-glade2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xscreensaver from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xscreensaver-gl from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed rss-glx from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-gnome2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed python-gtk2 from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell <jr@jriddell.org> Tue, 29 Mar 2005 02:52:52 +0100 + +kubuntu-meta (0.37) hoary; urgency=low + + * Refreshed dependencies + * Added kdm to desktop-sparc + * Added knetworkconf to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added konserve to desktop-sparc + * Added konversation to desktop-sparc + * Added amarok to desktop-sparc + * Added kaffeine to desktop-sparc + * Added k3b to desktop-sparc + * Added openoffice.org-kde to desktop-i386, desktop-powerpc + + -- Jonathan Riddell <jr@jriddell.org> Mon, 28 Mar 2005 16:49:55 +0100 + +kubuntu-meta (0.36) hoary; urgency=low + + * Refreshed dependencies + * Added openoffice.org to desktop-ia64 + * Added language-pack-pl to live-powerpc, live-ia64 + * Added language-pack-tr to live-powerpc, live-ia64 + * Added language-pack-ms to live-ia64 + * Added language-pack-ro to live-ia64 + * Added language-pack-vi to live-ia64 + * Added language-pack-it to live-powerpc, live-ia64 + * Added language-pack-el to live-powerpc, live-ia64 + * Added language-pack-ca to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-nl to live-powerpc, live-ia64 + * Added language-pack-eu to live-ia64 + * Added language-pack-cs to live-powerpc, live-ia64 + * Added language-pack-ko to live-powerpc, live-ia64 + * Added language-pack-sv to live-powerpc, live-ia64 + * Added language-pack-sq to live-ia64 + * Added language-pack-sr to live-powerpc, live-ia64 + * Added language-pack-sl to live-ia64 + * Added language-pack-no to live-powerpc, live-ia64 + * Added language-pack-lt to live-ia64 + * Added language-pack-sk to live-powerpc, live-ia64 + * Added language-pack-hu to live-powerpc, live-ia64 + * Added language-pack-nb to live-powerpc, live-ia64 + * Added language-pack-uk to live-powerpc, live-ia64 + * Added language-pack-hr to live-ia64 + * Added language-pack-da to live-powerpc, live-ia64 + * Added language-pack-fi to live-powerpc, live-ia64 + * Added language-pack-bg to live-ia64 + * Added language-pack-xh to live-ia64 + * Removed ubuntu-faqguide from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman <mdz@ubuntu.com> Thu, 17 Mar 2005 10:29:00 -0800 + +kubuntu-meta (0.35) hoary; urgency=low + + * Refreshed dependencies + * Added kubuntu-default-settings to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Added powermanagement-interface to desktop-sparc + * Removed ubuntu-sounds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Jonathan Riddell <jr@jriddell.org> Thu, 17 Mar 2005 06:33:34 +0000 + +kubuntu-meta (0.34) hoary; urgency=low + + * Refreshed dependencies + * Removed scribus from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdegames from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Mar 2005 14:23:21 -0800 + +kubuntu-meta (0.33) hoary; urgency=low + + * Refreshed dependencies + * Removed kdeartwork from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed kdeaddons from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdewebdev from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kdetoys from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + + -- LaMont Jones <lamont@ubuntu.com> Tue, 8 Mar 2005 12:36:48 -0700 + +kubuntu-meta (0.32) hoary; urgency=low + + * Refreshed dependencies + * Added amarok to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + + -- Matt Zimmerman <mdz@ubuntu.com> Tue, 8 Mar 2005 06:57:51 -0800 + +kubuntu-meta (0.31) hoary; urgency=low + + * Refreshed dependencies + * Added scribus to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed gimp-python from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman <mdz@ubuntu.com> Mon, 7 Mar 2005 17:35:18 -0800 + +kubuntu-meta (0.30) hoary; urgency=low + + * Refreshed dependencies + * Added language-pack-ar to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-bn to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-hi to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-ja to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-pt to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-ru to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-de to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added ubuntu-quickguide to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added language-pack-fr to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added ubuntu-faqguide to desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Added language-pack-es to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Added language-pack-zh to live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + * Removed update-notifier from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + + -- Matt Zimmerman <mdz@ubuntu.com> Fri, 4 Mar 2005 12:49:54 -0800 + +kubuntu-meta (0.29) hoary; urgency=low + + * Refreshed dependencies + * Added acpi-support to desktop-ia64 + * Removed ubuntu-live from live-i386, live-amd64, live-powerpc, live- + ia64, live-sparc + + -- Matt Zimmerman <mdz@ubuntu.com> Thu, 3 Mar 2005 11:56:10 -0800 + +kubuntu-meta (0.28) hoary; urgency=low + + * Remove kubuntu-base metapackage, add kubuntu-live + + -- Matt Zimmerman <mdz@ubuntu.com> Wed, 2 Mar 2005 11:46:13 -0800 + +kubuntu-meta (0.27) hoary; urgency=low + + * Refreshed dependencies + * Kubuntu is now in main! + * Added kdeaddons to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added konversation to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added konserve to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added kdebase to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kynaptic to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeartwork to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added dbus-qt-1 to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdetoys to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeadmin to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added arts to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64, desktop-sparc + * Added kdemultimedia to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdegames to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdeutils to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdegraphics to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kaffeine to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64 + * Added k3b to desktop-i386, desktop-amd64, desktop-powerpc, desktop- + ia64 + * Added kdepim to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added powermanagement-interface to desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64 + * Added ubuntu-sounds to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdewebdev to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Added kdenetwork to desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kde from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed apmd from desktop-amd64, desktop-powerpc, desktop-ia64, + desktop-sparc + * Removed kdm from desktop-sparc + + -- Matt Zimmerman <mdz@ubuntu.com> Wed, 2 Mar 2005 08:14:47 -0800 + +kubuntu-meta (0.26) hoary; urgency=low + + * Fix update script + * Refreshed dependencies + * Added libglut3 to desktop-i386 + * Removed kdm from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed vino from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed kde from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed myspell-en-us from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed gucharmap from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed xvncviewer from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xsane from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed gimp from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed tsclient from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed openoffice.org-hyphenation-en-gb from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-sparc + * Removed synaptic from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed mozilla-firefox from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed file-roller from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed desktop-file-utils from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed openoffice.org-help-en from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-sparc + * Removed ubuntu-sounds from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed xchat from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed python-hip from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed contact-lookup-applet from desktop-i386, desktop-amd64, + desktop-powerpc, desktop-ia64, desktop-sparc + * Removed eog from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed xpdf from desktop-i386, desktop-amd64, desktop-powerpc, + desktop-ia64, desktop-sparc + * Removed scrollkeeper from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed ssh-askpass-gnome from desktop-amd64 + * Removed openoffice.org-hyphenation-en-us from desktop-i386, desktop- + amd64, desktop-powerpc, desktop-sparc + * Removed myspell-en-gb from desktop-i386, desktop-amd64, desktop- + powerpc, desktop-ia64, desktop-sparc + * Removed sound-juicer from desktop-amd64 + * Re-add kde and kdm by hand + + -- Matt Zimmerman <mdz@ubuntu.com> Sun, 27 Feb 2005 16:48:38 -0800 + +kubuntu-meta (0.25) hoary; urgency=low + + * Initial release + + -- Andreas Mueller <amu@ubuntu.com> Thu, 7 Oct 2004 12:13:43 -0700 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/compat b/ubuntu/precise/metapackages/kubuntu-meta/debian/compat new file mode 100644 index 000000000..b8626c4cf --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/compat @@ -0,0 +1 @@ +4 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/control b/ubuntu/precise/metapackages/kubuntu-meta/debian/control new file mode 100644 index 000000000..44ebbf465 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/control @@ -0,0 +1,17 @@ +Source: kubuntu-meta-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 4), germinate (>= 0.38) + +Package: kubuntu-desktop-trinity +Architecture: any +Depends: acpi, acpi-support, acpid, alsa-base, alsa-utils, anacron, ark-trinity, arts-trinity, avahi-daemon, bc, ca-certificates, cups, cups-bsd, cups-client, cups-driver-gutenprint, dbus, dc, foomatic-db, foomatic-db-engine,foomatic-filters, genisoimage, ghostscript-x, hal, kcontrol-trinity, kcron-trinity, tde-style-qtcurve-trinity, tde-systemsettings-trinity, tdeadmin-kfile-plugins-trinity, tdebase-kio-plugins-trinity, tdegraphics-kfile-plugins-trinity, tdemultimedia-kfile-plugins-trinity, tdemultimedia-kio-plugins-trinity, tdenetwork-filesharing-trinity, tdenetwork-kfile-plugins-trinity, kdepasswd-trinity, tdeprint-trinity, kdesktop-trinity, tdm-trinity, kdnssd-trinity, kghostview-trinity, khelpcenter-trinity, kicker-trinity, kio-locate-trinity, kmenuedit-trinity, kmix-trinity, knetworkconf-trinity, konq-plugins-trinity, konsole-trinity, kpdf-trinity, ksmserver-trinity, ksnapshot-trinity, ksvg-trinity, ksystemlog-trinity, twin-trinity, twin-style-crystal-trinity, lftp, libarts1-akode-trinity, libgl1-mesa-glx,libglut3 | freeglut3, libsasl2-modules, libxp6, openprinting-ppds, pnm2ppa, powermanagement-interface, readahead, screen, ttf-bitstream-vera, ttf-dejavu-core, ttf-freefont, unzip, vorbis-tools, x-ttcidfont-conf, xdg-user-dirs, xkb-data, xorg, zip, ksplash-engine-moodin-trinity, sudo-trinity, libtqt-perl, tqca-tls, kdbusnotification-trinity, gtk-qt-engine-trinity, qt4-tqt-theme-engine +Recommends: kio-apt-trinity, tde-guidance-powermanager-trinity, adept-trinity, akregator-trinity, amarok-trinity, avahi-autoipd, bluez-cups, bluez-utils, bogofilter, brltty, cdparanoia, cdrdao, cups-pdf, desktop-effects-tde-trinity, digikam-trinity, desktop-effects-tde-trinity, dmz-cursor-theme, dvd+rw-tools, foo2zjs, foomatic-db-gutenprint, fortune-mod, gcc, gwenview-trinity, hpijs-ppds, hplip, ijsgutenprint, jockey-gtk, k3b-trinity, kaddressbook-trinity, kaffeine-trinity, kamera-trinity, karm-trinity, katapult-trinity, kate-trinity, kbstate-trinity, tdepim-kio-plugins-trinity, tdepim-wizards-trinity, tdesudo-trinity, keep-trinity, kfind-trinity, kio-umountwrapper-trinity, kipi-plugins-trinity, klipper-trinity, kmag-trinity, kmail-trinity, kmailcvt-trinity, kmilo-trinity, kmousetool-trinity, kmplayer-konq-plugins-trinity, knotes-trinity, konqueror-trinity, konqueror-nsplugins-trinity, kontact-trinity, konversation-trinity, kooka-trinity, kopete-trinity, korganizer-trinity, kpf-trinity, kppp-trinity, krdc-trinity, krfb-trinity, kscreensaver-trinity, ksysguard-trinity, ktorrent-trinity, kubuntu-default-settings-trinity, kubuntu-docs-trinity, kubuntu-konqueror-shortcuts-trinity, kvkbd-trinity, kwalletmanager-trinity, landscape-client, laptop-detect, libgl1-mesa-dri, libnss-mdns, linux-headers-generic, make, min12xxw, networkstatus-trinity, openoffice.org-calc, openoffice.org-impress, openoffice.org-trinity, openoffice.org-writer, pinentry-qt, powernowd, pxljr, rdesktop, scim-bridge-agent, scim-bridge-client-qt,scim-qtimm, skim, speedcrunch, splix, strigi-daemon, system-config-printer-tde-trinity, ttf-arabeyes, ttf-arphic-ukai, ttf-arphic-uming, ttf-indic-fonts-core, ttf-kochi-gothic,ttf-kochi-mincho, ttf-lao, ttf-malayalam-fonts, ttf-thai-tlwg, ttf-unfonts-core, wodim, wvdial, xcursor-themes, xdg-utils, smbclient, network-manager-tde-trinity | network-manager-gnome, plymouth-theme-kubuntu-logo-trinity +Suggests: apport-gtk, hplip-gui +Description: Kubuntu desktop system, TDE version + This package depends on all of the packages in the Kubuntu TDE desktop system + . + It is safe to remove this package if some of the desktop system packages are + not desired. diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/copyright b/ubuntu/precise/metapackages/kubuntu-meta/debian/copyright new file mode 100644 index 000000000..1cc9d090e --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/copyright @@ -0,0 +1,14 @@ +Copyright 2004, Canonical Ltd. + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A +PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License with your +system, in /usr/share/common-licenses/GPL-2. If not, write to the Free +Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debian/rules b/ubuntu/precise/metapackages/kubuntu-meta/debian/rules new file mode 100755 index 000000000..2b69924b8 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debian/rules @@ -0,0 +1,47 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +clean: + dh_testdir + dh_clean + + rm -rf build-stamp *.old debootstrap-dir + +DEB_BUILD_ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) + +build: build-stamp +build-stamp: desktop-$(DEB_BUILD_ARCH) + dh_clean + + for seed in desktop; do \ + package=kubuntu-$$seed; \ + (printf "$$package:Depends="; perl -pe 's/\n/, /g' $$seed-$(DEB_BUILD_ARCH); echo) \ + >> debian/$$package.substvars; \ + (printf "$$package:Recommends="; perl -pe 's/\n/, /g' $$seed-recommends-$(DEB_BUILD_ARCH); echo) \ + >> debian/$$package.substvars; \ + done + touch $@ + +install: build-stamp + +binary-arch: install + dh_testdir -a + dh_testroot -a + dh_installdocs -a + dh_installchangelogs -a + dh_compress -a + dh_fixperms -a + dh_installdeb -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a $(DEB_DH_BUILDDEB_ARGS) + +binary-indep: + +binary: binary-indep binary-arch + +.PHONY: binary binary-arch binary-indep clean checkroot build diff --git a/ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version b/ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version new file mode 100644 index 000000000..b0f3d96f8 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/debootstrap-version @@ -0,0 +1 @@ +1.0.8 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop b/ubuntu/precise/metapackages/kubuntu-meta/desktop new file mode 100644 index 000000000..bfdaff332 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop @@ -0,0 +1,328 @@ +Task-Per-Derivative: 1 +Task-Section: user +Task-Description: Kubuntu desktop +Task-Extended-Description: This task provides the Kubuntu desktop environment. +Task-Key: kubuntu-desktop + += Hardware and Architecture Support = + +== Architecture-independent == + + * hotkey-setup + +Power management: + + * acpi-support + * (powernowd) + * powermanagement-interface [i386 amd64 powerpc ia64] + +Bluetooth: + + * (bluez-utils) # base for bluetooth support + * (bluez-cups) # allow connecting to bluetooth printers from CUPS + +== i386, i686, amd64 == + + * acpi + * acpid + * apmd [i386] + +== ppc32, ppc64 == + + * pbbuttonsd [powerpc] + += Console-Based Tools = + +These tools are very commonly used by people who drop into a console shell to do some work. + + * bc + * dc + * genisoimage + * (wodim) + * (cdparanoia) + * (dvd+rw-tools) + * screen + * lftp + * slocate # tool to index user files + * zip + * unzip # also used for .zip support in file-roller + += Network Services = + +Basic network services and Windows integration. + + * libnss-mdns # IPv4 link-local DNS support + * avahi-autoipd # IPv4 link-local interface configuration support + * smbclient # to access files on other SAMBA and Windows servers + * wvdial # for automatic dialup configuration via g-s-t + +These packages help with system integration + + * libsasl2-modules # allows integration with MTA and login system + * avahi-daemon + += Printing = + +Printing and printer configuration is a real weak spot in Debian, and in Linux in general. We will need to stay at the front of the curve here. + + * cupsys # our preferred printer management infrastructure + * cupsys-bsd # gives us lpc, lpq, lpr, lprm + * cupsys-client # gives us cancel, cupstestppd, lp, lpoptions, lppasswd, lpstat, cupsaddsmb, accept, lpadmin, lpinfo, lpmove + * foomatic-db-engine # integrate the foomatic printer driver engine + * foomatic-db # the foomatic printer driver database + * foomatic-filters # converter from postscript to printer-specific formats + * foomatic-db-hpijs # printer drivers from the hp inkjet project + * cupsys-driver-gutenprint # a ton of cupsys ppds, for real comprehensive printer support + * openprinting-ppds # Most common drivers we want in desktop; less common are in o-p-extra + * pnm2ppa # several ppds require this + * ghostscript-x + * (hplip) # support for HP all-in-one printers + * min12xxw # support for KonicaMinolta PagePro 1200W, 1300W printers + * foo2zjs # Support for printing to ZjStream-based printers + += GUI infrastructure = + +Packages used for X preconfiguration are just Recommends; removing them after initial installation should be relatively safe. + + * (xresprobe) + * (laptop-detect) + * (discover1) + + * xorg # this includes xserver-xorg->xserver-xorg-{input|video}-* (no need to add specific drivers manually) + * xterm # Provide a backup terminal and complete X env. + * xkb-data # XKB data now lives here + +Fonts: + + * x-ttcidfont-conf + * ttf-bitstream-vera + * ttf-dejavu # includes characters missing in Vera + * ttf-freefont + * (ttf-kochi-gothic) + * (ttf-kochi-mincho) + * (ttf-arphic-uming) + * (ttf-arphic-ukai) + * (ttf-arabeyes) + * (ttf-baekmuk) + * (ttf-indic-fonts) + * (ttf-malayalam-fonts) + * (ttf-mgopen) + * (ttf-thai-tlwg) + * (ttf-lao) + * (ttf-gentium) + +Input methods: + + * (skim) + * (scim-qtimm) +# * (scim-tables-additional) [i386] # input support for language packs that we ship + += Desktop KDE Apps = + +We've chosen KDE as our desktop user interface of choice + + * arts-trinity + +== kdebase-trinity == + + * (kate-trinity) + * kcontrol-trinity + * kdepasswd-trinity + * kdeprint-trinity + * kdesktop-trinity + * (kfind-trinity) + * khelpcenter-trinity + * kicker-trinity + * (klipper-trinity) + * kmenuedit-trinity + * (konqueror-trinity) + * (konqueror-nsplugins-trinity) + * konsole-trinity + * ksmserver-trinity + * ksplash-trinity + * (ksysguard-trinity) + * kwin-trinity + * kdm-trinity # we want trinity as loginmanager + +== kdeadmin-trinity == + + * kcron-trinity + * kdeadmin-kfile-plugins-trinity + * knetworkconf-trinity + +== kdegraphics-trinity == + + * (gwenview-trinity) + * (kipi-plugins-trinity) [i386 amd64] # set of plugins for digikam and gwenview + * (kamera-trinity) + * kdegraphics-kfile-plugins-trinity + * (kooka-trinity) + * kpdf-trinity + * ksnapshot-trinity + * ksvg-trinity + * kghostview-trinity # For print preview + +== kdemultimedia-trinity == + + * libarts1-akode-trinity + * kdemultimedia-kfile-plugins-trinity + * kdemultimedia-kio-plugins-trinity + * kmix-trinity + +== kdenetwork-trinity == + + * kdenetwork-filesharing-trinity + * kdnssd-trinity + * (kopete-trinity) + * (kpf-trinity) + * (kppp-trinity) + * (krdc-trinity) + * (krfb-trinity) + * kdenetwork-kfile-plugins-trinity + +== kdepim-trinity == + + * (kontact-trinity) + * (kmail-trinity) + * (akregator-trinity) + * (korganizer-trinity) + * (kaddressbook-trinity) + * (knotes-trinity) + * (karm-trinity) + * (kdepim-wizards-trinity) + +== kdeutils-trinity == + + * ark-trinity + * (speedcrunch-trinity) + * (kmilo-trinity) + * (kwalletmanager-trinity) + +== koffice-trinity == + +# * (krita-trinity) +# * (kexi-trinity) # instead of openoffice-base + +== everything else KDE == + + * (k3b-trinity) # kde CD burning + * (konversation-trinity) # kde irc-client + * vorbis-tools # for kaudiocreator + * (amarok-trinity) # audio multimediaplayer + * (kaffeine-xine-trinity) # video multimediaplayer + * (keep-trinity) # kde backuptool + * hal # it's not very polished but it's the future + * (adept-trinity) # better package manager + * konq-plugins-trinity + * kde-systemsettings-trinity # kcontrol replacement + * dbus # for session dbus, #895. Previously dbus-1-utils which brought in gtk, dbus-launch moved to dbus + * (kubuntu-default-settings-trinity) + * kio-locate-trinity # file searching + * (katapult-trinity) # program launcher + * (kubuntu-konqueror-shortcuts-trinity) + * qca-tls # used by Kopete Jabber plugin + * (kdebluetooth-trinity) + * ksystemlog-trinity + * (kdepim-kio-plugins-trinity) # Make sure we have both of these for KMail + * kdebase-kio-plugins-trinity + * (gtk-qt-engine-trinity) + * kde-guidance-trinity # configuration tools + * (kde-guidance-powermanager-trinity) + * kio-apt-trinity + * ksplash-engine-moodin-trinity + * (ktorrent-trinity) + * (cdrdao) + * language-selector-qt + * (kmailcvt-trinity) + * (bogofilter) # spam filter for KMail + * hwdb-client-kde + * libqt-perl # for debconf + * (digikam-trinity) [i386 amd64] + * kde-style-polyester + * (networkstatus-trinity) + * software-properties-kde + * (apport-qt) + * (strigi-trinity) + * (strigi-applet-trinity) + * (pinentry-qt) # for SMIME e-mail support + * (gpg-agent) # for SMIME e-mail support + * (gdebi-kde-trinity) + +Don't use gstreamer for dapper, 0.8 is unsupported upstream and amarok/kaffeine are not yet ported to 0.10 +#The gstreamer0.10 packages we want to install: + +# * gstreamer0.10-alsa +# * gstreamer0.10-esd +# * gstreamer0.10-plugins-base-apps + +Accessibility tools: + + * (kmag-trinity-trinity) + * (kde-icons-mono-trinity) + * (kbstate-trinity) + * (kmousetool-trinity) + * (xcursor-themes-trinity) + * (brltty-trinity) + += Other Desktop GUI Apps = + + * (openoffice.org-kde) [i386 powerpc amd64] # before OOo to avoid openoffice.org-style-default + * (openoffice.org-writer) [i386 powerpc amd64] + * (openoffice.org-calc) [i386 powerpc amd64] + * (openoffice.org-impress) [i386 powerpc amd64] + * (openoffice.org-draw) [i386 powerpc amd64] + * (openoffice.org-math) [i386 powerpc amd64] + * (openoffice.org-java-common) [i386 powerpc amd64] + * (kscreensaver-trinity) + += Games = + + * (fortune-mod) # Needed by some screensavers + += Python = + +Python is a significant commitment, we will present Python wherever we can. + +Python Integrated Applications: + +Documentation: + +# * (diveintopython) + * (kubuntu-trinity-docs) + += Development = + +Here we provide a minimal development environment sufficient to build kernel +drivers, so that this is possible on the live CD and in scenarios where +it is problematic to get these packages onto the installed system in order +to compile a driver. -mdz + + * (gcc) + * (make) + * (linux-headers-generic) [i386] + * (linux-headers-powerpc) [powerpc] + * (linux-headers-powerpc64-smp) [powerpc] + * (linux-headers-generic) [amd64] + * (linux-headers-itanium) [ia64] + * (linux-headers-mckinley) [ia64] + * (linux-headers-sparc64) [sparc] + * (linux-headers-hppa32) [hppa] + * (linux-headers-hppa64) [hppa] + += Other = + + * kubuntu-desktop-trinity # the metapackage itself + * anacron # generally appropriate for desktops + * (bogofilter) + * usplash + * libxp6 # required for some third party apps. See #15739 + * kubuntu-artwork-usplash + * libpam-foreground +# * (example-content) # dholbach: dapper feature goal (wiki.ubuntu.com/ExampleContent) + * (landscape-client) + * readahead + += Germinate workarounds = + + * libglut3 # depended upon by freeglut3 + * libgl1-mesa-glx # depended upon by freeglut3 diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 new file mode 100644 index 000000000..d04f55409 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-amd64 @@ -0,0 +1,84 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-kfile-plugins-trinity +tdebase-kio-plugins-trinity +tdegraphics-kfile-plugins-trinity +tdemultimedia-kfile-plugins-trinity +tdemultimedia-kio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-kfile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +kdnssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +kio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-tde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa b/ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa new file mode 100644 index 000000000..aa6d84396 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-hppa @@ -0,0 +1,81 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 new file mode 100644 index 000000000..9873a7dba --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-i386 @@ -0,0 +1,85 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +apmd +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-kfile-plugins-trinity +tdebase-kio-plugins-trinity +tdegraphics-kfile-plugins-trinity +tdemultimedia-kfile-plugins-trinity +tdemultimedia-kio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-kfile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +kdnssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +kio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 new file mode 100644 index 000000000..c28064c75 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-ia64 @@ -0,0 +1,85 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia b/ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia new file mode 100644 index 000000000..a1666b456 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-lpia @@ -0,0 +1,83 @@ +acpi +acpi-support +acpid +alsa-base +alsa-utils +anacron +ark +arts-trinity +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +hotkey-setup +kcontrol-trinity +kcron-trinity +tde-guidance-trinity +tde-style-qtcurve-trinity +tdeadmin-kfile-plugins-trinity +tdebase-kio-plugins-trinity +tdegraphics-kfile-plugins-trinity +tdemultimedia-kfile-plugins-trinity +tdemultimedia-kio-plugins-trinity +tdenetwork-filesharing-trinity +tdenetwork-kfile-plugins-trinity +kdepasswd-trinity +tdeprint-trinity +kdesktop-trinity +tdm-trinity +kdnssd-trinity +kghostview-trinity +khelpcenter-trinity +kicker-trinity +kio-locate-trinity +kmenuedit-trinity +kmix-trinity +knetworkconf-trinity +konq-plugins-trinity +konsole-trinity +kpdf-trinity +ksmserver-trinity +ksnapshot-trinity +ksvg-trinity +ksystemlog-trinity +kubuntu-artwork-usplash +twin-trinity +twin-style-crystal-trinity +language-selector-qt +lftp +libarts1-akode-trinity +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-tde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc new file mode 100644 index 000000000..4f36cc499 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-powerpc @@ -0,0 +1,83 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pbbuttonsd +pnm2ppa +powermanagement-interface +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 new file mode 100644 index 000000000..f39f1dabd --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-amd64 @@ -0,0 +1,112 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tdebluetooth-trinity +tdepim-kio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +kio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +kscreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +kwalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-generic +make +min12xxw +networkstatus +openoffice.org-calc +openoffice.org-impress +openoffice.org-tde +openoffice.org-writer +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa new file mode 100644 index 000000000..5a4bea656 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-hppa @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-hppa32 +linux-headers-hppa64 +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 new file mode 100644 index 000000000..bb1c0df3f --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-i386 @@ -0,0 +1,113 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tde-icons-mono-trinity +tdebluetooth-trinity +tdepim-kio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +kio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +kscreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +kwalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-generic +make +min12xxw +networkstatus +openoffice.org-calc +openoffice.org-impress +openoffice.org-tde +openoffice.org-writer +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 new file mode 100644 index 000000000..dda138ee3 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-ia64 @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-itanium +linux-headers-mckinley +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia new file mode 100644 index 000000000..e0de83e1b --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-lpia @@ -0,0 +1,108 @@ +adept-trinity +akregator-trinity +amarok-trinity +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-tde-trinity +digikam-trinity +dmz-cursor-theme +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-tde-trinity +gtk-qt-engine-trinity +gwenview-trinity +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-gtk +k3b-trinity +kaddressbook-trinity +kaffeine-trinity +kamera-trinity +karm-trinity +katapult-trinity +kate-trinity +kbstate-trinity +tde-guidance-powermanager-trinity +tde-icons-mono-trinity +tdebluetooth-trinity +tdepim-kio-plugins-trinity +tdepim-wizards-trinity +tdesudo-trinity +keep-trinity +kfind-trinity +kio-umountwrapper-trinity +kipi-plugins-trinity +klipper-trinity +kmag-trinity +kmail-trinity +kmailcvt-trinity +kmilo-trinity +kmousetool-trinity +kmplayer-konq-plugins-trinity +knotes-trinity +konqueror-trinity +konqueror-nsplugins-trinity +kontact-trinity +konversation-trinity +kooka-trinity +kopete-trinity +korganizer-trinity +kpf-trinity +kppp-trinity +krdc-trinity +krfb-trinity +kscreensaver-trinity +ksysguard-trinity +ktorrent-trinity +kubuntu-default-settings-trinity +kubuntu-trinity-docs +kubuntu-konqueror-shortcuts-trinity +kvkbd-trinity +kwalletmanager-trinity +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +make +min12xxw +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-tde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc new file mode 100644 index 000000000..caf564463 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-powerpc @@ -0,0 +1,109 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-powerpc +linux-headers-powerpc64-smp +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc new file mode 100644 index 000000000..0aa3a1fb1 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-recommends-sparc @@ -0,0 +1,108 @@ +adept +akregator +amarok +apport-qt +avahi-autoipd +bluez-cups +bluez-utils +bogofilter +brltty +cdparanoia +cdrdao +cups-pdf +desktop-effects-kde +dmz-cursor-theme +dolphin +dvd+rw-tools +foo2zjs +foomatic-db-gutenprint +foomatic-db-hpijs +fortune-mod +gcc +gdebi-kde +gtk-qt-engine +gwenview +hpijs-ppds +hplip +hplip-gui +ijsgutenprint +jockey-kde +k3b +kaddressbook +kaffeine +kamera +karm +katapult +kate +kbstate +kde-guidance-powermanager +kdebluetooth +kdepim-kio-plugins +kdepim-wizards +kdesudo +keep +kfind +kio-umountwrapper +klipper +kmag +kmail +kmailcvt +kmilo +kmousetool +kmplayer-konq-plugins +knotes +konqueror +konqueror-nsplugins +kontact +konversation +kooka +kopete +korganizer +kpf +kppp +krdc +krfb +kscreensaver +ksysguard +ktorrent +kubuntu-default-settings +kubuntu-docs +kubuntu-konqueror-shortcuts +kvkbd +kwalletmanager +landscape-client +laptop-detect +libgl1-mesa-dri +libnss-mdns +linux-headers-sparc64 +make +min12xxw +network-manager-kde +networkstatus +pinentry-qt +powernowd +pxljr +rdesktop +scim-bridge-agent +scim-bridge-client-qt +scim-qtimm +skim +speedcrunch +splix +strigi-applet +strigi-daemon +system-config-printer-kde +ttf-arabeyes +ttf-arphic-ukai +ttf-arphic-uming +ttf-indic-fonts-core +ttf-kochi-gothic +ttf-kochi-mincho +ttf-lao +ttf-malayalam-fonts +ttf-thai-tlwg +ttf-unfonts-core +wodim +wvdial +xcursor-themes +xdg-utils diff --git a/ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc b/ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc new file mode 100644 index 000000000..aa6d84396 --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/desktop-sparc @@ -0,0 +1,81 @@ +alsa-base +alsa-utils +anacron +ark +arts +avahi-daemon +bc +ca-certificates +cupsys +cupsys-bsd +cupsys-client +cupsys-driver-gutenprint +dbus +dc +foomatic-db +foomatic-db-engine +foomatic-filters +genisoimage +ghostscript-x +hal +kcontrol +kcron +kde-guidance +kde-style-qtcurve +kde-systemsettings +kdeadmin-kfile-plugins +kdebase-kio-plugins +kdegraphics-kfile-plugins +kdemultimedia-kfile-plugins +kdemultimedia-kio-plugins +kdenetwork-filesharing +kdenetwork-kfile-plugins +kdepasswd +kdeprint +kdesktop +kdm +kdnssd +kghostview +khelpcenter +kicker +kio-apt +kio-locate +kmenuedit +kmix +knetworkconf +konq-plugins +konsole +kpdf +ksmserver +ksnapshot +ksvg +ksystemlog +kubuntu-artwork-usplash +kwin +kwin-style-crystal +language-selector-qt +lftp +libarts1-akode +libgl1-mesa-glx +libglut3 +libqt-perl +libsasl2-modules +libxp6 +openprinting-ppds +pnm2ppa +qca-tls +readahead +screen +smbclient +software-properties-kde +ttf-bitstream-vera +ttf-dejavu-core +ttf-freefont +unzip +usplash +vorbis-tools +x-ttcidfont-conf +xdg-user-dirs +xkb-data +xorg +zip diff --git a/ubuntu/precise/metapackages/kubuntu-meta/update b/ubuntu/precise/metapackages/kubuntu-meta/update new file mode 100755 index 000000000..01998e1bc --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/update @@ -0,0 +1,13 @@ +#! /bin/sh + +if ! which dch >/dev/null; then + echo >&2 "please install devscripts" + exit 1 +fi + +if ! which debootstrap >/dev/null; then + echo >&2 "please install debootstrap" + exit 1 +fi + +exec germinate-update-metapackage --bzr diff --git a/ubuntu/precise/metapackages/kubuntu-meta/update.cfg b/ubuntu/precise/metapackages/kubuntu-meta/update.cfg new file mode 100644 index 000000000..ee2975a4f --- /dev/null +++ b/ubuntu/precise/metapackages/kubuntu-meta/update.cfg @@ -0,0 +1,20 @@ +[DEFAULT] +dist: hardy + +[hardy] +seeds: desktop +seed_map/desktop: desktop-common desktop-kubuntu-common desktop +architectures: i386 amd64 powerpc ia64 sparc hppa lpia +seed_base: http://people.ubuntu.com/~ubuntu-archive/seeds/ +seed_dist: kubuntu.%(dist)s +archive_base/default: http://archive.ubuntu.com/ubuntu/ +archive_base/ports: http://ports.ubuntu.com/ubuntu-ports/ +archive_base/hppa: %(archive_base/ports)s +archive_base/ia64: %(archive_base/ports)s +archive_base/powerpc: %(archive_base/ports)s +archive_base/lpia: %(archive_base/ports)s +components: main restricted + +[hardy/bzr] +seed_base: bzr+ssh://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ +seed_dist: kubuntu.%(dist)s diff --git a/ubuntu/precise/metapackages/sudo-trinity/debian/rules b/ubuntu/precise/metapackages/sudo-trinity/debian/rules index 087848532..f8c89d5db 100755 --- a/ubuntu/precise/metapackages/sudo-trinity/debian/rules +++ b/ubuntu/precise/metapackages/sudo-trinity/debian/rules @@ -6,3 +6,6 @@ CFLAGS=-g -Wall -fPIC DEB_MAKE_INSTALL_TARGET := install DESTDIR="$(DEB_DESTDIR)" DEB_INSTALL_DOCS_ALL := + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/precise/metapackages/sudo-trinity/debian/source/options b/ubuntu/precise/metapackages/sudo-trinity/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/metapackages/sudo-trinity/debian/source/options +++ b/ubuntu/precise/metapackages/sudo-trinity/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tde-i18n/debian/control b/ubuntu/precise/tde-i18n/debian/control index 11d0c979e..37422390f 100644 --- a/ubuntu/precise/tde-i18n/debian/control +++ b/ubuntu/precise/tde-i18n/debian/control @@ -25,7 +25,7 @@ Replaces: kde-i18n-ar-trinity (<< 4:14.0.0) Breaks: kde-i18n-ar-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity-trinity +Provides: tde-i18n-trinity Description: Arabic (ar) internationalized (i18n) files for KDE This package contains the Arabic internationalized (i18n) files for all KDE core applications. @@ -505,7 +505,7 @@ Replaces: kde-i18n-nb-trinity (<< 4:14.0.0) Breaks: kde-i18n-nb-trinity (<< 4:14.0.0) Depends: tdelibs4c2a-trinity Suggests: kde -Provides: tde-i18n-trinity, tde-i18n-no +Provides: tde-i18n-trinity, tde-i18n-no-trinity Description: Norwegian Bookmal (nb) internationalized (i18n) files for KDE This package contains the Norwegian Bookmal internationalized (i18n) files for all KDE core applications. diff --git a/ubuntu/precise/tde-i18n/debian/rules b/ubuntu/precise/tde-i18n/debian/rules index e275e35df..b60af22ee 100755 --- a/ubuntu/precise/tde-i18n/debian/rules +++ b/ubuntu/precise/tde-i18n/debian/rules @@ -31,6 +31,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + debian/debiandirs: scripts/admin/debianrules perl -w scripts/admin/debianrules echodirs > debian/debiandirs @@ -107,7 +110,7 @@ binary-indep: build install dh_shlibdeps dh_gencontrol dh_md5sums - dh_builddeb + dh_builddeb $(DEB_DH_BUILDDEB_ARGS) # Below here is fairly generic really diff --git a/ubuntu/precise/tde-i18n/debian/source/options b/ubuntu/precise/tde-i18n/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tde-i18n/debian/source/options +++ b/ubuntu/precise/tde-i18n/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeaccessibility/debian/rules b/ubuntu/precise/tdeaccessibility/debian/rules index f5c6caf43..4fdbdb6c3 100755 --- a/ubuntu/precise/tdeaccessibility/debian/rules +++ b/ubuntu/precise/tdeaccessibility/debian/rules @@ -18,6 +18,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ DEB_DH_STRIP_ARGS := --dbg-package=tdeaccessibility-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kttsd-trinity ksayit-trinity #shlibs_ver = 4:3.5.0 diff --git a/ubuntu/precise/tdeaccessibility/debian/source/options b/ubuntu/precise/tdeaccessibility/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeaccessibility/debian/source/options +++ b/ubuntu/precise/tdeaccessibility/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeaddons/debian/rules b/ubuntu/precise/tdeaddons/debian/rules index 5d337bfab..e2158a506 100755 --- a/ubuntu/precise/tdeaddons/debian/rules +++ b/ubuntu/precise/tdeaddons/debian/rules @@ -16,6 +16,9 @@ DEB_CONFIGURE_EXTRA_FLAGS := --without-xmms --prefix=/opt/trinity --with-extra-l DEB_DH_STRIP_ARGS := --dbg-package=tdeaddons-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := konq-plugins-trinity/smbmounter binary-install/konq-plugins-trinity:: diff --git a/ubuntu/precise/tdeaddons/debian/source/options b/ubuntu/precise/tdeaddons/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeaddons/debian/source/options +++ b/ubuntu/precise/tdeaddons/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeadmin/debian/rules b/ubuntu/precise/tdeadmin/debian/rules index 9c9ccadda..849de5f21 100755 --- a/ubuntu/precise/tdeadmin/debian/rules +++ b/ubuntu/precise/tdeadmin/debian/rules @@ -14,6 +14,9 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_STRIP_ARGS := --dbg-package=tdeadmin-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := \ --without-rpm --with-pam=kde --with-shadow --with-nis \ --with-private-groups --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib diff --git a/ubuntu/precise/tdeadmin/debian/source/options b/ubuntu/precise/tdeadmin/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeadmin/debian/source/options +++ b/ubuntu/precise/tdeadmin/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeartwork/debian/control b/ubuntu/precise/tdeartwork/debian/control index 514fae94e..ee0ae9ba5 100644 --- a/ubuntu/precise/tdeartwork/debian/control +++ b/ubuntu/precise/tdeartwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Sune Vuorela <debian@pusling.com> -Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, tdebase-trinity-dev, twin-trinity, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl, xscreensaver-data, xscreensaver-data-extra, xscreensaver-gl-extra, rss-glx, fireflies, automake, autoconf, libtool, libltdl-dev Build-Conflicts: autoconf2.13, nvidia-glx Standards-Version: 3.8.4 diff --git a/ubuntu/precise/tdeartwork/debian/rules b/ubuntu/precise/tdeartwork/debian/rules index be9adbbcd..4e236c044 100755 --- a/ubuntu/precise/tdeartwork/debian/rules +++ b/ubuntu/precise/tdeartwork/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,22 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_ARTS="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdeartwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + clean:: rm -f IconThemes/kdeclassic/22x22/actions/kde/kde.png rm -f IconThemes/kdeclassic/32x32/actions/kde/kde.png diff --git a/ubuntu/precise/tdeartwork/debian/source/options b/ubuntu/precise/tdeartwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeartwork/debian/source/options +++ b/ubuntu/precise/tdeartwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdebase/debian/80ubuntu-xmodmap b/ubuntu/precise/tdebase/debian/80ubuntu-xmodmap index 27a318d73..7774dd9b8 100644 --- a/ubuntu/precise/tdebase/debian/80ubuntu-xmodmap +++ b/ubuntu/precise/tdebase/debian/80ubuntu-xmodmap @@ -2,11 +2,13 @@ # # This file is sourced by Xsession(5), not executed. # The "|| true" is to ensure that the Xsession script does not terminate on error -/usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true USRMODMAP="$HOME/.Xmodmap" if [ -x /usr/bin/xmodmap ]; then + if [ -f /usr/share/apps/kxkb/ubuntu.xmodmap ]; then + /usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true + fi if [ -f "$USRMODMAP" ]; then /usr/bin/xmodmap "$USRMODMAP" || true fi diff --git a/ubuntu/precise/tdebase/debian/control b/ubuntu/precise/tdebase/debian/control index fededdb54..663827759 100644 --- a/ubuntu/precise/tdebase/debian/control +++ b/ubuntu/precise/tdebase/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Fathi Boudra <fboudra@free.fr>, Modestas Vainius <geromanas@mailas.com>, Sune Vuorela <debian@pusling.com> -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, cmake +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, libldap2-dev, libhal-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libhal-storage-dev (>= 0.5.5.1-2) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors4-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf | xutils-dev, tdelibs4c2a-trinity, libogg-dev, libdbus-tqt-1-dev, libavahi-tqt-dev, libudev-dev, libdbus-1-tqt-dev, libart-2.0-dev (>= 2.3.17), libtool, libltdl-dev, binutils-dev, cmake Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Build-Conflicts: nvidia-glx (<< 1.0.8774-6) Standards-Version: 3.8.4 diff --git a/ubuntu/precise/tdebase/debian/rules b/ubuntu/precise/tdebase/debian/rules index 1ddae9c58..a1e9c65f7 100755 --- a/ubuntu/precise/tdebase/debian/rules +++ b/ubuntu/precise/tdebase/debian/rules @@ -34,6 +34,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdebase-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DOC_HTML_PRUNE := kinfocenter ksplashml kcontrol khelpcenter tdesu knetattach kioslave kxkb kdebugdialog kdcop PACKAGES_WITH_LIBS := kate-trinity kcontrol-trinity tdebase-trinity-bin kicker-trinity konqueror-trinity ksplash-trinity \ diff --git a/ubuntu/precise/tdebase/debian/source/options b/ubuntu/precise/tdebase/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdebase/debian/source/options +++ b/ubuntu/precise/tdebase/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdebindings/debian/rules b/ubuntu/precise/tdebindings/debian/rules index 6a0e11dc7..b503f7580 100755 --- a/ubuntu/precise/tdebindings/debian/rules +++ b/ubuntu/precise/tdebindings/debian/rules @@ -35,6 +35,9 @@ DEB_CONFIGURE_EXTRA_FLAGS = $(WITH_JAVA) \ DEB_COMPRESS_EXCLUDE += .java .ui .js .rb .map .wav .bmp .cpp .sk +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # These are not all the packages with libraries, but only those that # need to be in DEB_SHLIBDEPS_INCLUDE... PACKAGES_WITH_LIBS = libqt3-jni-trinity libsmokeqt1-trinity libsmokekde1-trinity libkjsembed1-trinity diff --git a/ubuntu/precise/tdebindings/debian/source/options b/ubuntu/precise/tdebindings/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdebindings/debian/source/options +++ b/ubuntu/precise/tdebindings/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeedu/debian/rules b/ubuntu/precise/tdeedu/debian/rules index d1258cdf0..9f81df4c0 100755 --- a/ubuntu/precise/tdeedu/debian/rules +++ b/ubuntu/precise/tdeedu/debian/rules @@ -16,6 +16,9 @@ DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR) DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include/tde" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + # Ensure that kig's python scripting built successfully. common-build-arch:: test -e $(DEB_BUILDDIR)/kig/scripting/libscripting.la diff --git a/ubuntu/precise/tdeedu/debian/source/options b/ubuntu/precise/tdeedu/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeedu/debian/source/options +++ b/ubuntu/precise/tdeedu/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdegames/debian/rules b/ubuntu/precise/tdegames/debian/rules index a979e0440..085eb8404 100755 --- a/ubuntu/precise/tdegames/debian/rules +++ b/ubuntu/precise/tdegames/debian/rules @@ -26,6 +26,9 @@ DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if DEB_INSTALL_CHANGELOGS_tdegames := $(DEB_SRCDIR)/ChangeLog +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_DH_MAKESHLIBS_ARGS_libtdegames1-trinity := -V'libtdegames1-trinity' DEB_DH_MAKESHLIBS_ARGS_atlantik-trinity := -V DEB_DH_MAKESHLIBS_ARGS_kolf-trinity := -V diff --git a/ubuntu/precise/tdegames/debian/source/options b/ubuntu/precise/tdegames/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdegames/debian/source/options +++ b/ubuntu/precise/tdegames/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdegraphics/debian/rules b/ubuntu/precise/tdegraphics/debian/rules index 927f3faf8..9aedb5fcf 100755 --- a/ubuntu/precise/tdegraphics/debian/rules +++ b/ubuntu/precise/tdegraphics/debian/rules @@ -24,6 +24,9 @@ DEB_BUILD_PARALLEL = true DEB_DH_STRIP_ARGS := --dbg-package=tdegraphics-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kfaxview-trinity kghostview-trinity kmrml-trinity kpovmodeler-trinity ksvg-trinity \ kuickshow-trinity kview-trinity kviewshell-trinity libkscan1-trinity diff --git a/ubuntu/precise/tdegraphics/debian/source/options b/ubuntu/precise/tdegraphics/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdegraphics/debian/source/options +++ b/ubuntu/precise/tdegraphics/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdelibs/debian/rules b/ubuntu/precise/tdelibs/debian/rules index 717488e0f..1ca5cc3ef 100755 --- a/ubuntu/precise/tdelibs/debian/rules +++ b/ubuntu/precise/tdelibs/debian/rules @@ -36,6 +36,9 @@ DEB_FIXPERMS_EXCLUDE := \ DEB_DH_STRIP_ARGS := --dbg-package=tdelibs-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + binary-install/tdelibs-data-trinity:: install -p -D -m644 kded/applications.menu debian/tdelibs-data-trinity/opt/trinity/etc/xdg/menus/kde-applications.menu install -p -D -m644 debian/trinitylibs.conf debian/tdelibs-data-trinity/etc/ld.so.conf.d/trinitylibs.conf diff --git a/ubuntu/precise/tdelibs/debian/source/options b/ubuntu/precise/tdelibs/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdelibs/debian/source/options +++ b/ubuntu/precise/tdelibs/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdemultimedia/debian/rules b/ubuntu/precise/tdemultimedia/debian/rules index 336c7e70d..1e7e0647c 100755 --- a/ubuntu/precise/tdemultimedia/debian/rules +++ b/ubuntu/precise/tdemultimedia/debian/rules @@ -23,6 +23,9 @@ DOC_HTML_PRUNE := kcontrol-trinity DEB_DH_STRIP_ARGS := --dbg-package=tdemultimedia-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := artsbuilder-trinity tdemultimedia-kio-plugins-trinity kmid-trinity kmix-trinity krec-trinity \ libarts1-akode-trinity libarts1-audiofile-trinity libarts1-mpeglib-trinity libarts1-xine-trinity \ libkcddb1-trinity mpeglib-trinity noatun-trinity diff --git a/ubuntu/precise/tdemultimedia/debian/source/options b/ubuntu/precise/tdemultimedia/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdemultimedia/debian/source/options +++ b/ubuntu/precise/tdemultimedia/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdenetwork/debian/control b/ubuntu/precise/tdenetwork/debian/control index 637a8912d..a1a2dcb2b 100644 --- a/ubuntu/precise/tdenetwork/debian/control +++ b/ubuntu/precise/tdenetwork/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Modestas Vainius <geromanas@mailas.com>, Sarah Hobbs <hobbsee@ubuntu.com>, Sune Vuorela <debian@pusling.com> -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-trinity-dev, libgadu-dev, libiw-dev (>> 27+28pre8), libmeanwhile-dev (>= 1.0.2), libslp-dev, libsqlite3-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, libtqtinterface-doc, sharutils, valgrind [!armel], libxxf86vm-dev, libv4l-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdenetwork-trinity @@ -149,7 +149,7 @@ Architecture: any Replaces: kopete-trinity (<< 4:14.0.0) Breaks: kopete-trinity (<< 4:14.0.0) Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons-trinity, khelpcenter-trinity, imagemagick, gnupg, gnomemeeting Description: instant messenger for Trinity Kopete is an instant messenger program which can communicate with a variety diff --git a/ubuntu/precise/tdenetwork/debian/control.in b/ubuntu/precise/tdenetwork/debian/control.in index ec41ae06a..1c7fc62f9 100644 --- a/ubuntu/precise/tdenetwork/debian/control.in +++ b/ubuntu/precise/tdenetwork/debian/control.in @@ -132,7 +132,7 @@ Package: kopete Section: tde Architecture: any Depends: ${shlibs:Depends} -Recommends: qca-tls +Recommends: tqca-tls Suggests: tdeartwork-emoticons, khelpcenter, imagemagick, gnupg, gnomemeeting Replaces: konversation (<= 0.14.0-4), sim (<= 0.9.3-2) Description: instant messenger for KDE diff --git a/ubuntu/precise/tdenetwork/debian/rules b/ubuntu/precise/tdenetwork/debian/rules index bab6267ec..2579d07e3 100755 --- a/ubuntu/precise/tdenetwork/debian/rules +++ b/ubuntu/precise/tdenetwork/debian/rules @@ -13,6 +13,7 @@ export DH_OPTIONS # include debian/cdbs/buildvars.mk include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -26,8 +27,26 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_WEBCAM="ON" \ + -DWITH_ARTS="ON" \ + -DWITH_SLP="ON" \ + -DBUILD_KOPETE_PROTOCOL_ALL="ON" \ + -DBUILD_KOPETE_PLUGIN_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdenetwork-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := librss1-trinity kopete-trinity ksirc-trinity kwifimanager-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/precise/tdenetwork/debian/source/options b/ubuntu/precise/tdenetwork/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdenetwork/debian/source/options +++ b/ubuntu/precise/tdenetwork/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdepim/debian/rules b/ubuntu/precise/tdepim/debian/rules index b20b4a7b9..0e1c5356b 100755 --- a/ubuntu/precise/tdepim/debian/rules +++ b/ubuntu/precise/tdepim/debian/rules @@ -32,6 +32,9 @@ DEB_INSTALL_DOCS_ALL := DEB_INSTALL_CHANGELOGS_ALL = $(shell for f in ChangeLog CHANGELOG CHANGES; do if test -s $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; then echo $(DEB_SRCDIR)/$(cdbs_curpkg)/$$f; break; fi; done) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + shlibs_ver=4:3.5.7 DEB_DH_MAKESHLIBS_ARGS_libindex0-trinity := -V'libindex0-trinity (>= $(shlibs_ver))' DEB_DH_MAKESHLIBS_ARGS_libkcal2b-trinity := -V'libkcal2b-trinity (>= $(shlibs_ver))' diff --git a/ubuntu/precise/tdepim/debian/source/options b/ubuntu/precise/tdepim/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdepim/debian/source/options +++ b/ubuntu/precise/tdepim/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdesdk/debian/control b/ubuntu/precise/tdesdk/debian/control index 16d2c2e6b..5305f7b08 100644 --- a/ubuntu/precise/tdesdk/debian/control +++ b/ubuntu/precise/tdesdk/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Fathi Boudra <fboudra@free.fr>, Josh Metzler <joshdeb@metzlers.org>, Sune Vuorela <debian@pusling.com> -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, pkg-config, tdelibs4-trinity-dev, binutils-dev, bison, flex, tdepim-trinity-dev, libapr1-dev, libkcal2-trinity-dev, libktnef1-trinity-dev, libsvn-dev, libdb-dev, diff --git a/ubuntu/precise/tdesdk/debian/rules b/ubuntu/precise/tdesdk/debian/rules index 3675e531a..36d49b7c7 100755 --- a/ubuntu/precise/tdesdk/debian/rules +++ b/ubuntu/precise/tdesdk/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,8 +15,23 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_DH_STRIP_ARGS := --dbg-package=tdesdk-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DBSEARCHENGINE="ON" \ + -DWITH_KCAL="ON" + PACKAGES_WITH_LIBS := kbabel-trinity kompare-trinity kspy-trinity kunittest-trinity libcvsservice0-trinity umbrello-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/precise/tdesdk/debian/source/options b/ubuntu/precise/tdesdk/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdesdk/debian/source/options +++ b/ubuntu/precise/tdesdk/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdetoys/debian/control b/ubuntu/precise/tdetoys/debian/control index e583487ae..a603814b4 100644 --- a/ubuntu/precise/tdetoys/debian/control +++ b/ubuntu/precise/tdetoys/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Modestas Vainius <geromanas@mailas.com> -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, tdelibs4-trinity-dev, gawk, gettext, sharutils, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdetoys-trinity diff --git a/ubuntu/precise/tdetoys/debian/rules b/ubuntu/precise/tdetoys/debian/rules index 60a5a9cf4..da1268d9f 100755 --- a/ubuntu/precise/tdetoys/debian/rules +++ b/ubuntu/precise/tdetoys/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -14,7 +15,20 @@ cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xine DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib --includedir="/opt/trinity/include" --mandir="/opt/trinity/share/man" --infodir="/opt/trinity/share/info" +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" + DEB_DH_STRIP_ARGS := --dbg-package=tdetoys-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + DEB_INSTALL_CHANGELOGS_kodo-trinity := kodo/ChangeLog DEB_INSTALL_CHANGELOGS_kteatime-trinity := kteatime/ChangeLog diff --git a/ubuntu/precise/tdetoys/debian/source/options b/ubuntu/precise/tdetoys/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdetoys/debian/source/options +++ b/ubuntu/precise/tdetoys/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdeutils/debian/control b/ubuntu/precise/tdeutils/debian/control index 8af135969..23132b0e0 100644 --- a/ubuntu/precise/tdeutils/debian/control +++ b/ubuntu/precise/tdeutils/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Uploaders: Ana Beatriz Guerrero Lopez <ana@debian.org>, Christopher Martin <chrsmrtn@debian.org>, Fathi Boudra <fboudra@free.fr>, Josh Metzler <joshdeb@metzlers.org>, Sune Vuorela <debian@pusling.com> -Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev +Build-Depends: libasound2-dev, cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), cmake, autotools-dev, gawk, gettext, tdelibs4-trinity-dev, tdebase-trinity-dev, libkonq4-trinity-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, sharutils, automake, autoconf, libtool, libltdl-dev Build-Depends-Indep: doxygen, libtqtinterface-doc, graphviz, gsfonts-x11, tdelibs4-trinity-doc Standards-Version: 3.8.4 diff --git a/ubuntu/precise/tdeutils/debian/rules b/ubuntu/precise/tdeutils/debian/rules index f0a8e0d00..19848196e 100755 --- a/ubuntu/precise/tdeutils/debian/rules +++ b/ubuntu/precise/tdeutils/debian/rules @@ -1,6 +1,7 @@ #! /usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,10 +17,32 @@ DEB_KDE_APIDOX := yes DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/opt/trinity --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_DPMS="ON" \ + -DWITH_ASUS="ON" \ + -DWITH_VAIO="ON" \ + -DWITH_THINKPAD="ON" \ + -DWITH_I8K="ON" \ + -DWITH_SNMP="ON" \ + -DWITH_SENSORS="ON" \ + -DWITH_XMMS="ON" \ + -DWITH_KNEWSTUFF="ON" + DOC_HTML_PRUNE := kcontrol-trinity kinfocenter-trinity ktimer-trinity kcharselect-trinity ksim-trinity DEB_DH_STRIP_ARGS := --exclude=examples --dbg-package=tdeutils-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := khexedit-trinity klaptopdaemon-trinity kmilo-trinity kregexpeditor-trinity ksim-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/precise/tdeutils/debian/source/options b/ubuntu/precise/tdeutils/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdeutils/debian/source/options +++ b/ubuntu/precise/tdeutils/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdevelop/debian/control b/ubuntu/precise/tdevelop/debian/control index 6203fd52d..ba0e5814b 100644 --- a/ubuntu/precise/tdevelop/debian/control +++ b/ubuntu/precise/tdevelop/debian/control @@ -3,7 +3,7 @@ Section: tde Priority: optional Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> XSBC-Original-Maintainer: Jeremy Lain <jeremy.laine@m4x.org> -Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev +Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5), cmake, tdelibs4-trinity-dev, gettext, tdelibs4-trinity-doc, libtqtinterface-doc, flex, python, libcvsservice-trinity-dev, groff-base, libsvn-dev, libaprutil1-dev, libdb-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: tdevelop-trinity diff --git a/ubuntu/precise/tdevelop/debian/rules b/ubuntu/precise/tdevelop/debian/rules index 74b304533..95a3981ea 100755 --- a/ubuntu/precise/tdevelop/debian/rules +++ b/ubuntu/precise/tdevelop/debian/rules @@ -5,6 +5,7 @@ makebuilddir:: [ -f debian/control.tmp ] || cp debian/control debian/control.tmp include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk include debian/cdbs/debian-qt-kde.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/utils.mk @@ -16,6 +17,9 @@ DEB_CONFIGURE_INFODIR := /opt/trinity/share/info cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug) +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := tdevelop-trinity DEB_KDE_ENABLE_FINAL := @@ -53,6 +57,20 @@ DEB_CONFIGURE_EXTRA_FLAGS := \ --prefix=/opt/trinity \ --with-extra-libs=/opt/trinity/lib +DEB_CMAKE_EXTRA_FLAGS := \ + -DCMAKE_INSTALL_PREFIX="/opt/trinity" \ + -DCONFIG_INSTALL_DIR="/etc/trinity" \ + -DSYSCONF_INSTALL_DIR="/etc/trinity" \ + -DXDG_MENU_INSTALL_DIR="/etc/xdg/menus" \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_VERBOSE_MAKEFILE="ON" \ + -DCMAKE_SKIP_RPATH="OFF" \ + -DBUILD_ALL="ON" \ + -DWITH_BUILDTOOL_ALL="ON" \ + -DWITH_LANGUAGE_ALL="ON" \ + -DWITH_VCS_ALL="ON" \ + -DQT_DOCDIR="/usr/share/qt3/doc/html" + binary-install/tdevelop-trinity:: mkdir -p debian/tdevelop-trinity/opt/trinity/share/pixmaps cp debian/tdevelop.xpm debian/tdevelop-trinity/opt/trinity/share/pixmaps diff --git a/ubuntu/precise/tdevelop/debian/source/options b/ubuntu/precise/tdevelop/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdevelop/debian/source/options +++ b/ubuntu/precise/tdevelop/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences diff --git a/ubuntu/precise/tdewebdev/debian/rules b/ubuntu/precise/tdewebdev/debian/rules index 5a5ea2fd9..ad4eb9d85 100755 --- a/ubuntu/precise/tdewebdev/debian/rules +++ b/ubuntu/precise/tdewebdev/debian/rules @@ -28,6 +28,9 @@ endif DEB_DH_STRIP_ARGS := --dbg-package=tdewebdev-trinity-dbg +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + PACKAGES_WITH_LIBS := kommander-trinity #shlibs_ver = 4:3.5.0-1 diff --git a/ubuntu/precise/tdewebdev/debian/source/options b/ubuntu/precise/tdewebdev/debian/source/options index 9d7c8e036..72f1f5450 100644 --- a/ubuntu/precise/tdewebdev/debian/source/options +++ b/ubuntu/precise/tdewebdev/debian/source/options @@ -1,5 +1,5 @@ -# Use bzip2 instead of gzip -compression = "bzip2" +# Use xz instead of gzip +compression = "xz" compression-level = 9 # Don't run differences |