Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: britney
I received one week ago an automated e-mail announcing that wims was removed from testing. The automated information about the reason of this operation was a "build-dependency on , node-uglify" I checked that the package wims does not build-depend on node-uglify, and also rebuilt it successfully in a wheezy chroot thanks to pbuilder. Please would you accept the new package wims_4.03a-8 into testing-proposed-updates? It provides a fix for the RC bug #687947 which was sent three weeks ago. PLease take a look at the attached debdiff file. I shall await your response before uploading the new package. Thank you in advance. -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (650, 'stable'), (600, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru wims-4.03a/debian/changelog wims-4.03a/debian/changelog --- wims-4.03a/debian/changelog 2012-06-24 16:12:50.000000000 +0200 +++ wims-4.03a/debian/changelog 2012-10-06 19:33:11.000000000 +0200 @@ -1,3 +1,12 @@ +wims (4.03a-8) testing-proposed-updates; urgency=low + + * removed files coming from upstream which are genrated by the + the script postinst. The fix is done by a few lines added to + the patch debian/patches/20root-makefile.patch + Closes: #687947 + + -- Georges Khaznadar <georg...@ofset.org> Sat, 06 Oct 2012 19:09:34 +0200 + wims (4.03a-7) unstable; urgency=low * modified the description, thanks to Justin B Rye. Closes: #678745 diff -Nru wims-4.03a/debian/patches/20root-makefile.patch wims-4.03a/debian/patches/20root-makefile.patch --- wims-4.03a/debian/patches/20root-makefile.patch 2012-03-09 11:13:51.000000000 +0100 +++ wims-4.03a/debian/patches/20root-makefile.patch 2012-10-06 19:37:24.000000000 +0200 @@ -4,7 +4,7 @@ --- /dev/null +++ b/Makefile -@@ -0,0 +1,223 @@ +@@ -0,0 +1,230 @@ +DESTDIR = +WIMS_VERSION = 4.03a + @@ -29,6 +29,13 @@ + rm -rf wims/public_html/gifs/themes/$$d/.DS_Store; \ + rm -rf wims/public_html/gifs/themes/$$d/.svn; \ + done ++ # remove files which are touched by postinst scripts ++ rm -f wims/log/unsecure ++ for f in supervisor.phtml visitor.phtml; do \ ++ for d in default standard; do \ ++ rm -f wims/public_html/themes/$$d/$$f; \ ++ done; \ ++ done + +javabuild: + # builds the java executables