[DRE-commits] [ruby-rails-assets-punycode] 01/01: Imported Debian patch 1.3.2-1

Rejah Rehim rejah-guest at moszumanska.debian.org
Fri Jan 9 06:52:58 UTC 2015


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

rejah-guest pushed a commit to branch master
in repository ruby-rails-assets-punycode.

commit 1c162206c522d726c977dae76c68532937d00419
Merge: 00455e0 7bcb315
Author: Rejah Rehim <rejah.rehim at gmail.com>
Date:   Fri Jan 9 10:01:56 2015 +0530

    Imported Debian patch 1.3.2-1

 debian/changelog                                   |   4 +-
 debian/control                                     |   9 +---
 debian/copyright                                   |  53 ++++++++++-----------
 debian/files                                       |   1 -
 debian/install                                     |   1 -
 debian/patches/engine-root.patch                   |  16 -------
 debian/patches/series                              |   1 -
 debian/ruby-rails-assets-punycode.debhelper.log    |  45 -----------------
 debian/ruby-rails-assets-punycode.substvars        |   2 -
 debian/ruby-rails-assets-punycode/DEBIAN/control   |  10 ----
 debian/ruby-rails-assets-punycode/DEBIAN/md5sums   |   6 ---
 .../lib/ruby/vendor_ruby/rails-assets-punycode.rb  |  46 ------------------
 .../vendor_ruby/rails-assets-punycode/version.rb   |   3 --
 .../ruby-rails-assets-punycode/changelog.Debian.gz | Bin 172 -> 0 bytes
 .../share/doc/ruby-rails-assets-punycode/copyright |  33 -------------
 .../rails-assets-punycode-1.3.2.gemspec            |  31 ------------
 .../rails-assets-punycode-1.3.2.gemspec            |  31 ------------
 17 files changed, 30 insertions(+), 262 deletions(-)

diff --cc debian/changelog
index 462533f,0000000..5ba54fb
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,5 -1,0 +1,5 @@@
 +ruby-rails-assets-punycode (1.3.2-1) UNRELEASED; urgency=low
 +
-   * Initial release (Closes: #771327) 
++  * Initial release (Closes: #nnnn)
 +
-  -- Rejah Rehim <rejah.rehim at gmail.com>  Thu, 27 Nov 2014 23:52:09 +0530
++ -- Rejah Rehim <rejah.rehim at gmail.com>  Fri, 09 Jan 2015 10:01:56 +0530
diff --cc debian/control
index 7137050,0000000..5bf7cce
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,25 -1,0 +1,20 @@@
 +Source: ruby-rails-assets-punycode
 +Section: ruby
 +Priority: optional
 +Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 +Uploaders: Rejah Rehim <rejah.rehim at gmail.com>
 +DM-Upload-Allowed: yes
 +Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
- Standards-Version: 3.9.6
++Standards-Version: 3.9.3
 +#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-rails-assets-punycode.git
 +#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-rails-assets-punycode.git;a=summary
 +Homepage: https://github.com/bestiejs/punycode.js
 +XS-Ruby-Versions: all
 +
 +Package: ruby-rails-assets-punycode
 +Architecture: all
 +XB-Ruby-Versions: ${ruby:Versions}
 +Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 +# bundler (~> 1.3, development), rake (>= 0, development)
- Description: Robust Punycode converter that fully complies
-  to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
-  .
-  This JavaScript library is the result of comparing, optimizing
-  and documenting different open-source implementations
-  of the Punycode algorithm 
++Description: 
 +
diff --cc debian/copyright
index a7fb22f,0000000..874e77d
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,34 -1,0 +1,33 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: rails-assets-punycode
- Source: https://github.com/bestiejs/punycode.js
++Source: FIXME <http://example.com/>
 +
 +Files: *
- Copyright: 2014 Mathias Bynens
- License: Expat
- 
- Files: debian/*
- Copyright: 2014 Rejah Rehim <rejah.rehim at gmail.com>
- License: Expat
- Comment: The debian packaging is licensed under the same terms as the original package
- 
- 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:
++Copyright: <years> <put author's name and email here>
++           <years> <likewise for another author>
++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.
 + .
-  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.
- 
++ 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
++ .
++ 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'.
 +
++Files: debian/*
++Copyright: 2015 Rejah Rehim <rejah.rehim at gmail.com>
++License:
++ [LICENSE TEXT]

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



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