[Pkg-cli-libs-commits] [flickrnet] 05/24: debian/compile.sh: call csc instead of gmcs for mono 2.0

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Mon Apr 17 12:36:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository flickrnet.

commit 232a43cd545c9cb14311640409257cfbd88d3eea
Author: Steve Langasek <vorlon at debian.org>
Date:   Thu Dec 18 06:48:45 2008 +0000

    debian/compile.sh: call csc instead of gmcs for mono 2.0
---
 debian/changelog  | 1 +
 debian/compile.sh | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index af76502..1f01ce7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libflickrnet (25277-7) UNRELEASED; urgency=low
 
   * debian/control: update build-dependencies for mono 2.0 transition
+  * debian/compile.sh: call csc instead of gmcs for mono 2.0
 
  -- Steve Langasek <vorlon at debian.org>  Wed, 17 Dec 2008 22:44:32 -0800
 
diff --git a/debian/compile.sh b/debian/compile.sh
index d868477..cdb2c28 100644
--- a/debian/compile.sh
+++ b/debian/compile.sh
@@ -1 +1 @@
-gmcs -debug -target:library -out:FlickrNet.dll  -r:System.Web.dll -r:System.Drawing.dll *.cs
+csc -debug -target:library -out:FlickrNet.dll  -r:System.Web.dll -r:System.Drawing.dll *.cs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-libs/packages/flickrnet.git



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