tags 690133 + patch tags 690133 + pending thanks Dear maintainer,
I've prepared an NMU for npapi-vlc (versioned as 2.0.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards David
diff -Nru npapi-vlc-2.0.0/debian/changelog npapi-vlc-2.0.0/debian/changelog --- npapi-vlc-2.0.0/debian/changelog 2012-03-12 19:04:22.000000000 -0400 +++ npapi-vlc-2.0.0/debian/changelog 2012-10-28 11:46:26.000000000 -0400 @@ -1,3 +1,11 @@ +npapi-vlc (2.0.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/mozilla-plugin-vlc.preinst: Remove previous symlink that is + replaced by a directory (Closes: #690133). + + -- David Prévot <taf...@debian.org> Sun, 28 Oct 2012 11:46:10 -0400 + npapi-vlc (2.0.0-1) unstable; urgency=low * Initial release (Closes: #663647). diff -Nru npapi-vlc-2.0.0/debian/mozilla-plugin-vlc.preinst npapi-vlc-2.0.0/debian/mozilla-plugin-vlc.preinst --- npapi-vlc-2.0.0/debian/mozilla-plugin-vlc.preinst 1969-12-31 20:00:00.000000000 -0400 +++ npapi-vlc-2.0.0/debian/mozilla-plugin-vlc.preinst 2012-10-28 11:19:56.000000000 -0400 @@ -0,0 +1,12 @@ +#! /bin/sh +set -e + +# Delete symlink that will be replaced by a directory +dir="/usr/share/doc/mozilla-plugin-vlc" +if [ -L $dir ]; then + rm $dir 2>/dev/null +fi + +#DEBHELPER# + +exit 0
signature.asc
Description: Digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers