[SCM] beast/master: Acknowledge NMU: 0.7.1-5.1.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri May 6 13:33:57 UTC 2011
The following commit has been merged in the master branch:
commit 1aeb35b79c12da24e037b074ec77449f58520ee0
Author: Alessio Treglia <alessio at debian.org>
Date: Fri May 6 15:33:03 2011 +0200
Acknowledge NMU: 0.7.1-5.1.
Thanks to Chris Lamb for the good job.
diff --git a/debian/changelog b/debian/changelog
index e029fc8..673f934 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,15 @@ beast (0.7.1-6) UNRELEASED; urgency=low
-- Sam Hocevar (Debian packages) <sam+deb at zoy.org> Mon, 24 Mar 2008 16:22:40 +0000
+beast (0.7.1-5.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add '300_mksignals_bashism.diff' to fix FTBFS with dash as /bin/sh
+ (Closes: #472659)
+ * Bump Standards-Version to 3.8.0.
+
+ -- Chris Lamb <chris at chris-lamb.co.uk> Sat, 07 Jun 2008 20:36:21 +0100
+
beast (0.7.1-5) unstable; urgency=low
* debian/patches/202_gcc43.diff:
diff --git a/debian/control b/debian/control
index 2f650e6..301d666 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>,
Alessio Treglia <alessio at debian.org>
Build-Depends: debhelper (>= 4.0), quilt, libgtk2.0-dev (>= 2.2.2-2), libglib2.0-dev (>= 2.2.2), libaudiofile-dev, libvorbis-dev, guile-1.6-dev (>= 1.6.4-2.1), libart-2.0-dev, libgnomecanvas2-dev, libmad0-dev, libxml-parser-perl, libxml2-utils, imagemagick, gettext, shared-mime-info
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Vcs-Git: git://git.debian.org/pkg-multimedia/beast.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/beast.git
diff --git a/debian/patches/300_mksignals_bashism.diff b/debian/patches/300_mksignals_bashism.diff
new file mode 100644
index 0000000..645ec60
--- /dev/null
+++ b/debian/patches/300_mksignals_bashism.diff
@@ -0,0 +1,12 @@
+diff -urNad beast-0.7.1.orig/birnet/mksignals.sh beast-0.7.1/birnet/mksignals.sh
+--- beast-0.7.1.orig/birnet/mksignals.sh 2008-05-04 00:18:11.000000000 +0100
++++ beast-0.7.1/birnet/mksignals.sh 2008-05-04 00:19:06.000000000 +0100
+@@ -5,7 +5,7 @@
+ MAXIMUM="$2"
+ [ -z "$MAXIMUM" ] && MAXIMUM="999999"
+
+-function lineecho() {
++lineecho() {
+ # comment out the following line to get real line number information
+ echo "# $1 \"$2\""
+ echo # eat line 0
diff --git a/debian/patches/series b/debian/patches/series
index 69cdeeb..1a665bc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
201_sparc_alignment.diff
202_gcc43.diff
400_desktop_file.diff
+300_mksignals_bashism.diff
--
beast packaging
More information about the pkg-multimedia-commits
mailing list