[SCM] libdssialsacompat/master: wrap-and-sort -a -s
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Sat Feb 4 00:17:24 UTC 2012
The following commit has been merged in the master branch:
commit a7268d151014e87f571c93a1816cf835e1363a94
Author: Alessio Treglia <alessio at debian.org>
Date: Sat Feb 4 01:17:06 2012 +0100
wrap-and-sort -a -s
diff --git a/debian/control b/debian/control
index 5e11e24..3d05720 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,10 @@ Source: libdssialsacompat
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Uploaders:
+ Alessio Treglia <alessio at debian.org>
+Build-Depends:
+ debhelper (>= 7.0.50~),
dh-autoreconf
Standards-Version: 3.9.2
Homepage: http://smbolton.com/linux.html
@@ -12,8 +14,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libdssialsacompat.git
Package: libdssialsacompat0
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: DSSI ALSA compatibility library for non-Linux platforms
libdssialsacompat is simply an extraction from and repackaging of
the code from alsa-lib, necessary to support DSSI on non-ALSA
@@ -37,7 +40,8 @@ Description: DSSI ALSA compatibility library for non-Linux platforms
Package: libdssialsacompat-dev
Section: libdevel
Architecture: any
-Depends: libdssialsacompat0 (= ${binary:Version}),
+Depends:
+ libdssialsacompat0 (= ${binary:Version}),
${misc:Depends}
Description: DSSI ALSA compatibility library (development files)
libdssialsacompat is simply an extraction from and repackaging of
diff --git a/debian/copyright b/debian/copyright
index 158b468..1c14b62 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -31,7 +31,7 @@ Comment:
On Debian systems, the complete text of the GNU Lesser General Public
License can be found in `/usr/share/common-licenses/LGPL-2.1'.
.
- You should have received a copy of the GNU Lesser General Public License
+ You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
License: GPL-2+
@@ -48,5 +48,5 @@ Comment:
On Debian systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL-2'.
.
- You should have received a copy of the GNU General Public License
+ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
diff --git a/debian/libdssialsacompat-dev.install b/debian/libdssialsacompat-dev.install
index d994896..9d4598d 100644
--- a/debian/libdssialsacompat-dev.install
+++ b/debian/libdssialsacompat-dev.install
@@ -1,3 +1,3 @@
-usr/lib/*.so
usr/include
+usr/lib/*.so
usr/lib/pkgconfig
--
libdssialsacompat packaging
More information about the pkg-multimedia-commits
mailing list