Skip to content
Snippets Groups Projects
Commit bedd0511 authored by Mathieu Parent's avatar Mathieu Parent
Browse files

Drop libparse-pidl-perl package (Closes: #939419)

parent 48b0ecf1
No related branches found
No related tags found
No related merge requests found
......@@ -209,29 +209,11 @@ Description: tools for viewing and manipulating the Windows registry
This package contains tools for viewing and manipulating the binary
"registry" found on Windows machines, both locally and remote.
Package: libparse-pidl-perl
Architecture: any
Multi-Arch: same
Depends: libparse-yapp-perl, ${misc:Depends}, ${perl:Depends}
Recommends: samba-dev
Suggests: libwireshark-dev
Section: perl
Description: IDL compiler written in Perl
Samba is an implementation of the SMB/CIFS protocol for Unix systems,
providing support for cross-platform file sharing with Microsoft Windows, OS X,
and other Unix systems. Samba can also function as a domain controller
or member server in both NT4-style and Active Directory domains.
.
This package contains the IDL (Interface Description Language) compiler pidl,
which takes in IDL files and can output C code for various uses. It is
primarily of interest to developers.
Package: samba-dev
Architecture: any
Multi-Arch: same
Depends: libc6-dev,
libldb-dev,
libparse-pidl-perl,
libpopt-dev,
libtalloc-dev,
libtdb-dev (>= 1.2.11),
......
usr/bin/pidl
usr/share/man/man1/pidl.1p
usr/share/man/man3/*.3pm
usr/share/perl5/Parse/Pidl
usr/share/perl5/Parse/Pidl.pm
......@@ -234,7 +234,6 @@ override_dh_perl-arch:
dh_perl -a
# Fix Perl shbangs
sed -i '1s@^#!/usr/bin/env perl@#!/usr/bin/perl@' \
debian/libparse-pidl-perl/usr/bin/pidl \
debian/smbclient/usr/bin/findsmb
override_dh_fixperms:
......@@ -276,10 +275,7 @@ else
endif
override_dh_gencontrol:
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)
dh_gencontrol -- -Vldb:Depends=$(LDB_DEPENDS)
override_dh_auto_clean:
-$(WAF) clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment