Merge branch 'develop' into debian-develop
authorKostas Papadimitriou <kpap@grnet.gr>
Wed, 13 Feb 2013 13:07:38 +0000 (15:07 +0200)
committerKostas Papadimitriou <kpap@grnet.gr>
Wed, 13 Feb 2013 13:07:38 +0000 (15:07 +0200)
debian/changelog [new file with mode: 0644]
debian/clean [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/dirs [new file with mode: 0644]
debian/gbp.conf [new file with mode: 0644]
debian/pydist-overrides [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/snf-pithos-webclient.install [new file with mode: 0644]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..865f834
--- /dev/null
@@ -0,0 +1,47 @@
+snf-pithos-webclient (0.11.0~rc1-1) stable; urgency=low
+
+  * New upstream version. 
+
+ -- Kostas Papadimitriou <kpap@grnet.gr>  Tue, 16 Oct 2012 15:04:24 +0000
+
+snf-pithos-webclient (0.10.0-1) stable; urgency=low
+
+  * New upstream version. 
+
+ -- Kostas Papadimitriou <kpap@grnet.gr>  Thu, 19 Jul 2012 18:43:23 +0300
+
+snf-pithos-webclient (0.9.2-1) stable; urgency=low
+
+  * New upstream version.
+
+ -- Kostas Papadimitriou <kpap@grnet.gr>  Fri, 22 Jun 2012 16:43:49 +0300
+
+snf-pithos-webclient (0.9.1-1) stable; urgency=low
+
+  * New upstream version.
+
+ -- Kostas Papadimitriou <kpap@grnet.gr>  Wed, 20 Jun 2012 14:21:31 +0300
+
+snf-pithos-webclient (0.9.0-1) stable; urgency=low
+
+  * New upstream version. 
+
+ -- Kostas Papadimitriou <kpap@grnet.gr>  Mon, 07 May 2012 14:02:24 +0300
+
+snf-pithos-webclient (0.8.7-1) stable; urgency=low
+
+  * New upstream version. 
+
+ -- Kostas Papadimitriou <kpap@grnet.gr>  Thu, 19 Apr 2012 13:01:47 +0300
+
+snf-pithos-webclient (0.8.6-1) stable; urgency=low
+
+  * New upstream version.
+
+ -- Kostas Papadimitriou <kpap@grnet.gr>  Mon, 09 Apr 2012 13:26:15 +0300
+
+snf-pithos-webclient (0.8.5-1) stable; urgency=low
+
+  * New upstream version.
+
+ -- Kostas Papadimitriou <kpap@grnet.gr>  Fri, 22 Feb 2012 16:44:01 +0300
diff --git a/debian/clean b/debian/clean
new file mode 100644 (file)
index 0000000..1b05497
--- /dev/null
@@ -0,0 +1 @@
+snf_pithos_webclient.egg-info/*
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..793d12f
--- /dev/null
@@ -0,0 +1,17 @@
+Source: snf-pithos-webclient
+Section: python
+Priority: optional
+Maintainer: Vangelis Koukis <vkoukis@grnet.gr>
+Build-Depends: debhelper (>= 8), python-all (>= 2.5), ant
+Standards-Version: 3.9.2
+XS-Python-Version: >= 2.6
+Homepage: https://code.grnet.gr/projects/synnefo
+
+Package: snf-pithos-webclient
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Recommends: snf-webproject
+XB-Python-Version: ${python:Versions}
+Description: Pithos web client
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..2a78c79
--- /dev/null
@@ -0,0 +1,44 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
+Upstream-Name: snf-pithos-webclient
+Upstream-Contact: GRNET development team <synnefo@lists.grnet.gr>
+Source: https://code.grnet.gr/projects/pithos-web-client
+
+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 (file)
index 0000000..e69de29
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644 (file)
index 0000000..62c805a
--- /dev/null
@@ -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 = packaging
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
new file mode 100644 (file)
index 0000000..13e42f7
--- /dev/null
@@ -0,0 +1 @@
+Django python-django
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..2aedd0a
--- /dev/null
@@ -0,0 +1,22 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE=1
+BUILDDIR := debian
+DESTDIR := ${CURDIR}/${BUILDDIR}
+package = snf-pithos-webclient
+
+%:
+       dh $@ --with python2
+
+override_dh_auto_install:
+       cd $(package); do \
+               python setup.py install --root=$(DESTDIR)/$(package) --install-layout=deb; \
+               cd -; \
+       done
+       dh_install
+
+override_dh_fixperms:
+       dh_fixperms
+       chmod 0640 debian/$(package)/etc/synnefo/*
+       chmod 0750 debian/$(package)/etc/synnefo
+       chown -R root:www-data debian/$(package)/etc/synnefo
diff --git a/debian/snf-pithos-webclient.install b/debian/snf-pithos-webclient.install
new file mode 100644 (file)
index 0000000..ef0b493
--- /dev/null
@@ -0,0 +1,3 @@
+snf-pithos-webclient/conf/* etc/synnefo
+snf-pithos-webclient/pithos_webclient/static/pithos_webclient usr/share/synnefo/static/
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)