[DRE-commits] [ruby-autoprefixer-rails] 03/03: Packaging adjustments
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu Mar 26 15:43:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-autoprefixer-rails.
commit 58606a10a1b824bca1053d14419ec371d93ea79b
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Thu Mar 26 12:15:52 2015 -0300
Packaging adjustments
---
debian/changelog | 4 +--
debian/control | 7 ++++--
debian/copyright | 75 +++++++++++++++++++++++++++++++++++++++-----------------
3 files changed, 59 insertions(+), 27 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c9d4dd6..08e2d8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-autoprefixer-rails (5.1.8-1) UNRELEASED; urgency=medium
+ruby-autoprefixer-rails (5.1.8-1) unstable; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release
-- Antonio Terceiro <terceiro at debian.org> Thu, 26 Mar 2015 12:04:22 -0300
diff --git a/debian/control b/debian/control
index 062c456..02c4e27 100644
--- a/debian/control
+++ b/debian/control
@@ -15,5 +15,8 @@ Package: ruby-autoprefixer-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-execjs, ruby-json
-Description: Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website.
- <insert long description, indented with spaces>
+Description: Rails integration for the autoprefixer tool
+ autoprefixer parse CSS and adds vendor prefixes to CSS rules based on browser
+ support for different features, by using data from "Can I Use" website.
+ .
+ This package integrates autoprefixer into the Rails asset pipeline.
diff --git a/debian/copyright b/debian/copyright
index 028b9c7..f585be2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,64 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: autoprefixer-rails
-Source: FIXME <http://example.com/>
+Source: https://github.com/ai/autoprefixer-rails
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: Copyright 2013 Andrey Sitnik <andrey at sitnik.ru>
+License: Expat
+
+Files: vendor/autoprefixer.js
+Copyright: Copyright Joyent, Inc. and other Node contributors.
+ Copyright 2009-2011 Mozilla Foundation and contributors
+ Copyright 2011, The Dojo Foundation All Rights Reserved.
+ Copyright 2011 The Closure Compiler Authors. All rights reserved.
+License: Expat and BSD-3C
Files: debian/*
Copyright: 2015 Antonio Terceiro <terceiro at debian.org>
-License: GPL-2+ (FIXME)
+License: Expat
Comment: the Debian packaging is licensed under the same terms as the original package.
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the "Software"), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+ the Software, and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
.
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU General Public License for more
- details.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 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.
+
+License: BSD-3C
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
.
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA 02110-1301 USA
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * Neither the name of Google Inc. nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
.
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-autoprefixer-rails.git
More information about the Pkg-ruby-extras-commits
mailing list