[mupen64plus-core] 289/310: Add scripts for automatic backport for Ubuntu Precise/Trusty

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:58:22 UTC 2015


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

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-core.

commit 9c98d8b5bf7408483f301948a5e457471cd5c287
Author: Sven Eckelmann <sven at narfation.org>
Date:   Fri Sep 5 22:09:26 2014 +0200

    Add scripts for automatic backport for Ubuntu Precise/Trusty
---
 debian/backports/precise | 6 ++++++
 debian/backports/trusty  | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/backports/precise b/debian/backports/precise
new file mode 100755
index 0000000..128b0b4
--- /dev/null
+++ b/debian/backports/precise
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+# Work around gcc bug in Ubuntu 12.04 LTS (Precise Pangolin)
+sed -i -e 's/libminizip-dev,/./' debian/control
+
+exit 0
diff --git a/debian/backports/trusty b/debian/backports/trusty
new file mode 100755
index 0000000..9fdfc83
--- /dev/null
+++ b/debian/backports/trusty
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+# Work around gcc bug in Ubuntu 14.04 LTS (Trusty Tahr)
+sed -i -e 's/libminizip-dev,/./' debian/control
+
+exit 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-core.git



More information about the Pkg-games-commits mailing list