[SCM] opencore-amr packaging branch, master, updated. upstream/0.1.2-10-g7bf1e45

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Sep 18 20:49:03 UTC 2009


The following commit has been merged in the master branch:
commit 7a0e00cbbb197f240f626165722769ae92bcdddf
Author: Martin Storsjo <martin at martin.st>
Date:   Fri Aug 28 15:11:28 2009 +0200

    Added a Makefile.am in the debian subdirectory
    
    Some files in the debian subdirectory should be exported by make dist

diff --git a/Makefile.am b/Makefile.am
index e957e98..9b98a7e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = amrnb amrwb
+SUBDIRS = amrnb amrwb debian
 
 ACLOCAL_AMFLAGS = -I m4
diff --git a/configure.ac b/configure.ac
index 841be2a..f0e05bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,6 +66,7 @@ AC_SUBST(OPENCORE_AMRWB_VERSION)
 AC_CONFIG_FILES([Makefile
                  amrnb/Makefile
                  amrwb/Makefile
+                 debian/Makefile
                  amrnb/opencore-amrnb.pc
                  amrwb/opencore-amrwb.pc])
 AC_OUTPUT
diff --git a/debian/Makefile.am b/debian/Makefile.am
new file mode 100644
index 0000000..635107a
--- /dev/null
+++ b/debian/Makefile.am
@@ -0,0 +1,5 @@
+
+EXTRA_DIST = changelog compat control copyright rules \
+             libopencore-amrnb-dev.install libopencore-amrnb0.install \
+             libopencore-amrwb-dev.install libopencore-amrwb0.install
+

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list