[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: uploading fix for #517205 in slime to stable



Peter Van Eynde wrote:
> Hello all,
> 
> Evgeny noticed that bug #517205 was also present in the stable package:
> xref.lisp was by mistake included in the upstream tarball.
> 
> Luca proposed:
>> I would just repackage upstream as 20080223:
>> =====
>> luca@gismo:~$ dpkg --compare-versions 1:20080223-2 lt 1:20080223.dfsg-1 && echo OK
>> OK
> 
> and this what I did. You can browse the git repository at
> http://git.debian.org/?p=pkg-common-lisp/slime.git;a=shortlog;h=refs/heads/stable-master
> and the diff is:
> 
>> $ git diff  65af275ee79d999fb276911048c51e4ee05909e4..HEAD
>> diff --git a/debian/changelog b/debian/changelog
>> index bb93627..fbe7954 100644
>> --- a/debian/changelog
>> +++ b/debian/changelog
>> @@ -1,3 +1,9 @@
>> +slime (1:20080223.dfsg-1) stable; urgency=low
>> +
>> +  * Removed the non-free xref.lisp, (Closes: #517205)
>> +
>> + -- Peter Van Eynde <pvaneynd@debian.org>  Sun, 26 Apr 2009 20:59:08 +0200
>> +
>>  slime (1:20080223-2) unstable; urgency=low
> 
>>    * Use unique-dir-name instead of unique-directory-name
>> diff --git a/debian/rules b/debian/rules
>> index 2d3c834..45cb280 100755
>> --- a/debian/rules
>> +++ b/debian/rules
>> @@ -74,6 +74,7 @@ binary-arch: build install
>>  binary-indep: build install
>>         dh_testdir
>>         dh_testroot
>> +       sh -c 'if [ -f xref.lisp ] ; then echo "xref.lisp detected... committing seppuku for the greater good" ; exit 1 ; fi'
>>         dh_installchangelogs ChangeLog
>>         dh_installdocs
>>         dh_installexamples
>> diff --git a/xref.lisp b/xref.lisp
>> deleted file mode 100644
>> index e3b4593..0000000
>> --- a/xref.lisp
>> +++ /dev/null
>> @@ -1,2891 +0,0 @@
>> -;;; -*- Mode: LISP; Package: XREF; Syntax: Common-lisp;  -*-
> ... the rest of the file
> 
> I hope this is acceptable as a 'stable' upload.

Yes, please upload.

Cheers

Luk


Reply to: