[DRE-commits] [SCM] ruby-pkg-config.git branch, master, updated. f34731bca2382b684211dcc9d4b931d93b19dd92

Antonio Terceiro terceiro at softwarelivre.org
Thu Jun 16 00:29:46 UTC 2011


The following commit has been merged in the master branch:
commit f34731bca2382b684211dcc9d4b931d93b19dd92
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Jun 15 17:18:58 2011 -0700

    Finish control and copyright files

diff --git a/debian/control b/debian/control
index 9fe4be7..035381c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Antonio Terceiro <terceiro at softwarelivre.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.4~)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-pkg-config.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-pkg-config.git;a=summary
 Homepage: https://github.com/rcairo/pkg-config
@@ -15,5 +15,7 @@ Package: ruby-pkg-config
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${misc:Depends}, ruby | ruby-interpreter
-Description: FIXME
- <insert long description, indented with spaces>
+Description: pkg-config implementation for Ruby
+ pkg-config can be used in your extconf.rb to properly detect neeed libraries
+ for compiling Ruby native extensions, using the pkg-config database. Note that
+ this package does not use pkg-config, only it's database.
diff --git a/debian/copyright b/debian/copyright
index 86c2f6d..a7d0f0f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,33 @@
 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
-Upstream-Name: ruby-pkg-config
-Source: http://pkg-ruby-extras.alioth.debian.org/wheezy/
+Upstream-Name: pkg-config
+Source: https://github.com/rcairo/pkg-config
 
 Files: *
-Copyright: Copyright 1998 FIXME <FIXME at example.com>
-License: LGPL-2+
+Copyright: Copyright 2008-2011 Kouhei Sutou <kou at clear-code.com>
+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; either
+ version 2.1 of the License, or (at your option) any later version.
+ .
+ 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 Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ .
+ On Debian systems, the full text of the LGPLv2.1 can be found at
+ /usr/share/common-licenses/LGPL-2.1
+
+Files: setup.rb
+Copyright: Copyright © 2000-2005 Minero Aoki
+License: LGPL-2.1+
+ This program is free software.
+ You can distribute/modify this program under the terms of
+ the GNU LGPL, Lesser General Public License version 2.1.
 
 Files: debian/*
 Copyright: Copyright © 2011 Antonio Terceiro <terceiro at softwarelivre.org>

-- 
ruby-pkg-config.git



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