Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • lts-team/packages/samba
  • thctlo/samba-lintianfix
  • arnaudr/samba
  • jrwren/samba
  • paride/samba
  • athos/samba
  • henrich/samba
  • cnotin/samba
  • mimi89999/samba
  • samba-team/samba
  • ahasenack/samba
  • jrtc27/samba
  • noel/samba
13 results
Show changes
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:
......