Hi,

I think I have a patch. :)

it is against git-buildpackage 0.6.0~git20120601

------------------------------------------------
--- /usr/lib/python2.6/dist-packages/gbp/deb/__init__.py-backup 2012-12-12 
00:39:50.722558020 +0100
+++ /usr/lib/python2.6/dist-packages/gbp/deb/__init__.py        2012-12-12 
00:48:29.630557999 +0100
@@ -290,6 +290,12 @@
                 print source
                 if not os.path.exists(source):
                     source = None
+        # perl repack support #635920
+        for row in out.split("\n"):
+            m = re.match(r"\*\*\* ([^\s]+) ready", row)
+            if m:
+                source = "%s" % m.group(1)
+                break
         return (True, source)
------------------------------------------------

I can be wrong as it starts to become late here, but this seems to be a
possible way to solve the issue.
What do you think?

Regards,
  cstamas
-- 
CSILLAG Tamas (cstamas) - http://cstamas.hu/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to