~ubuntu-branches/ubuntu/trusty/roaraudio/trusty

« back to all changes in this revision

Viewing changes to Makefile.inc

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-01-24 15:09:33 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20140124150933-ci9fj9rupqo5x54f
Tags: 1.0~beta11-1
* New upstream release.
  - Closes Mayhem reports.
    Closes: #716264, #716251, #716245, #716240
* Bump Standards-Version to 3.9.5 (no changes needed).
* Don't explicitly request xz compression - dpkg 1.17 does this by default.
* Removed roarcatvio, it is marked as obsoleted.
  Closes: #716263

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Common:
2
2
COMMON_V_MAJOR  = 1
3
3
COMMON_V_MINOR  = 0
4
 
COMMON_V_REV    = 10
 
4
COMMON_V_REV    = 11
5
5
COMMON_V_MM     = $(COMMON_V_MAJOR).$(COMMON_V_MINOR)
6
6
COMMON_VERSION  = $(COMMON_V_MM).$(COMMON_V_REV)
7
7
COMMON_SOVERSION= 2