[Python-modules-commits] r15402 - in packages/python-django-faincms/trunk (14 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Tue Jan 25 03:00:11 UTC 2011


    Date: Tuesday, January 25, 2011 @ 03:00:03
  Author: janos-guest
Revision: 15402

[svn-inject] Applying Debian modifications (1.1.4-1) to trunk

Added:
  packages/python-django-faincms/trunk/debian/
  packages/python-django-faincms/trunk/debian/changelog
  packages/python-django-faincms/trunk/debian/compat
  packages/python-django-faincms/trunk/debian/control
  packages/python-django-faincms/trunk/debian/copyright
  packages/python-django-faincms/trunk/debian/docs
  packages/python-django-faincms/trunk/debian/python-django-faincms-doc.doc-base
  packages/python-django-faincms/trunk/debian/python-django-faincms-doc.docs
  packages/python-django-faincms/trunk/debian/python-django-faincms-doc.examples
  packages/python-django-faincms/trunk/debian/python-django-faincms.install
  packages/python-django-faincms/trunk/debian/rules
  packages/python-django-faincms/trunk/debian/source/
  packages/python-django-faincms/trunk/debian/source/format
  packages/python-django-faincms/trunk/debian/watch


Property changes on: packages/python-django-faincms/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-django-faincms/trunk/debian/changelog
===================================================================
--- packages/python-django-faincms/trunk/debian/changelog	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/changelog	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1,5 @@
+python-django-faincms (1.1.4-1) unstable; urgency=low
+
+  * Initial release. (Closes: #0)
+
+ -- Janos Guljas <janos at resenje.org>  Tue, 25 Jan 2011 02:20:39 +0100

Added: packages/python-django-faincms/trunk/debian/compat
===================================================================
--- packages/python-django-faincms/trunk/debian/compat	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/compat	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1 @@
+7

Added: packages/python-django-faincms/trunk/debian/control
===================================================================
--- packages/python-django-faincms/trunk/debian/control	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/control	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1,42 @@
+Source: python-django-faincms
+Section: python
+Priority: optional
+Maintainer: Janos Guljas <janos at resenje.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-django, python-sphinx
+XS-Python-Version: >= 2.5
+Standards-Version: 3.9.1
+Homepage: http://github.com/matthiask/feincms
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-faincms/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-faincms/trunk/
+
+Package: python-django-faincms
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}, python-django, python-django-mptt,
+ python-django-tagging
+Recommends: python-lxml
+Provides: ${python:Provides}
+Description: Django-based Page CMS and CMS building toolkit
+ FeinCMS is an extremely stupid content management system. It knows
+ nothing about content -- just enough to create an admin interface for
+ your own page content types. It lets you reorder page content blocks
+ using a drag-drop interface, and you can add as many content blocks
+ to a region (f.e. the sidebar, the main content region or something
+ else). It provides helper functions, which provide ordered lists of page
+ content blocks.
+
+Package: python-django-faincms-doc
+Architecture: all
+Depends: ${misc:Depends}, libjs-jquery
+Section: doc
+Description: Django-based Page CMS and CMS building toolkit - documentation
+ FeinCMS is an extremely stupid content management system. It knows
+ nothing about content -- just enough to create an admin interface for
+ your own page content types. It lets you reorder page content blocks
+ using a drag-drop interface, and you can add as many content blocks
+ to a region (f.e. the sidebar, the main content region or something
+ else). It provides helper functions, which provide ordered lists of page
+ content blocks.
+ .
+ This package contains the HTML documentation and examples.

Added: packages/python-django-faincms/trunk/debian/copyright
===================================================================
--- packages/python-django-faincms/trunk/debian/copyright	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/copyright	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1,72 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: FeinCMS
+Upstream-Contact: Matthias Kestenholz <mk at spinlock.ch>
+Source: http://github.com/matthiask/feincms
+
+Files: *
+Copyright: 2009-2010, Feinheit GmbH and contributors
+License: BSD
+ 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 FeinCMS 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.
+
+Files: example/test_utils.py
+Copyright: 2007 Jeremy Whitlock. All rights reserved
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+Files: debian/*
+Copyright: 2011 Janos Guljas <janos at resenje.org>
+License: GPL-2+
+ This program is free software; you can redistribute it
+ and/or modify it under the terms of the GNU General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later
+ version.
+ .
+ This program is distributed in the hope that it will be
+ useful, but WITHOUT ANY WARRANTY; without even the implied
+ warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ PURPOSE.  See the GNU General Public License for more
+ details.
+ .
+ You should have received a copy of the GNU General Public
+ License along with this package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA  02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.

Added: packages/python-django-faincms/trunk/debian/docs
===================================================================
--- packages/python-django-faincms/trunk/debian/docs	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/docs	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1,3 @@
+AUTHORS
+README
+TODO

Added: packages/python-django-faincms/trunk/debian/python-django-faincms-doc.doc-base
===================================================================
--- packages/python-django-faincms/trunk/debian/python-django-faincms-doc.doc-base	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/python-django-faincms-doc.doc-base	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1,18 @@
+Document: python-django-faincms
+Title: FeinCMS Documentation
+Author: Feinheit GmbH and contributors
+Abstract: FeinCMS is an extremely stupid content management system. It knows
+ nothing about content -- just enough to create an admin interface for
+ your own page content types. It lets you reorder page content blocks
+ using a drag-drop interface, and you can add as many content blocks
+ to a region (f.e. the sidebar, the main content region or something
+ else which I haven't thought of yet). It provides helper functions,
+ which provide ordered lists of page content blocks. That's all.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/python-django-faincms-doc/html/index.html
+Files: /usr/share/doc/python-django-faincms-doc/html/*.html
+ /usr/share/doc/python-django-faincms-doc/html/advanced/*.html
+ /usr/share/doc/python-django-faincms-doc/html/api/*.html
+

Added: packages/python-django-faincms/trunk/debian/python-django-faincms-doc.docs
===================================================================
--- packages/python-django-faincms/trunk/debian/python-django-faincms-doc.docs	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/python-django-faincms-doc.docs	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1 @@
+docs.debian/_build/html

Added: packages/python-django-faincms/trunk/debian/python-django-faincms-doc.examples
===================================================================
--- packages/python-django-faincms/trunk/debian/python-django-faincms-doc.examples	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/python-django-faincms-doc.examples	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1 @@
+example

Added: packages/python-django-faincms/trunk/debian/python-django-faincms.install
===================================================================
--- packages/python-django-faincms/trunk/debian/python-django-faincms.install	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/python-django-faincms.install	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1 @@
+usr/lib/python*

Added: packages/python-django-faincms/trunk/debian/rules
===================================================================
--- packages/python-django-faincms/trunk/debian/rules	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/rules	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+
+PREFIX = /usr
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_build:
+	dh_auto_build
+	cp -r docs docs.debian
+	make -C docs.debian html
+	rm -rf docs.debian/_build/html/_sources/
+
+override_dh_installdocs:
+	dh_installdocs
+	(cd debian/python-django-faincms-doc$(PREFIX)/share/doc/python-django-faincms-doc/html/_static \
+		&& rm jquery.js \
+		&& ln -s ../../../../javascript/jquery/jquery.js .)
+
+override_dh_auto_clean:
+	rm -rf docs.debian
+	dh_auto_clean
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x debian/python-django-faincms$(PREFIX)/share/pyshared/feincms/media/feincms/images/*
+	chmod -x debian/python-django-faincms$(PREFIX)/share/pyshared/feincms/media/feincms/jquery.simple.tree.js
+


Property changes on: packages/python-django-faincms/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-django-faincms/trunk/debian/source/format
===================================================================
--- packages/python-django-faincms/trunk/debian/source/format	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/source/format	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-django-faincms/trunk/debian/watch
===================================================================
--- packages/python-django-faincms/trunk/debian/watch	                        (rev 0)
+++ packages/python-django-faincms/trunk/debian/watch	2011-01-25 03:00:03 UTC (rev 15402)
@@ -0,0 +1,2 @@
+version=3
+http://githubredir.debian.net/github/matthiask/feincms /github/matthiask/feincms/v(.+).tar.gz




More information about the Python-modules-commits mailing list