Rapsys Git
/
youtubedl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d428972
)
debian/control: Fix syntax error in Depends: field.
author
Rogério Brito
<rbrito@ime.usp.br>
Tue, 2 Jul 2013 06:50:43 +0000
(
03:50
-0300)
committer
Rogério Brito
<rbrito@ime.usp.br>
Tue, 2 Jul 2013 06:50:43 +0000
(
03:50
-0300)
Pesky missing comma.
debian/control
patch
|
blob
|
history
diff --git
a/debian/control
b/debian/control
index 628cc13946d118cf1f89f0e9e76119af034a7c56..4b0f4ddf81871ed2a1ecdd3d9a209ffa60c4ad9f 100644
(file)
--- a/
debian/control
+++ b/
debian/control
@@
-16,7
+16,7
@@
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/youtube-dl.git
Package: youtube-dl
Architecture: all
Depends:
- ${misc:Depends}
+ ${misc:Depends}
,
${python:Depends}
Recommends:
libav-tools | ffmpeg,