Author: glondu-guest
Date: Thu Feb 14 21:39:27 2008
New Revision: 5173

URL: http://svn.debian.org/wsvn/?sc=1&rev=5173
Log:
Indentation bug...

Modified:
    trunk/tools/gen-binNMU-request/gen-binNMU-request.py

Modified: trunk/tools/gen-binNMU-request/gen-binNMU-request.py
URL: 
http://svn.debian.org/wsvn/trunk/tools/gen-binNMU-request/gen-binNMU-request.py?rev=5173&op=diff
==============================================================================
--- trunk/tools/gen-binNMU-request/gen-binNMU-request.py (original)
+++ trunk/tools/gen-binNMU-request/gen-binNMU-request.py Thu Feb 14 21:39:27 
2008
@@ -107,4 +107,4 @@
                 binpkg, dep_ver = next_dict.get(dep, (None, None))
                 if dep_ver:
                     print "%s dep-wait %s (>= %s)" % (pkg, binpkg, dep_ver)
-                    next_dict[pkg] = (binary_package, source_version + "+b%d" 
% numNMU)
+            next_dict[pkg] = (binary_package, source_version + "+b%d" % numNMU)


_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to