r7528 - in /trunk/libsvg-graph-perl/trunk/debian: ./ changelog compat control copyright examples rules watch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Sep 13 10:52:26 UTC 2007


Author: hanska-guest
Date: Thu Sep 13 10:52:25 2007
New Revision: 7528

URL: http://svn.debian.org/wsvn/?sc=1&rev=7528
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libsvg-graph-perl/trunk/debian/
    trunk/libsvg-graph-perl/trunk/debian/changelog
    trunk/libsvg-graph-perl/trunk/debian/compat
    trunk/libsvg-graph-perl/trunk/debian/control
    trunk/libsvg-graph-perl/trunk/debian/copyright
    trunk/libsvg-graph-perl/trunk/debian/examples
    trunk/libsvg-graph-perl/trunk/debian/rules   (with props)
    trunk/libsvg-graph-perl/trunk/debian/watch

Added: trunk/libsvg-graph-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libsvg-graph-perl/trunk/debian/changelog?rev=7528&op=file
==============================================================================
--- trunk/libsvg-graph-perl/trunk/debian/changelog (added)
+++ trunk/libsvg-graph-perl/trunk/debian/changelog Thu Sep 13 10:52:25 2007
@@ -1,0 +1,6 @@
+libsvg-graph-perl (0.01-1) unstable; urgency=low
+
+  * Initial release (Closes: #429163)
+
+ -- David Paleino <d.paleino at gmail.com>  Mon, 10 Sep 2007 10:58:15 +0200
+

Added: trunk/libsvg-graph-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libsvg-graph-perl/trunk/debian/compat?rev=7528&op=file
==============================================================================
--- trunk/libsvg-graph-perl/trunk/debian/compat (added)
+++ trunk/libsvg-graph-perl/trunk/debian/compat Thu Sep 13 10:52:25 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libsvg-graph-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/trunk/libsvg-graph-perl/trunk/debian/control?rev=7528&op=file
==============================================================================
--- trunk/libsvg-graph-perl/trunk/debian/control (added)
+++ trunk/libsvg-graph-perl/trunk/debian/control Thu Sep 13 10:52:25 2007
@@ -1,0 +1,18 @@
+Source: libsvg-graph-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: David Paleino <d.paleino at gmail.com>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.7.2
+
+Package: libsvg-graph-perl
+Architecture: all
+Depends: ${perl:Depends}, libstatistics-descriptive-perl, libtree-dagnode-perl, libmath-spline-perl, libmath-derivative-perl
+Description: visualize your data in SVG format
+ SVG::Graph is a suite of perl modules for plotting data.
+ It currently supports plots of one-, two- and three-dimensional
+ data, as well as N-ary rooted trees.
+ .
+  Homepage: http://cpan.panu.it/authors/id/A/AL/ALLENDAY/
+

Added: trunk/libsvg-graph-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libsvg-graph-perl/trunk/debian/copyright?rev=7528&op=file
==============================================================================
--- trunk/libsvg-graph-perl/trunk/debian/copyright (added)
+++ trunk/libsvg-graph-perl/trunk/debian/copyright Thu Sep 13 10:52:25 2007
@@ -1,0 +1,53 @@
+This package was debianized by David Paleino <d.paleino at gmail.com> on
+Mon, 18 Jun 2007 10:00:45 +0200.
+
+It was downloaded from 
+
+http://search.cpan.org/CPAN/authors/id/A/AL/ALLENDAY/
+
+Upstream Authors: 
+
+    Allen Day <allenday at ucla.edu>
+    Chris To <crsto at ucla.edu>
+
+Copyright: 
+
+    (C) 2002-2003   Allen Day <allenday at ucla.edu>,
+                    Chris To <crsto at ucla.edu>
+
+License:
+
+    This software is released under the Perl License. Perl can be
+    redistributed under the GNU General Public License or the 
+    Artistic License.
+    
+    = GNU General Public License =
+    This package 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 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
+    
+    = Artistic License =
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the "Artistic License" which comes with Debian.
+    
+    THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
+    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
+    OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL',
+while the complete text of the Artistic License can be found in
+`/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2007, David Paleino <d.paleino at gmail.com> and
+is licensed under the GPL, see above.

Added: trunk/libsvg-graph-perl/trunk/debian/examples
URL: http://svn.debian.org/wsvn/trunk/libsvg-graph-perl/trunk/debian/examples?rev=7528&op=file
==============================================================================
--- trunk/libsvg-graph-perl/trunk/debian/examples (added)
+++ trunk/libsvg-graph-perl/trunk/debian/examples Thu Sep 13 10:52:25 2007
@@ -1,0 +1,1 @@
+eg/*

Added: trunk/libsvg-graph-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libsvg-graph-perl/trunk/debian/rules?rev=7528&op=file
==============================================================================
--- trunk/libsvg-graph-perl/trunk/debian/rules (added)
+++ trunk/libsvg-graph-perl/trunk/debian/rules Thu Sep 13 10:52:25 2007
@@ -1,0 +1,58 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# the VENDORARCHEXP and INSTALLVENDORARCH
+	# variables are set to avoid the creation
+	# of /usr/lib/perl5
+	perl Makefile.PL \
+		INSTALLDIRS=vendor \
+		VENDORARCHEXP=/usr/share/perl5 \
+		INSTALLVENDORARCH=/usr/share/perl5
+	$(MAKE)
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	[ ! -f Makefile ] || $(MAKE) distclean
+	
+	dh_clean Makefile.old build-stamp
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libsvg-graph-perl/usr
+
+
+binary-arch: build install
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs Changes
+	dh_installdocs
+	dh_installexamples
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_perl
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libsvg-graph-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libsvg-graph-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libsvg-graph-perl/trunk/debian/watch?rev=7528&op=file
==============================================================================
--- trunk/libsvg-graph-perl/trunk/debian/watch (added)
+++ trunk/libsvg-graph-perl/trunk/debian/watch Thu Sep 13 10:52:25 2007
@@ -1,0 +1,4 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/A/AL/ALLENDAY/SVG-Graph-([[:digit:]].*)\.tar\.gz
+
+




More information about the Pkg-perl-cvs-commits mailing list