[Pkg-cli-libs-commits] r3940 - in /packages/ndesk-dbus-glib/trunk: ./ debian/changelog debian/rules

vorlon at users.alioth.debian.org vorlon at users.alioth.debian.org
Wed Dec 17 20:14:33 UTC 2008


Author: vorlon
Date: Wed Dec 17 20:14:33 2008
New Revision: 3940

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3940
Log:
debian/rules: pass GMCS=/usr/bin/csc to configure, for the mono 2.0 
transition.

Modified:
    packages/ndesk-dbus-glib/trunk/   (props changed)
    packages/ndesk-dbus-glib/trunk/debian/changelog
    packages/ndesk-dbus-glib/trunk/debian/rules

Propchange: packages/ndesk-dbus-glib/trunk/
------------------------------------------------------------------------------
--- bzr:file-ids (added)
+++ bzr:file-ids Wed Dec 17 20:14:33 2008
@@ -1,0 +1,2 @@
+debian/changelog	2934 at caf891c2-51b6-4cb3-8206-960372f2aebe:packages%2Fndesk-dbus-glib%2Ftrunk:debian%2Fchangelog
+debian/rules	2934 at caf891c2-51b6-4cb3-8206-960372f2aebe:packages%2Fndesk-dbus-glib%2Ftrunk:debian%2Frules

Propchange: packages/ndesk-dbus-glib/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-trunk2 (added)
+++ bzr:revision-id:v3-trunk2 Wed Dec 17 20:14:33 2008
@@ -1,0 +1,1 @@
+20 steve.langasek at canonical.com-20081217201427-6fuy7qrt8jgc71r7

Propchange: packages/ndesk-dbus-glib/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (added)
+++ bzr:revision-info Wed Dec 17 20:14:33 2008
@@ -1,0 +1,4 @@
+timestamp: 2008-12-17 12:14:27.676000118 -0800
+committer: Steve Langasek <steve.langasek at canonical.com>
+properties: 
+	branch-nick: ndesk-dbus-glib

Propchange: packages/ndesk-dbus-glib/trunk/
------------------------------------------------------------------------------
    bzr:text-parents = 

Modified: packages/ndesk-dbus-glib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/ndesk-dbus-glib/trunk/debian/changelog?rev=3940&op=diff
==============================================================================
--- packages/ndesk-dbus-glib/trunk/debian/changelog (original)
+++ packages/ndesk-dbus-glib/trunk/debian/changelog Wed Dec 17 20:14:33 2008
@@ -1,5 +1,6 @@
 ndesk-dbus-glib (0.4.1-2) UNRELEASED; urgency=low
 
+  [ Mirco Bauer ]
   * debian/control:
     + Changed Maintainer to pkg-cli-libs team.
     + Bumped Standards-Version to 3.8.0 (no changes needed)
@@ -9,6 +10,10 @@
   * debian/rules:
     + Call dh_clistrip in binary-indep target.
     + Use variable for ABI/API versions.
+
+  [ Steve Langasek ]
+  * debian/rules: pass GMCS=/usr/bin/csc to configure, for the mono 2.0 
+    transition.
 
  -- Mirco Bauer <meebey at debian.org>  Wed, 17 Dec 2008 19:37:55 +0100
 

Modified: packages/ndesk-dbus-glib/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/ndesk-dbus-glib/trunk/debian/rules?rev=3940&op=diff
==============================================================================
--- packages/ndesk-dbus-glib/trunk/debian/rules (original)
+++ packages/ndesk-dbus-glib/trunk/debian/rules Wed Dec 17 20:14:33 2008
@@ -17,7 +17,7 @@
 config: config-stamp
 config-stamp: patch-stamp
 	dh_testdir
-	./configure --prefix=/usr
+	./configure --prefix=/usr GMCS=/usr/bin/csc
 	touch config-stamp
 
 build: patch-stamp build-stamp




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