~ubuntu-branches/debian/sid/pyro/sid

« back to all changes in this revision

Viewing changes to Pyro/constants.py

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz, Sandro Tosi, Bernd Zeimetz
  • Date: 2009-05-25 14:26:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090525142623-31cqgb2pdff6c1az
Tags: 3.9.1-1
[ Sandro Tosi ]
* debian/control
  - switch Vcs-Browser field to viewsvn

[ Bernd Zeimetz ]
* New upstream release.
* debian/patches/usr-bin-env-location.dpatch:
  - Dropping patch, applied usptream. 
* debian/control, debian/rules:
  - Dropping dpatch build-dep and include, not needed anymore. 
* Switching to python-support and dh 7.
* Bumping Standards-Version to 3.8.1. 
* Dropping maintainer scripts, dh creates them properly. 
* Adding missing ${misc:Depends}. 
* Fix several file permissions in the examples package.
* Add symlink to the actual docu in pyro-examples. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#############################################################################
2
2
#
3
 
#       $Id: constants.py,v 2.32.2.2 2007/05/19 13:25:41 irmen Exp $
 
3
#       $Id: constants.py,v 2.32.2.11 2009/04/28 18:18:27 irmen Exp $
4
4
#       Pyro global constants
5
5
#
6
6
#       This is part of "Pyro" - Python Remote Objects
10
10
 
11
11
 
12
12
# General Pyro Version String ####
13
 
VERSION = '3.7'
 
13
VERSION = '3.9.1'
14
14
 
15
15
# Fixed (internal) GUIDs
16
16
INTERNAL_DAEMON_GUID='c0000000'+'01100000'+'10000000'+'10000001'