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

vorlon at users.alioth.debian.org vorlon at users.alioth.debian.org
Wed Dec 17 20:08:34 UTC 2008


Author: vorlon
Date: Wed Dec 17 20:08:34 2008
New Revision: 3938

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

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

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

Propchange: packages/ndesk-dbus/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-trunk2 (added)
+++ bzr:revision-id:v3-trunk2 Wed Dec 17 20:08:34 2008
@@ -1,0 +1,1 @@
+18 steve.langasek at canonical.com-20081217200828-sbc1n4z3r0md13nd

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

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

Modified: packages/ndesk-dbus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/ndesk-dbus/trunk/debian/changelog?rev=3938&op=diff
==============================================================================
--- packages/ndesk-dbus/trunk/debian/changelog (original)
+++ packages/ndesk-dbus/trunk/debian/changelog Wed Dec 17 20:08:34 2008
@@ -1,5 +1,6 @@
 ndesk-dbus (0.6.0-2) UNRELEASED; urgency=low
 
+  [ Mirco Bauer ]
   * debian/control:
     + Added Homepage, Vcs-Browser and Vcs-Svn fields.
     + Bumped cli-common-dev build-dep to >= 0.5.4 as we use dh_clistrip from
@@ -7,6 +8,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:25:04 +0100
 

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




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