[SCM] x265/master: Rename doc package to libx265-doc

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Nov 28 03:22:37 UTC 2014


The following commit has been merged in the master branch:
commit 89a11934c3fc502dc21a2331e3b3b796223c3bd2
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Nov 28 03:57:53 2014 +0100

    Rename doc package to libx265-doc

diff --git a/debian/control b/debian/control
index 34642ee..b1377fd 100644
--- a/debian/control
+++ b/debian/control
@@ -36,17 +36,21 @@ Description: H.265/HEVC video stream encoder
   * scenecut detection
   * parallel encoding on multiple CPUs
 
-Package: x265-doc
-Architecture: all
+Package: libx265-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
 Depends:
  ${misc:Depends},
- ${sphinxdoc:Depends}
-Description: H.265/HEVC video stream encoder (documentation)
- x265 is a commandline encoder for creating H.265/High Efficency Video Coding
+ libx265-35 (= ${binary:Version})
+Suggests:
+ x265-doc
+Description: H.265/HEVC video stream encoder (development files)
+ libx265 is an encoding library for creating H.265/High Efficency Video Coding
  (HEVC) video streams.
  .
- This package contains documentation for the command line encoder and the
- shared library.
+ This is the development package which contains headers and libraries for
+ libx265.
 
 Package: libx265-35
 Section: libs
@@ -58,27 +62,11 @@ Depends:
 Suggests:
  libx265-35-dbg
 Description: H.265/HEVC video stream encoder (shared library)
- libx265 is a commandline encoder for creating H.265/High Efficency Video
- Coding (HEVC) video streams.
+ libx265 is an encoding library for creating H.265/High Efficency Video Coding
+ (HEVC) video streams.
  .
  This package contains the shared library.
 
-Package: libx265-dev
-Section: libdevel
-Architecture: any
-Multi-Arch: same
-Depends:
- ${misc:Depends},
- libx265-35 (= ${binary:Version})
-Suggests:
- x265-doc
-Description: H.265/HEVC video stream encoder (development files)
- libx265 is a commandline encoder for creating H.265/High Efficency Video
- Coding (HEVC) video streams.
- .
- This is the development package which contains headers and libraries for
- libx265.
-
 Package: libx265-35-dbg
 Priority: extra
 Section: debug
@@ -88,7 +76,19 @@ Depends:
  ${misc:Depends},
  libx265-35 (= ${binary:Version})
 Description: H.265/HEVC video stream encoder (debugging symbols)
- libx265 is a commandline encoder for creating H.265/High Efficency Video
- Coding (HEVC) video streams.
+ 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
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends}
+Description: H.265/HEVC video stream encoder (documentation)
+ libx265 is an encoding library for creating H.265/High Efficency Video Coding
+ (HEVC) video streams.
+ .
+ This package contains documentation for the command line encoder and the
+ shared library.
diff --git a/debian/libx265-doc.doc-base b/debian/libx265-doc.doc-base
new file mode 100644
index 0000000..2cfa63c
--- /dev/null
+++ b/debian/libx265-doc.doc-base
@@ -0,0 +1,7 @@
+Document: libx265
+Title: x265 encoder and API documentation
+Section: Programming/C
+
+Format: HTML
+Index: /usr/share/doc/libx265-doc/html/index.html
+Files: /usr/share/doc/libx265-doc/html/*.html
diff --git a/debian/x265-doc.docs b/debian/libx265-doc.docs
similarity index 100%
rename from debian/x265-doc.docs
rename to debian/libx265-doc.docs

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list