reverted: --- peercast-0.1217.toots.20060314/debian/libpeercast0.dirs +++ peercast-0.1217.toots.20060314.orig/debian/libpeercast0.dirs @@ -1 +0,0 @@ -usr/lib diff -u peercast-0.1217.toots.20060314/debian/control peercast-0.1217.toots.20060314/debian/control --- peercast-0.1217.toots.20060314/debian/control +++ peercast-0.1217.toots.20060314/debian/control @@ -4,7 +4,7 @@ Maintainer: Ubuntu MOTU Developers XSBC-Original-Maintainer: Romain Beauxis Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.2.0), patchutils (>= 0.2.25), gconf2, kdelibs4c2a -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Package: peercast Architecture: any @@ -39,21 +38,0 @@ -Package: libpeercast0 -Architecture: any -Depends: ${shlibs:Depends} -Section: libs -Description: P2P audio and video streaming server libraries - PeerCast is a P2P streaming server. It can stream music - and video from a broad variety of formats. - . - This package provides shared libraries for peercast. - -Package: libpeercast0-dev -Architecture: any -Depends: libpeercast0 (>= ${binary:Version}) -Section: libdevel -Description: P2P audio and video streaming server -- development - PeerCast is a P2P streaming server. It can stream music - and video from a broad variety of formats. - . - This package provides includes header files and static libraries - needed to compile programs using libpeercast. - diff -u peercast-0.1217.toots.20060314/debian/changelog peercast-0.1217.toots.20060314/debian/changelog --- peercast-0.1217.toots.20060314/debian/changelog +++ peercast-0.1217.toots.20060314/debian/changelog @@ -1,3 +1,24 @@ +peercast (0.1217.toots.20060314-5ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - Change peercast-handlers recommends from epiphany to epiphany-browser + (LP: #177163) + - Modified Maintainer field to meet Debian-Maintainer-Field Spec + + -- Efrain Valles Pulgar (effie_jayx) Tue, 18 Dec 2007 09:03:16 -0430 + + +peercast (0.1217.toots.20060314-5) unstable; urgency=low + + * added postrm script to purge remaining configuration files + for peercast-servent (Closes: #455118) + * Updated standards to 3.7.3 (no changes) + * Removed library, was meant for gnome-peercast, + seems like they will never link to it, and leads to dangerous undefined + symbols... + + -- Romain Beauxis Sun, 16 Dec 2007 03:44:32 +0100 + peercast (0.1217.toots.20060314-4ubuntu1) gutsy; urgency=low * Change peercast-handlers recommends from epiphany to epiphany-browser diff -u peercast-0.1217.toots.20060314/debian/rules peercast-0.1217.toots.20060314/debian/rules --- peercast-0.1217.toots.20060314/debian/rules +++ peercast-0.1217.toots.20060314/debian/rules @@ -12,15 +12,7 @@ CFLAGS := CXXFLAGS := -DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --disable-schemas-install - -# tight versioning -DEB_NOREVISION_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | \ - cut -f 2 -d ' ' | cut -f 1 -d '-') -DEB_DH_MAKESHLIBS_ARGS_libpeercast0 := -V"libpeercast0 \ - (>= $(DEB_NOREVISION_VERSION))" - DEB_SHLIBDEPS_LIBRARY_peercast-servent := libpeercast0 - DEB_SHLIBDEPS_INCLUDE_peercast-servent := debian/libpeercast0/usr/lib/ +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --disable-schemas-install --enable-staticbin install/peercast-servent:: cp -rf $(CURDIR)/debian/tmp/usr/sbin/* $(CURDIR)/debian/peercast-servent/usr/sbin @@ -48,14 +40,6 @@ dh_gconf -ppeercast-handlers -install/libpeercast0:: - cp -rf $(CURDIR)/debian/tmp/usr/lib/*.so.* $(CURDIR)/debian/libpeercast0/usr/lib - -install/libpeercast0-dev:: - cp -rf $(CURDIR)/debian/tmp/usr/include $(CURDIR)/debian/libpeercast0-dev/usr - cp -rf $(CURDIR)/debian/tmp/usr/lib/*.a $(CURDIR)/debian/tmp/usr/lib/*.la \ - $(CURDIR)/debian/tmp/usr/lib/*.so $(CURDIR)/debian/libpeercast0-dev/usr/lib - clean:: rm -rf confdefs.h diff -u peercast-0.1217.toots.20060314/debian/control.in peercast-0.1217.toots.20060314/debian/control.in --- peercast-0.1217.toots.20060314/debian/control.in +++ peercast-0.1217.toots.20060314/debian/control.in @@ -3,7 +3,7 @@ Priority: optional Maintainer: Romain Beauxis Build-Depends: @cdbs@, gconf2, kdelibs4c2a -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Package: peercast Architecture: any @@ -38,21 +37,0 @@ -Package: libpeercast0 -Architecture: any -Depends: ${shlibs:Depends} -Section: libs -Description: P2P audio and video streaming server libraries - PeerCast is a P2P streaming server. It can stream music - and video from a broad variety of formats. - . - This package provides shared libraries for peercast. - -Package: libpeercast0-dev -Architecture: any -Depends: libpeercast0 (>= ${binary:Version}) -Section: libdevel -Description: P2P audio and video streaming server -- development - PeerCast is a P2P streaming server. It can stream music - and video from a broad variety of formats. - . - This package provides includes header files and static libraries - needed to compile programs using libpeercast. - reverted: --- peercast-0.1217.toots.20060314/debian/libpeercast0-dev.dirs +++ peercast-0.1217.toots.20060314.orig/debian/libpeercast0-dev.dirs @@ -1,2 +0,0 @@ -usr/include/peercast -usr/lib only in patch2: unchanged: --- peercast-0.1217.toots.20060314.orig/debian/peercast-servent.postrm +++ peercast-0.1217.toots.20060314/debian/peercast-servent.postrm @@ -0,0 +1,23 @@ +#! /bin/sh +# postrm script for peercast-servent +# +# see: dh_installdeb(1) + +set -e + +if [ -f /usr/share/debconf/confmodule ]; then +. /usr/share/debconf/confmodule +fi + +case "$1" in + purge) + rm -rf /etc/peercast + ;; + *) + ;; +esac + + +#DEBHELPER# + +exit 0