mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
初步添加统信的wine打包脚本
This commit is contained in:
15
package-script/debian/build
Executable file
15
package-script/debian/build
Executable 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=.
|
||||
5
package-script/debian/changelog
Executable file
5
package-script/debian/changelog
Executable 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
1
package-script/debian/compat
Executable file
@@ -0,0 +1 @@
|
||||
5
|
||||
16
package-script/debian/control
Executable file
16
package-script/debian/control
Executable 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@
|
||||
2
package-script/debian/copyright
Executable file
2
package-script/debian/copyright
Executable file
@@ -0,0 +1,2 @@
|
||||
This package contains a virtual Windows environment.
|
||||
See the copyrights and licenses of the individual applications it contains.
|
||||
Reference in New Issue
Block a user