r43600 - in /trunk/svg-tt-graph/debian: ./ changelog compat control copyright rules substvars

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Thu Sep 3 21:05:11 UTC 2009


Author: ryan52-guest
Date: Thu Sep  3 21:04:56 2009
New Revision: 43600

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

Added:
    trunk/svg-tt-graph/debian/
    trunk/svg-tt-graph/debian/changelog
    trunk/svg-tt-graph/debian/compat
    trunk/svg-tt-graph/debian/control
    trunk/svg-tt-graph/debian/copyright
    trunk/svg-tt-graph/debian/rules   (with props)
    trunk/svg-tt-graph/debian/substvars

Added: trunk/svg-tt-graph/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/svg-tt-graph/debian/changelog?rev=43600&op=file
==============================================================================
--- trunk/svg-tt-graph/debian/changelog (added)
+++ trunk/svg-tt-graph/debian/changelog Thu Sep  3 21:04:56 2009
@@ -1,0 +1,11 @@
+svg-tt-graph (0.08-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Anand Kumria <wildfire at progsoc.org>  Sat, 12 Mar 2005 08:44:02 +1100
+
+svg-tt-graph (0.06-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Anand Kumria <wildfire at progsoc.org>  Mon, 02 Aug 2004 00:13:53 +1000

Added: trunk/svg-tt-graph/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/svg-tt-graph/debian/compat?rev=43600&op=file
==============================================================================
--- trunk/svg-tt-graph/debian/compat (added)
+++ trunk/svg-tt-graph/debian/compat Thu Sep  3 21:04:56 2009
@@ -1,0 +1,1 @@
+4

Added: trunk/svg-tt-graph/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/svg-tt-graph/debian/control?rev=43600&op=file
==============================================================================
--- trunk/svg-tt-graph/debian/control (added)
+++ trunk/svg-tt-graph/debian/control Thu Sep  3 21:04:56 2009
@@ -1,0 +1,18 @@
+Source: svg-tt-graph
+Section: perl
+Priority: extra
+Maintainer: Anand Kumria <wildfire at progsoc.org>
+Build-Depends: perl (>= 5.6.0-16), debhelper (>= 3.0.18), libtemplate-perl (>= 2.08-1), libdatetime-perl (>= 0.1901-1), libwww-perl (>= 5.800-1)
+Standards-Version: 3.6.1.0
+
+Package: libsvg-tt-graph-perl
+Architecture: all
+Depends: ${perl:Depends}, libtemplate-perl (>= 2.08-1), libdatetime-perl (>= 0.1901-1), libwww-perl (>= 5.800-1)
+Description: create SVG graphs from Perl
+ Creating quality vector graphs can be difficult. This Perl package 
+ allows you to create Scalable Vector Graphics (SVG) graphs using Perl.
+ .
+ There are a number of built-in graph types: Pie, Line, Bar and 
+ Time Series. Plus you can derive from the supertype to make your own.
+ .
+ Included is some example Perl code and documentation

Added: trunk/svg-tt-graph/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/svg-tt-graph/debian/copyright?rev=43600&op=file
==============================================================================
--- trunk/svg-tt-graph/debian/copyright (added)
+++ trunk/svg-tt-graph/debian/copyright Thu Sep  3 21:04:56 2009
@@ -1,0 +1,20 @@
+This package was debianized by Anand Kumria <wildfire at progsoc.org> on
+Mon, 02 Aug 2004 01:31:30 +1000.
+
+It was downloaded from <URL: http://leo.cuckoo.org/projects/SVG-TT-Graph/>
+
+Upstream Authors: Leo Lapworth <leo at cuckoo.org>
+
+Copyright:
+
+From the INSTALL file:
+
+This module is free software; you can redistribute it or
+modify it under the same terms as Perl itself.
+
+Copyright (C) 2003 Leo Lapworth
+
+Which means this package is under the GNU General Public Licence and
+the "Artistic Licence". On Debian systems you will find the complete 
+text of these are in /usr/share/common-licenses/GPL and 
+/usr/share/common-licenses/Artistic respectively

Added: trunk/svg-tt-graph/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/svg-tt-graph/debian/rules?rev=43600&op=file
==============================================================================
--- trunk/svg-tt-graph/debian/rules (added)
+++ trunk/svg-tt-graph/debian/rules Thu Sep  3 21:04:56 2009
@@ -1,0 +1,67 @@
+#!/usr/bin/make -f
+
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	perl Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	# do cleaning
+	-$(MAKE) distclean
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(CURDIR)/debian/libsvg-tt-graph-perl/usr
+	-rm $(CURDIR)/debian/libsvg-tt-graph-perl/usr/share/perl5/SVG/TT/timeseries.pl
+	-rm $(CURDIR)/debian/libsvg-tt-graph-perl/usr/share/perl5/SVG/TT/generate_examples.pl
+	find $(CURDIR)/debian/libsvg-tt-graph-perl -type d -name .arch-ids | xargs -n 1 rm -rf 
+
+binary-indep: build install
+# we have nothing to do by default
+
+binary-arch: build install
+# we have nothing to do by default
+	dh_testdir
+	dh_testroot
+#	dh_movefiles
+
+#	dh_installdebconf
+	dh_installdocs
+	dh_installexamples generate_examples_pl timeseries_pl
+#	dh_installmenu
+#	dh_installlogrotate
+#	dh_installemacsen
+#	dh_installpam
+#	dh_installmime
+#	dh_installinit
+#	dh_installcron
+#	dh_installman
+#	dh_installinfo
+#	dh_undocumented
+	dh_installchangelogs Changes
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+#	dh_makeshlibs
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/svg-tt-graph/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/svg-tt-graph/debian/substvars
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/svg-tt-graph/debian/substvars?rev=43600&op=file
==============================================================================
--- trunk/svg-tt-graph/debian/substvars (added)
+++ trunk/svg-tt-graph/debian/substvars Thu Sep  3 21:04:56 2009
@@ -1,0 +1,1 @@
+perl:Depends=perl (>= 5.8.4-6)




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