[SCM] x265/master: New upstream release with SONAME bump

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu May 21 20:44:39 UTC 2015


The following commit has been merged in the master branch:
commit 194851a6871290518a6cc5e8f4ee7ccbf490522a
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu May 21 21:47:03 2015 +0200

    New upstream release with SONAME bump

diff --git a/debian/changelog b/debian/changelog
index cde1cf1..93c49cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x265 (1.7-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Sebastian Ramacher <sramacher at debian.org>  Thu, 21 May 2015 21:45:04 +0200
+
 x265 (1.6-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 0ef3333..364971d 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Architecture: any
 Multi-Arch: same
 Depends:
  ${misc:Depends},
- libx265-51 (= ${binary:Version})
+ libx265-59 (= ${binary:Version})
 Suggests:
  libx265-doc
 Description: H.265/HEVC video stream encoder (development files)
@@ -53,7 +53,7 @@ Description: H.265/HEVC video stream encoder (development files)
  This is the development package which contains headers and libraries for
  libx265.
 
-Package: libx265-51
+Package: libx265-59
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -61,21 +61,21 @@ Depends:
  ${misc:Depends},
  ${shlibs:Depends}
 Suggests:
- libx265-51-dbg
+ libx265-59-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-51-dbg
+Package: libx265-59-dbg
 Priority: extra
 Section: debug
 Architecture: any
 Multi-Arch: same
 Depends:
  ${misc:Depends},
- libx265-51 (= ${binary:Version})
+ libx265-59 (= ${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.
diff --git a/debian/libx265-51.install b/debian/libx265-59.install
similarity index 100%
rename from debian/libx265-51.install
rename to debian/libx265-59.install
diff --git a/debian/libx265-51.symbols b/debian/libx265-59.symbols
similarity index 100%
rename from debian/libx265-51.symbols
rename to debian/libx265-59.symbols
diff --git a/debian/rules b/debian/rules
index 045a9e6..e86f16c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,5 +45,5 @@ override_dh_installdocs-indep:
 	dh_sphinxdoc
 
 override_dh_strip:
-	dh_strip -plibx265-51 --dbg-package=libx265-51-dbg
+	dh_strip -plibx265-59 --dbg-package=libx265-59-dbg
 	dh_strip --remaining-packages

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list