[Pkg-voip-commits] r3252 - asterisk/branches/experimental/debian

Mark Purcell msp at alioth.debian.org
Sun Mar 18 23:48:20 CET 2007


Author: msp
Date: 2007-03-18 22:48:20 +0000 (Sun, 18 Mar 2007)
New Revision: 3252

Modified:
   asterisk/branches/experimental/debian/changelog
   asterisk/branches/experimental/debian/rules
Log:
* configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
  --prefix=/usr --mandir=\$${prefix}/share/man --
  infodir=\$${prefix}/share/info
* New upstream release (1.4)

Modified: asterisk/branches/experimental/debian/changelog
===================================================================
--- asterisk/branches/experimental/debian/changelog	2007-03-18 22:04:26 UTC (rev 3251)
+++ asterisk/branches/experimental/debian/changelog	2007-03-18 22:48:20 UTC (rev 3252)
@@ -1,5 +1,6 @@
 asterisk (1:1.4.1~dfsg-1) UNRELEASED; urgency=low
 
+  [ Tzafrir Cohen ]
   * New upstream release.
   * A package that builds.
   * Removed asterisk-sounds.install: does not belong here.
@@ -13,11 +14,16 @@
   * Allow chrooted building with no wget.
   * h323_no_exit.dpatch: Don't requires two rounds of building.
 
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun, 18 Mar 2007 01:20:36 +0200
+  [ Mark Purcell ]
+  * configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
+    --prefix=/usr --mandir=\$${prefix}/share/man --
+    infodir=\$${prefix}/share/info
 
-asterisk (1:1.3.99~beta2.dfsg-1) UNRELEASED; urgency=low
+ -- Mark Purcell <msp at debian.org>  Sun, 18 Mar 2007 22:48:14 +0000
 
-  * (NOT RELEASED YET) New upstream release (1.4 beta)
+asterisk (1:1.4.0~dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release (1.4)
   * Sandbox to start playing with 1.4, it uses autotools :-), 
     it also uses ASTDATADIR :-) :-)
   * need to understand this menuselect and how to encorporate into debian.
@@ -37,12 +43,6 @@
 
  -- Mark Purcell <msp at debian.org>  Mon, 25 Sep 2006 08:46:16 +0100
 
-asterisk (1:1.2.12.1.dfsg-2) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-
- -- Mark Purcell <msp at debian.org>  Sun, 24 Sep 2006 15:48:34 +0100
-
 asterisk (1:1.2.12.1.dfsg-1) unstable; urgency=low
 
   [ Tzafrir Cohen ]

Modified: asterisk/branches/experimental/debian/rules
===================================================================
--- asterisk/branches/experimental/debian/rules	2007-03-18 22:04:26 UTC (rev 3251)
+++ asterisk/branches/experimental/debian/rules	2007-03-18 22:48:20 UTC (rev 3252)
@@ -87,8 +87,13 @@
 	./bootstrap.sh # also runs autoonf. TODO: currently not needed.
 	
 	# Without --with-gsm the internal gsm will be used
-	./configure --with-gsm
+	./configure --with-gsm \
+		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+                --prefix=/usr \
+                --mandir=\$${prefix}/share/man \
+                --infodir=\$${prefix}/share/info
 
+
 menuselect.makeopts: config.status
 	$(MAKE) menuselect.makeopts
 	sed -i -e '/^MENUSELECT_MOH=/d' menuselect.makeopts




More information about the Pkg-voip-commits mailing list