[Pkg-voip-commits] r7042 - in /ptlib/branches/ptlib-1.10.10/debian: changelog control libpt-1.10.10-dev.docs libpt.docs rules
msp at alioth.debian.org
msp at alioth.debian.org
Sat Apr 25 13:01:24 UTC 2009
Author: msp
Date: Sat Apr 25 13:01:23 2009
New Revision: 7042
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7042
Log:
* NEW Package libpt-dev -> libpt-1.10.10-dev & libpt-1.10.10-doc
- Co-existance with newer libpt-dev, some pkg-voip .debs require old API
- Those pkg-voip packages require souceful upload (Build-Depends: update)
- Add Provides: libpt-dev, Conflicts: libpt-dev
- Allows libpt-dev=2.6.1 upload from experimental to unstable
Added:
ptlib/branches/ptlib-1.10.10/debian/libpt-1.10.10-dev.docs
- copied unchanged from r7040, ptlib/branches/ptlib-1.10.10/debian/libpt.docs
Removed:
ptlib/branches/ptlib-1.10.10/debian/libpt.docs
Modified:
ptlib/branches/ptlib-1.10.10/debian/changelog
ptlib/branches/ptlib-1.10.10/debian/control
ptlib/branches/ptlib-1.10.10/debian/rules
Modified: ptlib/branches/ptlib-1.10.10/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib-1.10.10/debian/changelog?rev=7042&op=diff
==============================================================================
--- ptlib/branches/ptlib-1.10.10/debian/changelog (original)
+++ ptlib/branches/ptlib-1.10.10/debian/changelog Sat Apr 25 13:01:23 2009
@@ -1,4 +1,4 @@
-pwlib (1.10.10-3) UNRELEASED; urgency=low
+pwlib (1.10.10-3) unstable; urgency=low
[ Victor Seva ]
* Add patch from Robert Millan to solve FTBFS on parallel build.
@@ -20,9 +20,13 @@
[ Mark Purcell ]
* Disable AVC & DC plugins (obsolete & replaced by V4L plugins)
- (Closes: #519047): "pwlib FTBFS"
- * NEW Package libpt-dev -> libpt-1.10.10-dev
-
- -- Mark Purcell <msp at debian.org> Sat, 25 Apr 2009 20:55:25 +1000
+ * NEW Package libpt-dev -> libpt-1.10.10-dev & libpt-1.10.10-doc
+ - Co-existance with newer libpt-dev, some pkg-voip .debs require old API
+ - Those pkg-voip packages require souceful upload (Build-Depends: update)
+ - Add Provides: libpt-dev, Conflicts: libpt-dev
+ - Allows libpt-dev=2.6.1 upload from experimental to unstable
+
+ -- Mark Purcell <msp at debian.org> Sat, 25 Apr 2009 22:39:50 +1000
pwlib (1.10.10-2) unstable; urgency=low
Modified: ptlib/branches/ptlib-1.10.10/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib-1.10.10/debian/control?rev=7042&op=diff
==============================================================================
--- ptlib/branches/ptlib-1.10.10/debian/control (original)
+++ ptlib/branches/ptlib-1.10.10/debian/control Sat Apr 25 13:01:23 2009
@@ -8,7 +8,7 @@
libpt-1.10.10, libpt-1.10.10-ptrace, libpt-1.10.10-develop,
libpt-1.10.0, libpt-1.10.0-ptrace, libpt-1.10.0-develop,
libpt-1.8.7, libpt-1.8.3, libpt-1.8.3c2, libpt-1.8.3c2a,
- libpt-dev
+ libpt-1.10.10-dev, libpt-dev
Standards-Version: 3.8.1
Homepage: http://www.voxgratia.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/ptlib/branches/ptlib-1.10.10/
@@ -17,7 +17,7 @@
Package: libpt-1.10.10
Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, libpt-1.10.10-plugins-alsa|libpt-1.10.10-plugins-oss, libpt-1.10.10-plugins-v4l|libpt-1.10.10-plugins-v4l2|libpt-1.10.10-plugins-avc|libpt-1.10.10-plugins-dc
+Depends: ${shlibs:Depends}, libpt-1.10.10-plugins-alsa|libpt-1.10.10-plugins-oss, libpt-1.10.10-plugins-v4l|libpt-1.10.10-plugins-v4l2
Conflicts: libpt-1.10.10-ptrace, libpt-1.10.10-develop
Description: Portable Windows Library
This package contains the shared version of the library PWLib, which is
@@ -29,6 +29,7 @@
Section: libdevel
Architecture: any
Provides: libpt-dev
+Conflicts: libpt-dev
Depends: libpt-1.10.10 (= ${binary:Version}), libc6-dev, libssl-dev, libldap2-dev, libsdl1.2-dev, libexpat1-dev, libsasl2-dev
Description: Portable Windows Library development files
This package contains the headers and a static version of the library
Modified: ptlib/branches/ptlib-1.10.10/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/ptlib/branches/ptlib-1.10.10/debian/rules?rev=7042&op=diff
==============================================================================
--- ptlib/branches/ptlib-1.10.10/debian/rules (original)
+++ ptlib/branches/ptlib-1.10.10/debian/rules Sat Apr 25 13:01:23 2009
@@ -144,7 +144,7 @@
rm -f debian/*substvars
rm -f debian/*.debhelper
rm -rf html
- rm -f debian/libpt-*.*.docs debian/libpt-*.*.manpages debian/libpt-*.*.dirs
+# rm -f debian/libpt-*.*.docs debian/libpt-*.*.manpages debian/libpt-*.*.dirs
rm -f core a.out
dh_clean
More information about the Pkg-voip-commits
mailing list