diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-01-06 20:46:55 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-01-06 20:50:20 +0100 |
commit | 2e67ccecd7891b97b21d3ecfdf0753bf77888d3c (patch) | |
tree | b0f1f1904735aa6297a98a919ac4ae7d49bf833f /ubuntu/maverick/metapackages/trinity-livecd/debian | |
parent | d2f32337f00cf98faef8475e769d9c0381efd257 (diff) | |
download | tde-packaging-2e67ccecd7891b97b21d3ecfdf0753bf77888d3c.tar.gz tde-packaging-2e67ccecd7891b97b21d3ecfdf0753bf77888d3c.zip |
Added metapackages trinity-livecd, casper-trinity and ubiquity-trinity on Ubuntu
Diffstat (limited to 'ubuntu/maverick/metapackages/trinity-livecd/debian')
7 files changed, 54 insertions, 0 deletions
diff --git a/ubuntu/maverick/metapackages/trinity-livecd/debian/changelog b/ubuntu/maverick/metapackages/trinity-livecd/debian/changelog new file mode 100644 index 000000000..33cd71ed3 --- /dev/null +++ b/ubuntu/maverick/metapackages/trinity-livecd/debian/changelog @@ -0,0 +1,6 @@ +trinity-livecd (4:3.5.13-1ubuntu0+ax0) precise; urgency=low + + * Initial version + + -- Slávek Banko <slavek.banko@axis.cz> Wed, 12 Dec 2012 19:49:19 +0100 + diff --git a/ubuntu/maverick/metapackages/trinity-livecd/debian/compat b/ubuntu/maverick/metapackages/trinity-livecd/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/metapackages/trinity-livecd/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/metapackages/trinity-livecd/debian/control b/ubuntu/maverick/metapackages/trinity-livecd/debian/control new file mode 100644 index 000000000..318c6ee15 --- /dev/null +++ b/ubuntu/maverick/metapackages/trinity-livecd/debian/control @@ -0,0 +1,23 @@ +Source: trinity-livecd +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Standards-Version: 3.8.3 +Build-Depends: cdbs, debhelper (>= 5) + +Package: trinity-livecd +Architecture: all +Depends: akregator-trinity, amarok-trinity, ark-trinity, basket-trinity, eyesapplet-trinity, juk-trinity, k3b-trinity, kaffeine-trinity, karm-trinity, kbstate-trinity, kcalc-trinity, kcharselect-trinity, tdeaddons-kfile-plugins-trinity, tdeadmin-kfile-plugins-trinity, tdegames-trinity, tdegraphics-kfile-plugins-trinity, tdemultimedia-kfile-plugins-trinity, tdenetwork-kfile-plugins-trinity, tdepim-kfile-plugins-trinity, tdesdk-kfile-plugins-trinity, kdessh-trinity, tdesudo-trinity, kdewallpapers-trinity, kdf-trinity, kedit-trinity, kfloppy-trinity, kget-trinity, kgpg-trinity, kicker-applets-trinity, kleopatra-trinity, kmailcvt-trinity, kmix-trinity, kmoon-trinity, kompare-trinity, kontact-trinity, konversation-trinity, kopete-trinity, korn-trinity, kpdf-trinity, kpowersave-nohal-trinity | kpowersave-trinity, kppp-trinity, krdc-trinity, kscreensaver-trinity, ksmserver-trinity, ksnapshot-trinity, kteatime-trinity, ktnef-trinity, ktorrent-trinity, kuickshow-trinity, kwalletmanager-trinity, kweather-trinity, kworldclock-trinity, libarts1-akode-trinity, sudo-trinity, superkaramba-trinity, trinity-keyring +Recommends: + kpresenter-trinity, kspread-trinity, kword-trinity, + tde-i18n-cs-trinity, tde-i18n-de-trinity, tde-i18n-es-trinity, tde-i18n-fr-trinity, tde-i18n-it-trinity, tde-i18n-ru-trinity, + koffice-i18n-cs-trinity, koffice-i18n-de-trinity, koffice-i18n-es-trinity, koffice-i18n-fr-trinity, koffice-i18n-it-trinity, koffice-i18n-ru-trinity, + k3b-i18n-trinity, + gtk-qt-engine-trinity, gtk3-tqt-engine-trinity, tdenetworkmanager-trinity, foomatic-db, cups, ubuntu-minimal +Suggests: casper-trinity, ubiquity-trinity +Description: Essential selection for Trinity LiveCD + This package depends on selected packages in the Trinity Desktop Environment + . + It is safe to remove this package if some of the desktop system packages are + not desired. + diff --git a/ubuntu/maverick/metapackages/trinity-livecd/debian/copyright b/ubuntu/maverick/metapackages/trinity-livecd/debian/copyright new file mode 100644 index 000000000..1cc9d090e --- /dev/null +++ b/ubuntu/maverick/metapackages/trinity-livecd/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/maverick/metapackages/trinity-livecd/debian/rules b/ubuntu/maverick/metapackages/trinity-livecd/debian/rules new file mode 100755 index 000000000..3591ab5e4 --- /dev/null +++ b/ubuntu/maverick/metapackages/trinity-livecd/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) diff --git a/ubuntu/maverick/metapackages/trinity-livecd/debian/source/format b/ubuntu/maverick/metapackages/trinity-livecd/debian/source/format new file mode 100644 index 000000000..89ae9db8f --- /dev/null +++ b/ubuntu/maverick/metapackages/trinity-livecd/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/ubuntu/maverick/metapackages/trinity-livecd/debian/source/options b/ubuntu/maverick/metapackages/trinity-livecd/debian/source/options new file mode 100644 index 000000000..d71748bba --- /dev/null +++ b/ubuntu/maverick/metapackages/trinity-livecd/debian/source/options @@ -0,0 +1,3 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 |