[SCM] audacity/master: Fix autoreconf for the minimal audacity source tarball.

bdrung at users.alioth.debian.org bdrung at users.alioth.debian.org
Wed Oct 8 22:59:40 UTC 2014


The following commit has been merged in the master branch:
commit 6172d89ac0f474d5f25454b6109c221e900bbf32
Author: Benjamin Drung <bdrung at debian.org>
Date:   Wed Oct 8 22:14:51 2014 +0200

    Fix autoreconf for the minimal audacity source tarball.
    
    The minimal audacity source tarball does not ship every library in lib-src.

diff --git a/debian/patches/fix-minsrc-autoreconf.patch b/debian/patches/fix-minsrc-autoreconf.patch
new file mode 100644
index 0000000..f16d7a9
--- /dev/null
+++ b/debian/patches/fix-minsrc-autoreconf.patch
@@ -0,0 +1,15 @@
+Description: Fix autoreconf for the minimal audacity source tarball.
+ The minimal audacity source tarball does not ship every library in lib-src.
+Author: Benjamin Drung <bdrung at debian.org>
+
+--- a/lib-src/Makefile.am
++++ b/lib-src/Makefile.am
+@@ -179,7 +179,7 @@
+ endif
+ 
+ # Note: These optional libraries will not be distributed in the source tarball.
+-SUBDIRS += $(OPTIONAL_SUBDIRS)
++#SUBDIRS += $(OPTIONAL_SUBDIRS)
+ 
+ # Overwrite install* targets from automake. We do not want to install anything
+ # from the lib-src libraries, because we statically link these libraries.
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..7f962d0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-minsrc-autoreconf.patch

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list