[SCM] lvtk/master: wrap and sort -a -s

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Feb 18 02:22:58 UTC 2013


The following commit has been merged in the master branch:
commit 8c74d1a669b6da55fe44a224905592ac22c34ef1
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Feb 18 02:14:10 2013 +0000

    wrap and sort -a -s

diff --git a/debian/control b/debian/control
index 5e3f0b7..756183f 100644
--- a/debian/control
+++ b/debian/control
@@ -44,8 +44,8 @@ Depends:
  libboost-dev,
  libgtkmm-2.4-dev,
  lv2-dev,
- ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
 Recommends:
  pkg-config
 Suggests:
@@ -63,8 +63,8 @@ Description: LV2 C++ wrappers and utilities
 Package: lvtk-tools
 Architecture: any
 Depends:
- ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: LV2 C++ wrappers and utilities - tools
  LV2 Toolkit is a set of C++ wrappers around the LV2 C API.
  The included libraries ease writing LV2 plugins and UIs
@@ -80,11 +80,12 @@ Package: lvtk-examples
 Section: sound
 Architecture: any
 Depends:
- ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
 Enhances:
  lvtk-dev
-Provides: lv2-plugin
+Provides:
+ lv2-plugin
 Description: LV2 C++ wrappers and utilities - examples plugins
  LV2 Toolkit is a set of C++ wrappers around the LV2 C API.
  The included libraries ease writing LV2 plugins and UIs

-- 
lvtk packaging



More information about the pkg-multimedia-commits mailing list