[Pkg-cli-libs-commits] r4343 - in /packages/gtk-sharp2/trunk/debian: changelog control
directhex at users.alioth.debian.org
directhex at users.alioth.debian.org
Wed Jan 6 10:30:14 UTC 2010
Author: directhex
Date: Wed Jan 6 10:30:14 2010
New Revision: 4343
URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4343
Log:
* debian/control:
+ Add explicit dependencies on -cil-dev packages whose pkg-config
files have a Requires line. Previously this was taken care of by
accident thanks to dh_clideps, but not since the -cil-dev split.
Modified:
packages/gtk-sharp2/trunk/debian/changelog
packages/gtk-sharp2/trunk/debian/control
Modified: packages/gtk-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/changelog?rev=4343&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/changelog (original)
+++ packages/gtk-sharp2/trunk/debian/changelog Wed Jan 6 10:30:14 2010
@@ -1,3 +1,12 @@
+gtk-sharp2 (2.12.9-3) UNRELEASED; urgency=low
+
+ * debian/control:
+ + Add explicit dependencies on -cil-dev packages whose pkg-config
+ files have a Requires line. Previously this was taken care of by
+ accident thanks to dh_clideps, but not since the -cil-dev split.
+
+ -- Jo Shields <directhex at apebox.org> Wed, 06 Jan 2010 10:27:01 +0000
+
gtk-sharp2 (2.12.9-2) unstable; urgency=low
[ Jo Shields ]
Modified: packages/gtk-sharp2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/control?rev=4343&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/control (original)
+++ packages/gtk-sharp2/trunk/debian/control Wed Jan 6 10:30:14 2010
@@ -89,7 +89,7 @@
Package: libgtk2.0-cil-dev
Architecture: any
-Depends: libgtk2.0-cil (= ${binary:Version}), ${misc:Depends}
+Depends: libgtk2.0-cil (= ${binary:Version}), libglib2.0-cil-dev (= ${binary:Version}), ${misc:Depends}
Replaces: libgtk2.0-cil (<< 2.12.9-2)
Description: CLI binding for the GTK+ toolkit 2.12
This package provides the atk-sharp, gdk-sharp, gtk-dotnet, gtk-sharp and
@@ -116,7 +116,7 @@
Package: libglade2.0-cil-dev
Architecture: any
-Depends: libglade2.0-cil (= ${binary:Version}), ${misc:Depends}
+Depends: libglade2.0-cil (= ${binary:Version}), libgtk2.0-cil-dev (= ${binary:Version}), ${misc:Depends}
Replaces: libglade2.0-cil (<< 2.12.9-2)
Description: CLI binding for the Glade libraries 2.6
This package provides the glade-sharp assembly that allows CLI (.NET) programs
More information about the Pkg-cli-libs-commits
mailing list