vimer linux kernel 爱好者

debian debdiff用法

2022-05-27

如果针对 d/*下面的目录进行修改,目前没有好的方法,比如使用quilt或者patch,但是我们可以使用

$ debdiff  old/waypipe_0.8.2-3.dsc waypipe_0.8.2-3.dsc
dpkg-source: warning: extracting unsigned source package (/home/vimer/05/26_waypipe/waypipe_0.8.2-3.dsc)
diff -Nru waypipe-0.8.2/debian/rules waypipe-0.8.2/debian/rules
--- waypipe-0.8.2/debian/rules  2021-12-01 15:39:26.000000000 +0000
+++ waypipe-0.8.2/debian/rules  2021-12-01 15:39:26.000000000 +0000
@@ -16,7 +16,7 @@
        dh_auto_configure -- -Dwith_avx2=false -Dwith_avx512f=false -Dwith_neon_opts=false -Dwith_sse3=false
 endif

-ifneq (, $(filter $(DEB_HOST_ARCH),mipsel mips64el))
+ifneq (, $(filter $(DEB_HOST_ARCH),mipsel mips64el riscv64))
 override_dh_auto_test:
        @echo "Skipping tests on $(DEB_HOST_ARCH)."
 endif

上一篇 OBS使用指南

下一篇 debian gbp用法

Comments

Content