r51913 - in /trunk/libparse-yapp-perl/debian: README.source changelog compat control copyright libparse-yapp-perl.examples patches/man-section.patch patches/pod-errors.patch patches/series patches/spelling.patch rules source/ source/format watch

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jan 31 08:30:16 UTC 2010


Author: ansgar-guest
Date: Sun Jan 31 08:30:07 2010
New Revision: 51913

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51913
Log:
* Refresh rules for debhelper 7.
* Convert debian/copyright to proposed machine-readable format.
* Use source format 3.0 (quilt).
* debian/control: Remove duplicate Section, Priority fields from binary
  package stanza.
* debian/watch: Use extended regular expression to match upstream releases.
* Correct POD syntax errors.
  + new patch: pod-errors.patch
* Correct spelling errors pointed out by lintian.
  + new patch: spelling.patch
* Bump Standards-Version to 3.8.4.
* Add myself to Uploaders.

Added:
    trunk/libparse-yapp-perl/debian/libparse-yapp-perl.examples
    trunk/libparse-yapp-perl/debian/patches/pod-errors.patch
    trunk/libparse-yapp-perl/debian/patches/spelling.patch
    trunk/libparse-yapp-perl/debian/source/
    trunk/libparse-yapp-perl/debian/source/format
Removed:
    trunk/libparse-yapp-perl/debian/README.source
Modified:
    trunk/libparse-yapp-perl/debian/changelog
    trunk/libparse-yapp-perl/debian/compat
    trunk/libparse-yapp-perl/debian/control
    trunk/libparse-yapp-perl/debian/copyright
    trunk/libparse-yapp-perl/debian/patches/man-section.patch
    trunk/libparse-yapp-perl/debian/patches/series
    trunk/libparse-yapp-perl/debian/rules
    trunk/libparse-yapp-perl/debian/watch

Modified: trunk/libparse-yapp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/changelog?rev=51913&op=diff
==============================================================================
--- trunk/libparse-yapp-perl/debian/changelog (original)
+++ trunk/libparse-yapp-perl/debian/changelog Sun Jan 31 08:30:07 2010
@@ -1,24 +1,31 @@
-libparse-yapp-perl (1.05-12) UNRELEASED; urgency=low
+libparse-yapp-perl (1.05-12) unstable; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
-  * debian/rules: delete /usr/lib/perl5 only if it exists.
-  * Refresh debian/rules, no functional changes.
   * Remove debian/libparse-yapp-perl.docs, don't install README any more.
-  * Remove debian/libparse-yapp-perl.examples, install examples from
-    debian/rules.
   * Remove unneeded debian/libparse-yapp-perl.install.
   * Revert POD changes in upstream code.
-  * Split out changes to Makefile.PL into a patch, add quilt framework.
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
-  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
-    (source stanza).
+  * Split out changes to Makefile.PL into a patch.
   * debian/control: Added: ${misc:Depends} to Depends: field.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 01 Dec 2007 18:55:12 +0100
+  [ Ansgar Burchardt ]
+  * Refresh rules for debhelper 7.
+  * Convert debian/copyright to proposed machine-readable format.
+  * Use source format 3.0 (quilt).
+  * debian/control: Remove duplicate Section, Priority fields from binary
+    package stanza.
+  * debian/watch: Use extended regular expression to match upstream releases.
+  * Correct POD syntax errors.
+    + new patch: pod-errors.patch
+  * Correct spelling errors pointed out by lintian.
+    + new patch: spelling.patch
+  * Bump Standards-Version to 3.8.4.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 31 Jan 2010 17:27:04 +0900
 
 libparse-yapp-perl (1.05-11) unstable; urgency=low
 

Modified: trunk/libparse-yapp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/compat?rev=51913&op=diff
==============================================================================
--- trunk/libparse-yapp-perl/debian/compat (original)
+++ trunk/libparse-yapp-perl/debian/compat Sun Jan 31 08:30:07 2010
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libparse-yapp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/control?rev=51913&op=diff
==============================================================================
--- trunk/libparse-yapp-perl/debian/control (original)
+++ trunk/libparse-yapp-perl/debian/control Sun Jan 31 08:30:07 2010
@@ -2,17 +2,16 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jay Bonci <jaybonci at debian.org>
-Standards-Version: 3.7.2.0
+Uploaders: Jay Bonci <jaybonci at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Parse-Yapp/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparse-yapp-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparse-yapp-perl/
-Build-Depends: debhelper (>= 4.1), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 
 Package: libparse-yapp-perl
-Section: perl
-Priority: optional
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl module for creating fully reentrant LALR parser OO Perl modules

Modified: trunk/libparse-yapp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/copyright?rev=51913&op=diff
==============================================================================
--- trunk/libparse-yapp-perl/debian/copyright (original)
+++ trunk/libparse-yapp-perl/debian/copyright Sun Jan 31 08:30:07 2010
@@ -1,27 +1,31 @@
-This package was debianized by Ardo van Rangelrooij <ardo at debian.org>
-on Sat, Oct 30, 1999, 17:13:35 +0200.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Francois Desarmenien <francois at fdesar.net>
+Source: http://search.cpan.org/dist/Parse-Yapp/
+Name: Parse-Yapp
 
-It was downloaded from the Comprehensive Perl Archive Network (CPAN).
-http://search.cpan.org/dist/Parse-Yapp
+Copyright: © 1998-2001, Francois Desarmenien <francois at fdesar.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-The Parse::Yapp module and its related modules and shell scripts are copyright
-(c) 1998-2001 Francois Desarmenien, France. All rights reserved.
+Files: debian/*
+Copyright:
+ © 1999-2003, Ardo van Rangelrooij <ardo at debian.org>
+ © 2003,      Jaldhar H. Vyas <jaldhar at debian.org>
+ © 2004,      Luk Claes <luk.claes at ugent.be>
+ © 2005-2007, Jay Bonci <jaybonci at debian.org>
+ © 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic | GPL-1+
 
-Upstream Author: Francois Desarmenien <francois at fdesar.net>
+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'
 
-Copyright:
-	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"
-
-	See:
-
-	/usr/share/common-licenses/Artistic
-	/usr/share/common-licenses/GPL
-
-	For more information regarding these licensing options
+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/libparse-yapp-perl/debian/libparse-yapp-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/libparse-yapp-perl.examples?rev=51913&op=file
==============================================================================
--- trunk/libparse-yapp-perl/debian/libparse-yapp-perl.examples (added)
+++ trunk/libparse-yapp-perl/debian/libparse-yapp-perl.examples Sun Jan 31 08:30:07 2010
@@ -1,0 +1,2 @@
+Calc.yp
+YappParse.yp

Modified: trunk/libparse-yapp-perl/debian/patches/man-section.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/patches/man-section.patch?rev=51913&op=diff
==============================================================================
--- trunk/libparse-yapp-perl/debian/patches/man-section.patch (original)
+++ trunk/libparse-yapp-perl/debian/patches/man-section.patch Sun Jan 31 08:30:07 2010
@@ -1,3 +1,5 @@
+Subject: Install man page to correct section
+
 --- a/Makefile.PL
 +++ b/Makefile.PL
 @@ -4,16 +4,6 @@ use ExtUtils::MakeMaker;

Added: trunk/libparse-yapp-perl/debian/patches/pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/patches/pod-errors.patch?rev=51913&op=file
==============================================================================
--- trunk/libparse-yapp-perl/debian/patches/pod-errors.patch (added)
+++ trunk/libparse-yapp-perl/debian/patches/pod-errors.patch Sun Jan 31 08:30:07 2010
@@ -1,0 +1,12 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Subject: Fix POD syntax errors
+--- libparse-yapp-perl.orig/lib/Parse/Yapp.pm
++++ libparse-yapp-perl/lib/Parse/Yapp.pm
+@@ -149,6 +149,7 @@
+ C<%expect> followed by a number, suppress warnings about number of Shift/Reduce
+ conflicts when both numbers match, a la bison.
+ 
++=back
+ 
+ =item B<The Rule Section> contains your grammar rules:
+ 

Modified: trunk/libparse-yapp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/patches/series?rev=51913&op=diff
==============================================================================
--- trunk/libparse-yapp-perl/debian/patches/series (original)
+++ trunk/libparse-yapp-perl/debian/patches/series Sun Jan 31 08:30:07 2010
@@ -1,1 +1,3 @@
 man-section.patch
+pod-errors.patch
+spelling.patch

Added: trunk/libparse-yapp-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/patches/spelling.patch?rev=51913&op=file
==============================================================================
--- trunk/libparse-yapp-perl/debian/patches/spelling.patch (added)
+++ trunk/libparse-yapp-perl/debian/patches/spelling.patch Sun Jan 31 08:30:07 2010
@@ -1,0 +1,22 @@
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Subject: Correct spelling errors
+--- libparse-yapp-perl.orig/lib/Parse/Yapp.pm
++++ libparse-yapp-perl/lib/Parse/Yapp.pm
+@@ -173,7 +173,7 @@
+ 
+ A rhs may be followed by an optional C<%prec> directive, followed
+ by a token, giving the rule an explicit precedence (see yacc manuals
+-for its precise meaning) and optionnal semantic action code block (see
++for its precise meaning) and optional semantic action code block (see
+ below).
+ 
+     exp:   '-' exp %prec NEG { -$_[1] }
+@@ -351,7 +351,7 @@
+ It is its duty to return the next token and value to the parser.
+ They C<must> be returned as a list of two variables, the first one
+ is the token known by the parser (symbolic or literal), the second
+-one beeing anything you want (usualy the content of the token, or the
++one beeing anything you want (usually the content of the token, or the
+ literal value) from a simple scalar value to any complex reference,
+ as the parsing driver never use it but to call semantic actions:
+ 

Modified: trunk/libparse-yapp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/rules?rev=51913&op=diff
==============================================================================
--- trunk/libparse-yapp-perl/debian/rules (original)
+++ trunk/libparse-yapp-perl/debian/rules Sun Jan 31 08:30:07 2010
@@ -1,63 +1,3 @@
 #!/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/quilt/quilt.make
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	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 ] || ( touch 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:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples Calc.yp YappParse.yp
-	dh_installdocs
-	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
+%:
+	dh $@

Added: trunk/libparse-yapp-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/source/format?rev=51913&op=file
==============================================================================
--- trunk/libparse-yapp-perl/debian/source/format (added)
+++ trunk/libparse-yapp-perl/debian/source/format Sun Jan 31 08:30:07 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Modified: trunk/libparse-yapp-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-yapp-perl/debian/watch?rev=51913&op=diff
==============================================================================
--- trunk/libparse-yapp-perl/debian/watch (original)
+++ trunk/libparse-yapp-perl/debian/watch Sun Jan 31 08:30:07 2010
@@ -1,2 +1,2 @@
 version=3
-http://search.cpan.org/dist/Parse-Yapp/ .*/Parse-Yapp-([[:digit:]].*)\.tar\.gz
+http://search.cpan.org/dist/Parse-Yapp/   .*/Parse-Yapp-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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