Initial Debianization
This commit is contained in:
Родитель
2626c7167d
Коммит
59341121a8
|
@ -0,0 +1,5 @@
|
|||
msbuild (15.0+xamarinxplat.2016.11.08.18.31-0xamarin1) unstable; urgency=medium
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Jo Shields <joshield@microsoft.com> Wed, 09 Nov 2016 11:50:17 +0000
|
|
@ -0,0 +1 @@
|
|||
7
|
|
@ -0,0 +1,23 @@
|
|||
Source: msbuild
|
||||
Section: unknown
|
||||
Priority: optional
|
||||
Maintainer: Jo Shields <joshield@microsoft.com>
|
||||
Build-Depends: debhelper (>=7.0.50~), mono-devel (>= 4.0), cli-common-dev,
|
||||
curl, unzip, libunwind8-dev, libicu-dev, ca-certificates-mono,
|
||||
libcurl4-openssl-dev, coreutils
|
||||
Standards-Version: 3.9.6
|
||||
Homepage: https://github.com/mono/msbuild
|
||||
|
||||
Package: msbuild
|
||||
Architecture: all
|
||||
Depends: ${cli:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: build platform for .NET and Visual Studio
|
||||
The Microsoft Build Engine is a platform for building applications.
|
||||
This engine, which is also known as MSBuild, provides an XML schema
|
||||
for a project file that controls how the build platform processes
|
||||
and builds software. Visual Studio uses MSBuild, but MSBuild does
|
||||
not depend on Visual Studio. By invoking msbuild.exe on your
|
||||
project or solution file, you can orchestrate and build products
|
||||
in environments where Visual Studio isn't installed.
|
||||
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: msbuild
|
||||
Source: <https://github.com/mono/msbuild/tree/xplat-c9>
|
||||
|
||||
Files: *
|
||||
Copyright: 2015 Microsoft
|
||||
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.
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
#!/usr/bin/make -f
|
||||
MAKEFILE = $(firstword $(MAKEFILE_LIST))
|
||||
DEBIAN_DIR = $(dir $(MAKEFILE))
|
||||
TEMP_HOME = $(abspath $(DEBIAN_DIR))/homedir/
|
||||
|
||||
override_dh_clean:
|
||||
rm -rf $(TEMP_HOME)
|
||||
dh_clean
|
||||
|
||||
override_dh_auto_build:
|
||||
mkdir -p $(TEMP_HOME)
|
||||
HOME=$(TEMP_HOME) ./cibuild.sh --scope Compile --host Mono --target Mono
|
||||
|
||||
override_dh_auto_install:
|
||||
DESTDIR=debian/msbuild ./install-mono-prefix.sh /usr
|
||||
rm -f debian/msbuild/usr/lib/mono/msbuild/15.0/bin/Microsoft.DiaSymReader.*
|
||||
|
||||
override_dh_clideps:
|
||||
dh_clideps \
|
||||
--exclude-moduleref=api-ms-win-core-file-l1-1-0.dll \
|
||||
--exclude-moduleref=clr \
|
||||
--exclude-moduleref=crypt32.dll \
|
||||
--exclude-moduleref=dbghelp.dll \
|
||||
--exclude-moduleref=fusion.dll \
|
||||
--exclude-moduleref=Microsoft.DiaSymReader.Native.x86.dll \
|
||||
--exclude-moduleref=Microsoft.DiaSymReader.Native.amd64.dll \
|
||||
--exclude-moduleref=mscoree.dll \
|
||||
--exclude-moduleref=NTDLL.DLL \
|
||||
--exclude-moduleref=ole32.dll
|
||||
|
||||
%:
|
||||
dh --with cli $@
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
Загрузка…
Ссылка в новой задаче