[Pkg-cli-libs-commits] r4043 - in /packages/gtkglarea-sharp/trunk/debian: changelog control rules

laney-guest at users.alioth.debian.org laney-guest at users.alioth.debian.org
Sat Feb 28 22:33:32 UTC 2009


Author: laney-guest
Date: Sat Feb 28 22:33:32 2009
New Revision: 4043

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4043
Log:
* debian/control, debian/rules: Update build-deps and pass
  MCS=/usr/bin/csc for Mono 2 transition
* debian/control: Bump s-v to 3.8.0; add Homepage field 
* debian/control: Add Vcs-Browser and Vcs-Svn
* debian/contro: Add ${misc:Depends} to packages 

Modified:
    packages/gtkglarea-sharp/trunk/debian/changelog
    packages/gtkglarea-sharp/trunk/debian/control
    packages/gtkglarea-sharp/trunk/debian/rules

Modified: packages/gtkglarea-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtkglarea-sharp/trunk/debian/changelog?rev=4043&op=diff
==============================================================================
--- packages/gtkglarea-sharp/trunk/debian/changelog (original)
+++ packages/gtkglarea-sharp/trunk/debian/changelog Sat Feb 28 22:33:32 2009
@@ -1,10 +1,18 @@
 gtkglarea-sharp (0.0.17-4) UNRELEASED; urgency=low
 
+  [ David Paleino ]
   * debian/patches/:
     + 200_shared_context.diff and series updated to use the default -p1 instead
       of -p0 (Closes: #484947)
 
- -- David Paleino <d.paleino at gmail.com>  Sat, 20 Sep 2008 11:03:53 +0200
+  [ Iain Lane ]
+  * debian/control, debian/rules: Update build-deps and pass
+    MCS=/usr/bin/csc for Mono 2 transition
+  * debian/control: Bump s-v to 3.8.0; add Homepage field 
+  * debian/control: Add Vcs-Browser and Vcs-Svn
+  * debian/contro: Add ${misc:Depends} to packages 
+
+ -- Iain Lane <laney at ubuntu.com>  Sat, 28 Feb 2009 22:33:09 +0000
 
 gtkglarea-sharp (0.0.17-3) unstable; urgency=low
 

Modified: packages/gtkglarea-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtkglarea-sharp/trunk/debian/control?rev=4043&op=diff
==============================================================================
--- packages/gtkglarea-sharp/trunk/debian/control (original)
+++ packages/gtkglarea-sharp/trunk/debian/control Sat Feb 28 22:33:32 2009
@@ -4,12 +4,15 @@
 Maintainer:  Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
 Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
 Build-Depends: debhelper (>= 5), quilt
-Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-gac, mono-gmcs, mono-utils, libmono-dev, libgtkgl2.0-dev, libgtk2.0-cil
-Standards-Version: 3.7.3
+Build-Depends-Indep: cli-common-dev (>= 0.4.4), mono-devel (>= 2.0), libgtkgl2.0-dev, libgtk2.0-cil
+Homepage: http://www.mono-project.com/GtkGLSharp
+Standards-Version: 3.8.0
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtkglarea-sharp
+Vcs-Svn: svn+ssh://svn.debian.org/pkg-cli-libs/packages/gtkglarea-sharp
 
 Package: libgtkglarea0.0-cil
 Architecture: all
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, ${misc:Depends}
 Description: CLI bindings for the GTK OpenGL area widget
  The gtkglarea-sharp bindings allow CLI (.NET) programs to use the GTK OpenGL
  area widget to display accelerated 3D graphics in GTK applications.
@@ -18,7 +21,7 @@
 
 Package: libgtkglarea-cil-examples
 Architecture: all
-Depends: ${cli:Depends}
+Depends: ${cli:Depends}, ${misc:Depends}
 Description: gtkglarea-sharp examples
  The gtkglarea-sharp bindings allow CLI (.NET) programs to use the GTK OpenGL
  area widget to display accelerated 3D graphics in GTK applications.

Modified: packages/gtkglarea-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtkglarea-sharp/trunk/debian/rules?rev=4043&op=diff
==============================================================================
--- packages/gtkglarea-sharp/trunk/debian/rules (original)
+++ packages/gtkglarea-sharp/trunk/debian/rules Sat Feb 28 22:33:32 2009
@@ -11,7 +11,7 @@
 configure-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	./configure --prefix=/usr
+	./configure --prefix=/usr MCS=/usr/bin/csc
 	touch configure-stamp
 
 build: build-stamp




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