r30645 - in /trunk/libclass-xsaccessor-array-perl/debian: ./ changelog compat control copyright patches/ patches/avoid-autoxs.patch patches/series rules watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Feb 13 10:36:42 UTC 2009


Author: dmn
Date: Fri Feb 13 10:36:39 2009
New Revision: 30645

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

Added:
    trunk/libclass-xsaccessor-array-perl/debian/
    trunk/libclass-xsaccessor-array-perl/debian/changelog
    trunk/libclass-xsaccessor-array-perl/debian/compat
    trunk/libclass-xsaccessor-array-perl/debian/control
    trunk/libclass-xsaccessor-array-perl/debian/copyright
    trunk/libclass-xsaccessor-array-perl/debian/patches/
    trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch
    trunk/libclass-xsaccessor-array-perl/debian/patches/series
    trunk/libclass-xsaccessor-array-perl/debian/rules   (with props)
    trunk/libclass-xsaccessor-array-perl/debian/watch

Added: trunk/libclass-xsaccessor-array-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/changelog?rev=30645&op=file
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/changelog (added)
+++ trunk/libclass-xsaccessor-array-perl/debian/changelog Fri Feb 13 10:36:39 2009
@@ -1,0 +1,5 @@
+libclass-xsaccessor-array-perl (0.14-1) unstable; urgency=low
+
+  * Initial Release. (Closes:# 515077)
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 13 Feb 2009 12:06:24 +0200

Added: trunk/libclass-xsaccessor-array-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/compat?rev=30645&op=file
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/compat (added)
+++ trunk/libclass-xsaccessor-array-perl/debian/compat Fri Feb 13 10:36:39 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libclass-xsaccessor-array-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/control?rev=30645&op=file
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/control (added)
+++ trunk/libclass-xsaccessor-array-perl/debian/control Fri Feb 13 10:36:39 2009
@@ -1,0 +1,24 @@
+Source: libclass-xsaccessor-array-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12), quilt
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Class-XSAccessor-Array/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-xsaccessor-array-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/
+
+Package: libclass-xsaccessor-array-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Description: implementation of fast XS accessors without runtime compilation
+ Class::XSAccessor::Array implements fast XS accessors both for getting
+ at and setting an object attribute. Additionally, the module supports
+ mutators and simple predicates (has_foo() like tests for definedness
+ of an attributes). It works only with objects that are implemented as
+ arrays. Refer to Class::XSAccessor (libclass-xsaccessor-perl) for an
+ implementation that works with hash-based objects.
+ .
+ A simple benchmark showed more than a factor of two performance
+ advantage over writing accessors in Perl.

Added: trunk/libclass-xsaccessor-array-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/copyright?rev=30645&op=file
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/copyright (added)
+++ trunk/libclass-xsaccessor-array-perl/debian/copyright Fri Feb 13 10:36:39 2009
@@ -1,0 +1,52 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Steffen Mueller <smueller at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Class-XSAccessor-Array/
+Upstream-Name: Class-XSAccessor-Array
+
+Files: *
+Copyright: Steffen Mueller <smueller at cpan.org>
+License: Perl
+
+Files: ppport.h
+Copyright: Version 3.x, Copyright (c) 2004-2008, Marcus Holland-Moritz.
+           Version 2.x, Copyright (C) 2001, Paul Marquess.
+           Version 1.x, Copyright (C) 1999, Kenneth Albanowski.
+Licesne: Perl
+    This program is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.
+
+Files: debian/*
+Copyright: 2009, Damyan Ivanov <dmn at debian.org>
+License: Perl
+
+License: Perl
+Licenses: Artistic | GPL-1+
+    This library is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself, either Perl version 5.8 or, at your
+    option, any later version of Perl 5 you may have available.
+    .
+    Perl's license is:
+    .
+        This program is free software; you can redistribute it and/or modify it
+        under the terms of either:
+    .
+        a) the GNU General Public License as published by the Free Software
+           Foundation; either version 1, or (at your option) any later version,
+           or
+    .
+        b) the "Artistic License" which comes with Perl.
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program 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 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch?rev=30645&op=file
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch (added)
+++ trunk/libclass-xsaccessor-array-perl/debian/patches/avoid-autoxs.patch Fri Feb 13 10:36:39 2009
@@ -1,0 +1,31 @@
+Author: Damyan Ivanov <dmn at debian.org>
+Debian-Specific: yes
+Description: Remove references to AutoXS::Header during build
+ AutoXS::Header's only function is to create the AutoXS.h file, which upstream
+ already ships. The contents of the file are hardcoded in AutoXS::Header and do
+ not depend on architecture, runnung Perl or anything. Therefore I choose to
+ not package one additional module just for a file which is already present.
+ Whether this is OK or not is to be seen.
+--- a/Makefile.PL
++++ b/Makefile.PL
+@@ -6,7 +6,6 @@ WriteMakefile(
+     NAME              => 'Class::XSAccessor::Array',
+     VERSION_FROM      => 'lib/Class/XSAccessor/Array.pm', # finds $VERSION
+     PREREQ_PM         => {
+-      'AutoXS::Header' => '0.02',
+     }, # e.g., Module::Name => 1.1
+     LICENSE => 'perl',
+     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
+@@ -18,12 +17,3 @@ WriteMakefile(
+ 	# Un-comment this if you add C files to link with later:
+     # OBJECT            => '$(O_FILES)', # link all the C files too
+ );
+-
+-sub MY::post_constants {
+-  return <<'MAKE_FRAG';
+-linkext ::
+-	$(PERL) -MAutoXS::Header -e AutoXS::Header::WriteAutoXSHeader
+-
+-MAKE_FRAG
+-}
+-

Added: trunk/libclass-xsaccessor-array-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/patches/series?rev=30645&op=file
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/patches/series (added)
+++ trunk/libclass-xsaccessor-array-perl/debian/patches/series Fri Feb 13 10:36:39 2009
@@ -1,0 +1,1 @@
+avoid-autoxs.patch

Added: trunk/libclass-xsaccessor-array-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/rules?rev=30645&op=file
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/rules (added)
+++ trunk/libclass-xsaccessor-array-perl/debian/rules Fri Feb 13 10:36:39 2009
@@ -1,0 +1,25 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+build: build-stamp
+build-stamp: $(QUILT_STAMPFN)
+	dh build
+	touch $@
+
+clean: unpatch
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

Propchange: trunk/libclass-xsaccessor-array-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libclass-xsaccessor-array-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-xsaccessor-array-perl/debian/watch?rev=30645&op=file
==============================================================================
--- trunk/libclass-xsaccessor-array-perl/debian/watch (added)
+++ trunk/libclass-xsaccessor-array-perl/debian/watch Fri Feb 13 10:36:39 2009
@@ -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/Class-XSAccessor-Array/   .*/Class-XSAccessor-Array-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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