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

Bug#744826: release.debian.org: wheezy-pu: wml/2.0.12ds1-3+deb7u1



Package: release.debian.org
Severity: normal
Tags: wheezy
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

to fix #734507 (which causes issues with webwml on www.debian.org) in
stable, too, I'd like to upload a wml package version 2.0.12ds1-3+deb7u1
to stable-proposed-updates as follows. The fix is already in Jessie and
Sid, uploaded in 2.0.12ds1-7.

Please tell me if it's ok to upload the following package update to
stable-proposed-updates.

→ debdiff wml_2.0.12ds1-3.dsc wml_2.0.12ds1-3+deb7u1.dsc
diff -Nru wml-2.0.12ds1/debian/changelog wml-2.0.12ds1/debian/changelog
--- wml-2.0.12ds1/debian/changelog	2012-06-11 00:38:04.000000000 +0200
+++ wml-2.0.12ds1/debian/changelog	2014-04-15 02:58:46.000000000 +0200
@@ -1,3 +1,10 @@
+wml (2.0.12ds1-3+deb7u1) stable-proposed-updates; urgency=low
+
+  * Add patch by KiBi to remove /tmp/ipp.* directories (Closes: #734507;
+    reported by taffit on #debian-www)
+
+ -- Axel Beckert <abe@debian.org>  Tue, 15 Apr 2014 02:53:13 +0200
+
 wml (2.0.12ds1-3) unstable; urgency=low
 
   * Fix FTBFS in testsuite on i386 and s390x buildds by not running those
diff -Nru wml-2.0.12ds1/debian/patches/remove-tmp-ipp-directories.diff wml-2.0.12ds1/debian/patches/remove-tmp-ipp-directories.diff
--- wml-2.0.12ds1/debian/patches/remove-tmp-ipp-directories.diff	1970-01-01 01:00:00.000000000 +0100
+++ wml-2.0.12ds1/debian/patches/remove-tmp-ipp-directories.diff	2014-04-15 02:58:46.000000000 +0200
@@ -0,0 +1,16 @@
+Description: Remove /tmp/ipp.* directories after successful runs
+Author: Cyril Brulebois <kibi@debian.org>
+Bug-Debian: http://bugs.debian.org/734507
+
+Index: wml/wml_backend/p1_ipp/ipp.src
+===================================================================
+--- wml.orig/wml_backend/p1_ipp/ipp.src	2014-01-07 21:56:44.009298086 +0100
++++ wml/wml_backend/p1_ipp/ipp.src	2014-01-07 21:58:10.457913784 +0100
+@@ -682,6 +682,7 @@
+ }
+ 
+ #   die gracefully
++rmdir($tmpdir);
+ exit(0);
+ 
+ ##EOF##
diff -Nru wml-2.0.12ds1/debian/patches/series wml-2.0.12ds1/debian/patches/series
--- wml-2.0.12ds1/debian/patches/series	2012-06-10 20:49:27.000000000 +0200
+++ wml-2.0.12ds1/debian/patches/series	2014-04-15 02:53:40.000000000 +0200
@@ -12,3 +12,4 @@
 fix-WMLGD-linkage.diff
 fix-WML_VERSION-in-manpage.diff
 disable-wmk-test-3.diff
+remove-tmp-ipp-directories.diff


Reply to: