~leprechaun-team/+junk/unity-use-patches

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-03 17:00:45 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100903170045-4wxx5upl87lkqnax
Tags: 0.2.34-0ubuntu1
* New upstream release:
  - Use gettext plural form (LP: #625199)
  - Fix newly pinned app is removed from the launcher on closing that app but
    works fine afterward (LP: #614329)
  - Fix Memory leak in places (LP: #628588)
* remove debian/source/:
  - revert to previous format, seems to confuse daily build and we don't have
    anymore bin patch
* remove upstreamed debian/trash.png, debian/applications.png and
  debian/files.png
* debian/rules:
  - remove copying debian/*png
* debian/libunity0.symbols:
  - refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
m4_define([unity_major], [0])
2
2
m4_define([unity_minor], [2])
3
 
m4_define([unity_micro], [32])
 
3
m4_define([unity_micro], [34])
4
4
 
5
5
m4_define([unity_api],
6
6
          [unity_major.unity_minor])