pypi2deb icon indicating copy to clipboard operation
pypi2deb copied to clipboard

py2dsp ignores option --revision

Open mforkel opened this issue 4 years ago • 0 comments

py2dsp ignores the option --revision. The following patch works for me:

--- py2dsp.orig 2018-08-04 03:58:17.000000000 +0200
+++ py2dsp      2020-06-03 16:47:15.620774300 +0200
@@ -67,6 +67,7 @@
     ctx['root'] = args.root
     src_name = ctx['src_name'] = pkg_name(name)
     ctx['distribution'] = args.distribution
+    ctx['debian_revision'] = args.revision
     if isdir(fpath):
         dpath = fpath
     else:

mforkel avatar Jun 03 '20 15:06 mforkel