Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package tcltrf It fixes a DFSG violation (distributing non-distributable MS DLL, see bug #685207 [1] for detail). The diff between current 2.1.4-dfsg-3 and 2.1.4-dfsg1-1 is attached. The 2.1.4-dfsg1-1 is already accepted into unstable. Thank you! [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685207 unblock tcltrf/2.1.4-dfsg1-1 -- System Information: Debian Release: 6.0.5 APT prefers proposed-updates APT policy: (990, 'proposed-updates'), (990, 'stable') Architecture: i386 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nru tcltrf-2.1.4-dfsg/debian/changelog tcltrf-2.1.4-dfsg1/debian/changelog --- tcltrf-2.1.4-dfsg/debian/changelog 2012-08-18 15:00:10.000000000 +0400 +++ tcltrf-2.1.4-dfsg1/debian/changelog 2012-08-18 15:00:10.000000000 +0400 @@ -1,3 +1,9 @@ +tcltrf (2.1.4-dfsg1-1) unstable; urgency=low + + * Removed non-DFSG-free msvcrt.dll from the source tarball (closes: #685207). + + -- Sergei Golovan <sgolo...@debian.org> Sat, 18 Aug 2012 14:37:06 +0400 + tcltrf (2.1.4-dfsg-3) unstable; urgency=low * Reimplemented MD2 hash after it was removed from the OpenSSL diff -Nru tcltrf-2.1.4-dfsg/debian/rules tcltrf-2.1.4-dfsg1/debian/rules --- tcltrf-2.1.4-dfsg/debian/rules 2012-08-18 15:00:10.000000000 +0400 +++ tcltrf-2.1.4-dfsg1/debian/rules 2012-08-18 15:00:10.000000000 +0400 @@ -169,8 +169,10 @@ CURDIR=`pwd` && TMPDIR=`mktemp -d /tmp/tcltrf.XXXXXX` && \ cd $$TMPDIR && \ wget -O - http://heanet.dl.sourceforge.net/sourceforge/tcltrf/trf$(version).tar.gz | tar zx && \ - rm -rfv trf$(version)/generic/haval trf$(version)/generic/haval.1996 && \ - tar -zcf $$CURDIR/tcltrf_$(version)-dfsg.orig.tar.gz trf$(version) && \ + rm -rfv trf$(version)/generic/haval \ + trf$(version)/generic/haval.1996 \ + trf$(version)/win/msvcrt.dll && \ + tar -zcf $$CURDIR/tcltrf_$(version)-dfsg1.orig.tar.gz trf$(version) && \ rm -rf $$TMPDIR get-orig-source-cvs: Binary files /tmp/03Upc0G2ft/tcltrf-2.1.4-dfsg/win/msvcrt.dll and /tmp/FBu69NG0aq/tcltrf-2.1.4-dfsg1/win/msvcrt.dll differ