From: Kostas Papadimitriou Date: Mon, 30 Jul 2012 18:37:36 +0000 (+0300) Subject: Merge branch 'master' into debian X-Git-Tag: debian/v0.7.0~5 X-Git-Url: https://code.grnet.gr/git/snf-cloudcms/commitdiff_plain/dc7b0ba288f1ee730ac41f33e99420149c2a7590?hp=71b9f1ac1fb0fbd12f74ee23dee1fc62b4287404 Merge branch 'master' into debian --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..aa37a18 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,53 @@ +snf-cloudcms (0.6.1-1) stable; urgency=low + + * New upstream version + + -- Kostas Papadimitriou Mon, 02 Apr 2012 18:29:52 +0300 + +snf-cloudcms (0.6-2) stable; urgency=low + + * New debian version + + -- Kostas Papadimitriou Thu, 29 Mar 2012 15:58:22 +0300 + +snf-cloudcms (0.6-1) stable; urgency=low + + * New upstream version + + -- Kostas Papadimitriou Wed, 28 Mar 2012 12:10:41 +0300 + +snf-cloudcms (0.5.2-1) stable; urgency=low + + * New upstream version + + -- Kostas Papadimitriou Thu, 15 Mar 2012 15:02:27 +0200 + +snf-cloudcms (0.5.1-1) stable; urgency=low + + * New upstream version + + -- Kostas Papadimitriou Thu, 15 Mar 2012 13:44:53 +0200 + +snf-cloudcms (0.4.1-1) stable; urgency=low + + * New upstream version + + -- Kostas Papadimitriou Tue, 13 Mar 2012 19:36:22 +0200 + +snf-cloudcms (0.4-1) stable; urgency=low + + * New upstream version. + + -- Kostas Papadimitriou Tue, 13 Mar 2012 13:04:36 +0200 + +snf-cloudcms (0.3-1) stable; urgency=low + + * New upstream version. + + -- Kostas Papadimitriou Thu, 08 Mar 2012 14:44:41 +0200 + +snf-cloudcms (0.1-1) stable; urgency=low + + * New upstream version. + + -- Kostas Papadimitriou Fri, 22 Feb 2012 16:44:01 +0300 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..3c1cb46 --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +snf_cloudcms.egg-info/* diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..1301f35 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: snf-cloudcms +Section: python +Priority: optional +Maintainer: Vangelis Koukis +Build-Depends: debhelper (>= 8), python-all (>= 2.5), snf-common +Standards-Version: 3.9.2 +XS-Python-Version: >= 2.6 +Homepage: https://code.grnet.gr/projects/synnefo + +Package: snf-cloudcms +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Provides: ${python:Provides} +Recommends: snf-webproject +XB-Python-Version: ${python:Versions} +Description: CMS application based on django and django-feincms + diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..1312e02 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,44 @@ +Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co +Upstream-Name: snf-cloudcms +Upstream-Contact: GRNET development team +Source: https://code.grnet.gr/projects/astakos + +Files: * +Copyright: Copyright (C) 2011, 2012 GRNET S.A. +Licence: BSD-2-clause + +Licence: BSD-2-clause + 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. + . + THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``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 GRNET S.A 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 views and conclusions contained in the software and + documentation are those of the authors and should not be + interpreted as representing official policies, either expressed + or implied, of GRNET S.A. + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/BSD'. diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..e69de29 diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..06a5874 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,9 @@ +[DEFAULT] +sign-tags = False +pristine-tar = False + +[git-buildpackage] +export-dir = ../build-area/ +tarball-dir = ../tarballs/ +debian-branch = debian +upstream-branch = master diff --git a/debian/pydist-overrides b/debian/pydist-overrides new file mode 100644 index 0000000..6625896 --- /dev/null +++ b/debian/pydist-overrides @@ -0,0 +1,7 @@ +Django python-django +south python-django-south +feincms python-django-feincms +django-pagination python-django-pagination +pil python-imaging +lxml python-lxml +docutils python-docutils diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..849c58d --- /dev/null +++ b/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +%: + dh $@ --with python2 + +package=snf-cloudcms +static_dir=debian/$(package)/usr/share/synnefo/static/ +package_static_dir=cloudcms/static/cloudcms/ +resources_static_dir=cloudcmsresources/static/cloudcmsresources/ + +override_dh_auto_install: + dh_auto_install + + mkdir -p $(static_dir) + -mv $(package_static_dir) $(static_dir) + + mkdir -p $(static_dir) + -mv $(resources_static_dir) $(static_dir) + + mkdir -p debian/$(package)/etc/synnefo + -mv conf/*.conf debian/$(package)/etc/synnefo + diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/include-binaries b/debian/source/include-binaries new file mode 100644 index 0000000..8fe3a92 --- /dev/null +++ b/debian/source/include-binaries @@ -0,0 +1,6 @@ +cloudcms/static/cloudcms/images/dashed_border.png +cloudcms/static/cloudcms/images/colorbox/loading.gif +cloudcms/static/cloudcms/images/colorbox/controls.png +cloudcms/static/cloudcms/images/resource_down_arrow-active.png +cloudcms/static/cloudcms/images/resource_down_arrow.png +