Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ruby-jekyll-gist
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Ruby Team
ruby-jekyll-gist
Commits
a5bd8b28
Commit
a5bd8b28
authored
9 years ago
by
Cédric Boutillier
Browse files
Options
Downloads
Patches
Plain Diff
Run wrap-and-sort on packaging files
parent
58f79901
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/control
+6
-3
6 additions, 3 deletions
debian/control
debian/copyright
+1
-1
1 addition, 1 deletion
debian/copyright
with
7 additions
and
4 deletions
debian/control
+
6
−
3
View file @
a5bd8b28
...
...
@@ -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 %}`.
This diff is collapsed.
Click to expand it.
debian/copyright
+
1
−
1
View file @
a5bd8b28
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment