初步添加统信的wine打包脚本

This commit is contained in:
2022-07-14 14:31:36 +08:00
parent 2eb05c9b7c
commit a01287dd6f
49 changed files with 2531 additions and 14 deletions

15
package-script/debian/build Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/sh
# (c) Copyright 2008. CodeWeavers, Inc.
set -e
cd "$1"
dh_testdir
dh_testroot
dh_installdirs
dh_install --sourcedir=/
dh_link
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb --destdir=.

View File

@@ -0,0 +1,5 @@
@deb_package_name@ (@deb_version_string@) unstable; urgency=low
* New @app_name@ package.
-- @deb_packager@ <test@test.com> @deb_date@

1
package-script/debian/compat Executable file
View File

@@ -0,0 +1 @@
5

16
package-script/debian/control Executable file
View File

@@ -0,0 +1,16 @@
Source: @deb_package_name@
Section: non-free/otherosfs
Priority: optional
Maintainer: @deb_packager@
Build-Depends: debhelper (>= 3.0), fakeroot
Standards-Version: 3.7.3.0
Package: @deb_package_name@
Depends: @package_depends@
Recommends: libcapi20-3, libcups2, libdbus-1-3, libfontconfig1, libfreetype6, libglu1-mesa | libglu1, libgnutls30 | libgnutls28 | libgnutls26, libgsm1, libgssapi-krb5-2, libjpeg62-turbo | libjpeg8, libkrb5-3, libodbc1, libosmesa6, libpng16-16 | libpng12-0, libsane | libsane1, libsdl2-2.0-0, libtiff5, libv4l-0, libxcomposite1, libxcursor1, libxfixes3, libxi6, libxinerama1, libxrandr2, libxrender1, libxslt1.1, libxxf86vm1
Replaces: @old_package@
Provides: @old_package@
Conflicts: @old_package@
Architecture: i386
Multi-Arch: foreign
Description: @app_description@

View File

@@ -0,0 +1,2 @@
This package contains a virtual Windows environment.
See the copyrights and licenses of the individual applications it contains.