[Pkg-voip-commits] r9817 - in /libccaudio2/trunk/debian: changelog compat control libccaudio2-dev.install libccaudio2.install patches/ patches/hyphen-used-as-minus-sign.patch patches/series
msp at alioth.debian.org
msp at alioth.debian.org
Sat Jun 23 03:21:31 UTC 2012
Author: msp
Date: Sat Jun 23 03:21:29 2012
New Revision: 9817
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9817
Log:
* wheezey polish - lintian clean
* Update to Standards Version 3.9.3 - no changes
* libccaudio2-dev enhance Description:
* Add hyphen-used-as-minus-sign.patch
* Update to debian/compat 9 - hardening & multiarch
Added:
libccaudio2/trunk/debian/patches/
libccaudio2/trunk/debian/patches/hyphen-used-as-minus-sign.patch
libccaudio2/trunk/debian/patches/series
Modified:
libccaudio2/trunk/debian/changelog
libccaudio2/trunk/debian/compat
libccaudio2/trunk/debian/control
libccaudio2/trunk/debian/libccaudio2-dev.install
libccaudio2/trunk/debian/libccaudio2.install
Modified: libccaudio2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libccaudio2/trunk/debian/changelog?rev=9817&op=diff
==============================================================================
--- libccaudio2/trunk/debian/changelog (original)
+++ libccaudio2/trunk/debian/changelog Sat Jun 23 03:21:29 2012
@@ -1,3 +1,13 @@
+libccaudio2 (2.0.5-3) UNRELEASED; urgency=low
+
+ * wheezey polish - lintian clean
+ * Update to Standards Version 3.9.3 - no changes
+ * libccaudio2-dev enhance Description:
+ * Add hyphen-used-as-minus-sign.patch
+ * Update to debian/compat 9 - hardening & multiarch
+
+ -- Mark Purcell <msp at debian.org> Sat, 23 Jun 2012 12:42:46 +1000
+
libccaudio2 (2.0.5-2) unstable; urgency=low
* Upload to unstable - coordinated through debian-release
Modified: libccaudio2/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/libccaudio2/trunk/debian/compat?rev=9817&op=diff
==============================================================================
--- libccaudio2/trunk/debian/compat (original)
+++ libccaudio2/trunk/debian/compat Sat Jun 23 03:21:29 2012
@@ -1,1 +1,1 @@
-8
+9
Modified: libccaudio2/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libccaudio2/trunk/debian/control?rev=9817&op=diff
==============================================================================
--- libccaudio2/trunk/debian/control (original)
+++ libccaudio2/trunk/debian/control Sat Jun 23 03:21:29 2012
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>
-Build-Depends: debhelper (>= 8), autotools-dev, libgsm1-dev, libspeex-dev, doxygen, dpkg-dev (>= 1.13.19), libucommon-dev
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), autotools-dev, libgsm1-dev, libspeex-dev, doxygen, dpkg-dev (>= 1.13.19), libucommon-dev
+Standards-Version: 3.9.3
Homepage: http://www.gnu.org/software/ccaudio/
Vcs-Svn: svn://svn.debian.org/pkg-voip/libccaudio2/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/libccaudio2/?op=log
@@ -15,12 +15,23 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libccaudio2 (= ${binary:Version}), libucommon-dev, pkg-config
Description: header files and static link library for GNU ccAudio
+ The GNU ccAudio package offers a highly portable C++ class framework for
+ developing applications which manipulate audio streams and various
+ disk based audio file formats. At the moment ccaudio is primarly a class
+ framework for handling .au, .wav (RIFF), and various .raw audio encoding
+ formats under Posix and win32 systems, though it may expand to become a
+ general purpose audio and soundcard support library. Support for
+ controlling CD audio devices has recently been added as well as support
+ for codecs and other generic audio processing services.
+ .
This package provides the header files and documentation for building
applications that use GNU ccAudio.
Package: libccaudio2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
Description: GNU ccAudio2 - a C++ class framework for processing audio files
The GNU ccAudio package offers a highly portable C++ class framework for
developing applications which manipulate audio streams and various
Modified: libccaudio2/trunk/debian/libccaudio2-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/libccaudio2/trunk/debian/libccaudio2-dev.install?rev=9817&op=diff
==============================================================================
--- libccaudio2/trunk/debian/libccaudio2-dev.install (original)
+++ libccaudio2/trunk/debian/libccaudio2-dev.install Sat Jun 23 03:21:29 2012
@@ -1,6 +1,6 @@
usr/include/*
-usr/lib/lib*.a
-usr/lib/lib*.so
-usr/lib/pkgconfig/*
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
usr/bin/*
usr/share/man/man1/
Modified: libccaudio2/trunk/debian/libccaudio2.install
URL: http://svn.debian.org/wsvn/pkg-voip/libccaudio2/trunk/debian/libccaudio2.install?rev=9817&op=diff
==============================================================================
--- libccaudio2/trunk/debian/libccaudio2.install (original)
+++ libccaudio2/trunk/debian/libccaudio2.install Sat Jun 23 03:21:29 2012
@@ -1,1 +1,1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*
Added: libccaudio2/trunk/debian/patches/hyphen-used-as-minus-sign.patch
URL: http://svn.debian.org/wsvn/pkg-voip/libccaudio2/trunk/debian/patches/hyphen-used-as-minus-sign.patch?rev=9817&op=file
==============================================================================
--- libccaudio2/trunk/debian/patches/hyphen-used-as-minus-sign.patch (added)
+++ libccaudio2/trunk/debian/patches/hyphen-used-as-minus-sign.patch Sat Jun 23 03:21:29 2012
@@ -1,0 +1,16 @@
+Description: hyphen-used-as-minus-sign usr/share/man/man1/audiotool.1.gz:98
+ http://lintian.debian.org/tags/hyphen-used-as-minus-sign.html
+
+Index: libccaudio2-2.0.5/utils/audiotool.1
+===================================================================
+--- libccaudio2-2.0.5.orig/utils/audiotool.1 2011-03-18 10:43:54.000000000 +1100
++++ libccaudio2-2.0.5/utils/audiotool.1 2012-06-23 12:40:21.000000000 +1000
+@@ -95,7 +95,7 @@
+ the threashold.
+ .TP
+ \fB\-trim\fR
+-Removes leading and trailing "silence" from a file. The -padding option
++Removes leading and trailing "silence" from a file. The \-padding option
+ may be used to add additional silent frames at the end of the file after
+ it has been trimed, as this may be needed for files that will later be
+ used to join together phrases.
Added: libccaudio2/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/libccaudio2/trunk/debian/patches/series?rev=9817&op=file
==============================================================================
--- libccaudio2/trunk/debian/patches/series (added)
+++ libccaudio2/trunk/debian/patches/series Sat Jun 23 03:21:29 2012
@@ -1,0 +1,1 @@
+hyphen-used-as-minus-sign.patch
More information about the Pkg-voip-commits
mailing list