r23103 - in /trunk/libclone-perl: Clone.pm Clone.xs META.yml debian/changelog debian/compat debian/control debian/rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jul 13 11:51:53 UTC 2008


Author: ansgar-guest
Date: Sun Jul 13 11:51:53 2008
New Revision: 23103

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23103
Log:
* New upstream release
* Regenerate debian/rules for debhelper 7
  + Update debian/compat and debian/control accordingly
* Bump Standards Version to 3.8.0 (no changes required)
* Add myself to Uploaders

Modified:
    trunk/libclone-perl/Clone.pm
    trunk/libclone-perl/Clone.xs
    trunk/libclone-perl/META.yml
    trunk/libclone-perl/debian/changelog
    trunk/libclone-perl/debian/compat
    trunk/libclone-perl/debian/control
    trunk/libclone-perl/debian/rules

Modified: trunk/libclone-perl/Clone.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/Clone.pm?rev=23103&op=diff
==============================================================================
--- trunk/libclone-perl/Clone.pm (original)
+++ trunk/libclone-perl/Clone.pm Sun Jul 13 11:51:53 2008
@@ -1,4 +1,4 @@
-# $Id: Clone.pm,v 0.28 2007-10-15 04:52:42 ray Exp $
+# $Id: Clone.pm,v 0.29 2008-07-12 16:49:01 ray Exp $
 package Clone;
 
 use strict;
@@ -16,7 +16,7 @@
 @EXPORT = qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.28';
+$VERSION = '0.29';
 
 bootstrap Clone $VERSION;
 

Modified: trunk/libclone-perl/Clone.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/Clone.xs?rev=23103&op=diff
==============================================================================
--- trunk/libclone-perl/Clone.xs (original)
+++ trunk/libclone-perl/Clone.xs Sun Jul 13 11:51:53 2008
@@ -4,7 +4,7 @@
 #include "perl.h"
 #include "XSUB.h"
 
-static char *rcs_id = "$Id: Clone.xs,v 0.27 2007-10-15 04:52:42 ray Exp $";
+static char *rcs_id = "$Id: Clone.xs,v 0.28 2008-07-12 16:49:01 ray Exp $";
 
 #define CLONE_KEY(x) ((char *) &x) 
 
@@ -157,10 +157,12 @@
         TRACEME(("double scalar\n"));
         clone = newSVsv (ref);
         break;
+#if PERL_VERSION <= 10
       case SVt_RV:		/* 3 */
         TRACEME(("ref scalar\n"));
         clone = newSVsv (ref);
         break;
+#endif
       case SVt_PV:		/* 4 */
         TRACEME(("string scalar\n"));
         clone = newSVsv (ref);
@@ -183,6 +185,8 @@
         break;
       #if PERL_VERSION <= 8
       case SVt_PVBM:	/* 8 */
+      #elif PERL_VERSION >= 11
+      case SVt_REGEXP:	/* 8 */
       #endif
       case SVt_PVLV:	/* 9 */
       case SVt_PVCV:	/* 12 */

Modified: trunk/libclone-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/META.yml?rev=23103&op=diff
==============================================================================
--- trunk/libclone-perl/META.yml (original)
+++ trunk/libclone-perl/META.yml Sun Jul 13 11:51:53 2008
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Clone
-version:      0.28
+version:      0.29
 version_from: Clone.pm
 installdirs:  site
 requires:

Modified: trunk/libclone-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/debian/changelog?rev=23103&op=diff
==============================================================================
--- trunk/libclone-perl/debian/changelog (original)
+++ trunk/libclone-perl/debian/changelog Sun Jul 13 11:51:53 2008
@@ -1,3 +1,13 @@
+libclone-perl (0.29-1) unstable; urgency=low
+
+  * New upstream release
+  * Regenerate debian/rules for debhelper 7
+    + Update debian/compat and debian/control accordingly
+  * Bump Standards Version to 3.8.0 (no changes required)
+  * Add myself to Uploaders
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 13 Jul 2008 13:45:51 +0200
+
 libclone-perl (0.28-2) unstable; urgency=low
 
   * Added myself as an uploader

Modified: trunk/libclone-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/debian/compat?rev=23103&op=diff
==============================================================================
--- trunk/libclone-perl/debian/compat (original)
+++ trunk/libclone-perl/debian/compat Sun Jul 13 11:51:53 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libclone-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/debian/control?rev=23103&op=diff
==============================================================================
--- trunk/libclone-perl/debian/control (original)
+++ trunk/libclone-perl/debian/control Sun Jul 13 11:51:53 2008
@@ -1,10 +1,10 @@
 Source: libclone-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>
-Standards-Version: 3.7.3
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Gunnar Wolf <gwolf at debian.org>, Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Clone/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclone-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/

Modified: trunk/libclone-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclone-perl/debian/rules?rev=23103&op=diff
==============================================================================
--- trunk/libclone-perl/debian/rules (original)
+++ trunk/libclone-perl/debian/rules Sun Jul 13 11:51:53 2008
@@ -1,78 +1,23 @@
 #!/usr/bin/make -f
-
-# 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)
-
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE)
-	$(MAKE) test
-
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
-
+	dh install
 	touch $@
 
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
+binary-arch: install
+	dh $@
 
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	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-indep:
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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