r60688 - in /trunk/libregexp-optimizer-perl/debian: README.source changelog compat control copyright libregexp-optimizer-perl.docs libregexp-optimizer-perl.examples rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Jul 27 22:31:55 UTC 2010


Author: gregoa
Date: Tue Jul 27 22:31:49 2010
New Revision: 60688

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60688
Log:
* Convert to source format 3.0 (quilt).
* Add /me to Uploaders.
* Set Standards-Version to 3.9.1; remove version from perl build dependecy.
* debhelper 7.
* debian/copyright: DEP5 formatting.

Added:
    trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.docs
    trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.examples
    trunk/libregexp-optimizer-perl/debian/source/
    trunk/libregexp-optimizer-perl/debian/source/format
Removed:
    trunk/libregexp-optimizer-perl/debian/README.source
Modified:
    trunk/libregexp-optimizer-perl/debian/changelog
    trunk/libregexp-optimizer-perl/debian/compat
    trunk/libregexp-optimizer-perl/debian/control
    trunk/libregexp-optimizer-perl/debian/copyright
    trunk/libregexp-optimizer-perl/debian/rules

Modified: trunk/libregexp-optimizer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-optimizer-perl/debian/changelog?rev=60688&op=diff
==============================================================================
--- trunk/libregexp-optimizer-perl/debian/changelog (original)
+++ trunk/libregexp-optimizer-perl/debian/changelog Tue Jul 27 22:31:49 2010
@@ -1,18 +1,22 @@
 libregexp-optimizer-perl (0.15-2) UNRELEASED; urgency=low
 
   [ Carlo Segre ]
-  * NOT RELEASED YET
   * Injected into Debian Perl Group repository and added proper 
     Maintainer:, Uploaders:, Vcx-Svn: and Vcs-Browser: header lines.
 
   [ gregor herrmann ]
-  * 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).
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ gregor herrmann ]
+  * Convert to source format 3.0 (quilt).
+  * Add /me to Uploaders.
+  * Set Standards-Version to 3.9.1; remove version from perl build dependecy.
+  * debhelper 7.
+  * debian/copyright: DEP5 formatting.
 
  -- Carlo Segre <segre at debian.org>  Mon, 28 Jul 2008 14:09:17 -0500
 

Modified: trunk/libregexp-optimizer-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-optimizer-perl/debian/compat?rev=60688&op=diff
==============================================================================
--- trunk/libregexp-optimizer-perl/debian/compat (original)
+++ trunk/libregexp-optimizer-perl/debian/compat Tue Jul 27 22:31:49 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libregexp-optimizer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-optimizer-perl/debian/control?rev=60688&op=diff
==============================================================================
--- trunk/libregexp-optimizer-perl/debian/control (original)
+++ trunk/libregexp-optimizer-perl/debian/control Tue Jul 27 22:31:49 2010
@@ -1,19 +1,19 @@
 Source: libregexp-optimizer-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
-Build-Depends-Indep: perl (>= 5.8.8)
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Carlo Segre <segre at debian.org>
-Standards-Version: 3.8.0
+Uploaders: Carlo Segre <segre at debian.org>, gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/Regexp-Optimizer/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libregexp-optimizer-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libregexp-optimizer-perl/
 
 Package: libregexp-optimizer-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description:  optimizes regular expressions
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: modules for optimizing regular expressions
  This contains two modules, Regexp::List and Regexp::Optimizer.
  .
  Regexp::List offers a method which turns a list of words into an

Modified: trunk/libregexp-optimizer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-optimizer-perl/debian/copyright?rev=60688&op=diff
==============================================================================
--- trunk/libregexp-optimizer-perl/debian/copyright (original)
+++ trunk/libregexp-optimizer-perl/debian/copyright Tue Jul 27 22:31:49 2010
@@ -1,15 +1,29 @@
-This is the debian package for the Regexp-Optimizer module.
-It was created by Carlo Segre <segre at debian.org> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Dan Kogai <dankogai at dan.co.jp>
+Source: http://search.cpan.org/dist/Regexp-Optimizer/
+Name: Regexp-Optimizer
 
-It was downloaded from http://search.cpan.org/dist/Regexp-Optimizer/
+Files: *
+Copyright: 2003, Dan Kogai <dankogai at dan.co.jp>
+License: Artistic or GPL-1+
 
-Upstream author: Dan Kogai <dankogai at dan.co.jp>.
+Files: debian/*
+Copyright: 2008, Carlo Segre <segre at debian.org>
+ 2010, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
-Copyright 2003 by Dan Kogai
+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'.
 
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself, see 
-`/usr/share/common-licenses/Artistic'. 
-
-The Debian packaging is (C) 2008, Carlo Segre <segre at debian.org> and
-is licensed under the same terms as the software itself (see above).
+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 version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.docs?rev=60688&op=file
==============================================================================
--- trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.docs (added)
+++ trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.docs Tue Jul 27 22:31:49 2010
@@ -1,0 +1,2 @@
+README
+t/README.utf8

Added: trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.examples?rev=60688&op=file
==============================================================================
--- trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.examples (added)
+++ trunk/libregexp-optimizer-perl/debian/libregexp-optimizer-perl.examples Tue Jul 27 22:31:49 2010
@@ -1,0 +1,1 @@
+eg/*

Modified: trunk/libregexp-optimizer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-optimizer-perl/debian/rules?rev=60688&op=diff
==============================================================================
--- trunk/libregexp-optimizer-perl/debian/rules (original)
+++ trunk/libregexp-optimizer-perl/debian/rules Tue Jul 27 22:31:49 2010
@@ -1,66 +1,4 @@
 #!/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
-
-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: $(QUILT_STAMPFN)
-	dh_testdir
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(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 eg/*
-	dh_installdocs README t/README.utf8 debian/README.Debian
-	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/libregexp-optimizer-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libregexp-optimizer-perl/debian/source/format?rev=60688&op=file
==============================================================================
--- trunk/libregexp-optimizer-perl/debian/source/format (added)
+++ trunk/libregexp-optimizer-perl/debian/source/format Tue Jul 27 22:31:49 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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