[Pkg-cli-libs-commits] r4348 - in /packages/webkit-sharp/trunk/debian: changelog control
directhex at users.alioth.debian.org
directhex at users.alioth.debian.org
Wed Jan 6 11:16:20 UTC 2010
Author: directhex
Date: Wed Jan 6 11:16:19 2010
New Revision: 4348
URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4348
Log:
* debian/control:
+ Use GTK#'s -dev package
+ Fix typo (Closes: #557394)
+ Add missing build-depend on libglib2.0-cil-dev
Modified:
packages/webkit-sharp/trunk/debian/changelog
packages/webkit-sharp/trunk/debian/control
Modified: packages/webkit-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/webkit-sharp/trunk/debian/changelog?rev=4348&op=diff
==============================================================================
--- packages/webkit-sharp/trunk/debian/changelog (original)
+++ packages/webkit-sharp/trunk/debian/changelog Wed Jan 6 11:16:19 2010
@@ -1,8 +1,11 @@
-webkit-sharp (0.3-1ubuntu1) UNRELEASED; urgency=low
+webkit-sharp (0.3-2) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * debian/control:
+ + Use GTK#'s -dev package
+ + Fix typo (Closes: #557394)
+ + Add missing build-depend on libglib2.0-cil-dev
- -- Jo Shields <directhex at apebox.org> Wed, 04 Nov 2009 19:46:04 +0000
+ -- Jo Shields <directhex at apebox.org> Sun, 03 Jan 2010 14:58:18 +0000
webkit-sharp (0.3-1) unstable; urgency=low
Modified: packages/webkit-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/webkit-sharp/trunk/debian/control?rev=4348&op=diff
==============================================================================
--- packages/webkit-sharp/trunk/debian/control (original)
+++ packages/webkit-sharp/trunk/debian/control Wed Jan 6 11:16:19 2010
@@ -11,7 +11,8 @@
gtk-sharp2-gapi,
libmono-dev,
libwebkit-dev (>= 1.1.15),
- libgtk2.0-cil
+ libgtk2.0-cil-dev,
+ libglib2.0-cil-dev
Standards-Version: 3.8.3
Homepage: http://www.webkit.org/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/webkit-sharp/trunk/
@@ -51,4 +52,4 @@
used primarily in Apple's Safari browser. It is made to be embedded in
other applications, such as mail readers, or web browsers.
.
- This packages contains the compiled XML documentation for webkit-sharp.
+ This package contains the compiled XML documentation for webkit-sharp.
More information about the Pkg-cli-libs-commits
mailing list