[Python-modules-commits] r21719 - in packages/feincms-elephantblog/trunk (13 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Sat May 12 10:14:39 UTC 2012


    Date: Saturday, May 12, 2012 @ 10:14:36
  Author: fladi-guest
Revision: 21719

Initial packaging.

Added:
  packages/feincms-elephantblog/trunk/debian/
  packages/feincms-elephantblog/trunk/debian/changelog
  packages/feincms-elephantblog/trunk/debian/clean
  packages/feincms-elephantblog/trunk/debian/compat
  packages/feincms-elephantblog/trunk/debian/control
  packages/feincms-elephantblog/trunk/debian/copyright
  packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.doc-base
  packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.docs
  packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links
  packages/feincms-elephantblog/trunk/debian/rules
  packages/feincms-elephantblog/trunk/debian/source/
  packages/feincms-elephantblog/trunk/debian/source/format
  packages/feincms-elephantblog/trunk/debian/watch


Property changes on: packages/feincms-elephantblog/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/feincms-elephantblog/trunk/debian/changelog
===================================================================
--- packages/feincms-elephantblog/trunk/debian/changelog	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/changelog	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1,5 @@
+feincms-elephantblog (0.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #672581).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Sat, 12 May 2012 11:07:09 +0200

Added: packages/feincms-elephantblog/trunk/debian/clean
===================================================================
--- packages/feincms-elephantblog/trunk/debian/clean	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/clean	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1,2 @@
+feincms_elephantblog.egg-info/PKG-INFO
+feincms_elephantblog.egg-info/SOURCES.txt

Added: packages/feincms-elephantblog/trunk/debian/compat
===================================================================
--- packages/feincms-elephantblog/trunk/debian/compat	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/compat	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1 @@
+7

Added: packages/feincms-elephantblog/trunk/debian/control
===================================================================
--- packages/feincms-elephantblog/trunk/debian/control	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/control	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1,44 @@
+Source: feincms-elephantblog
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg)
+X-Python-Version: >= 2.5
+Standards-Version: 3.9.3
+Homepage: https://github.com/feincms/feincms-elephantblog/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/feincms-elephantblog/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/feincms-elephantblog/trunk/
+
+Package: python-django-feincms-elephantblog
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${sphinxdoc:Depends},
+         python-django-feincms (>= 1.5)
+Description: simplistic blog engine for FeinCMS
+ Following the principles of FeinCMS, ElephantBlog tries to offer simple and 
+ basic blog functionality, but remains extensible. Basically, ElephantBlog just 
+ uses what FeinCMS already has in a blog way. 
+ .
+ A blog way means multiple entries in a timeline. One blogentry is similar to 
+ a FeinCMS page, it can have multiple content types and some meta information 
+ like title, slug or publishing date.
+ .
+ ElephantBlog can also be integrated as application content in an existing 
+ FeinCMS site, but it does not require the FeinCMS page module to be activated.
+ .
+ Features:
+  * Pretty URLs
+  * Feed creation
+  * Time-based publishing
+  * Based on FeinCMS item editor with the ability to integrate all of those 
+    FeinCMS content types
+  * Disqus comments
+  * Pinging
+  * Categories
+  * Multilingual support
+  * Pingback & Trackback support

Added: packages/feincms-elephantblog/trunk/debian/copyright
===================================================================
--- packages/feincms-elephantblog/trunk/debian/copyright	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/copyright	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1,39 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: feincms-elephantblog
+Upstream-Contact: Simon Baechler <sb at feinheit.ch>
+Source: https://github.com/feincms/feincms-elephantblog/
+
+Files: *
+Copyright: 2010-2011, FEINHEIT GmbH and individual contributors (see Authors)
+License: BSD-feinheit
+
+Files: debian/*
+Copyright: 2012, Michael Fladischer <FladischerMichael at fladi.at>
+License: BSD-feinheit
+
+License: BSD-feinheit
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+    1. Redistributions of 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. Neither the name of FEINHEIT GmbH nor the names of its contributors
+       may 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.
+

Added: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.doc-base
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.doc-base	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.doc-base	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1,8 @@
+Document: python-django-feincms-elephantblog
+Title: FeinCMS Elephantblog Documentation
+Author: Simon Bächler
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-feincms-elephantblog/html/index.html
+Files: /usr/share/doc/python-django-feincms-elephantblog/html/*.html

Added: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.docs
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.docs	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.docs	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1,3 @@
+AUTHORS
+README.rst
+docs/.build/html

Added: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1 @@
+usr/share/doc/python-django-feincms-elephantblog/html/_sources usr/share/doc/python-django-feincms-elephantblog/rst

Added: packages/feincms-elephantblog/trunk/debian/rules
===================================================================
--- packages/feincms-elephantblog/trunk/debian/rules	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/rules	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1,32 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2,sphinxdoc
+
+.PHONY: override_dh_auto_build
+override_dh_auto_build:
+	PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
+	dh_auto_build
+
+#.PHONY: override_dh_auto_test
+#override_dh_auto_test:
+#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+#	set -e; \
+#	for python in $(shell pyversions -r); do \
+#	  $$python setup.py test ; \
+#	done
+#endif
+
+#.PHONY: override_dh_compress
+#override_dh_compress:
+#	dh_compress -X .js -X .html
+
+.PHONY: override_dh_clean
+override_dh_clean:
+	rm -rf docs/.build
+	dh_clean
+
+#.PHONY: override_dh_auto_install
+#override_dh_auto_install:
+#	dh_auto_install
+#	sed -i 's/Metadata-Version: 1\.0/Metadata-Version: 1\.1/' debian/tmp/usr/lib/python2.*/*-packages/kombu-*.egg-info/PKG-INFO


Property changes on: packages/feincms-elephantblog/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/feincms-elephantblog/trunk/debian/source/format
===================================================================
--- packages/feincms-elephantblog/trunk/debian/source/format	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/source/format	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/feincms-elephantblog/trunk/debian/watch
===================================================================
--- packages/feincms-elephantblog/trunk/debian/watch	                        (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/watch	2012-05-12 10:14:36 UTC (rev 21719)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/([\d.]+)(alpha|beta|rc)/$1~$2/ \
+http://pypi.python.org/packages/source/f/feincms-elephantblog/feincms-elephantblog-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list