--- ebox-software-1.5.6.orig/debian/watch +++ ebox-software-1.5.6/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://ebox-platform.com/releases/sources/latest/ebox-software-(\d[\d_.-]+)\.tar.gz --- ebox-software-1.5.6.orig/debian/compat +++ ebox-software-1.5.6/debian/compat @@ -0,0 +1 @@ +5 --- ebox-software-1.5.6.orig/debian/copyright +++ ebox-software-1.5.6/debian/copyright @@ -0,0 +1,33 @@ +This package was debianized by Isaac Clerencia on +Fri, 20 Feb 2005 15:13:22 +0100. +It's currently maintained by José A. Calvo + +It was downloaded from http://www.ebox-platform.com/ + +Upstream Author: eBox Technologies S.L. + +Copyright (C) 2004-2005 Warp Networks S.L +Copyright (C) 2006-2007 Warp Networks S.L. +Copyright (C) 2008-2010 eBox Technologies S.L. + +License: + 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 of the License, 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. + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL file. + +The Debian packaging is: + + (C) 2004, Isaac Clerencia + (C) 2008, Javier Uruen Val + (C) 2010, José A. Calvo + +and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- ebox-software-1.5.6.orig/debian/ebox-software.postrm +++ ebox-software-1.5.6/debian/ebox-software.postrm @@ -0,0 +1,21 @@ +#!/bin/bash + +# We need to unconfigure and purge module's configuration +# before the gconf schemas have been removed (i.e before gconf +# debhelper has been run). That's why we do things before +# and after gconf debhelper is run +if [ "$1" = "purge" ]; then + # Purge configuration + /usr/share/ebox/ebox-clean-gconf software || true +fi + + +#DEBHELPER# + +case "$1" in + remove) + dpkg-trigger --no-await ebox + ;; +esac + + --- ebox-software-1.5.6.orig/debian/control +++ ebox-software-1.5.6/debian/control @@ -0,0 +1,19 @@ +Source: ebox-software +Section: web +Priority: optional +Maintainer: José Antonio Calvo +Build-Depends: debhelper (>= 5.0.0), cdbs +Standards-Version: 3.8.2 + +Package: ebox-software +Architecture: all +Depends: ebox (>= 1.5), ebox (<< 1.5.100), libapt-pkg-perl, ${misc:Depends} +Conflicts: ebox (<< 0.11.99) +Description: Zentyal - Software Management + Zentyal is an open source small business server that can act as + a Gateway, Unified Threat Manager, Office Server, Infrastructure + Manager, Unified Communications Server or a combination of them. One + single, easy-to-use platform to manage all your network services. + . + This module adds software management capabilities to Zentyal, allowing software + updates and easy module installation and removal. --- ebox-software-1.5.6.orig/debian/ebox-software.8 +++ ebox-software-1.5.6/debian/ebox-software.8 @@ -0,0 +1,29 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH EBOX 8 "Jun 13 2007" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +ebox-software \- updates the eBox package cache +.SH SYNOPSIS +.B ebox-software +.SH DESCRIPTION +Force an update of the eBox package cache, it will try to download new available +packages. +.B ebox-software +command. +.PP +.B ebox-software + +.PP +This manual page was written by Javier Uruen , +for Ubuntu (but may be used by others). --- ebox-software-1.5.6.orig/debian/ebox-software.postinst +++ ebox-software-1.5.6/debian/ebox-software.postinst @@ -0,0 +1,16 @@ +#!/bin/bash + +#DEBHELPER# +case "$1" in + configure) + # migrate data if needed + /usr/share/ebox/ebox-migrate /usr/share/ebox-software/migration/ + + dpkg-trigger --no-await ebox + ;; + +esac + + + +exit 0 --- ebox-software-1.5.6.orig/debian/ebox-software.prerm +++ ebox-software-1.5.6/debian/ebox-software.prerm @@ -0,0 +1,4 @@ +#!/bin/bash + +#DEBHELPER# + --- ebox-software-1.5.6.orig/debian/rules +++ ebox-software-1.5.6/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include debian/cdbs/ebox.mk + +install/ebox-software:: + test -e debian/ebox-software.cron.daily || ln -s ../tools/cron/ebox-software debian/ebox-software.cron.daily --- ebox-software-1.5.6.orig/debian/ebox-software.manpages +++ ebox-software-1.5.6/debian/ebox-software.manpages @@ -0,0 +1 @@ +debian/ebox-software.8 --- ebox-software-1.5.6.orig/debian/changelog +++ ebox-software-1.5.6/debian/changelog @@ -0,0 +1,179 @@ +ebox-software (1.5.6-0ubuntu1~ppa1~lucid1) lucid; urgency=low + + * New upstream release + + -- José A. Calvo Thu, 26 Aug 2010 16:04:43 +0200 + +ebox-software (1.5.5-0ubuntu1~ppa1~lucid1) lucid; urgency=low + + * New upstream release + + -- José A. Calvo Mon, 23 Aug 2010 12:14:56 +0200 + +ebox-software (1.5.4-0ubuntu1~ppa1~lucid1) lucid; urgency=low + + * New upstream release + + -- José A. Calvo Wed, 18 Aug 2010 17:24:29 +0200 + +ebox-software (1.5.3-0ubuntu1~ppa1~lucid1) lucid; urgency=low + + * New upstream release + + -- José A. Calvo Wed, 04 Aug 2010 15:47:34 +0200 + +ebox-software (1.5.2-0ubuntu1~ppa1~lucid1) lucid; urgency=low + + * New upstream release + + -- José A. Calvo Sun, 25 Jul 2010 20:38:39 +0200 + +ebox-software (1.5.1-0ubuntu1~ppa1~lucid1) lucid; urgency=low + + * New upstream release + + -- José A. Calvo Mon, 19 Jul 2010 12:08:52 +0200 + +ebox-software (1.5-0ubuntu1~ppa1~lucid1) lucid; urgency=low + + * New upstream release + + -- José A. Calvo Tue, 18 May 2010 02:03:07 +0200 + +ebox-software (1.3.2-1) jaunty; urgency=low + + * New upstream release + + -- Isaac Clerencia Sun, 19 Jul 2009 16:40:38 +0200 + +ebox-software (1.3.1-1) jaunty; urgency=low + + * New upstream release + + -- Isaac Clerencia Wed, 15 Jul 2009 12:02:50 +0100 + +ebox-software (1.3.0-1) jaunty; urgency=low + + * New upstream release + + -- Isaac Clerencia Thu, 02 Jul 2009 15:27:12 +0100 + +ebox-software (1.1.30) hardy; urgency=low + + * New upstream release + + -- José Antonio Calvo Mon, 15 Jun 2009 16:16:56 +0200 + +ebox-software (1.1.20) hardy; urgency=low + + * New upstream release + + -- Javier Amor Garcia Fri, 05 Jun 2009 14:15:01 +0200 + +ebox-software (0.12.100) hardy; urgency=low + + * New upstream release + + -- Javier Uruen Val Tue, 13 Jan 2009 12:06:10 +0100 + +ebox-software (0.11.101) hardy; urgency=low + + * New upstream realese + + -- Javier Uruen Val Sun, 01 Jun 2008 17:25:07 +0200 + +ebox-software (0.11.99-0ubuntu1~ppa1) hardy; urgency=low + + * First ubuntu release + + -- Javier Uruen Val Mon, 31 Mar 2008 14:58:28 +0200 + +ebox-software (0.11.99) unstable; urgency=low + + * New upstream release + + -- Enrique José Hernández Blasco Tue, 8 Jan 2008 16:14:40 +0100 + +ebox-software (0.11) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Wed, 28 Nov 2007 15:23:35 +0100 + +ebox-software (0.10.99) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Thu, 01 Nov 2007 21:38:15 +0100 + +ebox-software (0.10) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Wed, 10 Oct 2007 21:53:53 +0200 + +ebox-software (0.9.100) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Tue, 04 Sep 2007 14:21:26 +0200 + +ebox-software (0.9.99) unstable; urgency=low + + * New upstream release + + -- Javier Amor Garcia Wed, 25 Jul 2007 16:16:48 +0200 + +ebox-software (0.8.99) unstable; urgency=low + + * New upstream release + + -- Javier Amor Garcia Tue, 24 Jul 2007 13:00:10 +0200 + +ebox-software (0.9.3) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Sun, 24 Jun 2007 16:38:49 +0200 + +ebox-software (0.9.2) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Tue, 12 Jun 2007 18:59:28 +0200 + +ebox-software (0.9.1) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Tue, 15 May 2007 13:02:27 +0200 + +ebox-software (0.7.1) unstable; urgency=low + + * New upstream release + + -- Daniel Baeyens Sicilia Wed, 22 Mar 2006 16:07:41 +0100 + +ebox-software (0.7.0.99-rc1+0.7.1-rc1) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Tue, 17 Jan 2006 11:43:32 +0100 + +ebox-software (0.5.1) unstable; urgency=low + + * New upstream release + + -- Guillermo Ontañón Mon, 14 Mar 2005 14:33:19 +0100 + +ebox-software (0.5) unstable; urgency=low + + * New upstream release + + -- Isaac Clerencia Thu, 3 Mar 2005 19:55:56 +0100 + +ebox-software (0.4-2) unstable; urgency=low + + * New upstream release + + -- Isaac Clerencia Sat, 4 Dec 2004 16:36:45 +0100 --- ebox-software-1.5.6.orig/debian/cdbs/ebox.mk +++ ebox-software-1.5.6/debian/cdbs/ebox.mk @@ -0,0 +1,22 @@ +DEB_CONFIGURE_SCRIPT_ENV += LOGPATH="/var/log/ebox" +DEB_CONFIGURE_SCRIPT_ENV += CONFPATH="/var/lib/ebox/conf" +DEB_CONFIGURE_SCRIPT_ENV += STUBSPATH="/usr/share/ebox/stubs" +DEB_CONFIGURE_SCRIPT_ENV += CGIPATH="/usr/share/ebox/cgi/" +DEB_CONFIGURE_SCRIPT_ENV += TEMPLATESPATH="/usr/share/ebox/templates" +DEB_CONFIGURE_SCRIPT_ENV += WWWPATH="/usr/share/ebox/www/" +DEB_CONFIGURE_SCRIPT_ENV += CSSPATH="/usr/share/ebox/www/css" +DEB_CONFIGURE_SCRIPT_ENV += IMAGESPATH="/usr/share/ebox/www/images" +DEB_CONFIGURE_SCRIPT_ENV += VARPATH="/var" +DEB_CONFIGURE_SCRIPT_ENV += ETCPATH="/etc/ebox" + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-runtime-tests +DEB_MAKE_INVOKE = $(MAKE) $(DEB_MAKE_FLAGS) -C $(DEB_BUILDDIR) + +$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%: + for event in debian/*.upstart ; do \ + [ -f $$event ] || continue; \ + install -d -m 755 debian/$(cdbs_curpkg)/etc/init; \ + DESTFILE=$$(basename $$(echo $$event | sed 's/\.upstart/.conf/g')); \ + install -m 644 "$$event" debian/$(cdbs_curpkg)/etc/init/$$DESTFILE; \ + done; +