Revision 5d4aeb5f

b/debian/changelog
1
snf-pithos-webclient (0.11.0~rc1-1) stable; urgency=low
2

  
3
  * New upstream version. 
4

  
5
 -- Kostas Papadimitriou <kpap@grnet.gr>  Tue, 16 Oct 2012 15:04:24 +0000
6

  
7
snf-pithos-webclient (0.10.0-1) stable; urgency=low
8

  
9
  * New upstream version. 
10

  
11
 -- Kostas Papadimitriou <kpap@grnet.gr>  Thu, 19 Jul 2012 18:43:23 +0300
12

  
13
snf-pithos-webclient (0.9.2-1) stable; urgency=low
14

  
15
  * New upstream version.
16

  
17
 -- Kostas Papadimitriou <kpap@grnet.gr>  Fri, 22 Jun 2012 16:43:49 +0300
18

  
19
snf-pithos-webclient (0.9.1-1) stable; urgency=low
20

  
21
  * New upstream version.
22

  
23
 -- Kostas Papadimitriou <kpap@grnet.gr>  Wed, 20 Jun 2012 14:21:31 +0300
24

  
25
snf-pithos-webclient (0.9.0-1) stable; urgency=low
26

  
27
  * New upstream version. 
28

  
29
 -- Kostas Papadimitriou <kpap@grnet.gr>  Mon, 07 May 2012 14:02:24 +0300
30

  
31
snf-pithos-webclient (0.8.7-1) stable; urgency=low
32

  
33
  * New upstream version. 
34

  
35
 -- Kostas Papadimitriou <kpap@grnet.gr>  Thu, 19 Apr 2012 13:01:47 +0300
36

  
37
snf-pithos-webclient (0.8.6-1) stable; urgency=low
38

  
39
  * New upstream version.
40

  
41
 -- Kostas Papadimitriou <kpap@grnet.gr>  Mon, 09 Apr 2012 13:26:15 +0300
42

  
43
snf-pithos-webclient (0.8.5-1) stable; urgency=low
44

  
45
  * New upstream version.
46

  
47
 -- Kostas Papadimitriou <kpap@grnet.gr>  Fri, 22 Feb 2012 16:44:01 +0300
b/debian/clean
1
snf_pithos_webclient.egg-info/*
b/debian/compat
1
8
b/debian/control
1
Source: snf-pithos-webclient
2
Section: python
3
Priority: optional
4
Maintainer: Vangelis Koukis <vkoukis@grnet.gr>
5
Build-Depends: debhelper (>= 8), python-all (>= 2.5), snf-common
6
Standards-Version: 3.9.2
7
XS-Python-Version: >= 2.6
8
Homepage: https://code.grnet.gr/projects/synnefo
9

  
10
Package: snf-pithos-webclient
11
Architecture: all
12
Depends: ${misc:Depends}, ${python:Depends}
13
Provides: ${python:Provides}
14
Recommends: snf-webproject
15
XB-Python-Version: ${python:Versions}
16
Description: Pithos web client
17

  
b/debian/copyright
1
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
2
Upstream-Name: snf-pithos-webclient
3
Upstream-Contact: GRNET development team <synnefo@lists.grnet.gr>
4
Source: https://code.grnet.gr/projects/pithos-web-client
5

  
6
Files: *
7
Copyright: Copyright (C) 2011, 2012 GRNET S.A.
8
Licence: BSD-2-clause
9

  
10
Licence: BSD-2-clause
11
 Redistribution and use in source and binary forms, with or
12
 without modification, are permitted provided that the following
13
 conditions are met:
14
 .
15
 1. Redistributions of source code must retain the above
16
    copyright notice, this list of conditions and the following
17
    disclaimer.
18
 .
19
 2. Redistributions in binary form must reproduce the above
20
    copyright notice, this list of conditions and the following
21
    disclaimer in the documentation and/or other materials
22
    provided with the distribution.
23
 .
24
 THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
25
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
26
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
27
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
28
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
30
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
31
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
32
 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35
 POSSIBILITY OF SUCH DAMAGE.
36
 .
37
 The views and conclusions contained in the software and
38
 documentation are those of the authors and should not be
39
 interpreted as representing official policies, either expressed
40
 or implied, of GRNET S.A.
41
 .
42
 On Debian systems, the full text of the GNU General Public
43
 License version 2 can be found in the file
44
 `/usr/share/common-licenses/BSD'.
b/debian/gbp.conf
1
[DEFAULT]
2
sign-tags = False
3
pristine-tar = False
4

  
5
[git-buildpackage]
6
export-dir = ../../build-area/
7
tarball-dir = ../../tarballs/
8
debian-branch = debian
9
upstream-branch = packaging
b/debian/pydist-overrides
1
Django python-django
b/debian/rules
1
#!/usr/bin/make -f
2

  
3
export DH_VERBOSE=1
4
BUILDDIR := debian
5
DESTDIR := ${CURDIR}/${BUILDDIR}
6
package = snf-pithos-webclient
7

  
8
%:
9
	dh $@ --with python2
10

  
11
override_dh_auto_install:
12
	cd $(package); do \
13
		python setup.py install --root=$(DESTDIR)/$(package) --install-layout=deb; \
14
		cd -; \
15
	done
16
	dh_install
17

  
18
override_dh_fixperms:
19
	dh_fixperms
20
	chmod 0640 debian/$(package)/etc/synnefo/*
21
	chmod 0750 debian/$(package)/etc/synnefo
22
	chown -R root:www-data debian/$(package)/etc/synnefo
b/debian/source/format
1
3.0 (quilt)
/dev/null
1
snf-pithos-webclient (0.11.0~rc1-1) stable; urgency=low
2

  
3
  * New upstream version. 
4

  
5
 -- Kostas Papadimitriou <kpap@grnet.gr>  Tue, 16 Oct 2012 15:04:24 +0000
6

  
7
snf-pithos-webclient (0.10.0-1) stable; urgency=low
8

  
9
  * New upstream version. 
10

  
11
 -- Kostas Papadimitriou <kpap@grnet.gr>  Thu, 19 Jul 2012 18:43:23 +0300
12

  
13
snf-pithos-webclient (0.9.2-1) stable; urgency=low
14

  
15
  * New upstream version.
16

  
17
 -- Kostas Papadimitriou <kpap@grnet.gr>  Fri, 22 Jun 2012 16:43:49 +0300
18

  
19
snf-pithos-webclient (0.9.1-1) stable; urgency=low
20

  
21
  * New upstream version.
22

  
23
 -- Kostas Papadimitriou <kpap@grnet.gr>  Wed, 20 Jun 2012 14:21:31 +0300
24

  
25
snf-pithos-webclient (0.9.0-1) stable; urgency=low
26

  
27
  * New upstream version. 
28

  
29
 -- Kostas Papadimitriou <kpap@grnet.gr>  Mon, 07 May 2012 14:02:24 +0300
30

  
31
snf-pithos-webclient (0.8.7-1) stable; urgency=low
32

  
33
  * New upstream version. 
34

  
35
 -- Kostas Papadimitriou <kpap@grnet.gr>  Thu, 19 Apr 2012 13:01:47 +0300
36

  
37
snf-pithos-webclient (0.8.6-1) stable; urgency=low
38

  
39
  * New upstream version.
40

  
41
 -- Kostas Papadimitriou <kpap@grnet.gr>  Mon, 09 Apr 2012 13:26:15 +0300
42

  
43
snf-pithos-webclient (0.8.5-1) stable; urgency=low
44

  
45
  * New upstream version.
46

  
47
 -- Kostas Papadimitriou <kpap@grnet.gr>  Fri, 22 Feb 2012 16:44:01 +0300
/dev/null
1
snf_pithos_webclient.egg-info/*
/dev/null
1
8
/dev/null
1
Source: snf-pithos-webclient
2
Section: python
3
Priority: optional
4
Maintainer: Vangelis Koukis <vkoukis@grnet.gr>
5
Build-Depends: debhelper (>= 8), python-all (>= 2.5), snf-common
6
Standards-Version: 3.9.2
7
XS-Python-Version: >= 2.6
8
Homepage: https://code.grnet.gr/projects/synnefo
9

  
10
Package: snf-pithos-webclient
11
Architecture: all
12
Depends: ${misc:Depends}, ${python:Depends}
13
Provides: ${python:Provides}
14
Recommends: snf-webproject
15
XB-Python-Version: ${python:Versions}
16
Description: Pithos web client
17

  
/dev/null
1
Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co
2
Upstream-Name: snf-pithos-webclient
3
Upstream-Contact: GRNET development team <synnefo@lists.grnet.gr>
4
Source: https://code.grnet.gr/projects/pithos-web-client
5

  
6
Files: *
7
Copyright: Copyright (C) 2011, 2012 GRNET S.A.
8
Licence: BSD-2-clause
9

  
10
Licence: BSD-2-clause
11
 Redistribution and use in source and binary forms, with or
12
 without modification, are permitted provided that the following
13
 conditions are met:
14
 .
15
 1. Redistributions of source code must retain the above
16
    copyright notice, this list of conditions and the following
17
    disclaimer.
18
 .
19
 2. Redistributions in binary form must reproduce the above
20
    copyright notice, this list of conditions and the following
21
    disclaimer in the documentation and/or other materials
22
    provided with the distribution.
23
 .
24
 THIS SOFTWARE IS PROVIDED BY GRNET S.A. ``AS IS'' AND ANY EXPRESS
25
 OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
26
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
27
 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GRNET S.A OR
28
 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
30
 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
31
 USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
32
 AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33
 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34
 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
35
 POSSIBILITY OF SUCH DAMAGE.
36
 .
37
 The views and conclusions contained in the software and
38
 documentation are those of the authors and should not be
39
 interpreted as representing official policies, either expressed
40
 or implied, of GRNET S.A.
41
 .
42
 On Debian systems, the full text of the GNU General Public
43
 License version 2 can be found in the file
44
 `/usr/share/common-licenses/BSD'.
/dev/null
1
[DEFAULT]
2
sign-tags = False
3
pristine-tar = False
4

  
5
[git-buildpackage]
6
export-dir = ../../build-area/
7
tarball-dir = ../../tarballs/
8
debian-branch = debian
9
upstream-branch = packaging
/dev/null
1
Django python-django
/dev/null
1
#!/usr/bin/make -f
2

  
3
%:
4
	dh $@ --with python2
5

  
6
package=snf-pithos-webclient
7
static_dir=debian/$(package)/usr/share/synnefo/static/
8
pkg_static_dir=pithos_webclient/static/pithos_webclient/
9
config_lvl=20
10

  
11
override_dh_auto_install:
12
	dh_auto_install
13
	
14
	mkdir -p $(static_dir)pithos_webclient;
15
	-mv $(pkg_static_dir) $(static_dir);
16
	
17
	mkdir -p debian/$(package)/etc/synnefo
18
	-mv conf/*.conf debian/$(package)/etc/synnefo
19

  
20
override_dh_fixperms:
21
	dh_fixperms
22
	chmod 0640 debian/$(package)/etc/synnefo/*
23
	chmod 0750 debian/$(package)/etc/synnefo
24
	chown -R root:www-data debian/$(package)/etc/synnefo
/dev/null
1
3.0 (quilt)

Also available in: Unified diff