--- libebox-1.5.orig/debian/watch +++ libebox-1.5/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://ebox-platform.com/releases/sources/latest/libebox-(\d[\d_.-]+)\.tar.gz --- libebox-1.5.orig/debian/compat +++ libebox-1.5/debian/compat @@ -0,0 +1 @@ +5 --- libebox-1.5.orig/debian/copyright +++ libebox-1.5/debian/copyright @@ -0,0 +1,55 @@ +This package was debianized by Isaac Clerencia on +Fri, 20 Aug 2004 14:10:24 +0100. +It's currently maintained by Javier Uruen Val + +It was downloaded from http://www.ebox-platform.com/ + +Files: * +Upstream Author: eBox Technologies S.L. + +Copyright (C) 2004-2005 Warp Networks S.L, DBS Servicios Informaticos S.L. +Copyright (C) 2006-2008 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. + + +Files: www/js/modalbox.js www/css/modlbox.css www/images/spinning.gif +Copyright (c) 2006-2007 Andrey Okonetchnikov + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + +The Debian packaging is: + + (C) 2004, Isaac Clerencia + (C) 2008-2010, Javier Uruen Val + +and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- libebox-1.5.orig/debian/libebox.postinst +++ libebox-1.5/debian/libebox.postinst @@ -0,0 +1,13 @@ +#!/bin/bash + +set -e +#DEBHELPER# + +case "$1" in + configure) + STDERR_FILE=/var/lib/ebox/tmp/stderr + touch $STDERR_FILE && chmod 0666 $STDERR_FILE + ;; +esac + +exit 0 --- libebox-1.5.orig/debian/docs +++ libebox-1.5/debian/docs @@ -0,0 +1 @@ +README --- libebox-1.5.orig/debian/dirs +++ libebox-1.5/debian/dirs @@ -0,0 +1,6 @@ +usr/share/ebox/ +etc/ebox/ +var/lib/ebox/ +var/lib/ebox/conf +var/lib/ebox/tmp +var/lib/ebox/log --- libebox-1.5.orig/debian/rules +++ libebox-1.5/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --disable-runtime-tests + +clean:: + rm -f config.status --- libebox-1.5.orig/debian/changelog +++ libebox-1.5/debian/changelog @@ -0,0 +1,181 @@ +libebox (1.5-0ubuntu1) lucid; urgency=low + + [Javier Uruen Val] + * New upstream release. (LP: #521798) + * debian/patches + - Drop 01_js_libraries.patch as upstream uses external library now. + - Drop simple-patchsys + * debian/links + - Change from prototype-1.6.0.js to prototype.js + * debian/control + - Update description + + -- Javier Uruen Val Sun, 07 Feb 2010 17:36:21 +0100 + +libebox (1.3.5-0ubuntu2) karmic; urgency=low + + [Javier Uruen Val] + * Backport fixes from 1.3.6 (LP: #451481) + - debian/patches/02_remove_cmd_files.patch + - debian/patches/03_fix_log_file_owner.patch: set file + + -- Javier Uruen Val Tue, 13 Oct 2009 19:08:29 +0200 + +libebox (1.3.5-0ubuntu1) karmic; urgency=low + + [Javier Uruen Val] + * New upstream release. (Closes: #411462) + * debian/control + - Bump standards version + - Add dependency on libsoap-lite-perl + - Remove dependency on dpatch + * debian/libebox.postinst + - Create log directory + - Add set -e + * debian/libebox.postrm + - Add set -e + * debian/patches + - Drop dpatch system: + + Drop 01_dbug_gconf.dpatch (Shipped by upstream) + - Use simple-patchsys + + Move 02_js_libraries.dpatch to 01_js_libraries.patch + * cdbs/ebox.mk + - Use simple-patchsys.mk + + -- Javier Uruen Val Wed, 05 Aug 2009 12:29:43 +0200 + +libebox (0.12.2-0ubuntu1) jaunty; urgency=low + + [ Javier Uruen Val ] + * New upstream release. Closes (LP: #318697) + * debian/control: + - Bump standard version to 3.8.0. + - Depends on scriptaculous and prototype javascript libraries. + - Update the upstream project url. + * debian/copyright: + - Include modalbox license. + * debian/patches/: 01_set_multiple_groups, 02_fix_interpolation_warning, + 03_abstract_daemon_tmp_dir, 04_disable_debug: Drop patches. + * debian/patches/01_dbus_gconf.dpatch + - Patch to make eBox gconf classes work with the new gconf version + that uses dbus. + * debian/patches/02_js_libraries.dpatch + - Patch to strip out javascript libraries that are already packaged + in Jaunty. + + -- Mathias Gug Mon, 26 Jan 2009 17:57:54 -0500 + +libebox (0.11.99-0ubuntu3) hardy; urgency=low + + * debian/patches/04_disable_debug.dpatch + - Disable debug information so that it does not disclose + information. (LP: #219343) + + -- Chuck Short Mon, 21 Apr 2008 08:28:10 -0400 + +libebox (0.11.99-0ubuntu2) hardy; urgency=low + + * debian/control, + debian/rules, + debian/patches/01_set_multiple_groups.dpatch, + debian/patches/02_fix_interpolation_warning.dpatch, + debian/patches/03_abstract_daemon_tmp_dir.dpatch + - Updated with patches from upstream. + + -- Chuck Short Tue, 11 Mar 2008 09:10:47 -0400 + +libebox (0.11.99-0ubuntu1) hardy; urgency=low + + * New upstream release. + + -- Chuck Short Wed, 27 Feb 2008 13:19:28 -0500 + +libebox (0.11.99-0ubuntu1~ppa1) hardy; urgency=low + + * New upstream release + + -- Javier Uruen Val Mon, 25 Feb 2008 12:06:20 +0100 + +libebox (0.11.99) unstable; urgency=low + + * New upstream release + + -- Enrique José Hernández Blasco Tue, 8 Jan 2008 16:24:51 +0100 + +libebox (0.11-0ubuntu1~ppa1) hardy; urgency=low + + * New upstream release + + -- Javier Uruen Val Wed, 28 Nov 2007 15:23:40 +0100 + +libebox (0.10.99) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Thu, 01 Nov 2007 21:38:21 +0100 + +libebox (0.10) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Wed, 10 Oct 2007 21:54:38 +0200 + +libebox (0.9.100) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Mon, 03 Sep 2007 11:10:58 +0200 + +libebox (0.9.99) unstable; urgency=low + + * New upstream release + + -- Javier Amor Garcia Tue, 24 Jul 2007 13:06:39 +0200 + +libebox (0.9.3) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Sun, 24 Jun 2007 16:39:02 +0200 + +libebox (0.9.2) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Tue, 12 Jun 2007 19:00:16 +0200 + +libebox (0.9.1) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Tue, 15 May 2007 13:02:50 +0200 + +libebox (0.9) unstable; urgency=low + + * New upstream release + + -- Javier Amor Garcia Mon, 19 Mar 2007 12:03:48 +0100 + +libebox (0.8.99) unstable; urgency=low + + * New upstream release + + -- Enrique Jos� Hern�ndez Blasco Fri, 16 Feb 2007 11:45:49 +0100 + +libebox (0.7.99-1) unstable; urgency=low + + * New upstream release + + -- Javier Amor Garcia Wed, 8 Nov 2006 13:22:37 +0100 + +libebox (0.7.0.99-rc1+0.7.1-rc1) unstable; urgency=low + + * New upstream release + + -- Javier Uruen Val Tue, 17 Jan 2006 11:45:54 +0100 + +libebox (0.5.1) unstable; urgency=low + + * New upstream release + + -- Isaac Clerencia Thu, 3 Mar 2005 19:55:13 +0100 --- libebox-1.5.orig/debian/libebox.postrm +++ libebox-1.5/debian/libebox.postrm @@ -0,0 +1,14 @@ +#!/bin/bash + +set -e + +case "$1" in + purge) + #delete logs and temporary files when purging + rm -rf /var/lib/ebox/ + # delete ebox sysconfig + rm -rf /etc/ebox + ;; +esac + +#DEBHELPER# --- libebox-1.5.orig/debian/links +++ libebox-1.5/debian/links @@ -0,0 +1,2 @@ +usr/share/javascript/prototype/prototype.js usr/share/ebox/www/js/prototype.js +usr/share/javascript/scriptaculous usr/share/ebox/www/js/scriptaculous --- libebox-1.5.orig/debian/control +++ libebox-1.5/debian/control @@ -0,0 +1,20 @@ +Source: libebox +Section: web +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Javier Uruen Val +Build-Depends: debhelper (>= 5.0.0), cdbs +Standards-Version: 3.8.2 + +Package: libebox +Architecture: all +Depends: sudo, iproute, liblog-dispatch-perl, liblog-log4perl-perl, libhtml-mason-perl, liblocale-gettext-perl, liberror-perl, libdevel-stacktrace-perl, libintl-perl, libnet-ip-perl, gettext, libfile-slurp-perl, libreadonly-perl, libreadonly-xs-perl, libperl6-junction-perl, libmail-rfc822-address-perl, libsoap-lite-perl, libjs-scriptaculous, libjs-prototype, ${misc:Depends} +Replaces: ebox (<< 0.6) +Conflicts: ebox (<< 0.12.99) +Description: eBox - Common Library + eBox Platform is an open source small business server that can act as + a Gateway, a Unified Threat Manager, an Office Server, an Infrastructure + Manager, a Unified Communications Server or a combination of them. One + single, easy-to-use platform to manage all your network services. + . + http://ebox-platform.com