diff options
Diffstat (limited to 'ubuntu/_base/metapackages/trinity-livecd')
7 files changed, 54 insertions, 0 deletions
diff --git a/ubuntu/_base/metapackages/trinity-livecd/debian/changelog b/ubuntu/_base/metapackages/trinity-livecd/debian/changelog new file mode 100644 index 000000000..33cd71ed3 --- /dev/null +++ b/ubuntu/_base/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/_base/metapackages/trinity-livecd/debian/compat b/ubuntu/_base/metapackages/trinity-livecd/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/ubuntu/_base/metapackages/trinity-livecd/debian/compat @@ -0,0 +1 @@ +7 diff --git a/ubuntu/_base/metapackages/trinity-livecd/debian/control b/ubuntu/_base/metapackages/trinity-livecd/debian/control new file mode 100644 index 000000000..21f424904 --- /dev/null +++ b/ubuntu/_base/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 (>= 7.0.50~) + +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-tdefile-plugins-trinity, tdeadmin-tdefile-plugins-trinity, tdebase-trinity, tdegames-trinity, tdegraphics-tdefile-plugins-trinity, tdemultimedia-tdefile-plugins-trinity, tdenetwork-tdefile-plugins-trinity, tdepim-tdefile-plugins-trinity, tdesdk-tdefile-plugins-trinity, tdessh-trinity, tdesudo-trinity, tdewallpapers-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, tdepowersave-trinity | kpowersave-trinity, kppp-trinity, krdc-trinity, tdescreensaver-trinity, ksmserver-trinity, ksnapshot-trinity, kteatime-trinity, ktnef-trinity, ktorrent-trinity, kuickshow-trinity, tdewalletmanager-trinity, kweather-trinity, kworldclock-trinity, libarts1-akode-trinity, sudo-trinity, superkaramba-trinity, synaptic-trinity, trinity-apt-archive, 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, network-manager-tde, foomatic-db, cups, + ubuntu-minimal, 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/_base/metapackages/trinity-livecd/debian/copyright b/ubuntu/_base/metapackages/trinity-livecd/debian/copyright new file mode 100644 index 000000000..1cc9d090e --- /dev/null +++ b/ubuntu/_base/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/_base/metapackages/trinity-livecd/debian/rules b/ubuntu/_base/metapackages/trinity-livecd/debian/rules new file mode 100755 index 000000000..3591ab5e4 --- /dev/null +++ b/ubuntu/_base/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/_base/metapackages/trinity-livecd/debian/source/format b/ubuntu/_base/metapackages/trinity-livecd/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/metapackages/trinity-livecd/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/metapackages/trinity-livecd/debian/source/options b/ubuntu/_base/metapackages/trinity-livecd/debian/source/options new file mode 100644 index 000000000..d71748bba --- /dev/null +++ b/ubuntu/_base/metapackages/trinity-livecd/debian/source/options @@ -0,0 +1,3 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 |