[Pkg-cli-libs-commits] r4316 - in /packages/gnome-sharp2/trunk/debian: changelog control rules

directhex at users.alioth.debian.org directhex at users.alioth.debian.org
Wed Dec 16 19:06:30 UTC 2009


Author: directhex
Date: Wed Dec 16 19:06:29 2009
New Revision: 4316

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4316
Log:
  * debian/control:
    + Switch mono-devel and *-cil build-dependencies for mono -dev transition
  * debian/rules:
    + Use mono-csc as compiler command


Modified:
    packages/gnome-sharp2/trunk/debian/changelog
    packages/gnome-sharp2/trunk/debian/control
    packages/gnome-sharp2/trunk/debian/rules

Modified: packages/gnome-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-sharp2/trunk/debian/changelog?rev=4316&op=diff
==============================================================================
--- packages/gnome-sharp2/trunk/debian/changelog (original)
+++ packages/gnome-sharp2/trunk/debian/changelog Wed Dec 16 19:06:29 2009
@@ -2,6 +2,7 @@
 
   * debian/control:
     + Bump to Standards 3.8.3
+    + Switch mono-devel and *-cil build-dependencies for mono -dev transition
   * debian/control,
     debian/lib*.install:
     + Create unversioned -dev packages containing pkg-config files, GAPI
@@ -11,6 +12,8 @@
     + Don't rename pcfile. Leave it as-is, as the "unversioned" name for
       the gnome-sharp-2.0 package. Yes yes, I know, it'd be nice if upstream
       could be consistent over ABI versions, but there you go.
+  * debian/rules:
+    + Use mono-csc as compiler command
 
  -- Jo Shields <directhex at apebox.org>  Tue, 01 Dec 2009 10:14:44 +0000
 

Modified: packages/gnome-sharp2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-sharp2/trunk/debian/control?rev=4316&op=diff
==============================================================================
--- packages/gnome-sharp2/trunk/debian/control (original)
+++ packages/gnome-sharp2/trunk/debian/control Wed Dec 16 19:06:29 2009
@@ -9,20 +9,18 @@
  libtool,
  autoconf,
  automake,
- mono-devel (>= 2.0.1),
+ mono-devel (>= 2.4.3),
  libmono-dev (>= 1.0),
  pkg-config,
  libgtk2.0-dev (>= 2.13.0),
  libglib2.0-dev (>= 2.12.0),
- libgtk2.0-cil (>= 2.12.2),
- libglade2.0-cil (>= 2.12.2),
+ libgtk-cil-dev,
+ libglade-cil-dev,
  gtk-sharp2-gapi (>= 2.12.6),
  libgnomevfs2-dev (>= 1:2.22.0),
  libgnomeui-dev (>= 2.23.0),
  libgnomecanvas2-dev (>= 2.20.0),
- libart-2.0-dev (>= 2.3.20),
- libmono0 (>= 1.0),
- libmono-cairo1.0-cil
+ libart-2.0-dev (>= 2.3.20)
 Standards-Version: 3.8.3
 Homepage: http://www.mono-project.com/GtkSharp
 Vcs-Svn: svn://svn.debian.org/pkg-cli-libs/packages/gnome-sharp2/trunk

Modified: packages/gnome-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-sharp2/trunk/debian/rules?rev=4316&op=diff
==============================================================================
--- packages/gnome-sharp2/trunk/debian/rules (original)
+++ packages/gnome-sharp2/trunk/debian/rules Wed Dec 16 19:06:29 2009
@@ -25,7 +25,7 @@
 	dh_testdir
 	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure \
 		--prefix=/usr \
-		CSC=/usr/bin/csc
+		CSC=/usr/bin/mono-csc
 	touch $@
 
 build-indep: build-indep-stamp




More information about the Pkg-cli-libs-commits mailing list