mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-09 21:33:23 +08:00
fix(debian): 更新安装步骤,使用 install 命令简化文件复制,更新兼容性和标准版本
This commit is contained in:
2
debian/compat
vendored
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
9
|
||||
13
|
||||
|
6
debian/control
vendored
6
debian/control
vendored
@@ -1,9 +1,9 @@
|
||||
Source: chsrc
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Aoran Zeng <ccmywish@qq.com>
|
||||
Build-Depends: debhelper (>= 9), build-essential, libc6-dev
|
||||
Standards-Version: 4.1.2
|
||||
Maintainer: sanchuanhehe <wyihe5520@gmail.com>
|
||||
Build-Depends: debhelper-compat (= 13), build-essential, libc6-dev
|
||||
Standards-Version: 4.6.0
|
||||
Homepage: https://github.com/RubyMetric/chsrc
|
||||
Vcs-Git: https://github.com/RubyMetric/chsrc.git
|
||||
Vcs-Browser: https://github.com/RubyMetric/chsrc
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@@ -8,6 +8,3 @@ override_dh_auto_build:
|
||||
|
||||
override_dh_auto_install:
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/chsrc
|
||||
|
||||
override_dh_auto_clean:
|
||||
$(MAKE) clean
|
||||
|
Reference in New Issue
Block a user