[Collab-qa-commits] r1929 - udd/udd

Andreas Tille tille at alioth.debian.org
Sat Apr 2 06:28:17 UTC 2011


Author: tille
Date: 2011-04-02 06:28:12 +0000 (Sat, 02 Apr 2011)
New Revision: 1929

Modified:
   udd/udd/ftpnew_gatherer.py
Log:
Do not warn about Gstreamer-* fields any more


Modified: udd/udd/ftpnew_gatherer.py
===================================================================
--- udd/udd/ftpnew_gatherer.py	2011-03-26 07:47:55 UTC (rev 1928)
+++ udd/udd/ftpnew_gatherer.py	2011-04-02 06:28:12 UTC (rev 1929)
@@ -422,7 +422,7 @@
                 print >>srco, "%s: %s" % (field, value)
               else:
                 # Don't warn about Original-Maintainer field
-                if not field in ('Original-Maintainer', 'Multi-Arch', 'Python3-Version'):
+                if not field in ('Original-Maintainer', 'Multi-Arch', 'Python3-Version', 'Gstreamer-Elements', 'Gstreamer-Version'):
                   print >>stderr, "Unknown field in %s: %s" % (srcpkg.s['Source'], field)
                 print >>srco, "*%s: %s" % (field, value)
             continue




More information about the Collab-qa-commits mailing list