From 11394aecd1f906fee2ebd2b90412aeba4651fbff Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 22:56:40 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- .../applications/gtk3-tqt-engine/debian/changelog | 5 ---- .../applications/gtk3-tqt-engine/debian/compat | 1 - .../applications/gtk3-tqt-engine/debian/control | 13 --------- .../applications/gtk3-tqt-engine/debian/copyright | 31 --------------------- .../gtk3-tqt-engine/debian/patches/series | 0 .../applications/gtk3-tqt-engine/debian/rules | 32 ---------------------- .../gtk3-tqt-engine/debian/source/format | 1 - .../gtk3-tqt-engine/debian/source/options | 6 ---- 8 files changed, 89 deletions(-) delete mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/changelog delete mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/compat delete mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/control delete mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/copyright delete mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/patches/series delete mode 100755 debian/squeeze/applications/gtk3-tqt-engine/debian/rules delete mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/source/format delete mode 100644 debian/squeeze/applications/gtk3-tqt-engine/debian/source/options (limited to 'debian/squeeze/applications/gtk3-tqt-engine/debian') diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/changelog b/debian/squeeze/applications/gtk3-tqt-engine/debian/changelog deleted file mode 100644 index c9799f7f2..000000000 --- a/debian/squeeze/applications/gtk3-tqt-engine/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -gtk3-tqt-engine-trinity (0.5-0ubuntu0) karmic; urgency=low - - * Karmic rebuild - - -- Timothy Pearson Thu, 02 Jul 2009 16:08:00 -0600 diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/compat b/debian/squeeze/applications/gtk3-tqt-engine/debian/compat deleted file mode 100644 index 7f8f011eb..000000000 --- a/debian/squeeze/applications/gtk3-tqt-engine/debian/compat +++ /dev/null @@ -1 +0,0 @@ -7 diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/control b/debian/squeeze/applications/gtk3-tqt-engine/debian/control deleted file mode 100644 index a0abc773d..000000000 --- a/debian/squeeze/applications/gtk3-tqt-engine/debian/control +++ /dev/null @@ -1,13 +0,0 @@ -Source: gtk3-tqt-engine-trinity -Section: tde -Priority: optional -Maintainer: Timothy Pearson -XSBC-Original-Maintainer: Raphaƫl Pinson -Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, tdelibs14-trinity-dev, libcairo2-dev, libgtk-3-dev, libpango1.0-dev, automake, autoconf, libtool, libltdl-dev -Standards-Version: 3.8.4 - -Package: gtk3-tqt-engine-trinity -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: GTK3 theme engine for TDE - GTK3 style engine which uses the active TDE style to draw its widgets diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/copyright b/debian/squeeze/applications/gtk3-tqt-engine/debian/copyright deleted file mode 100644 index 540709e87..000000000 --- a/debian/squeeze/applications/gtk3-tqt-engine/debian/copyright +++ /dev/null @@ -1,31 +0,0 @@ -This package was debianized by Timothy Pearson on -Thu, 17 May 2012 19:52:51 +0100. - -It was downloaded from http://www.trinitydesktop.org - -Upstream Author: Timothy Pearson - -copyright (C) 2012 Timothy Pearson - -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 and -is licensed under the GPL, see above. - diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/patches/series b/debian/squeeze/applications/gtk3-tqt-engine/debian/patches/series deleted file mode 100644 index e69de29bb..000000000 diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/rules b/debian/squeeze/applications/gtk3-tqt-engine/debian/rules deleted file mode 100755 index 272168641..000000000 --- a/debian/squeeze/applications/gtk3-tqt-engine/debian/rules +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/make -f - -#include /usr/share/cdbs/1/rules/patchsys-quilt.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: -ifneq "$(wildcard /usr/share/libtool/ltmain.sh)" "" - cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh -endif -ifneq "$(wildcard /usr/share/libtool/config/ltmain.sh)" "" - cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh -endif -ifneq "$(wildcard /usr/share/libtool/build-aux/ltmain.sh)" "" - cp -f /usr/share/libtool/build-aux/ltmain.sh admin/ltmain.sh -endif - cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in - - make -f admin/Makefile.common cvs - touch debian/stamp-bootstrap diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/source/format b/debian/squeeze/applications/gtk3-tqt-engine/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/debian/squeeze/applications/gtk3-tqt-engine/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/debian/squeeze/applications/gtk3-tqt-engine/debian/source/options b/debian/squeeze/applications/gtk3-tqt-engine/debian/source/options deleted file mode 100644 index 72f1f5450..000000000 --- a/debian/squeeze/applications/gtk3-tqt-engine/debian/source/options +++ /dev/null @@ -1,6 +0,0 @@ -# Use xz instead of gzip -compression = "xz" -compression-level = 9 - -# Don't run differences -diff-ignore = .* -- cgit v1.2.3