[DRE-commits] [rexical] 02/04: Fixing debian/changelog, control and copyright files

Balasankar C balasankarc-guest at moszumanska.debian.org
Thu May 14 19:00:48 UTC 2015


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

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

commit 38f268bce4a029dac5c6a411f98b3923133b3400
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri May 15 00:24:38 2015 +0530

    Fixing debian/changelog,control and copyright files
---
 debian/changelog |  6 +++---
 debian/control   | 13 ++++++++-----
 debian/copyright | 41 ++++++++++++++++++-----------------------
 3 files changed, 29 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 88ce31d..353ffec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-rexical (1.0.5-1) UNRELEASED; urgency=medium
+rexical (1.0.5-1) unstable; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #785328)
 
- -- Balasankar C <balasankarc at autistici.org>  Fri, 15 May 2015 00:21:40 +0530
+ -- Balasankar C <balasankarc at autistici.org>  Thu, 14 May 2015 23:04:17 +0530
diff --git a/debian/control b/debian/control
index ccdcc36..411f511 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,19 @@ 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, rake
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/rexical.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/rexical.git;a=summary
-Homepage: FIXME
-Testsuite: autopkgtest
+Homepage: https://github.com/tenderlove/rexical
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: rexical
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: FIXME
- <insert long description, indented with spaces>
+Description: Lexical scanner generator for Ruby
+ Rexical is a lexical scanner generator that is used with Racc to generate 
+ Ruby programs. Rexical is written in Ruby.
+ .
+ Racc is a LALR(1) parser generator that is also written in Ruby.
diff --git a/debian/copyright b/debian/copyright
index edcabfc..c02f779 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,30 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: rexical
-Source: FIXME <http://example.com/>
+Source: https://github.com/tenderlove/rexical
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2005-2006 ARIMA Yasuhiro <arima.yasuhiro at nifty.com>
+License: LGPL-2.1
 
 Files: debian/*
 Copyright: 2015 Balasankar C <balasankarc at autistici.org>
-License: GPL-2+ (FIXME)
+License: LGPL-2.1
 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: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; version 
+ 2.1 of the License.
  .
- 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.
+ This library 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
+ Lesser General Public License for more details.
  .
- 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
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, 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'.
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License can be found in "/usr/share/common-licenses/LGPL-2.1".

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



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