[Pkg-voip-commits] r3698 - asterisk-spandsp-plugins/trunk/debian

Tzafrir Cohen tzafrir.cohen at xorcom.com
Sun Jun 24 11:34:58 UTC 2007


On Sun, Jun 24, 2007 at 09:17:26AM +0000, kilian at alioth.debian.org wrote:
> Author: kilian
> Date: 2007-06-24 09:17:26 +0000 (Sun, 24 Jun 2007)
> New Revision: 3698
> 
> Modified:
>    asterisk-spandsp-plugins/trunk/debian/rules
> Log:
> fix last commit. The $(UPVERSION) was ditched for no reason.

$(UPVERSION) was ditched for a reason:

+# Note: this will get the current version. Not necessarily the one
+# referred to by the version in the changelog.
 get-orig-source:


Actually I would consider changing the target name, so it won't get
automatically fetched later on, after upstream will change it once
again.

> 
> 
> Modified: asterisk-spandsp-plugins/trunk/debian/rules
> ===================================================================
> --- asterisk-spandsp-plugins/trunk/debian/rules	2007-06-24 07:42:55 UTC (rev 3697)
> +++ asterisk-spandsp-plugins/trunk/debian/rules	2007-06-24 09:17:26 UTC (rev 3698)
> @@ -78,7 +78,7 @@
>  	@@dh_testdir
>  	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
>  	@@mkdir -p ../tarballs/asterisk-$(UPVERSION)
> -	@@echo Downloading sources for from $(BASEURL) ...
> +	@@echo Downloading sources for $(UPVERSION) from $(BASEURL) ...
>  	@@wget -N -nv -T10 -t3 -P ../tarballs/asterisk-$(UPVERSION) $(SOURCE_URLS)
>  	@@echo Packaging ...
>  	@@cd ../tarballs && tar cfz $(FILENAME) asterisk-$(UPVERSION)
> 
> 

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:tzafrir at jabber.org
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



More information about the Pkg-voip-maintainers mailing list