Revision c523d58b

b/snf-common/debian/changelog
1
snf-common (0.7.3-1) UNRELEASED; urgency=low
2

  
3
  * New upstream version.
4

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

  
10
Package: snf-common
11
Architecture: all
12
Depends: ${misc:Depends}, ${python:Depends}
13
Provides: ${python:Provides}
14
XB-Python-Version: ${python:Versions}
15
Description: Synnefo Common Settings
16
 This package contains the supplementary tools for Ganeti needed
17
 by the synnefo software.
18
 .
19
 Included are:
20
  * snf-ganeti-hook, a Ganeti hook that message the Synnefo queue
21
  * snf-ganeti-eventd, a daemon watching the Ganeti job queue
22
  * snf-progress-monitor, a utility to monitor image deployment and
23
    produce notifications to the Synnefo queue
24
  * kvm-vif-bridge, a shell ifup script for KVM instances brought up by Ganeti
b/snf-common/debian/dirs
1
etc/synnefo
b/snf-common/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-0.8
9
upstream-branch = master
b/snf-common/debian/rules
1
#!/usr/bin/make -f
2

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

  
6
package=snf-common
7

  
8
override_dh_auto_install:
9
	dh_auto_install
10
	
11
	# this package provides the synnefo namespace __init__.py
12
	for py in $(shell pyversions -vr debian/control); do \
13
		cp synnefo/__init__.py debian/$(package)/usr/lib/python$$py/*-packages/synnefo/; \
14
	done
b/snf-common/debian/source/format
1
3.0 (native)
b/snf-common/synnefo/versions/common.py
1 1

  
2
__version__ = "0.7.3-291-g5832c79"
2
__version__ = "0.7.3-312-g56af437"
3 3
__version_info__ = __version__.split(".")
4 4
    

Also available in: Unified diff