vala 0.36.3-1~git1 source package in Ubuntu

Changelog

vala (0.36.3-1~git1) artful; urgency=medium

  * Sync from Debian experimental git repo (LP: #1669253)

vala (0.36.3-1) experimental; urgency=medium

  [ Jeremy Bicha ]
  * New upstream version 0.36.3
  * Rename packages and update dependencies for 0.34 -> 0.36
  * Update debian/libvala-0.36-0.symbols
  * debian/copyright:
    - Mark doc/manual/* as CC-BY-SA-4.0

 -- Jeremy Bicha <email address hidden>  Sun, 28 May 2017 23:40:04 -0400

Upload details

Uploaded by:
Jeremy Bicha on 2017-05-29
Uploaded to:
Artful
Original maintainer:
Maintainers of Vala packages
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
vala_0.36.3.orig.tar.xz 2.7 MiB ac8a4ecd01f62d0c5f62ba50b7290d8c5a1edb308eec772a65b8e79be68f061c
vala_0.36.3-1~git1.debian.tar.xz 28.2 KiB e77774a774c59e5d220682f906a3e981ee4b886e8295b8e32d557814edb92352
vala_0.36.3-1~git1.dsc 2.5 KiB 92247a48a2c2b62ba8597e532e2fe66f8c1fb0a446fddf96eaa31a6948dc04b2

View changes file

Binary packages built by this source

libvala-0.36-0: C# like language for the GObject system - library

 Vala is a new programming language that aims to bring modern programming
 language features to GNOME developers without imposing any additional
 runtime requirements and without using a different ABI compared to
 applications and libraries written in C.
 .
 This library contains the parser used by valac. It can be used for
 building tools around Vala.

libvala-0.36-0-dbgsym: Debug symbols for libvala-0.36-0
libvala-0.36-dev: C# like language for the GObject system - development headers

 Vala is a new programming language that aims to bring modern
 programming language features to GNOME developers without imposing
 any additional runtime requirements and without using a different ABI
 compared to applications and libraries written in C.
 .
 This package has the development library and headers for valac. These
 headers can be used for building tools around Vala.

vala-0.36-doc: C# like language for the GObject system - documentation

 Vala is a new programming language that aims to bring modern programming
 language features to GNOME developers without imposing any additional
 runtime requirements and without using a different ABI compared to
 applications and libraries written in C.
 .
 This package contains the Vala Reference Manual.

valac: C# like language for the GObject system

 Vala is a new programming language that aims to bring modern programming
 language features to GNOME developers without imposing any additional
 runtime requirements and without using a different ABI compared to
 applications and libraries written in C.
 .
 valac, the Vala compiler, is a self-hosting compiler that translates
 Vala source code into C source and header files. It uses the GObject
 type system to create classes and interfaces declared in the Vala
 source code. This package also contains the vala-gen-introspect and
 vapigen binaries that will automatically generate Vala bindings.

valac-0.36-vapi: C# like language for the GObject system - vapi files

 Vala is a new programming language that aims to bring modern programming
 language features to GNOME developers without imposing any additional
 runtime requirements and without using a different ABI compared to
 applications and libraries written in C.
 .
 valac, the Vala compiler, is a self-hosting compiler that translates
 Vala source code into C source and header files. It uses the GObject
 type system to create classes and interfaces declared in the Vala
 source code. This package also contains the vala-gen-introspect and
 vapigen binaries that will automatically generate Vala bindings.
 .
 This package contains the bundled vapi files, which make some
 common libraries available for vala development.

valac-dbgsym: Debug symbols for valac