~ubuntu-branches/ubuntu/oneiric/r-cran-genabel/oneiric

« back to all changes in this revision

Viewing changes to src/frversion.h

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy, Andreas Tille, Charles Plessy
  • Date: 2011-04-01 13:46:37 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110401134637-ay2gb8oj3k2w302d
Tags: 1.6-5-1
* New upstream release, buildable with R > 2.12 (closes: #620269).

[ Andreas Tille ]
* debian/control:
  - added myself to uploaders
  - changed section to gnu-r
  - Depend on ${R:Depends}
* debian/rules:
  - fix permissions of files that should not be executable
  - Require a number equal or superior than the R version the package
    was built with, using a R:Depends substvar

[ Charles Plessy ]
* debian/control:
  - Added myself to uploaders.
  - Use debhelper 8 (debian/compat).
  - Build-depend on R > 2.10 according to DESCRIPTION.
  - Replaces r-other-genabel.
  - Added Vcs-Browser and Vcs-Svn fields.
  - Updated homepage.
* Install CHANGES.LOG as upstream changelog (debian/rules).
* Converted debian/copyright to DEP-5 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __FRVERSION__
 
2
#define __FRVERSION__
 
3
 
 
4
#define FV_VERSION "0.0-7"
 
5
#define FV_RELEASEDATE "July 26, 2009"
 
6
#define FV_AUTHORS "Yurii Aulchenko"
 
7
 
 
8
#endif