File: control

package info (click to toggle)
ruby-pathutil 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: ruby: 614; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,293 bytes parent folder | download | duplicates (2)
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
Source: ruby-pathutil
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 (>= 11~),
               gem2deb,
               ruby-forwardable-extended (>= 2.6)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-pathutil.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-pathutil.git
Homepage: https://github.com/envygeeks/pathutils
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-pathutil
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-forwardable-extended (>= 2.6),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Faster pure Ruby implementation of Pathname with extra bits
 Pathutil tries to be a faster pure Ruby impelementation of Pathname.
 It arose out of a need to fix basic problems with Pathname, such as
 suscepetibility to join overrides, need for automatic encoding, and
 normalization (for stuff like Jekyll) and the ability to do other
 safe-style operations in an encapsulated format, like copying files and
 folders with symlinks but only if they originate from the given root.