Package: gst-plugins-bad0.10 Version: 0.10.7-1 Severity: normal Tags: patch
Hello, The "maint" target inside debian/rules executes two loops, but both are redirecting to debian/control by overwriting the file. Everything is fine unless there is a plugin set in EXTRA_PLUGINS. See the attached one-line patch. Regards, Mike
Index: unstable/gst-plugins-bad0.10/debian/rules =================================================================== --- unstable/gst-plugins-bad0.10/debian/rules (révision 1600) +++ unstable/gst-plugins-bad0.10/debian/rules (copie de travail) @@ -154,7 +154,7 @@ sed 's/@GST_PLUGINS_LIB_DEV_DEP@/$(gst_plugins_lib_dev_dep)/g' | \ sed 's/@GST_GCONF_LIB@/$(gst_gconf_lib)/g' | \ sed 's/@GST_GCONF_LIB_DEV@/$(gst_gconf_lib_dev)/g' | \ - sed 's/@GST_GCONF_LIB_DEV_DEP@/$(gst_gconf_lib_dev_dep)/g' > $@; \ + sed 's/@GST_GCONF_LIB_DEV_DEP@/$(gst_gconf_lib_dev_dep)/g' >> $@; \ done
signature.asc
Description: Digital signature