Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 069e331060
)
pull/92/head
parent
11a46d9043
commit
b4f5663d87
@ -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
|
||||
|
@ -0,0 +1 @@
|
||||
7
|
@ -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.
|
||||
|
@ -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.
|
@ -0,0 +1 @@
|
||||
|
@ -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)
|
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
@ -0,0 +1,3 @@
|
||||
# Use xz instead of gzip
|
||||
compression = "xz"
|
||||
compression-level = 9
|
Loading…
Reference in new issue