[SCM] libav/master: add info target that produces info about package sets

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Nov 3 13:35:34 UTC 2013


The following commit has been merged in the master branch:
commit fd6cd0c799d28c638b3fd78f181a45a1dcf669d1
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Nov 2 21:56:18 2013 -0400

    add info target that produces info about package sets
    
    useful for debugging purposes

diff --git a/debian/rules b/debian/rules
index 1fc9398..715e503 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,6 +65,11 @@ endif
 include debian/confflags
 OPT_FLAVORS := $(filter-out static shared, $(FLAVORS))
 
+info:
+	@echo Packages that do not build -extra variants: $(LIB_PKGS)
+	@echo Packages that do build -extra variatnts: $(LIB_PKGS2)
+	@echo Packages that are the -extra- variants: $(LIB_EXTRA_PKGS)
+
 $(info FLAVORS = $(FLAVORS))
 $(info DEB_BUILD_OPTIONS = $(DEB_BUILD_OPTIONS))
 $(info CFLAGS = $(CFLAGS))

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list