Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
x265
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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 Multimedia Team
x265
Commits
fb10826e
Commit
fb10826e
authored
9 years ago
by
Sebastian Ramacher
Browse files
Options
Downloads
Patches
Plain Diff
Migrate to automatic dbg packages
parent
1b58bfa5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+1
-17
1 addition, 17 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
2 additions
and
18 deletions
debian/control
+
1
−
17
View file @
fb10826e
...
...
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
debhelper (>= 9),
debhelper (>= 9
.20151219
),
cmake,
libnuma-dev [amd64 arm64 i386 mips mips64 mips64el mipsel powerpc ppc64el],
yasm (>= 1.2) [any-amd64]
...
...
@@ -60,28 +60,12 @@ Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends}
Suggests:
libx265-68-dbg
Description: H.265/HEVC video stream encoder (shared library)
libx265 is an encoding library for creating H.265/High Efficency Video Coding
(HEVC) video streams.
.
This package contains the shared library.
Package: libx265-68-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libx265-68 (= ${binary:Version})
Description: H.265/HEVC video stream encoder (debugging symbols)
libx265 is an encoding library for creating H.265/High Efficency Video Coding
(HEVC) video streams.
.
This package provides the debugging symbols for the shared library.
Package: libx265-doc
Section: doc
Architecture: all
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
fb10826e
...
...
@@ -76,5 +76,5 @@ override_dh_installdocs-indep:
# common bits
override_dh_strip:
dh_strip -plibx265-68 --d
bg-package=
libx265-
6
8-dbg
dh_strip -plibx265-68 --d
deb-migration='
libx265-8
6
-dbg
(<< 1.8-6~)'
dh_strip --remaining-packages
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