Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ruby-cssminify
Manage
Activity
Members
Labels
Plan
Wiki
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-cssminify
Commits
ec81b50b
Commit
ec81b50b
authored
4 years ago
by
Klaumi Klingsporn
Browse files
Options
Downloads
Patches
Plain Diff
applied the changes Cédric advised
parent
40da1e41
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#230323
passed
4 years ago
Stage: provisioning
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+0
-1
0 additions, 1 deletion
debian/changelog
debian/control
+3
-3
3 additions, 3 deletions
debian/control
debian/copyright
+1
-44
1 addition, 44 deletions
debian/copyright
with
4 additions
and
48 deletions
debian/changelog
+
0
−
1
View file @
ec81b50b
ruby-cssminify (1.0.2-1) UNRELEASED; urgency=medium
* Team Upload
* Initial release (Closes: #982260)
-- Klaumi Klingsporn <klaumikli@gmx.de> Fri, 20 Nov 2020 11:44:41 +0100
This diff is collapsed.
Click to expand it.
debian/control
+
3
−
3
View file @
ec81b50b
Source: ruby-cssminify
Section: ruby
Priority: optional
Maintainer: Debian Ruby
Extras Maintainers
<pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Maintainer: Debian Ruby
Team
<pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Klaumi Klingsporn <klaumikli@gmx.de>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
...
...
@@ -22,6 +22,6 @@ Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: CSS minification with YUI compressor, but as native Ruby port
The CSSminify
gem
provides CSS compression using YUI compressor. Instead
The CSSminify
library
provides CSS compression using YUI compressor. Instead
of wrapping around the Java or Javascript version of YUI compressor it uses a
native Ruby port of the CSS engine. Therefore this
gem
has no dependencies.
native Ruby port of the CSS engine. Therefore this
library
has no dependencies.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
debian/copyright
+
1
−
44
View file @
ec81b50b
...
...
@@ -12,7 +12,7 @@ License: BSD-3-clause
Files: debian/*
Copyright: 2020 Klaumi Klingsporn <klaumikli@gmx.de>
License:
GPL-2
License:
Expat
License: Expat
Permission is hereby granted, free of charge, to any person obtaining a copy
...
...
@@ -57,46 +57,3 @@ License: BSD-3-clause
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
.
On Debian systems, the full text of the BSD license can be found in the file
`/usr/share/common-licenses/BSD'.
License: GPL-2
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
.
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
.
On Debian systems, the full text of the GNU Lesser General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
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