From fcad8b8d150fb9f508973e3044a103de74ec3877 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 3 Apr 2019 23:02:46 +0900 Subject: DEB: use _base folder for a distro instead of specific distros (squeeze and maverick). Signed-off-by: Michele Calgaro --- .../qt4-tqt-theme-engine/debian/changelog | 5 ++++ .../qt4-tqt-theme-engine/debian/compat | 1 + .../qt4-tqt-theme-engine/debian/control | 12 +++++++++ .../qt4-tqt-theme-engine/debian/copyright | 29 ++++++++++++++++++++++ .../qt4-tqt-theme-engine/debian/patches/series | 0 .../applications/qt4-tqt-theme-engine/debian/rules | 16 ++++++++++++ .../qt4-tqt-theme-engine/debian/source/format | 1 + .../qt4-tqt-theme-engine/debian/source/options | 6 +++++ 8 files changed, 70 insertions(+) create mode 100644 debian/_base/applications/qt4-tqt-theme-engine/debian/changelog create mode 100644 debian/_base/applications/qt4-tqt-theme-engine/debian/compat create mode 100644 debian/_base/applications/qt4-tqt-theme-engine/debian/control create mode 100644 debian/_base/applications/qt4-tqt-theme-engine/debian/copyright create mode 100644 debian/_base/applications/qt4-tqt-theme-engine/debian/patches/series create mode 100755 debian/_base/applications/qt4-tqt-theme-engine/debian/rules create mode 100644 debian/_base/applications/qt4-tqt-theme-engine/debian/source/format create mode 100644 debian/_base/applications/qt4-tqt-theme-engine/debian/source/options (limited to 'debian/_base/applications/qt4-tqt-theme-engine/debian') diff --git a/debian/_base/applications/qt4-tqt-theme-engine/debian/changelog b/debian/_base/applications/qt4-tqt-theme-engine/debian/changelog new file mode 100644 index 000000000..f19f76875 --- /dev/null +++ b/debian/_base/applications/qt4-tqt-theme-engine/debian/changelog @@ -0,0 +1,5 @@ +qt4-tqt-theme-engine (0.1-0ubuntu0) karmic; urgency=low + + * Karmic build + + -- Timothy Pearson Mon, 07 May 2012 01:10:00 -0600 diff --git a/debian/_base/applications/qt4-tqt-theme-engine/debian/compat b/debian/_base/applications/qt4-tqt-theme-engine/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/debian/_base/applications/qt4-tqt-theme-engine/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/_base/applications/qt4-tqt-theme-engine/debian/control b/debian/_base/applications/qt4-tqt-theme-engine/debian/control new file mode 100644 index 000000000..3a5275587 --- /dev/null +++ b/debian/_base/applications/qt4-tqt-theme-engine/debian/control @@ -0,0 +1,12 @@ +Source: qt4-tqt-theme-engine +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, tdelibs14-trinity-dev, libqt4-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: qt4-tqt-theme-engine +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: TDE theme engine for Qt4 + TDE theme engine for Qt4 diff --git a/debian/_base/applications/qt4-tqt-theme-engine/debian/copyright b/debian/_base/applications/qt4-tqt-theme-engine/debian/copyright new file mode 100644 index 000000000..f9a86f1b0 --- /dev/null +++ b/debian/_base/applications/qt4-tqt-theme-engine/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Timothy Pearson on +Mon, 07 May 2012 01:21:00 -0600. + +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 +is licensed under the GPL, see above. + diff --git a/debian/_base/applications/qt4-tqt-theme-engine/debian/patches/series b/debian/_base/applications/qt4-tqt-theme-engine/debian/patches/series new file mode 100644 index 000000000..e69de29bb diff --git a/debian/_base/applications/qt4-tqt-theme-engine/debian/rules b/debian/_base/applications/qt4-tqt-theme-engine/debian/rules new file mode 100755 index 000000000..7db927c4b --- /dev/null +++ b/debian/_base/applications/qt4-tqt-theme-engine/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f + +#include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/cdbs/1/class/qmake.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 + +DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \ + && echo xz || echo bzip2) + +QMAKE := qmake-qt4 + diff --git a/debian/_base/applications/qt4-tqt-theme-engine/debian/source/format b/debian/_base/applications/qt4-tqt-theme-engine/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/debian/_base/applications/qt4-tqt-theme-engine/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/_base/applications/qt4-tqt-theme-engine/debian/source/options b/debian/_base/applications/qt4-tqt-theme-engine/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/debian/_base/applications/qt4-tqt-theme-engine/debian/source/options @@ -0,0 +1,6 @@ +# Use xz instead of gzip +compression = "xz" +compression-level = 9 + +# Don't run differences +diff-ignore = .* -- cgit v1.2.3