[xiph-commits] r9991 - in trunk/vorbis: . debian

thomasvs at svn.xiph.org thomasvs at svn.xiph.org
Wed Sep 7 12:05:02 PDT 2005


Author: thomasvs
Date: 2005-09-07 12:05:00 -0700 (Wed, 07 Sep 2005)
New Revision: 9991

Removed:
   trunk/vorbis/debian/Makefile.am
Modified:
   trunk/vorbis/Makefile.am
Log:
removing debian/Makefile.am

Modified: trunk/vorbis/Makefile.am
===================================================================
--- trunk/vorbis/Makefile.am	2005-09-07 19:04:01 UTC (rev 9990)
+++ trunk/vorbis/Makefile.am	2005-09-07 19:05:00 UTC (rev 9991)
@@ -10,6 +10,10 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
 
+# we include the whole debian/ dir in EXTRA_DIST because there's a problem
+# with autotools and HFS+ MacOSX file systems that caused debian/Makefile.am
+# to pick up on the lowercase changelog file and add ChangeLog to DIST_COMMON
+# because of it, breaking make dist.  This works just as well.
 EXTRA_DIST = \
 	todo.txt macos macosx autogen.sh \
 	libvorbis.spec libvorbis.spec.in \

Deleted: trunk/vorbis/debian/Makefile.am
===================================================================
--- trunk/vorbis/debian/Makefile.am	2005-09-07 19:04:01 UTC (rev 9990)
+++ trunk/vorbis/debian/Makefile.am	2005-09-07 19:05:00 UTC (rev 9991)
@@ -1,5 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-EXTRA_DIST = changelog control copyright libvorbis-dev.docs \
-	libvorbis-dev.examples libvorbis-dev.install libvorbis0a.install \
-	libvorbisenc2.install libvorbisfile3.install rules



More information about the commits mailing list