diff --git a/.gitignore b/.gitignore index 134f5fc..2a94104 100644 --- a/.gitignore +++ b/.gitignore @@ -35,14 +35,21 @@ chsrc.toc *.pdf -# DEB package build artifacts -debian/chsrc/ -debian/.debhelper/ -debian/debhelper-build-stamp -debian/files -debian/chsrc.debhelper.log -debian/chsrc.substvars +############################## +# DEB package +############################## +# DEB package 未归档的目录 +pkg/DEB/debian/chsrc/ +# 下面这个目录包含创建出 $HOME 的虚拟环境 +pkg/DEB/debian/.debhelper/ + +pkg/DEB/debian/debhelper-build-stamp +pkg/DEB/debian/files +pkg/DEB/debian/chsrc.debhelper.log +pkg/DEB/debian/chsrc.substvars + +# 以下为 DEB package 构建的直接产物 chsrc_*.deb chsrc-dbgsym_*.ddeb chsrc_*.build diff --git a/debian/changelog b/pkg/DEB/debian/changelog similarity index 100% rename from debian/changelog rename to pkg/DEB/debian/changelog diff --git a/debian/control b/pkg/DEB/debian/control similarity index 100% rename from debian/control rename to pkg/DEB/debian/control diff --git a/debian/copyright b/pkg/DEB/debian/copyright similarity index 100% rename from debian/copyright rename to pkg/DEB/debian/copyright diff --git a/debian/postinst b/pkg/DEB/debian/postinst similarity index 100% rename from debian/postinst rename to pkg/DEB/debian/postinst diff --git a/debian/prerm b/pkg/DEB/debian/prerm similarity index 100% rename from debian/prerm rename to pkg/DEB/debian/prerm diff --git a/debian/rules b/pkg/DEB/debian/rules similarity index 100% rename from debian/rules rename to pkg/DEB/debian/rules