[SCM] libde265/master: Removed unused substitution variables.

fancycode-guest at users.alioth.debian.org fancycode-guest at users.alioth.debian.org
Fri Aug 8 15:05:26 UTC 2014


The following commit has been merged in the master branch:
commit eab207fd61a39dd751028c4d248d0b673cd3c491
Author: Joachim Bauch <bauch at struktur.de>
Date:   Fri Aug 8 16:42:38 2014 +0200

    Removed unused substitution variables.

diff --git a/debian/control b/debian/control
index 3ee3b58..a276ce1 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,6 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/libde265.git
 Package: libde265-0
 Architecture: any
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${misc:Depends},
  ${shlibs:Depends}
@@ -41,12 +40,10 @@ Description: Open h.265 video codec implementation
 Package: libde265-dev
 Section: libdevel
 Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
 Architecture: any
 Depends:
  libde265-0 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+ ${misc:Depends}
 Description: Open h.265 video codec implementation - development files
  libde265 is an open source implementation of the h.265 video codec.
  It is written from scratch in plain C for simplicity and efficiency.
@@ -62,8 +59,7 @@ Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Depends:
  libde265-0 (= ${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+ ${misc:Depends}
 Description: Open h.265 video codec implementation - debug symbols
  libde265 is an open source implementation of the h.265 video codec.
  It is written from scratch in plain C for simplicity and efficiency.

-- 
libde265 packaging



More information about the pkg-multimedia-commits mailing list