[Pkg-voip-commits] r5771 - in /libpri/trunk/debian: changelog rules
maniac-guest at alioth.debian.org
maniac-guest at alioth.debian.org
Thu May 22 17:00:31 UTC 2008
Author: maniac-guest
Date: Thu May 22 17:00:30 2008
New Revision: 5771
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5771
Log:
fix get-orig-source. Removed option N
Modified:
libpri/trunk/debian/changelog
libpri/trunk/debian/rules
Modified: libpri/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/changelog?rev=5771&op=diff
==============================================================================
--- libpri/trunk/debian/changelog (original)
+++ libpri/trunk/debian/changelog Thu May 22 17:00:30 2008
@@ -1,11 +1,15 @@
libpri (1.4.3-2) unstable; urgency=low
+ [ Faidon Liambotis ]
* Update to bristuff 0.4.0-RC1
- fixed "call reference exceeds 127 on BRI spans" bug in libpri
which caused a deadlock in chan_zap.
- fixed "t303 not stopped" bug in libpri.
* Add Junghanns.NET GmbH to the copyright holders in debian/copyright.
* Refer to /usr/share/common-licenses/GPL-2 to avoid ambiguity vs. GPLv3.
+
+ [ Victor Seva ]
+ * debian/rules: fix get-orig-source to actually work
-- Faidon Liambotis <paravoid at debian.org> Wed, 21 May 2008 03:33:52 +0300
Modified: libpri/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libpri/trunk/debian/rules?rev=5771&op=diff
==============================================================================
--- libpri/trunk/debian/rules (original)
+++ libpri/trunk/debian/rules Thu May 22 17:00:30 2008
@@ -128,7 +128,7 @@
@@dh_testdir
@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
@@echo Downloading $(FILENAME) from $(URL) ...
- @@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
+ @@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure unpatch patch
More information about the Pkg-voip-commits
mailing list