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 --- ubuntu/_base/applications/kdpkg/debian/changelog | 11 ++++ ubuntu/_base/applications/kdpkg/debian/compat | 1 + ubuntu/_base/applications/kdpkg/debian/control | 16 ++++++ ubuntu/_base/applications/kdpkg/debian/copyright | 59 ++++++++++++++++++++++ .../applications/kdpkg/debian/kdpkg-install.1 | 34 +++++++++++++ ubuntu/_base/applications/kdpkg/debian/kdpkg.1 | 34 +++++++++++++ ubuntu/_base/applications/kdpkg/debian/manpages | 2 + .../_base/applications/kdpkg/debian/patches/series | 0 ubuntu/_base/applications/kdpkg/debian/rules | 35 +++++++++++++ .../_base/applications/kdpkg/debian/source/format | 1 + .../_base/applications/kdpkg/debian/source/options | 6 +++ 11 files changed, 199 insertions(+) create mode 100644 ubuntu/_base/applications/kdpkg/debian/changelog create mode 100644 ubuntu/_base/applications/kdpkg/debian/compat create mode 100644 ubuntu/_base/applications/kdpkg/debian/control create mode 100644 ubuntu/_base/applications/kdpkg/debian/copyright create mode 100644 ubuntu/_base/applications/kdpkg/debian/kdpkg-install.1 create mode 100644 ubuntu/_base/applications/kdpkg/debian/kdpkg.1 create mode 100644 ubuntu/_base/applications/kdpkg/debian/manpages create mode 100644 ubuntu/_base/applications/kdpkg/debian/patches/series create mode 100755 ubuntu/_base/applications/kdpkg/debian/rules create mode 100644 ubuntu/_base/applications/kdpkg/debian/source/format create mode 100644 ubuntu/_base/applications/kdpkg/debian/source/options (limited to 'ubuntu/_base/applications/kdpkg') diff --git a/ubuntu/_base/applications/kdpkg/debian/changelog b/ubuntu/_base/applications/kdpkg/debian/changelog new file mode 100644 index 000000000..2c3e7dd4d --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/debian/changelog @@ -0,0 +1,11 @@ +kdpkg-trinity (0.1-0ubuntu2) lucid; urgency=low + + * Initial Lucid build + + -- Timothy Pearson Fri, 02 Apr 2010 21:20:00 -0600 + +kdpkg (0.1-0ubuntu1) intrepid; urgency=low + + * Initial release (LP: #201709) + + -- Alexander Kopf Thu, 03 Jul 2008 22:15:34 +0200 diff --git a/ubuntu/_base/applications/kdpkg/debian/compat b/ubuntu/_base/applications/kdpkg/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/debian/compat @@ -0,0 +1 @@ +7 diff --git a/ubuntu/_base/applications/kdpkg/debian/control b/ubuntu/_base/applications/kdpkg/debian/control new file mode 100644 index 000000000..876bd2bf0 --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/debian/control @@ -0,0 +1,16 @@ +Source: kdpkg-trinity +Section: admin +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Alexander Kopf +Build-Depends: cdbs, debhelper (>= 7.0.50~), quilt, tdelibs14-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kdpkg-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, apt, dpkg (>=1.14), sudo-trinity, menu +Replaces: kdpkg-kde3 (<< 4:14.0.0~), kdpkg-trinity (<< 4:14.0.0~) +Breaks: kdpkg-kde3 (<< 4:14.0.0~), kdpkg-trinity (<< 4:14.0.0~) +Description: TDE frontend for dpkg [Trinity] + kdpkg is a utility for installing .deb package files. + It is similar to gdebi, except that kdpkg is a TDE application diff --git a/ubuntu/_base/applications/kdpkg/debian/copyright b/ubuntu/_base/applications/kdpkg/debian/copyright new file mode 100644 index 000000000..a0a9c1d0d --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/debian/copyright @@ -0,0 +1,59 @@ +This package was debianized by Fabian Wuertz on +Fri, 3 Sep 2007 19:52:51 +0100. + +It was downloaded from http://www.wuertz.org/downloads + +Upstream Author: Fabian Wuertz + +Copyright: + (C) 2008 Fabian Wuertz + + The following file are from knxcc + (C) 2006 Andreas Loibl + process.cpp klamp/process.cpp + klamp-install/process.cpp + process.h klamp/process.h + klamp-install/process.h + + --- icons --- + + The following icons are from kde-icons-nuovext + (C) 2005 Alexandre Moore + cancel.png in klamp/kdpkgdialog.ui + in klamp-install/installdialog.ui + info.png in klamp/kdpkgdialog.ui + + The following icons are from tdelibs-data + (c) 2002 Kalle Dalheimer and many others + wizard.png in klamp/kdpkgdialog.ui + in klamp-install/installdialog.ui + messagebox_warning.png in klamp-install/installdialog.ui + + The following icon is from kde-icons-crystalproject + (C) 2005 Everaldo Coelho + help.png in klamp/kdpkgdialog.ui + in klamp-install/installdialog.ui + package.png in klamp/kdpkgdialog.ui + in klamp-install/installdialog.ui + +License: + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + 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 + along with this program; if not, write to the Free Software + 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) 2008, Alexander Kopf and +is licensed under the GPL, see above. diff --git a/ubuntu/_base/applications/kdpkg/debian/kdpkg-install.1 b/ubuntu/_base/applications/kdpkg/debian/kdpkg-install.1 new file mode 100644 index 000000000..c49586d4e --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/debian/kdpkg-install.1 @@ -0,0 +1,34 @@ +'\" -*- coding: us-ascii -*- +.if \n(.g .ds T< \\FC +.if \n(.g .ds T> \\F[\n[.fam]] +.de URL +\\$2 \(la\\$1\(ra\\$3 +.. +.if \n(.g .mso www.tmac +.TH kdpkg 1 2008-07-03 "" "" +.SH NAME +kdpkg \- TDE frontend for dpkg +.SH SYNOPSIS +'nh +.fi +.ad l +\fBkdpkg\fR \kx +.if (\nx>(\n(.l/2)) .nr x (\n(.l/5) +'in \n(.iu+\nxu +'in \n(.iu-\nxu +.ad b +'hy +.SH DESCRIPTION +If you klick on a .deb file kdpkg starts automatically for installing it. +It works like gdebi with the difference that kdpkg is a TDE application +.SH COPYRIGHT +This manual page was written by Alexander Kopf +<\*(T> for the +Ubuntu system (but may be used by others). +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU General Public License, +Version 2 or any later version published by the Free Software Foundation. +.PP +On Debian systems, the complete text of the GNU General Public +License can be found in +\*(T<\fI/usr/share/common\-licenses/GPL\-2\fR\*(T>. diff --git a/ubuntu/_base/applications/kdpkg/debian/kdpkg.1 b/ubuntu/_base/applications/kdpkg/debian/kdpkg.1 new file mode 100644 index 000000000..c49586d4e --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/debian/kdpkg.1 @@ -0,0 +1,34 @@ +'\" -*- coding: us-ascii -*- +.if \n(.g .ds T< \\FC +.if \n(.g .ds T> \\F[\n[.fam]] +.de URL +\\$2 \(la\\$1\(ra\\$3 +.. +.if \n(.g .mso www.tmac +.TH kdpkg 1 2008-07-03 "" "" +.SH NAME +kdpkg \- TDE frontend for dpkg +.SH SYNOPSIS +'nh +.fi +.ad l +\fBkdpkg\fR \kx +.if (\nx>(\n(.l/2)) .nr x (\n(.l/5) +'in \n(.iu+\nxu +'in \n(.iu-\nxu +.ad b +'hy +.SH DESCRIPTION +If you klick on a .deb file kdpkg starts automatically for installing it. +It works like gdebi with the difference that kdpkg is a TDE application +.SH COPYRIGHT +This manual page was written by Alexander Kopf +<\*(T> for the +Ubuntu system (but may be used by others). +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU General Public License, +Version 2 or any later version published by the Free Software Foundation. +.PP +On Debian systems, the complete text of the GNU General Public +License can be found in +\*(T<\fI/usr/share/common\-licenses/GPL\-2\fR\*(T>. diff --git a/ubuntu/_base/applications/kdpkg/debian/manpages b/ubuntu/_base/applications/kdpkg/debian/manpages new file mode 100644 index 000000000..7835ccb72 --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/debian/manpages @@ -0,0 +1,2 @@ +debian/kdpkg.1 +debian/kdpkg-install.1 diff --git a/ubuntu/_base/applications/kdpkg/debian/patches/series b/ubuntu/_base/applications/kdpkg/debian/patches/series new file mode 100644 index 000000000..e69de29bb diff --git a/ubuntu/_base/applications/kdpkg/debian/rules b/ubuntu/_base/applications/kdpkg/debian/rules new file mode 100755 index 000000000..fc6797244 --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/debian/rules @@ -0,0 +1,35 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +#include /usr/share/cdbs/1/rules/patchsys-quilt.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 + +binary-install/kdpkg-trinity:: + mv debian/kdpkg-trinity/usr/share/man debian/kdpkg-trinity/opt/trinity/share/ diff --git a/ubuntu/_base/applications/kdpkg/debian/source/format b/ubuntu/_base/applications/kdpkg/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/applications/kdpkg/debian/source/options b/ubuntu/_base/applications/kdpkg/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/applications/kdpkg/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