--- zope-cachefu-1.2.orig/debian/zope-cachefu.dzproduct.PolicyHTTPCacheManager
+++ zope-cachefu-1.2/debian/zope-cachefu.dzproduct.PolicyHTTPCacheManager
@@ -0,0 +1,4 @@
+Name: PolicyHTTPCacheManager
+Package: zope-cachefu
+Depends: CacheSetup
+ZopeVersions: >= 2.10
--- zope-cachefu-1.2.orig/debian/zope-cachefu.install
+++ zope-cachefu-1.2/debian/zope-cachefu.install
@@ -0,0 +1,4 @@
+CacheSetup usr/share/zope/Products
+CMFSquidTool usr/share/zope/Products
+PageCacheManager usr/share/zope/Products
+PolicyHTTPCacheManager usr/share/zope/Products
--- zope-cachefu-1.2.orig/debian/control
+++ zope-cachefu-1.2/debian/control
@@ -0,0 +1,30 @@
+Source: zope-cachefu
+Section: web
+Priority: optional
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
+Uploaders: Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr>, Fabio Tranchitella <kobold@debian.org>
+Build-Depends: debhelper (>= 5.0.0)
+Build-Depends-Indep: zope-debhelper (>= 0.3.6), lsb-release
+Standards-Version: 3.7.3
+
+Package: zope-cachefu
+Architecture: all
+Depends: ${zope:Depends}, zope-plone3 (>= 3.0)
+Suggests: apache | apache2, squid | varnish
+Description: suite of Zope products for speeding up Plone
+ The CacheFu suite is a set of Zope products meant to speed up Plone using
+ a combination of memory caching, proxy caching, and browser caching.
+ .
+ It includes the following products:
+  - CacheSetup: Provides a single place to configure all of Plone's
+    caching-related services.
+  - CMFSquidTool: Automatically purges content views from a proxy cache
+    when content changes
+  - PageCacheManager: Like RAMCacheManager but for entire pages. Handles HTTP
+    headers, plays nicely with gzipping. Uses ETags for cache keys, allowing
+    for sophisticated invalidation.
+  - PolicyHTTPCacheManager: Routes content associated with an
+    AcceleratedHTTPCachingManager through CacheSetup's machinery.
+ .
+ In addition, CacheFu includes sample configuration files for Squid and
+ for Apache+Squid proxying setup.
--- zope-cachefu-1.2.orig/debian/copyright
+++ zope-cachefu-1.2/debian/copyright
@@ -0,0 +1,80 @@
+This package was debianized by Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr> on
+Mon, 10 Apr 2006 13:45:31 +0200.
+
+It was downloaded from:
+
+  http://plone.org/products/cachefu/
+
+Copyright (C) 2003-2008 Zope Corporation (TM)
+
+Upstream Authors:
+
+  Geoff Davis (geoff at geoffdavis dot net / plonista at sourceforge dot com)
+  Simon Eisenmann <simon@struktur.de>
+  Neil Kandalgaonkar <neilk at enfoldsystems.com>
+  Robert Rottermann <robert at redcor.ch>
+  Sidnei da Silva <sidnei at enfoldsystems.com>
+  struktur AG and contributors
+
+License:
+
+Zope Public License (ZPL) Version 2.0
+-----------------------------------------------
+
+This software is Copyright (C) Zope Corporation (tm) and
+Contributors. All rights reserved.
+
+This license has been certified as open source. It has also
+been designated as GPL compatible by the Free Software
+Foundation (FSF).
+
+Redistribution and use in source and binary forms, with or
+without modification, are permitted provided that the
+following conditions are met:
+
+1. Redistributions in source code must retain the above
+   copyright notice, this list of conditions, and the following
+   disclaimer.
+
+2. Redistributions in binary form must reproduce the above
+   copyright notice, this list of conditions, and the following
+   disclaimer in the documentation and/or other materials
+   provided with the distribution.
+
+3. The name Zope Corporation (tm) must not be used to
+   endorse or promote products derived from this software
+   without prior written permission from Zope Corporation.
+
+4. The right to distribute this software or to use it for
+   any purpose does not give you the right to use Servicemarks
+   (sm) or Trademarks (tm) of Zope Corporation. Use of them is
+   covered in a separate agreement (see
+   http://www.zope.com/Marks).
+
+5. If any files are modified, you must cause the modified
+   files to carry prominent notices stating that you changed
+   the files and the date of any change.
+
+Disclaimer
+
+  THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS''
+  AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
+  NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+  AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN
+  NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE
+  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+  LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
+  DAMAGE.
+
+
+This software consists of contributions made by Zope
+Corporation and many individuals on behalf of Zope
+Corporation.  Specific attributions are listed in the
+accompanying credits file.
+
--- zope-cachefu-1.2.orig/debian/changelog
+++ zope-cachefu-1.2/debian/changelog
@@ -0,0 +1,96 @@
+zope-cachefu (1.2-1~bpo40+1) etch-backports; urgency=low
+
+  * Rebuilt for etch-backports.
+
+ -- Fabio Tranchitella <kobold@debian.org>  Mon, 19 May 2008 06:27:10 +0200
+
+zope-cachefu (1.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fabio Tranchitella <kobold@debian.org>  Tue, 06 May 2008 08:18:07 +0200
+
+zope-cachefu (1.1.1-2) unstable; urgency=low
+
+  * debian/*.dzproduct.*: added a Package header.
+
+ -- Fabio Tranchitella <kobold@debian.org>  Thu, 03 Apr 2008 11:14:34 +0200
+
+zope-cachefu (1.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fabio Tranchitella <kobold@debian.org>  Thu, 28 Feb 2008 15:26:57 +0100
+
+zope-cachefu (1.1-3) unstable; urgency=low
+
+  * debian/zope-cachefu.dzproduct.*: added ZopeVersions: >= 2.10.
+    (Closes: #464164)
+
+ -- Fabio Tranchitella <kobold@debian.org>  Sun, 10 Feb 2008 17:27:45 +0100
+
+zope-cachefu (1.1-2) unstable; urgency=low
+
+  * debian/rules: added missing dh_install. (Closes: #457517)
+
+ -- Fabio Tranchitella <kobold@debian.org>  Sun, 23 Dec 2007 07:24:49 +0100
+
+zope-cachefu (1.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fabio Tranchitella <kobold@debian.org>  Sat, 01 Dec 2007 12:27:04 +0100
+
+zope-cachefu (1.0.2-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fabio Tranchitella <kobold@debian.org>  Fri,  9 Feb 2007 15:37:26 +0100
+
+zope-cachefu (1.0.1-2) unstable; urgency=low
+
+  * debian/rules: added support for CMF1.6. (Closes: #392766)
+
+ -- Fabio Tranchitella <kobold@debian.org>  Thu,  2 Nov 2006 14:11:55 +0100
+
+zope-cachefu (1.0.1-1) unstable; urgency=medium
+
+  * New upstream release, which fixes some thread safety issues.
+    Using CacheFu 1.0 could cause spinning zope instances, so this is
+    why the urgency is medium.
+
+ -- Fabio Tranchitella <kobold@debian.org>  Wed, 16 Aug 2006 13:04:31 +0200
+
+zope-cachefu (1.0-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fabio Tranchitella <kobold@debian.org>  Sun, 30 Jul 2006 20:18:15 +0200
+
+zope-cachefu (0.999+1.0rc2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Add zope-cmfcore1.6 as another alternative for zope-cmfcore.
+  * Update copyright file.
+
+ -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr>  Thu,  8 Jun 2006 16:53:07 +0200
+
+zope-cachefu (0.999+1.0beta2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Now Suggests apache and squid.
+  * Update Standards-Version (no changes required).
+
+ -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr>  Thu, 18 May 2006 13:48:51 +0200
+
+zope-cachefu (0.99+1.0svn13838-1) unstable; urgency=low
+
+  * New upstream development release (from SVN).
+
+ -- Fabio Tranchitella <kobold@debian.org>  Tue,  9 May 2006 15:31:30 +0200
+
+zope-cachefu (0.99+1.0beta-1) unstable; urgency=low
+
+  * Initial release. (Closes: #361662)
+
+ -- Jérémy Bobbio <jeremy.bobbio@etu.upmc.fr>  Mon, 10 Apr 2006 13:45:31 +0200
--- zope-cachefu-1.2.orig/debian/zope-cachefu.dzproduct.PageCacheManager
+++ zope-cachefu-1.2/debian/zope-cachefu.dzproduct.PageCacheManager
@@ -0,0 +1,4 @@
+Name: PageCacheManager
+Package: zope-cachefu
+Depends: CacheSetup
+ZopeVersions: >= 2.10
--- zope-cachefu-1.2.orig/debian/README.Debian
+++ zope-cachefu-1.2/debian/README.Debian
@@ -0,0 +1,10 @@
+Notes on CacheFu for Debian
+===========================
+
+To install the CacheFu suite on your instance, please use:
+  # dzhandle -z <zope_version> add-product <instance> CacheSetup
+CMFSquidTool, PageCacheManager and PolicyHTTPCacheManager will automatically
+be installed.
+
+The experimental MemcachedManager is not present in this package as it depends
+on memcache which is not yet available in Debian.
--- zope-cachefu-1.2.orig/debian/zope-cachefu.dzproduct.CacheSetup
+++ zope-cachefu-1.2/debian/zope-cachefu.dzproduct.CacheSetup
@@ -0,0 +1,4 @@
+Name: CacheSetup
+Package: zope-cachefu
+Depends: CMFPlone:3.0, CMFSquidTool, PageCacheManager, PolicyHTTPCacheManager
+ZopeVersions: >= 2.10
--- zope-cachefu-1.2.orig/debian/watch
+++ zope-cachefu-1.2/debian/watch
@@ -0,0 +1,3 @@
+# watch control file for uscan
+version=3
+http://plone.org/products/cachefu/ releases/(?:[^rRcC]*)/CacheFu-([^rRcC]*)-extras\..*gz
--- zope-cachefu-1.2.orig/debian/zope-cachefu.dzproduct.CMFSquidTool
+++ zope-cachefu-1.2/debian/zope-cachefu.dzproduct.CMFSquidTool
@@ -0,0 +1,4 @@
+Name: CMFSquidTool
+Package: zope-cachefu
+Depends: CacheSetup
+ZopeVersions: >= 2.10
--- zope-cachefu-1.2.orig/debian/rules
+++ zope-cachefu-1.2/debian/rules
@@ -0,0 +1,45 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+distribution := $(shell lsb_release -is)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	dh_install
+	dh_installzope -pzope-cachefu -X LICENSE.txt
+
+binary-arch:
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installexamples
+	dh_installchangelogs
+	dh_installchangelogs
+	dh_compress -X squid
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install
--- zope-cachefu-1.2.orig/debian/compat
+++ zope-cachefu-1.2/debian/compat
@@ -0,0 +1 @@
+5
--- zope-cachefu-1.2.orig/debian/zope-cachefu.docs
+++ zope-cachefu-1.2/debian/zope-cachefu.docs
@@ -0,0 +1 @@
+cachefu-proxy-configs
