[Pkg-cli-libs-commits] [nini] 01/02: * Update for Mono 2.0 transition

Jo Shields directhex at moszumanska.debian.org
Wed Sep 9 11:10:15 UTC 2015


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

directhex pushed a commit to annotated tag debian/1.1.0+dfsg.2-2
in repository nini.

commit 5891e7034f359d030f59e1c7be069c46d59b1b6b
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Mar 2 16:04:52 2009 +0000

      * Update for Mono 2.0 transition
---
 debian/Makefile  | 4 ++--
 debian/changelog | 6 ++++++
 debian/control   | 5 ++---
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/Makefile b/debian/Makefile
index 0deb326..f4a71c9 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-MCS = /usr/bin/mcs
+MCS = /usr/bin/csc
 TARGET = Nini.dll
 KEYFILE = debian/Nini.snk
 
@@ -9,7 +9,7 @@ SOURCES = Source/AssemblyInfo.cs \
 	  Source/Ini/*.cs \
 	  Source/Util/*.cs
 
-DEFINES = -define:MONO_1_0 \
+DEFINES = -define:MONO_2_0 \
           -define:STRONG
 	  
 REFERENCES = -r:System.dll \
diff --git a/debian/changelog b/debian/changelog
index a864b21..af96d72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nini (1.1.0+dfsg.2-2) UNRELEASED; urgency=low
+
+  * Update for Mono 2.0 transition
+
+ -- Jo Shields <directhex at apebox.org>  Mon, 02 Mar 2009 16:01:03 +0000
+
 nini (1.1.0+dfsg.2-1) unstable; urgency=medium
 
   [ Mirco Bauer ]
diff --git a/debian/control b/debian/control
index ed1eb02..fbecc43 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,10 @@ Source: nini
 Section: devel
 Priority: optional
 Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
-Uploaders: Sebastian Dröge <slomo at debian.org>, Mirco Bauer <meebey at debian.org>
+Uploaders: Sebastian Dröge <slomo at debian.org>, Mirco Bauer <meebey at debian.org>, Jo Shields <directhex at apebox.org>
 Build-Depends: debhelper (>= 7), dpatch
 Build-Depends-Indep: cli-common-dev (>= 0.5.7),
- mono-mcs (>= 1.1.9) | c-sharp-compiler,
- mono-gac,
+ mono-devel (>= 2.0.1),
  sharutils
 Standards-Version: 3.8.0
 Homepage: http://nini.sourceforge.net

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



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