r739 - in zope-managableindex/trunk: . debian

Bernd Zeimetz bzed-guest at alioth.debian.org
Wed Apr 4 00:01:41 UTC 2007


Author: bzed-guest
Date: 2007-04-04 00:01:40 +0000 (Wed, 04 Apr 2007)
New Revision: 739

Added:
   zope-managableindex/trunk/debian/
   zope-managableindex/trunk/debian/changelog
   zope-managableindex/trunk/debian/compat
   zope-managableindex/trunk/debian/control
   zope-managableindex/trunk/debian/copyright
   zope-managableindex/trunk/debian/docs
   zope-managableindex/trunk/debian/dzproduct
   zope-managableindex/trunk/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk

Added: zope-managableindex/trunk/debian/changelog
===================================================================
--- zope-managableindex/trunk/debian/changelog	2007-04-04 00:01:37 UTC (rev 738)
+++ zope-managableindex/trunk/debian/changelog	2007-04-04 00:01:40 UTC (rev 739)
@@ -0,0 +1,5 @@
+zope-managableindex (1.6.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #417500)
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Wed,  4 Apr 2007 01:49:07 +0200

Added: zope-managableindex/trunk/debian/compat
===================================================================
--- zope-managableindex/trunk/debian/compat	2007-04-04 00:01:37 UTC (rev 738)
+++ zope-managableindex/trunk/debian/compat	2007-04-04 00:01:40 UTC (rev 739)
@@ -0,0 +1 @@
+5

Added: zope-managableindex/trunk/debian/control
===================================================================
--- zope-managableindex/trunk/debian/control	2007-04-04 00:01:37 UTC (rev 738)
+++ zope-managableindex/trunk/debian/control	2007-04-04 00:01:40 UTC (rev 739)
@@ -0,0 +1,25 @@
+Source: zope-managableindex
+Section: web
+Priority: extra
+Maintainer: Debian Zope team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends-Indep: debhelper (>> 5.0.0), zope-debhelper
+Standards-Version: 3.7.2
+
+Package: zope-managableindex
+Architecture: all
+Depends: ${zope:Depends}
+Description: Zope product providing indexes managable via the ZMI
+ ManagableIndex can mean different things for different people. For a
+ content manager, it brings flexible field, keyword and efficient range
+ indexes managable via the ZMI to
+  * combine values from different sources, ignoring irrelevant value
+    and transforming values in an inadequate form,
+  * control acquisition and prevent acquired values to be indexed
+  * ignore stop-terms, normalize terms and check types
+ .
+ For a developer, ManagableIndex provides a framework for index
+ definition, improving on PluginIndexes. It provides for managability,
+ automatically and intelligently handles unindexing when an object is
+ reindexed and implements and, or and range queries (for not too complex
+ indexes).

Added: zope-managableindex/trunk/debian/copyright
===================================================================
--- zope-managableindex/trunk/debian/copyright	2007-04-04 00:01:37 UTC (rev 738)
+++ zope-managableindex/trunk/debian/copyright	2007-04-04 00:01:40 UTC (rev 739)
@@ -0,0 +1,46 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Wed,  4 Apr 2007 01:49:07 +0200.
+
+It was downloaded from http://www.dieter.handshake.de/pyprojects/zope/
+
+Upstream Author: Dr. Dieter Maurer <dieter at handshake.de>
+
+Copyright:
+ (C) 2003-2006 by Dr. Dieter Maurer <dieter at handshake.de>
+                  D-66386 St. Ingbert, Eichendorffstr. 23, Germany
+
+License:
+
+                    All Rights Reserved
+
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted,
+ provided that the above copyright notice and this permission
+ notice appear in all copies, modified copies and in
+ supporting documentation.
+
+ Dieter Maurer DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL Dieter Maurer
+ BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.
+
+ IMPORTANT NOTE: I consider to forbid institutions of the
+ European Union (Commission, Council of Ministers, Parliament, ...)
+ to use software developped by me.
+ This is in protest against plans of the Council of Ministers to make
+ logic (general ideas outside of a concrete technical system)
+ and especially software patentable in Europe.
+ Note that with such a restriction, this software will cease to be
+ compatible with the GPL (GNU Public License).
+ This version does not yet have the restriction but a future version
+ may.
+
+
+
+The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: zope-managableindex/trunk/debian/docs
===================================================================
--- zope-managableindex/trunk/debian/docs	2007-04-04 00:01:37 UTC (rev 738)
+++ zope-managableindex/trunk/debian/docs	2007-04-04 00:01:40 UTC (rev 739)
@@ -0,0 +1 @@
+doc/*

Added: zope-managableindex/trunk/debian/dzproduct
===================================================================
--- zope-managableindex/trunk/debian/dzproduct	2007-04-04 00:01:37 UTC (rev 738)
+++ zope-managableindex/trunk/debian/dzproduct	2007-04-04 00:01:40 UTC (rev 739)
@@ -0,0 +1,4 @@
+Package: zope-managableindex
+Name: ManagableIndex
+Depends: OFolder
+ZopeVersions: >= 2.7

Added: zope-managableindex/trunk/debian/rules
===================================================================
--- zope-managableindex/trunk/debian/rules	2007-04-04 00:01:37 UTC (rev 738)
+++ zope-managableindex/trunk/debian/rules	2007-04-04 00:01:40 UTC (rev 739)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+build: build-stamp
+
+build-stamp: 
+	dh_testdir
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+	dh_installzope .
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installdebconf	
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: zope-managableindex/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-zope-commits mailing list