r6480 - in /trunk/libfile-read-perl: Build.PL META.yml Makefile.PL README debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules lib/File/Read.pm

deepak-guest at users.alioth.debian.org deepak-guest at users.alioth.debian.org
Sat Aug 11 17:29:23 UTC 2007


Author: deepak-guest
Date: Sat Aug 11 17:29:23 2007
New Revision: 6480

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

Added:
    trunk/libfile-read-perl/debian/
    trunk/libfile-read-perl/debian/changelog
    trunk/libfile-read-perl/debian/compat
    trunk/libfile-read-perl/debian/control
    trunk/libfile-read-perl/debian/copyright
    trunk/libfile-read-perl/debian/rules   (with props)
Modified:
    trunk/libfile-read-perl/Build.PL
    trunk/libfile-read-perl/META.yml
    trunk/libfile-read-perl/Makefile.PL
    trunk/libfile-read-perl/README
    trunk/libfile-read-perl/lib/File/Read.pm

Modified: trunk/libfile-read-perl/Build.PL
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/Build.PL?rev=6480&op=diff
==============================================================================
--- trunk/libfile-read-perl/Build.PL (original)
+++ trunk/libfile-read-perl/Build.PL Sat Aug 11 17:29:23 2007
@@ -4,7 +4,7 @@
 my $builder = Module::Build->new(
     module_name         => 'File::Read',
     license             => 'perl',
-    dist_author         => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
+    dist_author         => 'Sebastien Aperghis-Tramoni <sebastien at aperghis.net>',
     dist_version_from   => 'lib/File/Read.pm',
     build_requires => {
         'File::Slurp'   => 0,

Modified: trunk/libfile-read-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/META.yml?rev=6480&op=diff
==============================================================================
--- trunk/libfile-read-perl/META.yml (original)
+++ trunk/libfile-read-perl/META.yml Sat Aug 11 17:29:23 2007
@@ -2,7 +2,7 @@
 name: File-Read
 version: 0.0602
 author:
-  - 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>'
+  - 'Sebastien Aperghis-Tramoni <sebastien at aperghis.net>'
 abstract: Unique interface for reading one or more files
 license: perl
 resources:

Modified: trunk/libfile-read-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/Makefile.PL?rev=6480&op=diff
==============================================================================
--- trunk/libfile-read-perl/Makefile.PL (original)
+++ trunk/libfile-read-perl/Makefile.PL Sat Aug 11 17:29:23 2007
@@ -5,7 +5,7 @@
 WriteMakefile(
     NAME                => 'File::Read',
     LICENSE             => 'perl',
-    AUTHOR              => 'Sébastien Aperghis-Tramoni <sebastien at aperghis.net>',
+    AUTHOR              => 'Sebastien Aperghis-Tramoni <sebastien at aperghis.net>',
     VERSION_FROM        => 'lib/File/Read.pm',
     ABSTRACT_FROM       => 'lib/File/Read.pm',
     PL_FILES            => {},

Modified: trunk/libfile-read-perl/README
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/README?rev=6480&op=diff
==============================================================================
--- trunk/libfile-read-perl/README (original)
+++ trunk/libfile-read-perl/README Sat Aug 11 17:29:23 2007
@@ -68,7 +68,7 @@
 
 COPYRIGHT AND LICENCE
 
-    Copyright (C) 2006 Sébastien Aperghis-Tramoni
+    Copyright (C) 2006 Sebastien Aperghis-Tramoni
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.

Added: trunk/libfile-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/changelog?rev=6480&op=file
==============================================================================
--- trunk/libfile-read-perl/debian/changelog (added)
+++ trunk/libfile-read-perl/debian/changelog Sat Aug 11 17:29:23 2007
@@ -1,0 +1,5 @@
+libfile-read-perl (0.0602-1) unstable; urgency=low
+
+  * Initial Release (Closes: #382380)
+
+ -- Deepak Tripathi <apenguinlinux at gmail.com>  Wed, 08 Aug 2007 18:33:33 +0530

Added: trunk/libfile-read-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/compat?rev=6480&op=file
==============================================================================
--- trunk/libfile-read-perl/debian/compat (added)
+++ trunk/libfile-read-perl/debian/compat Sat Aug 11 17:29:23 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libfile-read-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/control?rev=6480&op=file
==============================================================================
--- trunk/libfile-read-perl/debian/control (added)
+++ trunk/libfile-read-perl/debian/control Sat Aug 11 17:29:23 2007
@@ -1,0 +1,17 @@
+Source: libfile-read-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), dpatch, libmodule-build-perl 
+Build-Depends-Indep: perl (>= 5.8.8-7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>
+Standards-Version: 3.7.2
+
+Package: libfile-read-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends},
+Description: Unique interface for reading one or more files
+ This module mainly proposes functions for reading one or more files, 
+ with different options. See below for more details and examples.
+ .
+  Homapage: http://search.cpan.org/~saper/File-Read/ 

Added: trunk/libfile-read-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/copyright?rev=6480&op=file
==============================================================================
--- trunk/libfile-read-perl/debian/copyright (added)
+++ trunk/libfile-read-perl/debian/copyright Sat Aug 11 17:29:23 2007
@@ -1,0 +1,16 @@
+This is the debian package for the File-Read module.
+It was created by Deepak Tripathi <apenguinlinux at gmail.com> using dh-make-perl.
+
+The upstream author is: Sebastien Aperghis-Tramoni <sebastien at aperghis.net>.
+
+Copyright 2006 Sebastien Aperghis-Tramoni, all rights reserved. This
+program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+The full text of the license can be found in the LICENSE file included
+with this module.
+
+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'.

Added: trunk/libfile-read-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/rules?rev=6480&op=file
==============================================================================
--- trunk/libfile-read-perl/debian/rules (added)
+++ trunk/libfile-read-perl/debian/rules Sat Aug 11 17:29:23 2007
@@ -1,0 +1,81 @@
+#!/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.
+#
+# It was later modified by Jason Kohles <email at jasonkohles.com>
+# http://www.jasonkohles.com/ to support Module::Build installed modules
+
+# 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
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL = /usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	OPTIMIZE="-Wall -O2 -g" $(PERL) Build
+
+	touch build-stamp
+
+clean: 
+	dh_testdir
+	dh_testroot
+
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build distclean
+
+	dh_clean build-stamp install-stamp
+
+install: build install-stamp 
+install-stamp:
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+
+	# Add commands to install the package into debian/$PACKAGE_NAME here
+	$(PERL) Build test
+	$(PERL) Build install destdir=$(TMP)
+
+	touch install-stamp
+
+binary-arch:
+# We have nothing to do by default.
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+#	dh_installcron
+#	dh_installmenu
+#	dh_installexamples
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+source diff:
+	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary

Propchange: trunk/libfile-read-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Modified: trunk/libfile-read-perl/lib/File/Read.pm
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/lib/File/Read.pm?rev=6480&op=diff
==============================================================================
--- trunk/libfile-read-perl/lib/File/Read.pm (original)
+++ trunk/libfile-read-perl/lib/File/Read.pm Sat Aug 11 17:29:23 2007
@@ -270,7 +270,7 @@
 
 =head1 AUTHOR
 
-Sébastien Aperghis-Tramoni, C<< <sebastien at aperghis.net> >>
+Sebastien Aperghis-Tramoni, C<< <sebastien at aperghis.net> >>
 
 =head1 BUGS
 
@@ -314,7 +314,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2006 Sébastien Aperghis-Tramoni, all rights reserved.
+Copyright 2006 Sebastien Aperghis-Tramoni, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.




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