[Python-modules-commits] r25245 - in packages/feincms-elephantblog/trunk/debian (11 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Wed Jul 24 11:48:02 UTC 2013
Date: Wednesday, July 24, 2013 @ 11:48:00
Author: fladi-guest
Revision: 25245
New upstream release.
Added:
packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.doc-base
packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.docs
packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.links
(from rev 21719, packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links)
packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.install
Modified:
packages/feincms-elephantblog/trunk/debian/changelog
packages/feincms-elephantblog/trunk/debian/control
packages/feincms-elephantblog/trunk/debian/copyright
packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.docs
packages/feincms-elephantblog/trunk/debian/rules
Deleted:
packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.doc-base
packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links
Modified: packages/feincms-elephantblog/trunk/debian/changelog
===================================================================
--- packages/feincms-elephantblog/trunk/debian/changelog 2013-07-23 15:58:21 UTC (rev 25244)
+++ packages/feincms-elephantblog/trunk/debian/changelog 2013-07-24 11:48:00 UTC (rev 25245)
@@ -1,11 +1,5 @@
-feincms-elephantblog (0.1.0-2) UNRELEASED; urgency=low
+feincms-elephantblog (0.3.1-1) UNRELEASED; urgency=low
- * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:00:50 +0200
-
-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
+ -- Michael Fladischer <FladischerMichael at fladi.at> Wed, 24 Jul 2013 11:34:54 +0200
Modified: packages/feincms-elephantblog/trunk/debian/control
===================================================================
--- packages/feincms-elephantblog/trunk/debian/control 2013-07-23 15:58:21 UTC (rev 25244)
+++ packages/feincms-elephantblog/trunk/debian/control 2013-07-24 11:48:00 UTC (rev 25245)
@@ -3,12 +3,12 @@
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~),
+Build-Depends: debhelper (>= 8.1.0~),
python-all (>= 2.6.6-3~),
python-setuptools,
python-sphinx (>= 1.0.7+dfsg)
X-Python-Version: >= 2.5
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
Homepage: https://github.com/feincms/feincms-elephantblog/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/feincms-elephantblog/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/feincms-elephantblog/trunk/
@@ -18,27 +18,58 @@
Depends: ${misc:Depends},
${python:Depends},
${sphinxdoc:Depends},
- python-django-feincms (>= 1.5)
+ python-django-feincms (>= 1.7)
+Suggests: python-django-feincms-elephantblog-doc
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.
+ 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
+ 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
+ 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
+ * 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
+
+Package: python-django-feincms-elephantblog-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: simplistic blog engine for FeinCMS (Documentation)
+ 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
+ .
+ This package contains the documentation.
Modified: packages/feincms-elephantblog/trunk/debian/copyright
===================================================================
--- packages/feincms-elephantblog/trunk/debian/copyright 2013-07-23 15:58:21 UTC (rev 25244)
+++ packages/feincms-elephantblog/trunk/debian/copyright 2013-07-24 11:48:00 UTC (rev 25245)
@@ -4,11 +4,11 @@
Source: https://github.com/feincms/feincms-elephantblog/
Files: *
-Copyright: 2010-2011, FEINHEIT GmbH and individual contributors (see Authors)
+Copyright: 2010-2013, FEINHEIT GmbH and individual contributors (see Authors)
License: BSD-feinheit
Files: debian/*
-Copyright: 2012, Michael Fladischer <FladischerMichael at fladi.at>
+Copyright: 2013, Michael Fladischer <FladischerMichael at fladi.at>
License: BSD-feinheit
License: BSD-feinheit
Added: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.doc-base
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.doc-base (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.doc-base 2013-07-24 11:48:00 UTC (rev 25245)
@@ -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-doc/html/index.html
+Files: /usr/share/doc/python-django-feincms-elephantblog-doc/html/*.html
Added: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.docs
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.docs (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.docs 2013-07-24 11:48:00 UTC (rev 25245)
@@ -0,0 +1 @@
+docs/.build/html
Copied: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.links (from rev 21719, packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links)
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.links (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog-doc.links 2013-07-24 11:48:00 UTC (rev 25245)
@@ -0,0 +1 @@
+usr/share/doc/python-django-feincms-elephantblog-doc/html/_sources usr/share/doc/python-django-feincms-elephantblog-doc/rst
Deleted: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.doc-base
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.doc-base 2013-07-23 15:58:21 UTC (rev 25244)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.doc-base 2013-07-24 11:48:00 UTC (rev 25245)
@@ -1,8 +0,0 @@
-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
Modified: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.docs
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.docs 2013-07-23 15:58:21 UTC (rev 25244)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.docs 2013-07-24 11:48:00 UTC (rev 25245)
@@ -1,3 +1,2 @@
AUTHORS
README.rst
-docs/.build/html
Added: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.install
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.install (rev 0)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.install 2013-07-24 11:48:00 UTC (rev 25245)
@@ -0,0 +1 @@
+usr/
Deleted: packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links
===================================================================
--- packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links 2013-07-23 15:58:21 UTC (rev 25244)
+++ packages/feincms-elephantblog/trunk/debian/python-django-feincms-elephantblog.links 2013-07-24 11:48:00 UTC (rev 25245)
@@ -1 +0,0 @@
-usr/share/doc/python-django-feincms-elephantblog/html/_sources usr/share/doc/python-django-feincms-elephantblog/rst
Modified: packages/feincms-elephantblog/trunk/debian/rules
===================================================================
--- packages/feincms-elephantblog/trunk/debian/rules 2013-07-23 15:58:21 UTC (rev 25244)
+++ packages/feincms-elephantblog/trunk/debian/rules 2013-07-24 11:48:00 UTC (rev 25245)
@@ -6,6 +6,7 @@
.PHONY: override_dh_auto_build
override_dh_auto_build:
PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
+ find docs/.build/html
dh_auto_build
#.PHONY: override_dh_auto_test
More information about the Python-modules-commits
mailing list