Control: tags -1 + patch

* Pedro Beja <[email protected]>, 2015-09-26, 17:20:
I think you're trying to build a new debian package.... did you make any change or you're just rebuilding ?

enter to your debian source package directory and type svn diff and show us the output.

also $ cat debian/source/format and $ head debian/changelog

I don't understand why you're asking me all this...

If you can't reproduce the bug, then you should say this explicitly.

The exact instructions how to reproduce the bug are here:
https://bugs.debian.org/666929#3

Anyway, the attached patch seems to fix it.

--
Jakub Wilk
diff -r 36c5c7f7b597 svn-buildpackage
--- a/svn-buildpackage	Wed Nov 18 15:07:31 2015 +0100
+++ b/svn-buildpackage	Wed Nov 18 15:09:39 2015 +0100
@@ -392,7 +392,7 @@
 if ($$c{"origDir"}) {
    $origExpectDir = $$c{"origDir"};
 } else {
-    $origExpectDir = $startdir . "../tarballs";
+    $origExpectDir = $startdir . "/../tarballs";
 };
 
 my $bzorigExpect = $origExpectDir."/$bzorig";

Reply via email to