Skip to content
Commits on Source (3)
......@@ -4,7 +4,7 @@ samba (2:4.9.4+dfsg-2) unstable; urgency=medium
* Add apport hook (From Ubuntu)
* Change build dependency to libglusterfs-dev (Closes: #919667)
-- Mathieu Parent <sathieu@debian.org> Tue, 22 Jan 2019 20:23:28 +0100
-- Mathieu Parent <sathieu@debian.org> Wed, 23 Jan 2019 20:59:08 +0100
samba (2:4.9.4+dfsg-1) unstable; urgency=medium
......
......@@ -261,7 +261,9 @@ else
endif
override_dh_gencontrol:
dh_gencontrol --package=libparse-pidl-perl -- -v$(DEB_VERSION_UPSTREAM_REVISION)+really0.02
ifneq (,$(filter libparse-pidl-perl, $(shell dh_listpackages)))
dh_gencontrol --package=libparse-pidl-perl -- -v$(DEB_VERSION)+really0.02
endif
dh_gencontrol --remaining-packages -- -Vldb:Depends=$(LDB_DEPENDS)
override_dh_auto_clean:
......