[Python-apps-commits] r2116 - in packages (11 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Dec 25 20:45:00 UTC 2008


    Date: Thursday, December 25, 2008 @ 20:44:59
  Author: piotr
Revision: 2116

initial import

Added:
  packages/zine/
  packages/zine/tags/
  packages/zine/trunk/
  packages/zine/trunk/debian/
  packages/zine/trunk/debian/changelog
  packages/zine/trunk/debian/compat
  packages/zine/trunk/debian/control
  packages/zine/trunk/debian/copyright
  packages/zine/trunk/debian/docs
  packages/zine/trunk/debian/rules
  packages/zine/trunk/debian/watch


Property changes on: packages/zine/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/zine/trunk/debian/changelog
===================================================================
--- packages/zine/trunk/debian/changelog	                        (rev 0)
+++ packages/zine/trunk/debian/changelog	2008-12-25 20:44:59 UTC (rev 2116)
@@ -0,0 +1,5 @@
+zine (0.1-1) UNRELEASED; urgency=low
+
+  * New upstream release (closes: #509751)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 25 Dec 2008 18:42:00 +0100

Added: packages/zine/trunk/debian/compat
===================================================================
--- packages/zine/trunk/debian/compat	                        (rev 0)
+++ packages/zine/trunk/debian/compat	2008-12-25 20:44:59 UTC (rev 2116)
@@ -0,0 +1 @@
+5

Added: packages/zine/trunk/debian/control
===================================================================
--- packages/zine/trunk/debian/control	                        (rev 0)
+++ packages/zine/trunk/debian/control	2008-12-25 20:44:59 UTC (rev 2116)
@@ -0,0 +1,44 @@
+Source: zine
+Section: web
+Priority: optional
+Maintainer: Armin Ronacher <armin.ronacher at active-4.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>,
+           Piotr Ożarowski <piotr at debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: python (>= 2.3.5-11), python-support (>= 0.5.6)
+Standards-Version: 3.8.0
+XS-Python-Version: >= 2.4
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/zine/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/zine/trunk/
+Homepage: http://zine.pocoo.org/
+
+Package: zine
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends},
+# SQLAlchemy rev. >= 5491 required, rc4 == rev. 5294
+ python-sqlalchemy (>= 0.5~rc4),
+ python-jinja2 (>= 2.1),
+ python-werkzeug (>= 0.4),
+ python (>= 2.6) | python-simplejson,
+ python-html5lib,
+ python-pytz,
+ python-pybabel (>= 0.9.4),
+ python-lxml (>= 2.0)
+Recommends: python (>= 2.5) | python-pysqlite2 | python-pysqlite1.1
+Suggests: python-psycopg2, python-mysqldb,
+ httpd | libapache2-mod-wsgi | libapache2-mod-python
+XB-Python-Version: ${python:Versions}
+Description: Python powered blog engine
+ Zine is an Open Source personal publishing platform written in Python. It's
+ written with security and extensibility in mind and inherits many ideas of
+ WordPress and other existing blogging systems.
+ .
+ Zine's features:
+  * basic blog functionality: posting, comments, categories, tags, and ATOM
+    feeds
+  * user, group and permission management
+  * theming support
+  * importers for WordPress and blogger.com blogs as well as Atom feeds.
+  * an advanced plugin system
+  * a translatable interface
+  * pingback support

Added: packages/zine/trunk/debian/copyright
===================================================================
--- packages/zine/trunk/debian/copyright	                        (rev 0)
+++ packages/zine/trunk/debian/copyright	2008-12-25 20:44:59 UTC (rev 2116)
@@ -0,0 +1,55 @@
+TODO: javascript files
+
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
+Thu, 25 Dec 2008 18:42:00 +0100.
+
+It was downloaded from http://zine.pocoo.org/download
+
+Copyright Holders: Armin Ronacher <armin.ronacher at active-4.com>
+
+Other contributors (as mentionend in :copyright:s) are:
+ * Georg Brandl
+ * Ali Afshar
+ * Christopher Grebs
+ * Pedro Algarvio
+ * Lukas Meuser
+
+License:
+
+ Copyright © 2007-2008 by the respective authors (see AUTHORS file).
+ All rights reserved.
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ 
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ 
+     * 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.
+ 
+     * The names of the contributors may not be used to endorse or
+       promote products derived from this software without specific
+       prior written permission.
+ 
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS 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 THE COPYRIGHT
+ OWNER OR 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.
+
+
+The Debian packaging is © 2008, Piotr Ożarowski <piotr at debian.org> and
+is licensed under the BSD License.
+
+On Debian systems, the complete text of the BSD License can be found in
+`/usr/share/common-licenses/BSD'.

Added: packages/zine/trunk/debian/docs
===================================================================
--- packages/zine/trunk/debian/docs	                        (rev 0)
+++ packages/zine/trunk/debian/docs	2008-12-25 20:44:59 UTC (rev 2116)
@@ -0,0 +1,4 @@
+README
+INSTALL
+AUTHORS
+THANKS

Added: packages/zine/trunk/debian/rules
===================================================================
--- packages/zine/trunk/debian/rules	                        (rev 0)
+++ packages/zine/trunk/debian/rules	2008-12-25 20:44:59 UTC (rev 2116)
@@ -0,0 +1,44 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	#$(MAKE) clean
+	find . -name '*\.py[co]' -delete
+	dh_clean install-stamp
+
+Makefile:
+	./configure --prefix=/usr
+
+install: build install-stamp
+
+install-stamp: Makefile
+	dh_testdir
+	dh_testroot
+	DESTDIR=$(CURDIR)/debian/zine $(MAKE) install
+	touch $@
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs -i CHANGES
+	dh_installdocs -i
+	dh_installmenu -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_pysupport -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i -- -Z bzip2
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/zine/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/zine/trunk/debian/watch
===================================================================
--- packages/zine/trunk/debian/watch	                        (rev 0)
+++ packages/zine/trunk/debian/watch	2008-12-25 20:44:59 UTC (rev 2116)
@@ -0,0 +1,2 @@
+version=3
+http://zine.pocoo.org/download /releases/Zine-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list