[DRE-commits] [ruby-crass] 01/01: Make it reproducible

Balasankar C balasankarc-guest at moszumanska.debian.org
Sat Jun 27 14:33:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

balasankarc-guest pushed a commit to branch master
in repository ruby-crass.

commit 2956594160f0236c4033d38f56924e430c68944c
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sat Jun 27 20:03:40 2015 +0530

    Make it reproducible
---
 debian/changelog |  6 ++++++
 debian/control   | 13 +++++++------
 debian/copyright | 20 ++++++++++----------
 3 files changed, 23 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5812fc7..0642f48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-crass (1.0.2-2) unstable; urgency=medium
+
+  * Add locales-all to Build-Conflicts, to make package reproducible 
+
+ -- Balasankar C <balasankarc at autistici.org>  Sat, 27 Jun 2015 19:58:05 +0530
+
 ruby-crass (1.0.2-1) unstable; urgency=medium
 
   * Upstream update to version 1.0.2 
diff --git a/debian/control b/debian/control
index 8795ee7..b17e557 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-minitest, rake, locales
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, locales, rake, ruby-minitest
+Build-Conflicts: locales-all
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-crass.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-crass.git;a=summary
@@ -14,10 +15,10 @@ XS-Ruby-Versions: all
 Package: ruby-crass
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
 Description: CSS parser based on the CSS Syntax Level 3 draft
- Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 draft 
- specification. Tokenizes and parses CSS according to the rules defined 
- in the 2013 draft of the CSS Syntax Level 3 specification.Extremely 
- tolerant of broken or invalid CSS. If a browser can handle it, 
+ Crass is a pure Ruby CSS parser based on the CSS Syntax Level 3 draft
+ specification. Tokenizes and parses CSS according to the rules defined
+ in the 2013 draft of the CSS Syntax Level 3 specification.Extremely
+ tolerant of broken or invalid CSS. If a browser can handle it,
  Crass should be able to handle it too.
diff --git a/debian/copyright b/debian/copyright
index 0fca0ff..217942b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -55,7 +55,7 @@ License: Apache-2.0
  can be found in the file '/usr/share/common-licenses/Apache-2.0'
 
 License: BSD-3-clause
- Redistribution and use in source and binary forms, with or without 
+ Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  * Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
@@ -68,14 +68,14 @@ License: BSD-3-clause
   names of its contributors may be used to endorse or promote products
   derived from this software without specific prior written permission.
  .
- 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 YAHOO! INC. 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 
+ 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 YAHOO! INC. 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.
  Copyright Info : https://github.com/yahoo/pure/blob/master/LICENSE.md

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-crass.git



More information about the Pkg-ruby-extras-commits mailing list