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

uploading fix for #517205 in slime to stable



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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.

Groetjes, Peter

- --
signature -at- pvaneynd.mailworks.org
http://www.livejournal.com/users/pvaneynd/
"God, root, what is difference?" Pitr | "God is more forgiving." Dave
Aronson|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkn0tY0ACgkQ11ldN0tyliWIQQCfQZh/aSWgQia3/jHPKCInT867
c9kAn171m6ieH3A9qdf50DAubnTjXfAo
=YYc1
-----END PGP SIGNATURE-----


Reply to: