r1651 - in /unstable/gavl/debian: changelog control control.in rules

toots at users.alioth.debian.org toots at users.alioth.debian.org
Sun Sep 13 03:54:34 UTC 2009


Author: toots
Date: Sun Sep 13 03:54:33 2009
New Revision: 1651

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1651
Log:
Prepared new upload

Modified:
    unstable/gavl/debian/changelog
    unstable/gavl/debian/control
    unstable/gavl/debian/control.in
    unstable/gavl/debian/rules

Modified: unstable/gavl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/changelog?rev=1651&op=diff
==============================================================================
--- unstable/gavl/debian/changelog (original)
+++ unstable/gavl/debian/changelog Sun Sep 13 03:54:33 2009
@@ -1,3 +1,14 @@
+gavl (1.1.1-2) unstable; urgency=low
+
+  * Set cpuflags to none at configure in order to 
+    have a portable binary. Optimizations are detected
+    at runtime.
+  Closes: #544734 
+  * Bumped standards version to 3.8.3
+  * Added debug package.
+
+ -- Romain Beauxis <toots at rastageeks.org>  Sat, 12 Sep 2009 22:11:13 -0500
+
 gavl (1.1.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: unstable/gavl/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/control?rev=1651&op=diff
==============================================================================
--- unstable/gavl/debian/control (original)
+++ unstable/gavl/debian/control Sun Sep 13 03:54:33 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
 Uploaders: Free Ekanayaka <freee at debian.org>, Romain Beauxis <toots at rastageeks.org>
 Homepage: http://gmerlin.sourceforge.net/
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), doxygen
 
 Package: libgavl1
@@ -19,6 +19,25 @@
  In addition, it handles the sometimes ugly task to convert between all
  these formats and provides some elementary operations (copying, scaling,
  alpha blending etc).
+ . 
+ This package contains the files needed to run a program compiled using
+ Gavl.
+
+Package: libgavl1-dbg
+Architecture: any
+Section: debug
+Depends: libgavl1 (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for libgavl1
+ Gavl handles all the details of audio and video formats like colorspaces,
+ samplerates, multichannel configurations etc. It provides standardized
+ definitions for those formats as well as container structures for carrying
+ audio samples or video images inside an application.
+ .
+ In addition, it handles the sometimes ugly task to convert between all
+ these formats and provides some elementary operations (copying, scaling,
+ alpha blending etc).
+ . 
+ This package contains the debugging symbols for libgavl1
 
 Package: libgavl-dev
 Architecture: any
@@ -34,6 +53,9 @@
  In addition, it handles the sometimes ugly task to convert between all
  these formats and provides some elementary operations (copying, scaling,
  alpha blending etc).
+ . 
+ This package contains the files needed to compile and statically link
+ against Gavl.
 
 Package: libgavl-doc
 Architecture: all
@@ -48,3 +70,5 @@
  In addition, it handles the sometimes ugly task to convert between all
  these formats and provides some elementary operations (copying, scaling,
  alpha blending etc).
+ . 
+ This package contains the documentation about Gavl.

Modified: unstable/gavl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/control.in?rev=1651&op=diff
==============================================================================
--- unstable/gavl/debian/control.in (original)
+++ unstable/gavl/debian/control.in Sun Sep 13 03:54:33 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian Multimedia Team <debian-multimedia at lists.debian.org>
 Uploaders: Free Ekanayaka <freee at debian.org>, Romain Beauxis <toots at rastageeks.org>
 Homepage: http://gmerlin.sourceforge.net/
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Build-Depends: @cdbs@, doxygen
 
 Package: libgavl1
@@ -19,6 +19,25 @@
  In addition, it handles the sometimes ugly task to convert between all
  these formats and provides some elementary operations (copying, scaling,
  alpha blending etc).
+ . 
+ This package contains the files needed to run a program compiled using
+ Gavl.
+
+Package: libgavl1-dbg
+Architecture: any
+Section: debug
+Depends: libgavl1 (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for libgavl1
+ Gavl handles all the details of audio and video formats like colorspaces,
+ samplerates, multichannel configurations etc. It provides standardized
+ definitions for those formats as well as container structures for carrying
+ audio samples or video images inside an application.
+ .
+ In addition, it handles the sometimes ugly task to convert between all
+ these formats and provides some elementary operations (copying, scaling,
+ alpha blending etc).
+ . 
+ This package contains the debugging symbols for libgavl1
 
 Package: libgavl-dev
 Architecture: any
@@ -34,6 +53,9 @@
  In addition, it handles the sometimes ugly task to convert between all
  these formats and provides some elementary operations (copying, scaling,
  alpha blending etc).
+ . 
+ This package contains the files needed to compile and statically link
+ against Gavl.
 
 Package: libgavl-doc
 Architecture: all
@@ -48,3 +70,5 @@
  In addition, it handles the sometimes ugly task to convert between all
  these formats and provides some elementary operations (copying, scaling,
  alpha blending etc).
+ . 
+ This package contains the documentation about Gavl.

Modified: unstable/gavl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/gavl/debian/rules?rev=1651&op=diff
==============================================================================
--- unstable/gavl/debian/rules (original)
+++ unstable/gavl/debian/rules Sun Sep 13 03:54:33 2009
@@ -8,6 +8,7 @@
 #    DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 # Then check manually if everything's ok
 
-DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgavl-doc --enable-static
+DEB_CONFIGURE_EXTRA_FLAGS := --docdir=\$${prefix}/share/doc/libgavl-doc --enable-static --with-cpuflags=none
 DEB_DH_MAKESHLIBS_ARGS_ALL := -- -v$(DEB_UPSTREAM_VERSION)
+DEB_DH_STRIP_ARGS := --dbg-package=libgavl1-dbg
 




More information about the pkg-multimedia-commits mailing list