]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Update docs, fmt
authorXimin Luo <infinity0@debian.org>
Fri, 6 Jul 2018 09:59:42 +0000 (02:59 -0700)
committerXimin Luo <infinity0@debian.org>
Fri, 6 Jul 2018 09:59:42 +0000 (02:59 -0700)
README.rst

index d4da2fd49c4f65b244b075eb6d5cbb3bd5aa42f9..8f197bdbb876f0d608d445689607fa832d67e913 100644 (file)
@@ -7,7 +7,7 @@ First, ``cargo install debcargo``. Then for each new package:
 
 | $ ``./new-package.sh <rust-crate-name>``, or
 | $ ``./update.sh <rust-crate-name>``
-
+|
 
 and follow its instructions.
 
@@ -20,7 +20,7 @@ the latest version is packaged by doing all of the above, then run:
 
 | $ ``./new-package.sh <rust-crate-name> <old-version>``, or
 | $ ``./update.sh <rust-crate-name> <old-version>``
-
+|
 
 and follow its instructions. To make this easier, you can start by copying
 anything relevant from ``src/<rust-crate-name>`` to
@@ -29,7 +29,7 @@ anything relevant from ``src/<rust-crate-name>`` to
 **To prepare the release:**
 
 | $ ``./release.sh <rust-crate-name>``
-
+|
 
 This prepares the necessary Debian files in ``build/``. It also creates a git
 branch to manage the packaging until it is accepted in Debian itself. More