[Pkg-voip-commits] r3344 - asterisk/branches/experimental/debian
Tzafrir Cohen
tzafrir-guest at alioth.debian.org
Mon Mar 26 23:29:47 CET 2007
Author: tzafrir-guest
Date: 2007-03-26 22:29:47 +0000 (Mon, 26 Mar 2007)
New Revision: 3344
Modified:
asterisk/branches/experimental/debian/changelog
asterisk/branches/experimental/debian/rules
Log:
The dummy fetch was not executable when generated from tar+diff.
Modified: asterisk/branches/experimental/debian/changelog
===================================================================
--- asterisk/branches/experimental/debian/changelog 2007-03-25 18:47:07 UTC (rev 3343)
+++ asterisk/branches/experimental/debian/changelog 2007-03-26 22:29:47 UTC (rev 3344)
@@ -1,9 +1,13 @@
asterisk (1:1.4.2~dfsg-4) UNRELEASED; urgency=low
+ [ Mark Purcell ]
* NOT RELEASED YET
- -- Mark Purcell <msp at debian.org> Sun, 25 Mar 2007 19:46:55 +0100
+ [ Tzafrir Cohen ]
+ * The dummy fetch was not executable when generated from tar+diff.
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com> Tue, 27 Mar 2007 00:28:10 +0200
+
asterisk (1:1.4.2~dfsg-3) experimental; urgency=low
* Fix syntax of for dummy fetch (Closes: #416143).
Modified: asterisk/branches/experimental/debian/rules
===================================================================
--- asterisk/branches/experimental/debian/rules 2007-03-25 18:47:07 UTC (rev 3343)
+++ asterisk/branches/experimental/debian/rules 2007-03-26 22:29:47 UTC (rev 3344)
@@ -84,6 +84,8 @@
if [ ! -r configure.debian_sav ]; then cp -a configure configure.debian_sav; fi
#./bootstrap.sh # also runs autoonf. TODO: currently not needed.
+
+ chmod 755 $(CURDIR)/debian/dummyprogs/fetch
# Without --with-gsm the internal gsm will be used
$(FETCH_ENV) ./configure --with-gsm \
More information about the Pkg-voip-commits
mailing list