[DRE-commits] r6028 - trunk/ctioga2/debian

Vincent Fourmond fourmond at alioth.debian.org
Mon Feb 7 19:35:26 UTC 2011


Author: fourmond
Date: 2011-02-07 19:35:24 +0000 (Mon, 07 Feb 2011)
New Revision: 6028

Modified:
   trunk/ctioga2/debian/changelog
   trunk/ctioga2/debian/control
   trunk/ctioga2/debian/copyright
   trunk/ctioga2/debian/rules
Log:
[ctioga2] Updated copyright, ready for its first upload

Modified: trunk/ctioga2/debian/changelog
===================================================================
--- trunk/ctioga2/debian/changelog	2011-02-06 09:56:25 UTC (rev 6027)
+++ trunk/ctioga2/debian/changelog	2011-02-07 19:35:24 UTC (rev 6028)
@@ -1,5 +1,5 @@
-ctioga2 (0.1-1) experimental; urgency=low
+ctioga2 (0.1-1) unstable; urgency=low
 
-  * Initial debian packaging
+  * Initial debian packaging (closes: 611852)
   
  -- Vincent Fourmond <fourmond at debian.org>  Mon, 24 Jan 2011 21:36:06 +0100

Modified: trunk/ctioga2/debian/control
===================================================================
--- trunk/ctioga2/debian/control	2011-02-06 09:56:25 UTC (rev 6027)
+++ trunk/ctioga2/debian/control	2011-02-07 19:35:24 UTC (rev 6028)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Vincent Fourmond <fourmond at debian.org>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0), ruby1.8-dev, ruby1.8, ruby-pkg-tools, cdbs
+Build-Depends: debhelper (>= 7.0), ruby1.8-dev, ruby1.8, ruby-pkg-tools, 
+ cdbs, libtioga-ruby1.8
 Standards-Version: 3.9.1
 Homepage: http://ctioga2.rubyforge.org
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/ctioga2/
@@ -12,7 +13,7 @@
 
 Package: ctioga2
 Architecture: all
-Depends: libtioga-ruby (> 1.13), ruby, ${misc:Depends}
+Depends: libtioga-ruby1.8 (>= 1.13), ruby1.8, ${misc:Depends}
 Description: polymorphic plotting program
  ctioga2 is a plotting program in the spirit of gnuplot. It can be
  used either directly on command-line or writing command files (or a

Modified: trunk/ctioga2/debian/copyright
===================================================================
--- trunk/ctioga2/debian/copyright	2011-02-06 09:56:25 UTC (rev 6027)
+++ trunk/ctioga2/debian/copyright	2011-02-07 19:35:24 UTC (rev 6028)
@@ -1,50 +1,31 @@
 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
+Upstream-Name: ctioga2
+Upstream-Maintainer: Vincent Fourmond
+Upstream-Source: http://ctioga2.rubyforge.org
 
-  This package was debianized by Vincent Fourmond <vincent.fourmond at 9online.fr> on
-  Wed,  4 Jan 2006 21:11:29 +0100.
+  This package was debianized by Vincent Fourmond <fourmond at debian.org> on
+  Wed, 2  Feb 2011 21:11:29 +0100.
 
 Files: *
-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
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
+Copyright: 2006-2011 Vincent Fourmond
+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.
 
-    This package 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.
+  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 Lesser 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 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.
 
-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: (C) 2007,2008,2009 Vincent Fourmond <fourmond at debian.org>
+Copyright: 2011 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

Modified: trunk/ctioga2/debian/rules
===================================================================
--- trunk/ctioga2/debian/rules	2011-02-06 09:56:25 UTC (rev 6027)
+++ trunk/ctioga2/debian/rules	2011-02-07 19:35:24 UTC (rev 6028)
@@ -3,3 +3,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
 
+
+binary-install/ctioga2::
+	cd man; RUBYLIB=$(RUBYLIB):../lib ruby ../bin/ctioga2 --write-man "$(DEB_UPSTREAM_VERSION)" ctioga2.1.template > ctioga2.1
+	rm -rf debian/ctioga2/usr/share/man
+	dh_installman -p ctioga2 man/ctioga2.1
+




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