~ubuntu-branches/ubuntu/lucid/lablgtk2/lucid

« back to all changes in this revision

Viewing changes to debian/META.lablgtk2-gnome

  • Committer: Bazaar Package Importer
  • Author(s): Debian OCaml Maintainers, Samuel Mimram, Stefano Zacchiroli
  • Date: 2005-11-16 23:50:37 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051116235037-n5x1ull5p95lxzhv
Tags: 2.6.0-1
[ Samuel Mimram ]

* Rebuild with OCaml 3.09.0.
* No longer hardcoding OCaml's ABI in debian/* files (thanks Sven Luther).
* Updated standards version to 3.6.2, no changes needed.

[ Stefano Zacchiroli ]

* New upstream release
* debian/META*
  - bumped versions
* debian/control.in
  - bumped lablgl deps to the minimum version rebuilt with OCaml 3.09.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
version="2.6.0"
 
2
directory="+lablgtk2"
 
3
requires = "lablgtk2"
 
4
 
 
5
package "gnomecanvas" (
 
6
  archive(byte) = "lablgnomecanvas.cma"
 
7
  archive(native) = "lablgnomecanvas.cmxa"
 
8
)
 
9
 
 
10
package "gnomeui" (
 
11
  archive(byte) = "lablgnomeui.cma"
 
12
  archive(native) = "lablgnomeui.cmxa"
 
13
)
 
14
 
 
15
package "panel" (
 
16
  archive(byte) = "lablpanel.cma"
 
17
  archive(native) = "lablpanel.cmxa"
 
18
)
 
19
 
 
20
package "rsvg" (
 
21
  archive(byte) = "lablrsvg.cma"
 
22
  archive(native) = "lablrsvg.cmxa"
 
23
)
 
24