[Pkg-voip-commits] r7144 - /opal/trunk/debian/rules

Eugen Dedu Eugen.Dedu at pu-pm.univ-fcomte.fr
Sat May 9 16:34:22 UTC 2009


Kilian Krause wrote:
> Hi Eugen,
> 
> On Sat, May 09, 2009 at 12:39:32PM -0000, dedu-guest at alioth.debian.org wrote:
>> Author: dedu-guest
>> Date: Sat May  9 12:39:32 2009
>> New Revision: 7144
>>
>> URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7144
>> Log:
>> Use +dfsg instead of ~dfsg
>>
>> Modified:
>>     opal/trunk/debian/rules
>>
>> Modified: opal/trunk/debian/rules
>> URL: http://svn.debian.org/wsvn/pkg-voip/opal/trunk/debian/rules?rev=7144&op=diff
>> ==============================================================================
>> --- opal/trunk/debian/rules (original)
>> +++ opal/trunk/debian/rules Sat May  9 12:39:32 2009
>> @@ -4,10 +4,10 @@
>>  include /usr/share/cdbs/1/class/autotools.mk
>>  include /usr/share/cdbs/1/rules/dpatch.mk
>>  
>> -UPVERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/~dfsg//')
>> +UPVERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/+dfsg//')
>>  REV := $(shell echo $(UPVERSION) | sed -r -e 's/^.*svn//')
>>  
>> -FILENAME := opal_$(UPVERSION)~dfsg.orig.tar.gz
>> +FILENAME := opal_$(UPVERSION)+dfsg.orig.tar.gz
>>  UPFILENAME := opal_$(UPVERSION).orig.tar.gz
>>  URL := http://ftp.gnome.org/pub/gnome/sources/opal/3.6/opal-$(UPVERSION).tar.gz
> 
> I've just reverted this change (and corrected the changelog) to ensure that
> the 3.6.1~dfsg remains smaller than any possible 3.6.1.1~dfsg that may
> eventually occur. We've had the .dfsg and +dfsg before and it was changed
> for this reason to ~dfsg.

Hi Kilian,

Note that "+ sorts before .", cf. 
http://lintian.debian.org/tags/dfsg-version-with-period.html, so it 
seems the + is the right one, is that right?

-- 
Eugen



More information about the Pkg-voip-maintainers mailing list