diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-04-03 22:56:40 +0900 |
commit | 11394aecd1f906fee2ebd2b90412aeba4651fbff (patch) | |
tree | bcf750380e6d9fc7dbe524e16bbe2afde25dcfa0 /debian/_base/metapackages/trinity-slax | |
parent | d24bd898174453b586ac90f2ef7a60165fa26fde (diff) | |
download | tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.tar.gz tde-packaging-11394aecd1f906fee2ebd2b90412aeba4651fbff.zip |
DEB: use _base folder for a distro instead of specific distros (squeeze
and maverick).
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_base/metapackages/trinity-slax')
9 files changed, 90 insertions, 0 deletions
diff --git a/debian/_base/metapackages/trinity-slax/debian/changelog b/debian/_base/metapackages/trinity-slax/debian/changelog new file mode 100644 index 000000000..f5b26fd38 --- /dev/null +++ b/debian/_base/metapackages/trinity-slax/debian/changelog @@ -0,0 +1,6 @@ +trinity-slax (4:14.0.5-0debian9) stretch; urgency=low + + * Initial version + + -- Slávek Banko <slavek.banko@axis.cz> Tue, 02 Jan 2018 17:13:07 +0100 + diff --git a/debian/_base/metapackages/trinity-slax/debian/compat b/debian/_base/metapackages/trinity-slax/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/debian/_base/metapackages/trinity-slax/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/_base/metapackages/trinity-slax/debian/control b/debian/_base/metapackages/trinity-slax/debian/control new file mode 100644 index 000000000..155016dc6 --- /dev/null +++ b/debian/_base/metapackages/trinity-slax/debian/control @@ -0,0 +1,30 @@ +Source: trinity-slax +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +Standards-Version: 3.8.3 +Build-Depends: cdbs, debhelper (>= 7.0.50~) + +Package: trinity-slax +Architecture: all +Depends: + tdebase-trinity, + libarts1-akode-trinity, + kaffeine-trinity, + qalculate-trinity | kcalc-trinity, + kedit-trinity, + kicker-applets-trinity, + kmix-trinity, + kpdf-trinity, + krdc-trinity, + ksnapshot-trinity, + kuickshow-trinity, + network-manager-tde, + rdesktop, + udisks2 +Description: Essential selection for Trinity on Slax + 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/debian/_base/metapackages/trinity-slax/debian/copyright b/debian/_base/metapackages/trinity-slax/debian/copyright new file mode 100644 index 000000000..137ce0c6f --- /dev/null +++ b/debian/_base/metapackages/trinity-slax/debian/copyright @@ -0,0 +1,14 @@ +Copyright 2018, Trinity Desktop Team + +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/debian/_base/metapackages/trinity-slax/debian/patches/series b/debian/_base/metapackages/trinity-slax/debian/patches/series new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/debian/_base/metapackages/trinity-slax/debian/patches/series @@ -0,0 +1 @@ + diff --git a/debian/_base/metapackages/trinity-slax/debian/postinst b/debian/_base/metapackages/trinity-slax/debian/postinst new file mode 100644 index 000000000..9576c7390 --- /dev/null +++ b/debian/_base/metapackages/trinity-slax/debian/postinst @@ -0,0 +1,28 @@ +#! /bin/sh -e + +case "$1" in + + configure) + if [ ! -f /root/.trinity/share/config/kpersonalizerrc ]; then + [ -d /root/.trinity/share/config ] || + mkdir -p /root/.trinity/share/config + cat >/root/.trinity/share/config/kpersonalizerrc <<kpersonalizerrc +[General] +FirstLogin=false +kpersonalizerrc + fi + ;; + + abort-upgrade) + ;; + + *) + echo "preinst called with unknown argument \`$1'" >&2 + exit 1 + ;; + +esac + +#DEBHELPER# + +exit 0 diff --git a/debian/_base/metapackages/trinity-slax/debian/rules b/debian/_base/metapackages/trinity-slax/debian/rules new file mode 100755 index 000000000..3591ab5e4 --- /dev/null +++ b/debian/_base/metapackages/trinity-slax/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/debian/_base/metapackages/trinity-slax/debian/source/format b/debian/_base/metapackages/trinity-slax/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/debian/_base/metapackages/trinity-slax/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/_base/metapackages/trinity-slax/debian/source/options b/debian/_base/metapackages/trinity-slax/debian/source/options new file mode 100644 index 000000000..d71748bba --- /dev/null +++ b/debian/_base/metapackages/trinity-slax/debian/source/options @@ -0,0 +1,3 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 |