chiark / gitweb /
lib/dpkg/tarfn.c: Kludge `tar_header_decode' to handle spurious `errno'.
[dpkg] / scripts / t / mk / pkg-info.mk
1 include $(srcdir)/mk/pkg-info.mk
2
3 test:
4         test "$(DEB_SOURCE)" = "source"
5         test "$(DEB_VERSION)" = "1:2:3.4-5-6"
6         test "$(DEB_VERSION_EPOCH_UPSTREAM)" = "1:2:3.4-5"
7         test "$(DEB_VERSION_UPSTREAM_REVISION)" = "2:3.4-5-6"
8         test "$(DEB_VERSION_UPSTREAM)" = "2:3.4-5"
9         test "$(DEB_DISTRIBUTION)" = "suite"