From a54d5507fd055aa2cb736e23857fd4510f835c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=88=90=E5=88=9A?= Date: Fri, 17 Feb 2023 13:51:25 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20=E4=B8=BAdeepin=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9D=A5=E8=87=AAdebian=E6=88=96=E8=80=85ubuntu?= =?UTF-8?q?=E7=9A=84=E8=BD=AF=E4=BB=B6=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.3.为deepin添加来自debian或ubuntu的软件包.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deepin进阶教程/2.deepin软件包管理/2.3.为deepin添加来自debian或ubuntu的软件包.md b/docs/deepin进阶教程/2.deepin软件包管理/2.3.为deepin添加来自debian或ubuntu的软件包.md index d2694b5..8fc912c 100644 --- a/docs/deepin进阶教程/2.deepin软件包管理/2.3.为deepin添加来自debian或ubuntu的软件包.md +++ b/docs/deepin进阶教程/2.deepin软件包管理/2.3.为deepin添加来自debian或ubuntu的软件包.md @@ -36,6 +36,8 @@ dpkg-source -x neofetch_7.1.0-1.dsc ``` 你可以获得一个`neofetch-7.1.0`的目录,进入目录,可以看到`debian`目录,这个目录就是debian的源码包。 +> 注意检查源码中是否包含发行版的判断,比如debian/rules、CMakeList 等构建时的判断检查等 + ### 3. 检查依赖 ```shell