r20794 - in /trunk/libmath-algebra-symbols-perl/debian: ./ changelog compat control copyright patches/ patches/00list patches/shebang.patch.dpatch rules watch

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Fri Jun 6 18:41:26 UTC 2008


Author: deepak-guest
Date: Fri Jun  6 18:41:26 2008
New Revision: 20794

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

Added:
    trunk/libmath-algebra-symbols-perl/debian/
    trunk/libmath-algebra-symbols-perl/debian/changelog
    trunk/libmath-algebra-symbols-perl/debian/compat
    trunk/libmath-algebra-symbols-perl/debian/control
    trunk/libmath-algebra-symbols-perl/debian/copyright
    trunk/libmath-algebra-symbols-perl/debian/patches/
    trunk/libmath-algebra-symbols-perl/debian/patches/00list
    trunk/libmath-algebra-symbols-perl/debian/patches/shebang.patch.dpatch   (with props)
    trunk/libmath-algebra-symbols-perl/debian/rules   (with props)
    trunk/libmath-algebra-symbols-perl/debian/watch

Added: trunk/libmath-algebra-symbols-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/changelog?rev=20794&op=file
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/changelog (added)
+++ trunk/libmath-algebra-symbols-perl/debian/changelog Fri Jun  6 18:41:26 2008
@@ -1,0 +1,5 @@
+libmath-algebra-symbols-perl (1.21-1) unstable; urgency=low
+
+  * Initial Release (Closes: #481929)
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Sat, 07 Jun 2008 05:26:25 +0530

Added: trunk/libmath-algebra-symbols-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/compat?rev=20794&op=file
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/compat (added)
+++ trunk/libmath-algebra-symbols-perl/debian/compat Fri Jun  6 18:41:26 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libmath-algebra-symbols-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/control?rev=20794&op=file
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/control (added)
+++ trunk/libmath-algebra-symbols-perl/debian/control Fri Jun  6 18:41:26 2008
@@ -1,0 +1,21 @@
+Source: libmath-algebra-symbols-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), dpatch
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmath-algebra-symbols-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/
+Homepage: http://search.cpan.org/dist/Math-Algebra-Symbols/
+
+Package: libmath-algebra-symbols-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: Symbolic Algebra in Pure Perl
+ Math::Algebra::Symbols supplies a set of functions and operators to manipulate
+ operator expressions algebraically using the familiar Perl syntax.
+ .
+ These expressions are constructed from Symbols, Operators, Functions, and 
+ processed via Methods.  

Added: trunk/libmath-algebra-symbols-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/copyright?rev=20794&op=file
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/copyright (added)
+++ trunk/libmath-algebra-symbols-perl/debian/copyright Fri Jun  6 18:41:26 2008
@@ -1,0 +1,23 @@
+This is the debian package for the Math-Algebra-Symbols module.
+It was created by Deepak Tripathi <apenguinlinux at gmail.com> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Math-Algebra-Symbols/
+
+The upstream author is: 
+Philip R Brenan at philiprbrenan at yahoo.com
+
+Some of the example in Symbols.pm, Sum.pm, Term.pm provided by  Mike Schilli m at perlmeister.com.
+
+Copyright (C) 2004 by Philip R Brenan 
+
+This library is free software; you can redistribute it and/or modify it 
+under the same terms as Perl itself.
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+--
+The Debian packaging is (C) 2008, Deepak Tripathi <apenguinlinux at gmail.com> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libmath-algebra-symbols-perl/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/patches/00list?rev=20794&op=file
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/patches/00list (added)
+++ trunk/libmath-algebra-symbols-perl/debian/patches/00list Fri Jun  6 18:41:26 2008
@@ -1,0 +1,1 @@
+shebang.patch.dpatch

Added: trunk/libmath-algebra-symbols-perl/debian/patches/shebang.patch.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/patches/shebang.patch.dpatch?rev=20794&op=file
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/patches/shebang.patch.dpatch (added)
+++ trunk/libmath-algebra-symbols-perl/debian/patches/shebang.patch.dpatch Fri Jun  6 18:41:26 2008
@@ -1,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## shebang.patch.dpatch by Deepak Tripathi <apenguinlinux at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This patch is required for checking Perl interpreter patch because "perl" doesn't come with default path 
+
+ at DPATCH@
+diff -urNad libmath-algebra-symbols-perl-1.21~/symbols.pl libmath-algebra-symbols-perl-1.21/symbols.pl
+--- libmath-algebra-symbols-perl-1.21~/symbols.pl	2004-06-15 03:55:53.000000000 +0530
++++ libmath-algebra-symbols-perl-1.21/symbols.pl	2008-06-07 04:48:39.000000000 +0530
+@@ -1,4 +1,4 @@
+-#!perl -w -I..
++#!/usr/bin/perl -w -I..
+ #______________________________________________________________________
+ # Symbolic algebra.
+ # Perl License.

Propchange: trunk/libmath-algebra-symbols-perl/debian/patches/shebang.patch.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmath-algebra-symbols-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/rules?rev=20794&op=file
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/rules (added)
+++ trunk/libmath-algebra-symbols-perl/debian/rules Fri Jun  6 18:41:26 2008
@@ -1,0 +1,60 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+include /usr/share/dpatch/dpatch.make
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp: patch-stamp
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs pod/README.pod userGuide
+	dh_installchangelogs CHANGES
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install

Propchange: trunk/libmath-algebra-symbols-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libmath-algebra-symbols-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-algebra-symbols-perl/debian/watch?rev=20794&op=file
==============================================================================
--- trunk/libmath-algebra-symbols-perl/debian/watch (added)
+++ trunk/libmath-algebra-symbols-perl/debian/watch Fri Jun  6 18:41:26 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Math-Algebra-Symbols/   .*/Math-Algebra-Symbols-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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