[pkg-zope-commits] r265 - in zope-stripogram/trunk: . debian

Jérémy Bobbio lunar-guest at costa.debian.org
Thu Oct 12 22:33:36 UTC 2006


Author: lunar-guest
Date: 2006-10-12 22:33:36 +0000 (Thu, 12 Oct 2006)
New Revision: 265

Added:
   zope-stripogram/trunk/debian/
   zope-stripogram/trunk/debian/changelog
   zope-stripogram/trunk/debian/compat
   zope-stripogram/trunk/debian/control
   zope-stripogram/trunk/debian/copyright
   zope-stripogram/trunk/debian/dzproduct
   zope-stripogram/trunk/debian/postinst
   zope-stripogram/trunk/debian/rules
Log:
Load zope-stripogram-1.4 into zope-stripogram/trunk.


Added: zope-stripogram/trunk/debian/changelog
===================================================================
--- zope-stripogram/trunk/debian/changelog	                        (rev 0)
+++ zope-stripogram/trunk/debian/changelog	2006-10-12 22:33:36 UTC (rev 265)
@@ -0,0 +1,29 @@
+zope-stripogram (1.4-4) unstable; urgency=low
+
+  * Upload to unstable.
+  * Set Debian Zope Team as maintainer and myself as uploader.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Wed,  7 Sep 2005 14:26:10 +0000
+
+zope-stripogram (1.4-3) experimental; urgency=low
+
+  * New maintainer's email address.
+  * Make use of dh_installzope from zope-debhelper.
+  * debian/po, debian/templates, debian/prerm: removed.
+  * Sorry Christian Perrier, Hideki Yamane and  Miroslav Kure, we don't 
+    need the template anymore. Thanks anyway for your work. 
+    (Closes: #301817, #312535, #315999)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Sun,  7 Aug 2005 14:07:36 +0000
+
+zope-stripogram (1.4-2) unstable; urgency=high
+
+  * debian/postinst: check if zope init script exists. (Closes: #311492)
+
+ -- Fabio Tranchitella <kobold at kobold.it>  Fri,  3 Jun 2005 16:33:45 +0200
+
+zope-stripogram (1.4-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Fabio Tranchitella <kobold at kobold.it>  Thu, 25 Nov 2004 21:20:12 +0100

Added: zope-stripogram/trunk/debian/compat
===================================================================
--- zope-stripogram/trunk/debian/compat	                        (rev 0)
+++ zope-stripogram/trunk/debian/compat	2006-10-12 22:33:36 UTC (rev 265)
@@ -0,0 +1 @@
+4

Added: zope-stripogram/trunk/debian/control
===================================================================
--- zope-stripogram/trunk/debian/control	                        (rev 0)
+++ zope-stripogram/trunk/debian/control	2006-10-12 22:33:36 UTC (rev 265)
@@ -0,0 +1,14 @@
+Source: zope-stripogram
+Section: web
+Priority: optional
+Maintainer: Debian Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Fabio Tranchitella <kobold at debian.org>
+Build-Depends-Indep: debhelper (>= 4.1.16), zope-debhelper (>= 0.3.2.7)
+Standards-Version: 3.6.2
+
+Package: zope-stripogram
+Architecture: all
+Depends: ${zope:Depends}
+Description: library for converting HTML to plain text for zope
+ Strip-O-Gram is a library for converting HTML to Plain Text and stripping
+ specified tags from HTML.

Added: zope-stripogram/trunk/debian/copyright
===================================================================
--- zope-stripogram/trunk/debian/copyright	                        (rev 0)
+++ zope-stripogram/trunk/debian/copyright	2006-10-12 22:33:36 UTC (rev 265)
@@ -0,0 +1,31 @@
+This package was debianized by Fabio Tranchitella <kobold at kobold.it> on
+Thu, 25 Nov 2004 21:22:24 +0200.
+
+It was downloaded from:
+   http://sourceforge.net/project/showfiles.php?group_id=1083&package_id=34645
+
+Upstream Author: Zope Corporation <stripogram at squishdot.org>
+
+Copyright: Zope Corporation <http://www.zope.org>
+
+License: 
+
+This Software is released under the MIT License
+
+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.

Added: zope-stripogram/trunk/debian/dzproduct
===================================================================
--- zope-stripogram/trunk/debian/dzproduct	                        (rev 0)
+++ zope-stripogram/trunk/debian/dzproduct	2006-10-12 22:33:36 UTC (rev 265)
@@ -0,0 +1,3 @@
+Name: stripogram
+Package: zope-stripogram
+ZopeVersions: 2.7 2.8 2.6

Added: zope-stripogram/trunk/debian/postinst
===================================================================
--- zope-stripogram/trunk/debian/postinst	                        (rev 0)
+++ zope-stripogram/trunk/debian/postinst	2006-10-12 22:33:36 UTC (rev 265)
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+. /usr/share/debconf/confmodule
+
+#DEBHELPER#
+
+db_stop

Added: zope-stripogram/trunk/debian/rules
===================================================================
--- zope-stripogram/trunk/debian/rules	                        (rev 0)
+++ zope-stripogram/trunk/debian/rules	2006-10-12 22:33:36 UTC (rev 265)
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	dh_installzope -X license.txt .
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs -n
+	dh_installexamples
+	dh_installchangelogs
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary install


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




More information about the pkg-zope-commits mailing list