--- nini-1.1.0+dfsg.2.orig/debian/Makefile +++ nini-1.1.0+dfsg.2/debian/Makefile @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +MCS = /usr/bin/mono-csc +TARGET = Nini.dll +KEYFILE = debian/Nini.snk + +SOURCES = Source/AssemblyInfo.cs \ + Source/Config/*.cs \ + Source/Ini/*.cs \ + Source/Util/*.cs + +DEFINES = -define:MONO_2_0 \ + -define:STRONG + +REFERENCES = -r:System.dll \ + -r:System.Xml.dll + +all: $(TARGET) + +$(TARGET): $(KEYFILE) $(SOURCES) + mkdir -p build + $(MCS) -debug -nowarn:1616 -target:library -out:build/"$@" \ + $(DEFINES) $(REFERENCES) -keyfile:$(KEYFILE) $(SOURCES) + + --- nini-1.1.0+dfsg.2.orig/debian/Nini.snk.uue +++ nini-1.1.0+dfsg.2/debian/Nini.snk.uue @@ -0,0 +1,17 @@ +begin 600 Nini.snk +M!P(````D``!24T$R``0``!$```"M"VY;.)&'^47#V1XRZK&L!JH`'DGLG<\[ +M"LBOVSTV7G<+?3._7#3<#$J^I +M6I7[PU8Z^8E45^O#O&2R=,*B1&VB>*-@/LL)[M3E.N&=F?2=E`!H>2PR%AUB +M_19@,5N<$$5LZ<,)#6)&"9`M5EFVQ]*I9'$>?'%-V++-]&KUJ!"%VNKS]RH/ +M9,KW9Y#*H14L+S@_^4$%#^A*D@M02R&`&$IE>6,Z!TTP!C/3-#G6YC@A2>_X#?K%8+AC8+/+_?LZ4>C:%,P +M+FN11TL5R&W@WFV_%],I,RVA@Y_AP,[J&VLW)61KI/9"%' +MS=!__IA5!Z@7NQ27&^=L4;E!9"%R-?L<3=\, Wed, 08 Mar 2006 20:10:56 +0100 --- nini-1.1.0+dfsg.2.orig/debian/changelog +++ nini-1.1.0+dfsg.2/debian/changelog @@ -0,0 +1,88 @@ +nini (1.1.0+dfsg.2-5) unstable; urgency=medium + + * [8d534c0] Stop build-depending on dpatch, we don't use it + * [8166994] Fix debhelper version + * [ca034bd] Update to vaguely modern DH7 rules file idioms + + -- Jo Shields Wed, 09 Sep 2015 12:25:43 +0100 + +nini (1.1.0+dfsg.2-4) unstable; urgency=low + + * Rebuild with Mono 2.10 for CLR 4.0 transition + + -- Jo Shields Sun, 22 Jan 2012 00:18:36 +0000 + +nini (1.1.0+dfsg.2-3) unstable; urgency=low + + * debian/control, + debian/Makefile: + + Use mono-csc from mono-devel 2.4.2.3 + * debian/control: + + No-change bump to Standards 3.8.3 + * debian/control, + debian/libnini-cil-dev.install: + + Create unversioned -dev package containing pkg-config file + * debian/rules, + debian/nini-1.1.pc, + debian/libnini1.1-cil.installcligac: + + CLI Policy 0.7-compliant install dir + + -- Jo Shields Sat, 07 Nov 2009 11:37:54 +0000 + +nini (1.1.0+dfsg.2-2) unstable; urgency=low + + * Update for Mono 2.0 transition + + -- Jo Shields Mon, 02 Mar 2009 16:01:03 +0000 + +nini (1.1.0+dfsg.2-1) unstable; urgency=medium + + [ Mirco Bauer ] + * Second DFSG version of nini 1.1.0, as some binary files were left in the + source tarball. (Closes: #494295) + (deleted all pre-compiled binaries from the tarball) + + For the record here a list of the deleted files: + Bin/* + Examples/VbExamples/BasicApp/bin/* + Examples/CsExamples/BasicApp/bin/* + Examples/NiniEdit/Bin/* + * debian/control: + + Added myself to Uploaders. + + Changed Maintainer to Debian CLI Libraries Team. + + Added Homepage, Vcs-Browser and Vcs-Svn fields. + + Bumped Standards-Version to 3.8.0, no changes needed. + + Updated cli-common-dev build-dependency to >= 0.5.7 + (needed for cli.make) + + Updated debhelper build-dependency to >= 7. + * debian/watch: + + Mangled dfsg version. + * debian/rules: + + Include /usr/share/cli-common/cli.make + + Migrated to debhelper v7 minimalistic style. + * debian/compat: + + Bumped to 7. + + [ Sebastian Dröge ] + * debian/control: + + Updated to use my debian.org mail address + + -- Mirco Bauer Sun, 10 Aug 2008 15:33:16 +0200 + +nini (1.1.0+dfsg-2) unstable; urgency=low + + * Sebastian 'slomo' Dröge: + + debian/rules: + - Run dh_install before dh_installcligac to fix FTBFS (Closes: #395043) + + debian/control: + - Raise Build-Depends on cli-common-dev to (>= 0.4.4) to remove warnings + at build time + - Update Standards-Version to 3.7.2 + + -- Debian Mono Group Wed, 25 Oct 2006 06:53:05 +0200 + +nini (1.1.0+dfsg-1) unstable; urgency=low + + * Initial Revision (Closes: #355926) + + -- Sebastian Dröge Mon, 1 May 2006 16:09:53 +0200 + --- nini-1.1.0+dfsg.2.orig/debian/compat +++ nini-1.1.0+dfsg.2/debian/compat @@ -0,0 +1 @@ +7 --- nini-1.1.0+dfsg.2.orig/debian/control +++ nini-1.1.0+dfsg.2/debian/control @@ -0,0 +1,42 @@ +Source: nini +Section: devel +Priority: optional +Maintainer: Debian CLI Libraries Team +Uploaders: Sebastian Dröge , Mirco Bauer +Build-Depends: debhelper (>= 7.0.50~) +Build-Depends-Indep: cli-common-dev (>= 0.5.7), + mono-devel (>= 2.4.2.3), + sharutils +Standards-Version: 3.8.3 +Homepage: http://nini.sourceforge.net +Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/nini/trunk/ +Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-libs/packages/nini/trunk/ + +Package: libnini1.1-cil +Architecture: all +Depends: ${cli:Depends}, ${misc:Depends} +Description: CLI library for managing configuration files + Nini is an uncommonly powerful .NET configuration library designed to help + build highly configurable applications quickly. + . + This package contains the Nini library + +Package: libnini-cil-dev +Architecture: all +Depends: libnini1.1-cil (= ${binary:Version}), ${misc:Depends} +Replaces: libnini1.1-cil (<< 1.1.0+dfsg.2-3) +Description: CLI library for managing configuration files + Nini is an uncommonly powerful .NET configuration library designed to help + build highly configurable applications quickly. + . + This package contains development files for the Nini library, and should be + used for compilation + +Package: libnini-doc +Architecture: all +Section: doc +Description: CLI library for managing configuration files (Documentation) + Nini is an uncommonly powerful .NET configuration library designed to help + build highly configurable applications quickly. + . + This package contains the documentation for Nini --- nini-1.1.0+dfsg.2.orig/debian/copyright +++ nini-1.1.0+dfsg.2/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Sebastian Dröge on +Wed, 08 Mar 2006 20:10:56 +0100. + +It was downloaded from http://nini.sourceforge.net + +Upstream Author: Brent R. Matzelle + +Copyright: + +Copyright (c) 2006 Brent R. Matzelle + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + --- nini-1.1.0+dfsg.2.orig/debian/libnini-cil-dev.install +++ nini-1.1.0+dfsg.2/debian/libnini-cil-dev.install @@ -0,0 +1 @@ +debian/nini-1.1.pc /usr/lib/pkgconfig/ --- nini-1.1.0+dfsg.2.orig/debian/libnini-doc.docs +++ nini-1.1.0+dfsg.2/debian/libnini-doc.docs @@ -0,0 +1 @@ +Docs --- nini-1.1.0+dfsg.2.orig/debian/libnini1.1-cil.install +++ nini-1.1.0+dfsg.2/debian/libnini1.1-cil.install @@ -0,0 +1 @@ +build/Nini.dll* /usr/lib/cli/Nini-1.1/ --- nini-1.1.0+dfsg.2.orig/debian/libnini1.1-cil.installcligac +++ nini-1.1.0+dfsg.2/debian/libnini1.1-cil.installcligac @@ -0,0 +1 @@ +/usr/lib/cli/Nini-1.1/Nini.dll --- nini-1.1.0+dfsg.2.orig/debian/nini-1.1.pc +++ nini-1.1.0+dfsg.2/debian/nini-1.1.pc @@ -0,0 +1,8 @@ +prefix=/usr +exec_prefix=${prefix} +libdir=${exec_prefix}/lib + +Name: nini +Description: Nini - CLI library for managing configuration files +Version: 1.1.0 +Libs: -r:${libdir}/cli/Nini-1.1/Nini.dll --- nini-1.1.0+dfsg.2.orig/debian/rules +++ nini-1.1.0+dfsg.2/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f +export DH_VERBOSE=1 + +DEB_CLI_ABI_VERSION = 1.1 +DEB_CLI_API_VERSION = 1.1 + +override_dh_auto_build: + uudecode -o debian/Nini.snk debian/Nini.snk.uue + $(MAKE) -f debian/Makefile + +override_dh_clean: + rm -f build-stamp debian/Nini.snk + dh_clean + +override_dh_installchangelogs: + dh_installchangelogs CHANGELOG.txt + +override_dh_makeclilibs: + dh_makeclilibs -i -m $(DEB_CLI_API_VERSION) + +%: + dh $@ --with cli + --- nini-1.1.0+dfsg.2.orig/debian/watch +++ nini-1.1.0+dfsg.2/debian/watch @@ -0,0 +1,3 @@ +version=2 +opts=dversionmangle=s/\+dfsg(\.\d+)?$// \ + http://sf.net/nini/Nini-(.*)\.zip