[Pkg-voip-commits] r6434 - /opal/branches/experimental/debian/changelog

msp at alioth.debian.org msp at alioth.debian.org
Sat Nov 15 00:22:41 UTC 2008


Author: msp
Date: Sat Nov 15 00:22:41 2008
New Revision: 6434

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6434
Log:
* Integrate history debian/changelog from trunk
* Add description for remove_ilbc.dpatch.
* Remove config.log at clean time.
* Remove duplicated word (the the) in the description of libopal-dev.
* Fix regexp generating UPVRESION for backports.
* Drop notrace build entirely to fixup ABI issues (Closes: #447452)
* Fix bug where shlibs were very strict on binNMUed versions.
* Bump Standards-Version to 3.7.3, no changes needed.
* Remove doxygen from Build-Depends-Indep since it's present in
  Build-Depends.
* Drop Build-Conflicts on pre-sarge linux-kernel-headers.
* Remove versioned dependency on pre-etch dpkg-dev.
* Removed versioned dependency on g++ >= 2.95.
* Remove debian/backports/sarge since it's an obsolete distribution.
* Remove Jose Carlos Garcia Sogo and Santiago Garcia Mantinan from
  Uploaders and add myself.
* Depend on newly introduced libspeexdsp-dev. (Closes: #474272)
* Fix configure to never try to use the shipped speex version, even if it
  (wrongly) thinks it's newer.
* Add patch from Rober Millan to solve FTBFS on parallel build.
  (Closes: #459742)
* Add ~ suffix after upstream version to shlibs generation.
  (Closes: #448285)
* Fix build problem in binutils on alpha by using "LDFLAGS+=-Wl,--no-relax".
  Thanks goes to Steve Langasek for finding this and Serge Belyshev for the
  tested patch.
* New upstream release. (gcc-4.2 clean. Yeah!)
  Requires PWLib 1.10.10 - bump build-depends accordingly.
* Don't suggest development headers with library. (Closes: #378064)
* Update Source-Version to binary:Version to allow clean binNMUs.
* Update debian/watch.
* Fix remaining debian-rules-ignores-make-clean errors
* Don't set DH_COMPAT in rules.
* Fix dh_strip call using libopal-ptrace rather than $(PACKAGE)-ptrace
  (Closes: #442975)
* Conflict with our own binary library packages to fix false negative build
  checks (Closes: #440928)
* Remove check-ilbc stamp in clean target
* Add Homepage field as added in dpkg-dev 1.14.6.
* Adapt shlibs to depend on the upstream's version number and not the Debian
  version number, since we don't extend the ABI. This also imitates
  debhelper's behavior.
* Add missing conflicts (Closes: #433152, #433155)
* New upstream release. (Closes: #418485)
* Build opt, opt+ptrace and debug version like PWLib. Bump to pwlib 1.10.7 therefore.
* Change package name to comply with SOVER.
* Cleanup rules to fix double compile problems with leftover files. 
  (Closes: #424373)
* Conflict with openmpi-dev to make sure we don't have a filename clash
  (Closes: #404004). Setting high urgency due to RC-bug.
* Correct the versioned dependency to the lib we're building right now to
  overcome problems like #392522. Setting urgency=high, for we're closing an
  RC-bug.
* Rename configure target to config.status.
* New upstream release.
* New upstream release.
* debian/rules: Use CURDIR rather than PWD to make sure we can build with
  sudo.
* Update debian/watch for numerics & dfsg mangle
* debian/control: No need to have debug symbols depend on -dev.
* debian/copyright: state different copyrights and licenses for:
   + src/codec/speex: BSD like license
   + src/codec/g726: special unrestricted license from Sun
   + src/codec/gsm: list copyright holders and license terms
   + src/codec/iLBC: removed from upstream source. Non DFSG-compliant
   license. (GIPS Royalty Free License)
* debian/rules:
   + check that iLBC code has been removed. It also includes an RFC.
* debian/patches:
   + remove_ilbc: new. Removes any reference to iLBC code in Makefile.in
* New upstream release (Phobos_release1 tag) to hotfix retransmission of
  messages which made Ekiga get stuck
* New upstream release (Phobos_release tag).
* Workaround too short SONAME until the fix from CVS HEAD hits next release.
* Initial release. Taken from Phobos-devel3, named according to final Phobos
  stable release version.

Modified:
    opal/branches/experimental/debian/changelog

Modified: opal/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opal/branches/experimental/debian/changelog?rev=6434&op=diff
==============================================================================
--- opal/branches/experimental/debian/changelog (original)
+++ opal/branches/experimental/debian/changelog Sat Nov 15 00:22:41 2008
@@ -3,7 +3,10 @@
   [ Eugen Dedu ]
   * Use Debian's speex library.
 
- -- Mark Purcell <msp at debian.org>  Thu, 06 Nov 2008 22:49:37 +1100
+  [ Mark Purcell ]
+  * Integrate history debian/changelog from trunk
+
+ -- Mark Purcell <msp at debian.org>  Sat, 15 Nov 2008 11:21:42 +1100
 
 opal (3.4.2~dfsg-1) experimental; urgency=low
 
@@ -51,3 +54,180 @@
   * This is the CVS version! Do not complain about these debs at Debian BTS!
 
  -- Kilian Krause <kk at verfaction.de>  Sun, 13 Mar 2005 19:14:36 +0100
+
+opal (2.2.11~dfsg1-5) UNRELEASED; urgency=low
+
+  * Add description for remove_ilbc.dpatch.
+  * Remove config.log at clean time.
+  * Remove duplicated word (the the) in the description of libopal-dev.
+
+ -- Patrick Matthäi <patrick.matthaei at web.de>  Wed,  8 Oct 2008 21:21:56 +0200
+
+opal (2.2.11~dfsg1-4) unstable; urgency=low
+
+  [ Kilian Krause ]
+  * Fix regexp generating UPVRESION for backports.
+  * Drop notrace build entirely to fixup ABI issues (Closes: #447452)
+
+  [ Faidon Liambotis ]
+  * Fix bug where shlibs were very strict on binNMUed versions.
+  * Bump Standards-Version to 3.7.3, no changes needed.
+  * Remove doxygen from Build-Depends-Indep since it's present in
+    Build-Depends.
+  * Drop Build-Conflicts on pre-sarge linux-kernel-headers.
+  * Remove versioned dependency on pre-etch dpkg-dev.
+  * Removed versioned dependency on g++ >= 2.95.
+  * Remove debian/backports/sarge since it's an obsolete distribution.
+  * Remove Jose Carlos Garcia Sogo and Santiago Garcia Mantinan from
+    Uploaders and add myself.
+  * Depend on newly introduced libspeexdsp-dev. (Closes: #474272)
+  * Fix configure to never try to use the shipped speex version, even if it
+    (wrongly) thinks it's newer.
+
+  [ Victor Seva ]
+  * Add patch from Rober Millan to solve FTBFS on parallel build.
+    (Closes: #459742)
+
+ -- Faidon Liambotis <paravoid at debian.org>  Sat, 05 Apr 2008 10:59:43 +0300
+
+opal (2.2.11~dfsg1-3) unstable; urgency=high
+
+  * Add ~ suffix after upstream version to shlibs generation.
+    (Closes: #448285)
+
+ -- Kilian Krause <kilian at debian.org>  Mon, 29 Oct 2007 10:43:48 +0100
+
+opal (2.2.11~dfsg1-2) unstable; urgency=low
+
+  * Fix build problem in binutils on alpha by using "LDFLAGS+=-Wl,--no-relax".
+    Thanks goes to Steve Langasek for finding this and Serge Belyshev for the
+    tested patch.
+
+ -- Kilian Krause <kilian at debian.org>  Tue, 23 Oct 2007 12:02:11 +0200
+
+opal (2.2.11~dfsg1-1) unstable; urgency=low
+
+  * New upstream release. (gcc-4.2 clean. Yeah!)
+    Requires PWLib 1.10.10 - bump build-depends accordingly.
+
+  [ Kilian Krause ]
+  * Don't suggest development headers with library. (Closes: #378064)
+  * Update Source-Version to binary:Version to allow clean binNMUs.
+  * Update debian/watch.
+  * Fix remaining debian-rules-ignores-make-clean errors
+  * Don't set DH_COMPAT in rules.
+  * Fix dh_strip call using libopal-ptrace rather than $(PACKAGE)-ptrace
+    (Closes: #442975)
+  * Conflict with our own binary library packages to fix false negative build
+    checks (Closes: #440928)
+  * Remove check-ilbc stamp in clean target
+  * Add Homepage field as added in dpkg-dev 1.14.6.
+
+  [ Faidon Liambotis ]
+  * Adapt shlibs to depend on the upstream's version number and not the Debian
+    version number, since we don't extend the ABI. This also imitates
+    debhelper's behavior.
+
+ -- Kilian Krause <kilian at debian.org>  Sat, 22 Sep 2007 12:08:48 +0200
+
+opal (2.2.8~dfsg1-2) unstable; urgency=low
+
+  * Add missing conflicts (Closes: #433152, #433155)
+
+ -- Kilian Krause <kilian at debian.org>  Mon, 16 Jul 2007 13:49:32 +0200
+
+opal (2.2.8~dfsg1-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #418485)
+  * Build opt, opt+ptrace and debug version like PWLib. Bump to pwlib 1.10.7 therefore.
+  * Change package name to comply with SOVER.
+  * Cleanup rules to fix double compile problems with leftover files. 
+    (Closes: #424373)
+
+ -- Kilian Krause <kilian at debian.org>  Tue,  3 Jul 2007 21:45:23 +0200
+
+opal (2.2.3.dfsg-3) unstable; urgency=high
+
+  * Conflict with openmpi-dev to make sure we don't have a filename clash
+    (Closes: #404004). Setting high urgency due to RC-bug.
+
+ -- Kilian Krause <kilian at debian.org>  Wed, 27 Dec 2006 15:56:46 +0100
+
+opal (2.2.3.dfsg-2) unstable; urgency=high
+
+  * Correct the versioned dependency to the lib we're building right now to
+    overcome problems like #392522. Setting urgency=high, for we're closing an
+    RC-bug.
+
+ -- Kilian Krause <kilian at debian.org>  Sun, 22 Oct 2006 11:04:26 +0200
+
+opal (2.2.3.dfsg-1) unstable; urgency=low
+
+  * Rename configure target to config.status.
+  * New upstream release.
+
+ -- Kilian Krause <kilian at debian.org>  Mon,  9 Oct 2006 13:47:30 +0200
+
+opal (2.2.2.dfsg-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Kilian Krause <kilian at debian.org>  Fri,  9 Jun 2006 19:46:19 +0000
+
+opal (2.2.1.dfsg-2) unstable; urgency=low
+
+  [ Kilian Krause ]
+  * debian/rules: Use CURDIR rather than PWD to make sure we can build with
+    sudo.
+
+  [ Mark Purcell ]
+  * Update debian/watch for numerics & dfsg mangle
+
+ -- Kilian Krause <kilian at debian.org>  Sun,  7 May 2006 12:58:43 +0200
+
+opal (2.2.1.dfsg-1) unstable; urgency=low
+
+  [ Kilian Krause ]
+  * debian/control: No need to have debug symbols depend on -dev.
+
+  [ Jose Carlos Garcia Sogo ]
+  * debian/copyright: state different copyrights and licenses for:
+     + src/codec/speex: BSD like license
+     + src/codec/g726: special unrestricted license from Sun
+     + src/codec/gsm: list copyright holders and license terms
+     + src/codec/iLBC: removed from upstream source. Non DFSG-compliant
+     license. (GIPS Royalty Free License)
+
+  * debian/rules:
+     + check that iLBC code has been removed. It also includes an RFC.
+
+  * debian/patches:
+     + remove_ilbc: new. Removes any reference to iLBC code in Makefile.in
+
+ -- Kilian Krause <kilian at debian.org>  Sun, 16 Apr 2006 17:06:06 +0000
+
+opal (2.2.1-1) unstable; urgency=low
+
+  * New upstream release (Phobos_release1 tag) to hotfix retransmission of
+    messages which made Ekiga get stuck
+
+ -- Kilian Krause <kilian at debian.org>  Tue, 14 Mar 2006 12:46:42 +0100
+
+opal (2.2.0-1) unstable; urgency=low
+
+  * New upstream release (Phobos_release tag).
+
+ -- Kilian Krause <kilian at debian.org>  Tue, 14 Mar 2006 00:14:58 +0000
+
+opal (2.1.3-2) unstable; urgency=low
+
+  * Workaround too short SONAME until the fix from CVS HEAD hits next release.
+
+ -- Kilian Krause <kilian at debian.org>  Tue, 14 Feb 2006 00:04:32 +0100
+
+opal (2.1.3-1) unstable; urgency=low
+
+  * Initial release. Taken from Phobos-devel3, named according to final Phobos
+    stable release version.
+
+ -- Kilian Krause <kilian at debian.org>  Mon, 13 Feb 2006 21:38:04 +0000




More information about the Pkg-voip-commits mailing list