~ubuntu-branches/ubuntu/lucid/cedar-backup2/lucid

« back to all changes in this revision

Viewing changes to CedarBackup2/release.py

  • Committer: Bazaar Package Importer
  • Author(s): Kenneth J. Pronovici
  • Date: 2009-03-29 15:00:28 UTC
  • mfrom: (1.1.10 upstream) (4.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090329150028-ljhfp6mxplcbmx4i
Tags: 2.19.3-1
* New upstream release.
* Remove references to user manual PDF (no longer shipped).
* Update debian/copyright based on new upstream CREDITS.
* Bump standards version to 3.8.1 (no packaging changes).
* Bump debhelper compatibility to 7, per linitian recommendation.
* Declare a dependency on debhelper (>= 7.0.1) to match compatibility.
* Reference /usr/share/common-licenses/GPL-2 rather than just GPL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# Author   : Kenneth J. Pronovici <pronovic@ieee.org>
12
12
# Language : Python (>= 2.3)
13
13
# Project  : Cedar Backup, release 2
14
 
# Revision : $Id: release.py 929 2008-11-15 18:16:08Z pronovic $
 
14
# Revision : $Id: release.py 937 2009-03-29 19:36:51Z pronovic $
15
15
# Purpose  : Provides location to maintain release information.
16
16
#
17
17
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
33
33
 
34
34
AUTHOR      = "Kenneth J. Pronovici"
35
35
EMAIL       = "pronovic@ieee.org"
36
 
COPYRIGHT   = "2004-2008"
37
 
VERSION     = "2.19.1"
38
 
DATE        = "15 Nov 2008"
 
36
COPYRIGHT   = "2004-2009"
 
37
VERSION     = "2.19.3"
 
38
DATE        = "29 Mar 2009"
39
39
URL         = "http://cedar-backup.sourceforge.net/"
40
40