Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Samba Team
samba
Commits
bedd0511
Commit
bedd0511
authored
5 years ago
by
Mathieu Parent
Browse files
Options
Downloads
Patches
Plain Diff
Drop libparse-pidl-perl package (Closes: #939419)
See also
https://gitlab.com/samba-team/samba/commit/e24e344d0da58013fd5fa404529fe1d25ef403bf
parent
48b0ecf1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/control
+0
-18
0 additions, 18 deletions
debian/control
debian/libparse-pidl-perl.install
+0
-5
0 additions, 5 deletions
debian/libparse-pidl-perl.install
debian/rules
+1
-5
1 addition, 5 deletions
debian/rules
with
1 addition
and
28 deletions
debian/control
+
0
−
18
View file @
bedd0511
...
...
@@ -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),
...
...
This diff is collapsed.
Click to expand it.
debian/libparse-pidl-perl.install
deleted
100644 → 0
+
0
−
5
View file @
48b0ecf1
usr
/
bin
/
pidl
usr
/
share
/
man
/
man1
/
pidl
.1
p
usr
/
share
/
man
/
man3
/*.
3
pm
usr
/
share
/
perl5
/
Parse
/
Pidl
usr
/
share
/
perl5
/
Parse
/
Pidl
.
pm
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
5
View file @
bedd0511
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment