Skip to content
Snippets Groups Projects
Commit a5bd8b28 authored by Cédric Boutillier's avatar Cédric Boutillier
Browse files

Run wrap-and-sort on packaging files

parent 58f79901
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper (>= 9~), gem2deb
Build-Depends: debhelper (>= 9~),
gem2deb
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-jekyll-gist.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-jekyll-gist.git
......@@ -13,7 +14,9 @@ XS-Ruby-Versions: all
Package: ruby-jekyll-gist
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Liquid tag for displaying GitHub Gists in Jekyll sites
Jekyll::Gist is plugin provides for Liquid tag in order to displaying
GitHub Gists in Jekyll sites, like: `{% gist %}`.
\ No newline at end of file
GitHub Gists in Jekyll sites, like: `{% gist %}`.
......@@ -28,4 +28,4 @@ License: Expat
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment