[Pkg-wmaker-commits] [wmcube] 10/67: Imported Debian patch 0.99-pre1-3

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:22:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmcube.

commit b6bf807f1274ed26b7bb397eee20c0ef483193d0
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Nov 8 11:40:47 2008 +0100

    Imported Debian patch 0.99-pre1-3
---
 debian/README.source                                 |  4 ++++
 debian/changelog                                     | 13 +++++++++++++
 debian/control                                       |  4 ++--
 debian/patches/00list                                |  1 +
 debian/patches/50_bts-504844_fix_ftbfs_gcc4.4.dpatch | 18 ++++++++++++++++++
 5 files changed, 38 insertions(+), 2 deletions(-)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..0d0aa40
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,4 @@
+This package uses dpatch to handle patches against upstream source code; you
+can find additional information about dpatch at
+
+    /usr/share/doc/dpatch/
diff --git a/debian/changelog b/debian/changelog
index d2a4c0c..78c74c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+wmcube (0.99-pre1-3) unstable; urgency=low
+
+  * QA upload.
+  * debian/control
+    - set QA Group as maintainer
+    - bump Standards-Version to 3.8.0
+      + added debian/README.source
+  * debian/patches/50_bts-504844_fix_ftbfs_gcc4.4.dpatch
+    - added to fix a FTBFS using GCC 4.4; thanks to Martin Michlmayr for the
+      report and the patch; Closes: #504844
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 08 Nov 2008 11:40:47 +0100
+
 wmcube (0.99-pre1-2) unstable; urgency=low
 
   * debian/wmc/beryllium.wmc
diff --git a/debian/control b/debian/control
index 56d27ea..2bb7ab2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,9 +1,9 @@
 Source: wmcube
 Section: x11
 Priority: optional
-Maintainer: Sandro Tosi <matrixhasu at gmail.com>
+Maintainer: Debian QA Group <packages at qa.debian.org>
 Build-Depends: debhelper (>= 5), libx11-dev, libxext-dev, libxpm-dev, dpatch
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://kling.mine.nu/oldsite/wmcube.htm
 
 Package: wmcube
diff --git a/debian/patches/00list b/debian/patches/00list
index cb8fd18..5d21c0a 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -2,3 +2,4 @@
 20_parallel_build
 30_bts-386850_fix_smp
 40_bts-357072_long_uptime_fix
+50_bts-504844_fix_ftbfs_gcc4.4
diff --git a/debian/patches/50_bts-504844_fix_ftbfs_gcc4.4.dpatch b/debian/patches/50_bts-504844_fix_ftbfs_gcc4.4.dpatch
new file mode 100644
index 0000000..059063b
--- /dev/null
+++ b/debian/patches/50_bts-504844_fix_ftbfs_gcc4.4.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_bts-504844_fix_ftbfs_gcc4.4.dpatch by Sandro Tosi <morph at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix a FTBS using GCC 4.4; patch provided by Martin Michlmayr
+
+ at DPATCH@
+diff -urNad wmcube~/WmcObject.cc wmcube/WmcObject.cc
+--- wmcube~/WmcObject.cc	2007-12-28 18:57:12.000000000 +0100
++++ wmcube/WmcObject.cc	2008-11-08 11:11:16.763107536 +0100
+@@ -1,6 +1,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <math.h>
++#include <cstdio>
+ #include <iostream>
+ #include <stdexcept>
+ #include <vector>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmcube.git



More information about the Pkg-wmaker-commits mailing list