[Pkg-voip-commits] r6062 - in /pwlib/branches/experimental/debian: README.Debian copyright rules

dedu-guest at alioth.debian.org dedu-guest at alioth.debian.org
Sun Aug 24 14:08:53 UTC 2008


Author: dedu-guest
Date: Sun Aug 24 14:08:53 2008
New Revision: 6062

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6062
Log:
Update to latest SVN + minor typos.

Modified:
    pwlib/branches/experimental/debian/README.Debian
    pwlib/branches/experimental/debian/copyright
    pwlib/branches/experimental/debian/rules

Modified: pwlib/branches/experimental/debian/README.Debian
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/branches/experimental/debian/README.Debian?rev=6062&op=diff
==============================================================================
--- pwlib/branches/experimental/debian/README.Debian (original)
+++ pwlib/branches/experimental/debian/README.Debian Sun Aug 24 14:08:53 2008
@@ -27,7 +27,7 @@
  These packages assume that the source tree of ptlib is still there
  and be pointed to by the PTLIBDIR environment variable.
  Now, to facilitate that, the structure of the source tree
- was mimicked in /usr/share/pwlib mainly through
+ was mimicked in /usr/share/ptlib mainly through
  linking.
  
  You merely have to export PTLIB=/usr/share/ptlib before building mentioned

Modified: pwlib/branches/experimental/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/branches/experimental/debian/copyright?rev=6062&op=diff
==============================================================================
--- pwlib/branches/experimental/debian/copyright (original)
+++ pwlib/branches/experimental/debian/copyright Sun Aug 24 14:08:53 2008
@@ -1,4 +1,4 @@
-This is the Debian GNU/Linux packaged version of PWLib.
+This is the Debian GNU/Linux packaged version of PTLib.
 
 The author of this software is Equivalence Pty. Ltd.
 

Modified: pwlib/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/pwlib/branches/experimental/debian/rules?rev=6062&op=diff
==============================================================================
--- pwlib/branches/experimental/debian/rules (original)
+++ pwlib/branches/experimental/debian/rules Sun Aug 24 14:08:53 2008
@@ -213,32 +213,32 @@
 
 	#$(PACKAGE)-plugins-v4l
 	install -d -m 755 debian/$(PACKAGE)-plugins-v4l/usr/lib/ptlib/$(SHLIBSVER)/device/videoinput/
-	cp plugins/ptlib/device/videoinput/v4l_pwplugin.so \
+	cp lib/device/videoinput/v4l_pwplugin.so \
 		debian/$(PACKAGE)-plugins-v4l/usr/lib/ptlib/$(SHLIBSVER)/device/videoinput/
 
 	#$(PACKAGE)-plugins-v4l2
 	install -d -m 755 debian/$(PACKAGE)-plugins-v4l2/usr/lib/ptlib/$(SHLIBSVER)/device/videoinput/
-	cp plugins/ptlib/device/videoinput/v4l2_pwplugin.so \
+	cp lib/device/videoinput/v4l2_pwplugin.so \
 		debian/$(PACKAGE)-plugins-v4l2/usr/lib/ptlib/$(SHLIBSVER)/device/videoinput/
 
 	#$(PACKAGE)-plugins-avc
 	install -d -m 755 debian/$(PACKAGE)-plugins-avc/usr/lib/ptlib/$(SHLIBSVER)/device/videoinput/
-	cp plugins/ptlib/device/videoinput/avc_pwplugin.so \
+	cp lib/device/videoinput/avc_pwplugin.so \
 		debian/$(PACKAGE)-plugins-avc/usr/lib/ptlib/$(SHLIBSVER)/device/videoinput/
 
 	#$(PACKAGE)-plugins-dc
 	install -d -m 755 debian/$(PACKAGE)-plugins-dc/usr/lib/ptlib/$(SHLIBSVER)/device/videoinput/
-	cp plugins/ptlib/device/videoinput/dc_pwplugin.so \
+	cp lib/device/videoinput/dc_pwplugin.so \
 		debian/$(PACKAGE)-plugins-dc/usr/lib/ptlib/$(SHLIBSVER)/device/videoinput/
 
 	#$(PACKAGE)-plugins-oss
 	install -d -m 755 debian/$(PACKAGE)-plugins-oss/usr/lib/ptlib/$(SHLIBSVER)/device/sound/
-	cp plugins/ptlib/device/sound/oss_pwplugin.so \
+	cp lib/device/sound/oss_pwplugin.so \
 		debian/$(PACKAGE)-plugins-oss/usr/lib/ptlib/$(SHLIBSVER)/device/sound/
 
 	#$(PACKAGE)-plugins-alsa
 	install -d -m 755 debian/$(PACKAGE)-plugins-alsa/usr/lib/ptlib/$(SHLIBSVER)/device/sound/
-	cp plugins/ptlib/device/sound/alsa_pwplugin.so \
+	cp lib/device/sound/alsa_pwplugin.so \
 		debian/$(PACKAGE)-plugins-alsa/usr/lib/ptlib/$(SHLIBSVER)/device/sound/
 
 # Must not depend on anything. This is to be called by




More information about the Pkg-voip-commits mailing list