r23716 - in /trunk/libcgi-session-serialize-yaml-perl/debian: ./ changelog compat control copyright patches/ patches/series rules watch

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Thu Jul 31 09:27:09 UTC 2008


Author: vdanjean
Date: Thu Jul 31 09:27:06 2008
New Revision: 23716

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

Added:
    trunk/libcgi-session-serialize-yaml-perl/debian/
    trunk/libcgi-session-serialize-yaml-perl/debian/changelog
    trunk/libcgi-session-serialize-yaml-perl/debian/compat
    trunk/libcgi-session-serialize-yaml-perl/debian/control
    trunk/libcgi-session-serialize-yaml-perl/debian/copyright
    trunk/libcgi-session-serialize-yaml-perl/debian/patches/
    trunk/libcgi-session-serialize-yaml-perl/debian/patches/series
    trunk/libcgi-session-serialize-yaml-perl/debian/rules   (with props)
    trunk/libcgi-session-serialize-yaml-perl/debian/watch

Added: trunk/libcgi-session-serialize-yaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/changelog?rev=23716&op=file
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/changelog (added)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/changelog Thu Jul 31 09:27:06 2008
@@ -1,0 +1,5 @@
+libcgi-session-serialize-yaml-perl (4.21-1) unstable; urgency=low
+
+  * Initial Release. ITP Closes: #484556
+
+ -- Vincent Danjean <vdanjean at debian.org>  Thu, 31 Jul 2008 10:22:17 +0200

Added: trunk/libcgi-session-serialize-yaml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/compat?rev=23716&op=file
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/compat (added)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/compat Thu Jul 31 09:27:06 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libcgi-session-serialize-yaml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/control?rev=23716&op=file
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/control (added)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/control Thu Jul 31 09:27:06 2008
@@ -1,0 +1,27 @@
+Source: libcgi-session-serialize-yaml-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5), libmodule-build-perl, quilt
+Build-Depends-Indep: perl (>= 5.6.10-12), libtest-pod-perl,
+  libcgi-session-perl (>= 4.20), libyaml-syck-perl, libyaml-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vincent Danjean <vdanjean at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/CGI-Session-Serialize-yaml/
+
+Package: libcgi-session-serialize-yaml-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libcgi-session-perl (>= 4.20),
+  libyaml-syck-perl | libyaml-perl
+Conflicts: libcgi-session-perl (<< 4.30)
+Replaces: libcgi-session-perl (<< 4.30)
+Description: Add YAML and YAML::Syck support to CGI::Session's serializers
+ This library can be used by CGI::Session to serialize session data. It uses
+ YAML, or the faster C implementation, YAML::Syck
+ if it is available. YAML serializers exist not just for Perl but also other
+ dynamic languages, such as PHP, Python, and Ruby, so storing session data
+ in this format makes it easy to share session data across different languages.
+ .
+ YAML is made to be friendly for humans to parse as well as other computer
+ languages. It creates a format that is easier to read than the default
+ serializer.

Added: trunk/libcgi-session-serialize-yaml-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/copyright?rev=23716&op=file
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/copyright (added)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/copyright Thu Jul 31 09:27:06 2008
@@ -1,0 +1,24 @@
+This is the debian package for the CGI-Session-Serialize-yaml module.
+It was created by Vincent Danjean <vdanjean at debian.org> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/CGI-Session-Serialize-yaml/
+
+Author:
+  Sherzod Ruzmetov <sherzodr at cpan.org>
+  Ron Savage <ron at savage.net.au>
+
+Copying:
+  Copyright (c) 2001-2008 Sherzod Ruzmetov. All rights reserved.
+  Copyright (c)      2008 Ron Savage. All rights reserved.
+
+License:
+  This library is free software. You can modify and or distribute 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, Vincent Danjean <vdanjean at debian.org> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libcgi-session-serialize-yaml-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/patches/series?rev=23716&op=file
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/patches/series (added)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/patches/series Thu Jul 31 09:27:06 2008
@@ -1,0 +1,1 @@
+# no patch for now

Added: trunk/libcgi-session-serialize-yaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/rules?rev=23716&op=file
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/rules (added)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/rules Thu Jul 31 09:27:06 2008
@@ -1,0 +1,66 @@
+#!/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
+
+include /usr/share/quilt/quilt.make
+
+# 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
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Build.PL installdirs=vendor
+	$(PERL) Build
+	$(PERL) Build test
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+	$(RM) -f t/sessiondata/cgisess.db t/sessiondata/cgisess.db.lck
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP) here
+	$(PERL) Build install destdir=$(TMP) create_packlist=0
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installdocs README
+	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/libcgi-session-serialize-yaml-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libcgi-session-serialize-yaml-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-session-serialize-yaml-perl/debian/watch?rev=23716&op=file
==============================================================================
--- trunk/libcgi-session-serialize-yaml-perl/debian/watch (added)
+++ trunk/libcgi-session-serialize-yaml-perl/debian/watch Thu Jul 31 09:27:06 2008
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/CGI-Session-Serialize-yaml/   .*/CGI-Session-Serialize-yaml-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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