Index: vala-pkg-description.in
===================================================================
--- vala-pkg-description.in (nonexistent)
+++ vala-pkg-description.in (revision 53)
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+vala: vala @VERSION@ (Vala Compiler for GObject)
+vala:
+vala: Vala is a new programming language that aims to bring modern
+vala: programming language features to GNOME developers without imposing
+vala: any additional runtime requirements and without using a different
+vala: ABI compared to applications and libraries written in C. valac, the
+vala: Vala compiler, is a self-hosting compiler that translates Vala
+vala: source code into C source and header files. It uses the GObject
+vala: type system to create classes and interfaces declared in the Vala
+vala: source code.
+vala: