Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Bring back epoch in libparse-pidl-perl
· 59ed7984
Mathieu Parent
authored
Jan 23, 2019
59ed7984
Only append to libparse-pidl-perl version when needed
· eb735cb5
Mathieu Parent
authored
Jan 23, 2019
eb735cb5
Re-release 2:4.9.4+dfsg-2
· e89d15af
Mathieu Parent
authored
Jan 23, 2019
e89d15af
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e89d15af
...
...
@@ -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
, 2
2
Jan 2019 20:
23:2
8 +0100
-- Mathieu Parent <sathieu@debian.org>
Wed
, 2
3
Jan 2019 20:
59:0
8 +0100
samba (2:4.9.4+dfsg-1) unstable; urgency=medium
...
...
debian/rules
View file @
e89d15af
...
...
@@ -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:
...
...