[Pkg-voip-commits] r6197 - in /pwlib/branches/experimental/debian: changelog control rules

dedu-guest at alioth.debian.org dedu-guest at alioth.debian.org
Sat Sep 13 09:53:05 UTC 2008


Author: dedu-guest
Date: Sat Sep 13 09:53:05 2008
New Revision: 6197

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6197
Log:
* Build-Depends on libdv4-dev instead of libdv-dev
* Fix naming Portable Windows -> Portable Tools in control file
* Really include upstream changelog in the package
* Build from svn snapshot REV 20940

Modified:
    pwlib/branches/experimental/debian/changelog
    pwlib/branches/experimental/debian/control
    pwlib/branches/experimental/debian/rules

Modified: pwlib/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/branches/experimental/debian/changelog?rev=6197&op=diff
==============================================================================
--- pwlib/branches/experimental/debian/changelog (original)
+++ pwlib/branches/experimental/debian/changelog Sat Sep 13 09:53:05 2008
@@ -1,8 +1,12 @@
-ptlib (2.3.0+svn20904-2) UNRELEASED; urgency=low
+ptlib (2.3.0+svn20940-1) voip; urgency=low
 
   * NOT RELEASED YET
+  * Build-Depends on libdv4-dev instead of libdv-dev
+  * Fix naming Portable Windows -> Portable Tools in control file
+  * Really include upstream changelog in the package
+  * Build from svn snapshot REV 20940
 
- -- Mark Purcell <msp at debian.org>  Thu, 11 Sep 2008 22:21:06 +1000
+ -- Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>  Sat, 13 Sep 2008 11:51:10 +0200
 
 ptlib (2.3.0+svn20904-1) experimental; urgency=low
 

Modified: pwlib/branches/experimental/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/branches/experimental/debian/control?rev=6197&op=diff
==============================================================================
--- pwlib/branches/experimental/debian/control (original)
+++ pwlib/branches/experimental/debian/control Sat Sep 13 09:53:05 2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Eugen Dedu <Eugen.Dedu at pu-pm.univ-fcomte.fr>
-Build-Depends: debhelper, dpatch, libdc1394-13-dev, bison, flex, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, g++ (>=2.95), autotools-dev, libasound2-dev, libavc1394-dev, libraw1394-dev, libdv-dev, libsasl2-dev, libkrb5-dev, doxygen
+Build-Depends: debhelper, dpatch, libdc1394-13-dev, bison, flex, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, g++ (>=2.95), autotools-dev, libasound2-dev, libavc1394-dev, libraw1394-dev, libdv4-dev, libsasl2-dev, libkrb5-dev, doxygen
 Build-Conflicts:
   libpt2.3-beta1,
   libpt-1.11.2, libpt-1.11.2-ptrace, libpt-1.11.2-develop,
@@ -83,7 +83,7 @@
 Depends: ${shlibs:Depends}, libpt2.3-beta1 (= ${binary:Version})
 Replaces: libpt-snapshot-plugins-v4l2
 Conflicts: libpt-snapshot-plugins-v4l2
-Description: Portable Windows Library video plugin for Video4Linux v2 - svn snapshot
+Description: Portable Tools Library video plugin for Video4Linux v2 - svn snapshot
  This package contains the PTLib plugin for usage with Video4Linux v2
  devices.  Install this package, if you want to use a video device
  that is not attached to FireWire.
@@ -124,7 +124,7 @@
 Replaces: libpt-snapshot-plugins-alsa
 Conflicts: libpt-snapshot-plugins-alsa
 Recommends: alsa-base
-Description: PTLib Audio Plugin for the ALSA Interface - svn snapshot
+Description: PTLib audio plugin for the ALSA Interface - svn snapshot
  This package contains the PTLib plugin for usage with the Advanced
  Linux Sound Architecture interface.  Install this package, if you
  are utilising this interface.

Modified: pwlib/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/branches/experimental/debian/rules?rev=6197&op=diff
==============================================================================
--- pwlib/branches/experimental/debian/rules (original)
+++ pwlib/branches/experimental/debian/rules Sat Sep 13 09:53:05 2008
@@ -213,11 +213,7 @@
 	dh_installdocs -N$(PACKAGE)-plugins-alsa -N$(PACKAGE)-plugins-avc -N$(PACKAGE)-plugins-dc -N$(PACKAGE)-plugins-oss -N$(PACKAGE)-plugins-v4l -N$(PACKAGE)-plugins-v4l2 -N$(PACKAGE)-dev -N$(PACKAGE)-dbg
 	#-test "x$(DH_OPTIONS)" = "x-a" && find debian/$(PACKAGE)-doc/usr/share/doc/$(PACKAGE)-doc -name .svn -exec rm -rf {} \;
 	dh_installman
-	if [ ! -f ChangeLog ];then \
-		dh_installchangelogs -N$(PACKAGE)-plugins-alsa -N$(PACKAGE)-plugins-avc -N$(PACKAGE)-plugins-dc -N$(PACKAGE)-plugins-oss -N$(PACKAGE)-plugins-v4l -N$(PACKAGE)-plugins-v4l2 -N$(PACKAGE)-dev -N$(PACKAGE)-dbg ;\
-	else \
-		dh_installchangelogs -N$(PACKAGE)-plugins-alsa -N$(PACKAGE)-plugins-avc -N$(PACKAGE)-plugins-dc -N$(PACKAGE)-plugins-oss -N$(PACKAGE)-plugins-v4l -N$(PACKAGE)-plugins-v4l2 -N$(PACKAGE)-dev -N$(PACKAGE)-dbg ChangeLog ;\
-	fi
+	dh_installchangelogs -N$(PACKAGE)-plugins-alsa -N$(PACKAGE)-plugins-avc -N$(PACKAGE)-plugins-dc -N$(PACKAGE)-plugins-oss -N$(PACKAGE)-plugins-v4l -N$(PACKAGE)-plugins-v4l2 -N$(PACKAGE)-dev -N$(PACKAGE)-dbg changelog
 	-test "x$(DH_OPTIONS)" = "x-a" && for pkg in plugins-alsa plugins-avc plugins-dc plugins-oss plugins-v4l plugins-v4l2 dev dbg; do mkdir -p debian/$(PACKAGE)-$$pkg/usr/share/doc; ln -s $(PACKAGE) debian/$(PACKAGE)-$$pkg/usr/share/doc/$(PACKAGE)-$$pkg; done
 
 	dh_link




More information about the Pkg-voip-commits mailing list