--- rapache-0.6.orig/debian/patches/01_surf_this_button.patch +++ rapache-0.6/debian/patches/01_surf_this_button.patch @@ -0,0 +1,12 @@ +diff -Nur -x '*.orig' -x '*~' rapache-0.6/RapacheGtk/RapacheGui.py rapache-0.6.new/RapacheGtk/RapacheGui.py +--- rapache-0.6/RapacheGtk/RapacheGui.py 2008-07-27 19:35:59.000000000 +0200 ++++ rapache-0.6.new/RapacheGtk/RapacheGui.py 2008-08-12 19:37:10.000000000 +0200 +@@ -236,7 +236,7 @@ + if ( name == None ): + self.xml.get_widget( 'delete_button' ).set_sensitive( False ) + self.xml.get_widget( 'edit_button' ).set_sensitive( False ) +- self.xml.get_widget( 'open_in_browser_button' ).set_sensitive( False ) ++ self.xml.get_widget( 'surf_this_button' ).set_sensitive( False ) + else: + editable = self.is_vhost_editable( name ) + self.xml.get_widget( 'delete_button' ).set_sensitive( editable ) --- 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,50 @@ +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: + + 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,12 @@ +#!/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 +include /usr/share/cdbs/1/rules/simple-patchsys.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,37 @@ +rapache (0.6-0ubuntu4~hardy1) hardy-backports; urgency=low + + * Automated backport upload; no source changes. + + -- Emanuele Gentili Fri, 05 Sep 2008 09:52:26 +0100 + +rapache (0.6-0ubuntu4) intrepid; urgency=low + + * debian/rules: + + added simple-patchsys.mk + * debian/patches/01_surf_this_button.patch: + + upstream fix for (LP: #256955) + + * References: + + http://bazaar.launchpad.net/~rapache-devel/rapache/rapache-stage0/revision/87 + + -- Emanuele Gentili Tue, 12 Aug 2008 19:40:07 +0200 + +rapache (0.6-0ubuntu3) intrepid; urgency=low + + * debian/copyright: + + removed Rapache 2008 in copyright files. + + -- Emanuele Gentili Mon, 11 Aug 2008 11:10:20 +0200 + +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