1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Description: <short summary of the patch>
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
github-backup (1.20170301-2) unstable; urgency=medium
.
* Spelling correction in man page (closes: #832274)
* Adopt package (closes: #869397)
* Bump standards version, no changes required
* Relax on github library dependency (closes: #880579)
Author: Barak A. Pearlmutter <bap@debian.org>
Bug-Debian: https://bugs.debian.org/832274
Bug-Debian: https://bugs.debian.org/869397
Bug-Debian: https://bugs.debian.org/880579
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2017-11-03
--- github-backup-1.20170301.orig/github-backup.1
+++ github-backup-1.20170301/github-backup.1
@@ -25,8 +25,8 @@ does not allow private repositories to b
.PP
.IP --exclude=username/repository
When backing up a user or an organization, this can be used to exclude
-bacup of a particular repository belonging to the user or organization.
-This option can be specified any number of time to exclude more than one
+backup of a particular repository belonging to the user or organization.
+This option can be specified any number of times to exclude more than one
repository.
.PP
.IP --no-forks
--- github-backup-1.20170301.orig/github-backup.cabal
+++ github-backup-1.20170301/github-backup.cabal
@@ -39,7 +39,7 @@ Executable github-backup
GHC-Options: -Wall -fno-warn-tabs
Build-Depends:
base (>= 4.8 && < 5),
- github (>= 0.15.0 && < 0.16.0),
+ github (>= 0.15.0),
MissingH, hslogger, directory, filepath, containers, mtl,
network, exceptions, transformers, unix-compat, bytestring, vector,
IfElse, pretty-show, text, process, optparse-applicative, utf8-string
@@ -107,7 +107,7 @@ Executable gitriddance
GHC-Options: -Wall -fno-warn-tabs
Build-Depends:
base (>= 4.8 && < 5),
- github (>= 0.15.0 && < 0.16.0),
+ github (>= 0.15.0),
text, filepath, MissingH, exceptions, transformers, bytestring, vector,
hslogger, process, containers, unix-compat, IfElse, directory, mtl,
utf8-string
|