[Pkg-ocaml-maint-commits] r5173 - /trunk/tools/gen-binNMU-request/gen-binNMU-request.py

glondu-guest at users.alioth.debian.org glondu-guest at users.alioth.debian.org
Thu Feb 14 21:39:27 UTC 2008


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)




More information about the Pkg-ocaml-maint-commits mailing list