debian/0000755000000000000000000000000011706251727007176 5ustar debian/copyright0000644000000000000000000000237611620315515011130 0ustar Format-Specification: http://dep.debian.net/deps/dep5/ Name: Mono.Reflection Source: https://github.com/jbevain/mono.reflection Files: * Copyright: © 2009-2011 Jb Evain (jbevain@novell.com) © 2011 Jo Shields License: MIT 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. debian/changelog0000644000000000000000000000056011706251744011050 0ustar mono.reflection (1.0+git20110407+d2343843-2) unstable; urgency=low * [112c728] Update debian/rules for DH8-compatible "--with cli" -- Jo Shields Fri, 20 Jan 2012 11:45:27 +0000 mono.reflection (1.0+git20110407+d2343843-1) unstable; urgency=low * Initial release. -- Jo Shields Tue, 09 Aug 2011 22:03:22 +0100 debian/source/0000755000000000000000000000000011620313570010464 5ustar debian/source/format0000644000000000000000000000001411620317066011676 0ustar 3.0 (quilt) debian/libmono-reflection-cil.install0000644000000000000000000000004611620317555015117 0ustar bin/Debug/* /usr/lib/mono.reflection/ debian/rules0000755000000000000000000000074611706251673010265 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 override_dh_auto_build: xbuild Mono.Reflection.csproj sed -e 's;@prefix@;/usr;g' \ -e 's;^Version:.*;Version:\ $(UPVERSION);g' \ debian/mono.reflection.pc.in > debian/mono.reflection.pc override_dh_clean: rm -f debian/mono.reflection.pc xbuild Mono.Reflection.csproj /target:clean dh_clean # no clilibs — private library override_dh_makeclilibs: %: dh $@ --with cli debian/compat0000644000000000000000000000000211620313764010367 0ustar 7 debian/mono.reflection.pc.in0000644000000000000000000000031211620321163013207 0ustar prefix=/usr assemblies_dir=${prefix}/lib/mono.reflection Libraries=${assemblies_dir}/Mono.Reflection.dll Name: Mono.Reflection Description: Mono.Reflection Library Version: none Libs: -r:${Libraries} debian/libmono-reflection-cil-dev.install0000644000000000000000000000005611620320170015657 0ustar debian/mono.reflection.pc /usr/lib/pkgconfig debian/patches/0000755000000000000000000000000011620317163010615 5ustar debian/patches/dont_set_target_framework.patch0000644000000000000000000000141311620317163017077 0ustar Index: mono.reflection/Mono.Reflection.csproj =================================================================== --- mono.reflection.orig/Mono.Reflection.csproj 2011-08-09 21:53:57.000000000 +0100 +++ mono.reflection/Mono.Reflection.csproj 2011-08-09 21:54:02.000000000 +0100 @@ -10,7 +10,6 @@ Properties Mono.Reflection Mono.Reflection - v3.5 512 true mono.snk @@ -59,4 +58,4 @@ --> - \ No newline at end of file + debian/patches/series0000644000000000000000000000004011620317141012020 0ustar dont_set_target_framework.patch debian/control0000644000000000000000000000253711620320532010572 0ustar Source: mono.reflection Section: cli-mono Priority: optional Maintainer: Debian CLI Libraries Team Uploaders: Jo Shields Build-Depends: cli-common-dev (>= 0.5.7~), mono-devel (>= 2.4.3~), mono-xbuild, debhelper (>= 7.0.50~) Standards-Version: 3.9.2 Homepage: https://github.com/jbevain/mono.reflection Vcs-Git: git://git.debian.org/pkg-cli-libs/packages/mono.reflection.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/mono.reflection.git Package: libmono-reflection-cil Architecture: all Depends: ${cli:Depends}, ${misc:Depends} Description: CLI reflection helper library This package provides the Mono.Reflection assembly that provides CLI (.NET) programs with additional helper namespaces as a companion to System.Reflection and System.Reflection.Emit. . This package contains the Mono.Reflection assembly. Package: libmono-reflection-cil-dev Architecture: all Depends: libmono-reflection-cil (= ${binary:Version}), ${misc:Depends} Description: CLI reflection helper library This package provides the Mono.Reflection assembly that provides CLI (.NET) programs with additional helper namespaces as a companion to System.Reflection and System.Reflection.Emit. . This package contains development files for the Mono.Reflection assembly, and should be used for compilation.