Package: libnice Version: 0.1.3-1 Severity: wishlist Tags: patch Hello,
libnice has new upstream version released, 0.1.4, also it might be good to drop gst0.10 plugin. The following patch does both things in one, please consider the patch for review. If you need to split the bug report in two, feel free to do. diff -Nru libnice-0.1.3/debian/changelog libnice-0.1.4/debian/changelog --- libnice-0.1.3/debian/changelog 2012-09-19 20:33:23.000000000 +0200 +++ libnice-0.1.4/debian/changelog 2013-04-10 10:36:40.000000000 +0200 @@ -1,3 +1,10 @@ +libnice (0.1.4-0.1) experimental; urgency=low + + * New upstream release + - Drop gstreamer0.10 plugin + + -- Hector Oron <[email protected]> Wed, 10 Apr 2013 10:35:51 +0200 + libnice (0.1.3-1) experimental; urgency=low * New upstream release diff -Nru libnice-0.1.3/debian/control libnice-0.1.4/debian/control --- libnice-0.1.3/debian/control 2012-09-19 20:33:23.000000000 +0200 +++ libnice-0.1.4/debian/control 2013-04-10 10:34:52.000000000 +0200 @@ -10,8 +10,7 @@ Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), libglib2.0-dev (>= 2.13), - libgstreamer0.10-dev (>= 0.10.35.2-2), - libgstreamer-plugins-base0.10-dev, + libgstreamer-plugins-base1.0-dev, libgstreamer1.0-dev, libgupnp-igd-1.0-dev (>= 0.1.2), gtk-doc-tools @@ -55,25 +54,6 @@ . This package provides development files for nice. -Package: gstreamer0.10-nice -Section: net -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Breaks: libgstfarsight0.10-0 (<< 0.0.23) -Multi-Arch: same -Description: ICE library (GStreamer plugin) - Nice is an implementation of the IETF's draft Interactive Connectivity - Establishment standard (ICE). ICE is useful for applications that want to - establish peer-to-peer UDP data streams. It automates the process of - traversing NATs and provides security against some attacks. - . - Existing standards that use ICE include the Session Initiation Protocol (SIP) - and the Jingle XMPP extension for audio/video calls. - . - Nice includes integration with GStreamer. 0.10 - . - This package provides a GStreamer 0.10 plugin for nice. - Package: gstreamer1.0-nice Section: net Architecture: any diff -Nru libnice-0.1.3/debian/gstreamer0.10-nice.install libnice-0.1.4/debian/gstreamer0.10-nice.install --- libnice-0.1.3/debian/gstreamer0.10-nice.install 2012-09-19 20:33:23.000000000 +0200 +++ libnice-0.1.4/debian/gstreamer0.10-nice.install 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -usr/lib/*/gstreamer-0.10/libgstnice*.so diff -Nru libnice-0.1.3/debian/rules libnice-0.1.4/debian/rules --- libnice-0.1.3/debian/rules 2012-09-19 20:33:23.000000000 +0200 +++ libnice-0.1.4/debian/rules 2013-04-10 10:35:34.000000000 +0200 @@ -12,6 +12,6 @@ DEB_DBG_PACKAGE_libnice10 := libnice-dbg DEB_CONFIGURE_EXTRA_FLAGS := --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \ - --enable-gupnp --with-gstreamer-0.10 --with-gstreamer + --enable-gupnp --with-gstreamer include $(CURDIR)/debian/update-patches.mk Regards -- System Information: Debian Release: 7.0 APT prefers unstable APT policy: (900, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 3.8-trunk-686-pae (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

