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 --- .../kcmldapcontroller/debian/changelog | 5 ++++ .../applications/kcmldapcontroller/debian/compat | 1 + .../applications/kcmldapcontroller/debian/control | 13 +++++++++ .../kcmldapcontroller/debian/copyright | 31 +++++++++++++++++++++ .../kcmldapcontroller/debian/patches/series | 0 .../applications/kcmldapcontroller/debian/rules | 32 ++++++++++++++++++++++ .../kcmldapcontroller/debian/source/format | 1 + .../kcmldapcontroller/debian/source/options | 6 ++++ 8 files changed, 89 insertions(+) create mode 100644 ubuntu/_base/applications/kcmldapcontroller/debian/changelog create mode 100644 ubuntu/_base/applications/kcmldapcontroller/debian/compat create mode 100644 ubuntu/_base/applications/kcmldapcontroller/debian/control create mode 100644 ubuntu/_base/applications/kcmldapcontroller/debian/copyright create mode 100644 ubuntu/_base/applications/kcmldapcontroller/debian/patches/series create mode 100755 ubuntu/_base/applications/kcmldapcontroller/debian/rules create mode 100644 ubuntu/_base/applications/kcmldapcontroller/debian/source/format create mode 100644 ubuntu/_base/applications/kcmldapcontroller/debian/source/options (limited to 'ubuntu/_base/applications/kcmldapcontroller') diff --git a/ubuntu/_base/applications/kcmldapcontroller/debian/changelog b/ubuntu/_base/applications/kcmldapcontroller/debian/changelog new file mode 100644 index 000000000..7481449f5 --- /dev/null +++ b/ubuntu/_base/applications/kcmldapcontroller/debian/changelog @@ -0,0 +1,5 @@ +kcontrol-ldap-controller-trinity (0.5-0ubuntu0) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 02 Jul 2009 16:08:00 -0600 diff --git a/ubuntu/_base/applications/kcmldapcontroller/debian/compat b/ubuntu/_base/applications/kcmldapcontroller/debian/compat new file mode 100644 index 000000000..7f8f011eb --- /dev/null +++ b/ubuntu/_base/applications/kcmldapcontroller/debian/compat @@ -0,0 +1 @@ +7 diff --git a/ubuntu/_base/applications/kcmldapcontroller/debian/control b/ubuntu/_base/applications/kcmldapcontroller/debian/control new file mode 100644 index 000000000..c68333334 --- /dev/null +++ b/ubuntu/_base/applications/kcmldapcontroller/debian/control @@ -0,0 +1,13 @@ +Source: kcontrol-ldap-controller-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: debhelper (>= 7.0.50~), quilt, cdbs, tdelibs14-trinity-dev, libldap2-dev, libtdeldap-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-ldap-controller-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients, heimdal-kdc, slapd, libsasl2-modules-gssapi-heimdal, sasl2-bin, openssl, libpam-ldap, libnss-ldap, nss-updatedb, libnss-db, nscd, ntp, sudo +Conflicts: tde-ldap-cert-updater +Description: Kerberos realm controller module for the Trinity control center + This is a Trinity control center module to configure a Kerberos Realm Controller diff --git a/ubuntu/_base/applications/kcmldapcontroller/debian/copyright b/ubuntu/_base/applications/kcmldapcontroller/debian/copyright new file mode 100644 index 000000000..540709e87 --- /dev/null +++ b/ubuntu/_base/applications/kcmldapcontroller/debian/copyright @@ -0,0 +1,31 @@ +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/ubuntu/_base/applications/kcmldapcontroller/debian/patches/series b/ubuntu/_base/applications/kcmldapcontroller/debian/patches/series new file mode 100644 index 000000000..e69de29bb diff --git a/ubuntu/_base/applications/kcmldapcontroller/debian/rules b/ubuntu/_base/applications/kcmldapcontroller/debian/rules new file mode 100755 index 000000000..272168641 --- /dev/null +++ b/ubuntu/_base/applications/kcmldapcontroller/debian/rules @@ -0,0 +1,32 @@ +#!/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/ubuntu/_base/applications/kcmldapcontroller/debian/source/format b/ubuntu/_base/applications/kcmldapcontroller/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/ubuntu/_base/applications/kcmldapcontroller/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/ubuntu/_base/applications/kcmldapcontroller/debian/source/options b/ubuntu/_base/applications/kcmldapcontroller/debian/source/options new file mode 100644 index 000000000..72f1f5450 --- /dev/null +++ b/ubuntu/_base/applications/kcmldapcontroller/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