~ubuntu-branches/ubuntu/vivid/libzip/vivid

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Fathi Boudra
  • Date: 2010-03-24 10:55:48 UTC
  • mfrom: (2.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100324105548-zxv6g1zs4d5jsdzv
Tags: 0.9.3-1
* New upstream release. (Closes: #567769)
* Drop patch to support archives with 64k entries - stolen upstream.
* Add libzip1 symbols file.
* Switch to dpkg-source 3.0 (quilt) format:
  - drop quilt build dependency.
* Switch to dh:
  - drop cdbs build dependency.
  - bump debhelper build dependency version to 7.4.15.
  - enable parallel build (pass --parallel option to dh).
* Bump Standards-Version to 3.8.4 (no changes needed).
* Update debian/copyright file:
  - upstream contact e-mail, years and explicit GPL version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
SET(PACKAGE "libzip")
17
17
SET(PACKAGE_NAME ${PACKAGE})
18
18
SET(PACKAGE_VERSION_MAJOR "0")
19
 
SET(PACKAGE_VERSION_MINOR "7")
20
 
SET(PACKAGE_VERSION_PATCH "1")
 
19
SET(PACKAGE_VERSION_MINOR "9")
 
20
SET(PACKAGE_VERSION_PATCH "3")
21
21
SET(VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH}")
22
22
SET(PACKAGE_VERSION ${VERSION})
23
23
SET(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")