blob: 22a2bf44ff515da186154c32cf01f809840407bd (
plain)
1
2
3
4
5
6
7
8
9
|
include $(srcdir)/mk/pkg-info.mk
test:
test "$(DEB_SOURCE)" = "source"
test "$(DEB_VERSION)" = "1:2:3.4-5-6"
test "$(DEB_VERSION_EPOCH_UPSTREAM)" = "1:2:3.4-5"
test "$(DEB_VERSION_UPSTREAM_REVISION)" = "2:3.4-5-6"
test "$(DEB_VERSION_UPSTREAM)" = "2:3.4-5"
test "$(DEB_DISTRIBUTION)" = "suite"
|