[SCM] glyr/master: Fix some typos

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Sun May 22 16:22:53 UTC 2016


The following commit has been merged in the master branch:
commit 4bb72e42ca6cdbe1f802589e9f9d4fd9105e29e1
Author: Etienne Millon <me at emillon.org>
Date:   Sun May 22 17:43:57 2016 +0200

    Fix some typos

diff --git a/debian/changelog b/debian/changelog
index 6ad0acd..06e5607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ glyr (1.0.9-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Standards-Version to 3.9.8 (no changes needed).
   * Use a secure URI for Vcs-Git.
+  * Fix some typos in glyrc.
 
  -- Etienne Millon <me at emillon.org>  Sun, 22 May 2016 17:12:34 +0200
 
diff --git a/debian/glyrc.1 b/debian/glyrc.1
index 2351fce..4ae337a 100644
--- a/debian/glyrc.1
+++ b/debian/glyrc.1
@@ -218,7 +218,7 @@ DB:
 .IP
 .nf
 \f[C]
-#\ Write\ found\ items\ to\ cache;\ create\ it\ if\ not\ existant
+#\ Write\ found\ items\ to\ cache;\ create\ it\ if\ not\ existent
 glyrc\ lyrics\ \-a\ A\ \-b\ B\ \-\-cache\ /tmp
 
 #\ List\ all\ in\ the\ cache
diff --git a/debian/patches/series b/debian/patches/series
index 6130e6d..c01a470 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Don-t-strip-binaries.patch
+typos.patch
diff --git a/debian/patches/typos.patch b/debian/patches/typos.patch
new file mode 100644
index 0000000..3fb0a1e
--- /dev/null
+++ b/debian/patches/typos.patch
@@ -0,0 +1,25 @@
+From: Etienne Millon <etienne.millon at gmail.com>
+Forwarded: https://github.com/sahib/glyr/pull/75
+
+diff --git a/src/glyrc/glyrc.c b/src/glyrc/glyrc.c
+index 72b1fb6..6482406 100644
+--- a/src/glyrc/glyrc.c
++++ b/src/glyrc/glyrc.c
+@@ -306,7 +306,7 @@ void help_short (GlyrQuery * s)
+             IN"-Y --no-color            Prints no colored output\n"
+             IN"-s --musictree-path <p>  <p> is a path to your music directory. Glyr might fetch things like folger.jpg from there;\n"
+             IN"-j --callback            Command: Set a bash command to be executed when a item is finished downloading;\n"
+-            IN"                                  All escapes mentioned in --write are supported too, and additonally:\n"
++            IN"                                  All escapes mentioned in --write are supported too, and additionally:\n"
+             IN"                                    * path : The path were the item was written to.\n"
+             "\nDATABASE OPTIONS\n"
+             IN"-c --cache <folder>      Creates or opens an existing cache at <folder>/metadata.db and lookups data from there.\n"
+@@ -317,7 +317,7 @@ void help_short (GlyrQuery * s)
+             IN"    glyrc cover --artist SomeBand --album SomeAlbum\n"
+             IN"   \n"
+             IN"  DB:\n\n"
+-            IN"    glyrc lyrics -a A -b B --cache /tmp # Write found items to cache; create it if not existant\n"
++            IN"    glyrc lyrics -a A -b B --cache /tmp # Write found items to cache; create it if not existent\n"
+             IN"    glyrc cache list --cache /tmp # List all in the cache\n"
+             IN"    glyrc cache delete cover -a Equilibrium -b Sagas --cache /tmp # Delete artist/album\n"
+             IN"    glyrc cache select lyrics -a Knorkator -t 'A' -n 2 --cache /tmp # Search for two items in cache and print them\n"

-- 
glyr packaging



More information about the pkg-multimedia-commits mailing list