--- libebox-1.2.orig/debian/watch +++ libebox-1.2/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://ebox-platform.com/releases/sources/latest/libebox-(\d[\d_.-]+)\.tar.gz --- libebox-1.2.orig/debian/compat +++ libebox-1.2/debian/compat @@ -0,0 +1 @@ +5 --- libebox-1.2.orig/debian/copyright +++ libebox-1.2/debian/copyright @@ -0,0 +1,94 @@ +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: Warp Networks S.L. + +Copyright (C) 2004 Warp Networks 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/scriptaculous/slider.js +Copyright: + (C) 2005-2008 Marty Haught + (C) 2005-2008 Thomas Fuchs +License: MIT + 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. + +Files: wwww/js/prototype.js +Copyright: (C) 2005-2008 Sam Stephenson +License: MIT + 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 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. + +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, Javier Uruen Val + +and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- libebox-1.2.orig/debian/libebox.postinst +++ libebox-1.2/debian/libebox.postinst @@ -0,0 +1,12 @@ +#!/bin/bash + +#DEBHELPER# + +case "$1" in + configure) + STDERR_FILE=/var/lib/ebox/tmp/stderr + touch $STDERR_FILE && chmod 0666 $STDERR_FILE + ;; +esac + +exit 0 --- libebox-1.2.orig/debian/docs +++ libebox-1.2/debian/docs @@ -0,0 +1 @@ +README --- libebox-1.2.orig/debian/dirs +++ libebox-1.2/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.2.orig/debian/rules +++ libebox-1.2/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.2.orig/debian/changelog +++ libebox-1.2/debian/changelog @@ -0,0 +1,143 @@ +libebox (1.2-0ubuntu1~ppa1~hardy1) hardy; urgency=low + + * New upstream release + + -- Javier Uruen Val Sun, 12 Jul 2009 21:34:07 +0200 + +libebox (1.2) hardy; urgency=low + + * New upstream version + + -- Javier Uruen Val Sun, 12 Jul 2009 19:09:31 +0200 + +libebox (1.1.40) hardy; urgency=low + + * New upstream release + + -- Javier Uruen Val Mon, 06 Jul 2009 16:30:26 +0200 + +libebox (1.1.30) hardy; urgency=low + + * New upstream release + + -- José Antonio Calvo Mon, 15 Jun 2009 16:11:20 +0200 + +libebox (1.1.20) hardy; urgency=low + + * New upstream release + + -- Javier Amor Garcia Fri, 05 Jun 2009 12:24:47 +0200 + +libebox (1.1) hardy; urgency=low + + * New upstream release + + -- Javier Uruen Val Tue, 13 Jan 2009 11:59:43 +0100 + +libebox (0.12.99) hardy; urgency=low + + * New upstream release + + -- José Antonio Calvo Mon, 24 Nov 2008 13:23:47 +0100 + +libebox (0.11.102) hardy; urgency=low + + * New upstream release + + -- Enrique José Hernández Blasco Mon, 23 Jun 2008 15:18:17 +0200 + +libebox (0.11.101) hardy; urgency=low + + * New upstream realese + + -- Javier Uruen Val Sun, 01 Jun 2008 17:34:54 +0200 + +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.2.orig/debian/libebox.postrm +++ libebox-1.2/debian/libebox.postrm @@ -0,0 +1,12 @@ +#!/bin/bash + +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.2.orig/debian/control +++ libebox-1.2/debian/control @@ -0,0 +1,19 @@ +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.7.3 + +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 +Replaces: ebox (<< 0.6) +Conflicts: ebox (<< 0.12.99) +Description: eBox common library for server and client + eBox is a framework for the development and deployment of security-wise + network services in small and medium-sized networks, offering a simplified + graphical interface to non expert users. + . + http://ebox-platform.com