[DRE-commits] r3217 - packages/libtioga-ruby/trunk/debian

fourmond at alioth.debian.org fourmond at alioth.debian.org
Sat Feb 21 19:16:09 UTC 2009


Author: fourmond
Date: 2009-02-21 19:16:09 +0000 (Sat, 21 Feb 2009)
New Revision: 3217

Added:
   packages/libtioga-ruby/trunk/debian/README.source
Modified:
   packages/libtioga-ruby/trunk/debian/README.Debian
   packages/libtioga-ruby/trunk/debian/changelog
   packages/libtioga-ruby/trunk/debian/control
   packages/libtioga-ruby/trunk/debian/copyright
Log:
[libtioga-ruby] New upstream release + various fixes

Modified: packages/libtioga-ruby/trunk/debian/README.Debian
===================================================================
--- packages/libtioga-ruby/trunk/debian/README.Debian	2009-02-21 14:47:38 UTC (rev 3216)
+++ packages/libtioga-ruby/trunk/debian/README.Debian	2009-02-21 19:16:09 UTC (rev 3217)
@@ -1,16 +1,16 @@
 tioga for Debian
 ----------------
 
-  This is tioga packaged for debian. For beginners, you should take a look 
-at the examples/ directory and at the online tutorial, 
+  This is tioga packaged for debian. For beginners, you should take a
+look at the examples/ directory and at the online tutorial,
 
-http://theory.kitp.ucsb.edu/~paxton/tioga_doc/classes/Tioga/Tutorial.html
+http://tioga.rubyforge.org/doc/classes/Tioga/Tutorial.html
 
-  If you really enjoy using it, please consider joining the dedicated mailing list, 
-tioga-news at rubyforge.org. You can register at 
+  If you really enjoy using it, please consider joining the dedicated
+mailing list, tioga-news at rubyforge.org. You can register at
 
 http://rubyforge.org/mailman/listinfo/tioga-news
 
   I sincerely hope you will enjoy using Tioga as much as I do !
 
- -- Vincent Fourmond <vincent.fourmond at 9online.fr>, Wed,  4 Jan 2006 21:11:29 +0100
+ -- Vincent Fourmond <fourmond at debian.org>, Sat, 21 Feb 2009 19:52:53 +0100

Added: packages/libtioga-ruby/trunk/debian/README.source
===================================================================
--- packages/libtioga-ruby/trunk/debian/README.source	                        (rev 0)
+++ packages/libtioga-ruby/trunk/debian/README.source	2009-02-21 19:16:09 UTC (rev 3217)
@@ -0,0 +1,19 @@
+Note about the source package of tioga.
+
+This package uses dpatch to manage all modifications to the upstream
+source. See /usr/share/doc/dpatch/README.source.gz to get more information
+on how to use it.
+
+IMPORTANT NOTE:
+
+Even if, from version 1.9, zlib sources have been included in tioga
+source packages, and therefore are mentioned in debian/copyright,
+these sources are NOT used for the build on debian systems.
+
+There is no need therefore to remove them from the source, as their
+distribution is perfectly legal, and it does not count as 'duplicated
+code', as they are not used within a Debian system.
+
+ -- Vincent Fourmond <fourmond at debian.org>, Sat, 21 Feb 2009 19:59:45 +0100
+
+

Modified: packages/libtioga-ruby/trunk/debian/changelog
===================================================================
--- packages/libtioga-ruby/trunk/debian/changelog	2009-02-21 14:47:38 UTC (rev 3216)
+++ packages/libtioga-ruby/trunk/debian/changelog	2009-02-21 19:16:09 UTC (rev 3217)
@@ -1,8 +1,14 @@
-libtioga-ruby (1.8-2) UNRELEASED; urgency=low
+libtioga-ruby (1.9-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release
+  * Updated debian/copyright
+  * Added a debian/README.source, to document the patching system used and
+    also to state that, even if zlib sources are now included in
+    upstream's tarballs, they are not used on Debian systems
+  * Now conforms to standards 3.8.0
+  * Adding ${misc:Depends} to all packages
 
- -- Vincent Fourmond <fourmond at debian.org>  Sun, 06 Apr 2008 13:55:54 +0200
+ -- Vincent Fourmond <fourmond at debian.org>  Sat, 21 Feb 2009 20:03:00 +0100
 
 libtioga-ruby (1.8-1) unstable; urgency=low
 

Modified: packages/libtioga-ruby/trunk/debian/control
===================================================================
--- packages/libtioga-ruby/trunk/debian/control	2009-02-21 14:47:38 UTC (rev 3216)
+++ packages/libtioga-ruby/trunk/debian/control	2009-02-21 19:16:09 UTC (rev 3217)
@@ -4,7 +4,7 @@
 Maintainer: Vincent Fourmond <fourmond at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 4.0.0), ruby1.8-dev, ruby1.8, zlib1g-dev, dpatch, ruby-pkg-tools, rdoc1.8
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://rubyforge.org/projects/tioga/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/packages/libtioga-ruby/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libtioga-ruby/trunk
@@ -12,7 +12,7 @@
 
 Package: tioga
 Architecture: all
-Depends: libtioga-ruby
+Depends: libtioga-ruby, ${misc:Depends}
 Recommends: irb1.8, rdoc1.8
 Description: Ruby library for scientific graphs [transition package]
  Tioga is a blend of PDF, pdfTex and ruby into a library to make
@@ -28,7 +28,7 @@
 Package: libtioga-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8, 
- texlive-latex-base|tetex-bin
+ texlive-latex-base | tetex-bin
 Replaces: tioga
 Suggests: libtioga-ruby-examples, libtioga-ruby-doc, xpdf-reader | pdf-viewer
 Recommends: irb1.8, rdoc1.8
@@ -45,7 +45,7 @@
 
 Package: libtioga-ruby
 Architecture: all
-Depends: libtioga-ruby1.8
+Depends: libtioga-ruby1.8, ${misc:Depends}
 Suggests: libtioga-ruby-examples, libtioga-ruby-doc
 Replaces: tioga
 Description: Ruby library for scientific graphs
@@ -61,6 +61,7 @@
 
 Package: libtioga-ruby-examples
 Architecture: all
+Depends: ${misc:Depends}
 Recommends: libtioga-ruby, irb, libtioga-ruby-doc
 Description: Ruby library for scientific graphs
  Tioga is a blend of PDF, pdfTex and ruby into a library to make
@@ -74,6 +75,7 @@
 
 Package: libtioga-ruby-doc
 Architecture: all
+Depends: ${misc:Depends}
 Section: doc
 Recommends: libtioga-ruby, irb
 Description: Ruby library for scientific graphs

Modified: packages/libtioga-ruby/trunk/debian/copyright
===================================================================
--- packages/libtioga-ruby/trunk/debian/copyright	2009-02-21 14:47:38 UTC (rev 3216)
+++ packages/libtioga-ruby/trunk/debian/copyright	2009-02-21 19:16:09 UTC (rev 3217)
@@ -1,13 +1,14 @@
-This package was debianized by Vincent Fourmond <vincent.fourmond at 9online.fr> on
-Wed,  4 Jan 2006 21:11:29 +0100.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=437
+Upstream-Name: Tioga
+Upstream-Maintainer: Bill Paxton, Vincent Fourmond and Taro Sato
+Upstream-Source: http://tioga.rubyforge.org
 
-It was downloaded from http://theory.kitp.ucsb.edu/~paxton/tioga.html
+  This package was debianized by Vincent Fourmond <vincent.fourmond at 9online.fr> on
+  Wed,  4 Jan 2006 21:11:29 +0100.
 
-
-
 Files: *
-Copyright: 2005-2008 Bill Paxton <paxton at kitp.ucsb.edu>
-	   2007,2008 Vincent Fourmond and Taro Sato
+Copyright: (C) 2005-2009 Bill Paxton <paxton at kitp.ucsb.edu>
+	   (C) 2007-2009 Vincent Fourmond and Taro Sato
 License: LGPL-2+
     This package is free software; you can redistribute it and/or
     modify it under the terms of the GNU Lesser General Public
@@ -23,13 +24,47 @@
     License along with this package; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
+Files: split/Flate/zlib/*
+Copyright: (C) 1995-2005 Jean-loup Gailly and Mark Adler
+License: zlib
+  This software is provided 'as-is', without any express or implied
+  warranty.  In no event will the authors be held liable for any damages
+  arising from the use of this software.
+
+  Permission is granted to anyone to use this software for any purpose,
+  including commercial applications, and to alter it and redistribute it
+  freely, subject to the following restrictions:
+
+  1. The origin of this software must not be misrepresented; you must not
+     claim that you wrote the original software. If you use this software
+     in a product, an acknowledgment in the product documentation would be
+     appreciated but is not required.
+  2. Altered source versions must be plainly marked as such, and must not be
+     misrepresented as being the original software.
+  3. This notice may not be removed or altered from any source distribution.
+
 Files: debian/*
-Copyright: 2007,2008 Vincent Fourmond <fourmond at debian.org>
+Copyright: (C) 2007,2008,2009 Vincent Fourmond <fourmond at debian.org>
 License: GPL-2+
+  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.
 
-On Debian systems, the complete text of the GNU Lesser General
-Public License version 2 (LGPL2+) can be found in 
-`/usr/share/common-licenses/LGPL-2.'. Similarlu the complete text of
-the GNU General Public License version 2 (GPL-2+) can be found in
-`/usr/share/common-licenses/GPL-2.'
+  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.
 
+  You should have received a copy of the GNU General Public License
+  along with this program; if not, write to the Free Software
+  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+  02110-1301 USA.
+
+On Debian systems, the complete text of the GNU Lesser General Public
+License version 2 (LGPL2+) can be found in
+`/usr/share/common-licenses/LGPL-2.'.
+
+Similarly the complete text of the GNU General Public License version
+2 (GPL-2+) can be found in `/usr/share/common-licenses/GPL-2.'
+




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