--- rapache-0.6.orig/debian/compat +++ rapache-0.6/debian/compat @@ -0,0 +1 @@ +5 --- rapache-0.6.orig/debian/copyright +++ rapache-0.6/debian/copyright @@ -0,0 +1,51 @@ +This package was debianized by Emanuele Gentili on +Fri, 25 Jul 2008 17:25:44 +0200. + +It was downloaded from http://www.rapache.org + +Upstream Author: + + Stefano Forenza + Emanuele Gentili + Jason Taylor + Luana Polleggioni + + +Copyright: + + Rapache Developers 2008 + Stefano Forenza 2008 + Emanuele Gentili 2008 + Jason Taylor 2008 + Luana Polleggioni 2008 + +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 3 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. + +You should have received a copy of the GNU General Public License with +your Debian GNU system, in /usr/share/common-licenses/GPL-3, or with +the Debian GNU ed source package as the file COPYING. If not, see +. + +Manual (ed.info) Copyright (C) 1993, 2006, 2007 Free Software Foundation, Inc. + +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no +Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + +You should have received a copy of the GNU Free Documentation License +with your Debian GNU system, in /usr/share/common-licenses/GFDL-1.2. +If not, see . + +The Debian packaging is (C) 2008, Emanuele Gentili +and is licensed under the GPL, see above. --- rapache-0.6.orig/debian/pycompat +++ rapache-0.6/debian/pycompat @@ -0,0 +1 @@ +2 --- rapache-0.6.orig/debian/docs +++ rapache-0.6/debian/docs @@ -0,0 +1 @@ +AUTHORS --- rapache-0.6.orig/debian/rules +++ rapache-0.6/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM := pycentral +export DH_PYCENTRAL=nomove + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/langpack.mk + +DEB_PYTHON_INSTALL_ARGS_ALL := --no-compile + --- rapache-0.6.orig/debian/control +++ rapache-0.6/debian/control @@ -0,0 +1,19 @@ +Source: rapache +Section: web +Priority: extra +Maintainer: Emanuele Gentili +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-dev (>= 2.4) +Build-Depends-Indep: python-central (>= 0.5.6) +Homepage: http://www.rapache.org +Standards-Version: 3.8.0 +XS-Python-Version: all + +Package: rapache +Architecture: all +XB-Python-Version: ${python:Versions} +Depends: ${python:Depends}, python-gtk2, python-gnome2-extras, python-glade2, python-gtksourceview2, nautilus, firefox | www-browser, apache2 +Description: apache2 graphical configuration tool + Rapache is a graphical user tool for configuring Apache2. It allows easy + creation of virtual name hosts and activating modules all without any + knowledge of configuration files. + --- rapache-0.6.orig/debian/watch +++ rapache-0.6/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://launchpad.net/rapache/+download http://launchpad.net/rapache/trunk/.*/\+download/rapache-(.+)\.tar\.gz --- rapache-0.6.orig/debian/changelog +++ rapache-0.6/debian/changelog @@ -0,0 +1,12 @@ +rapache (0.6-0ubuntu2) intrepid; urgency=low + + * debian/watch: + - added watch file. + + -- Emanuele Gentili Thu, 07 Aug 2008 03:00:07 +0200 + +rapache (0.6-0ubuntu1) intrepid; urgency=low + + * Initial release. (LP: #251662) + + -- Emanuele Gentili Fri, 25 Jul 2008 02:35:44 +0200