r24369 - in /trunk/libmail-mboxparser-perl/debian: changelog compat control libmail-mboxparser-perl.examples rules watch

diocles-guest at users.alioth.debian.org diocles-guest at users.alioth.debian.org
Sat Aug 16 03:57:13 UTC 2008


Author: diocles-guest
Date: Sat Aug 16 03:56:50 2008
New Revision: 24369

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24369
Log:
  * Take over for the Debian Perl Group. (Closes: #460181)
  * debian/compat: Bump from 4 to 7.
  * debian/control:
    + Change Maintainer to Debian Perl Group.
    + Add self to Uploaders.
    + Bump Standards-Version to 3.8.0.
    + Add new Homepage and Vcs-* fields.
    + Bump debhelper Build-Depends, and replace dpatch with quilt.
    + Add libtest-pod-perl and libtest-pod-coverage-perl to
      Build-Depends-Indep field.
    + Replace libmime-perl with libmime-tools-perl in Build-Depends-Indep and
      Depends fields.
    + Move liburi-find-perl from Suggests to Recommends.
    + Revise Description.
  * debian/libmail-mboxparser-perl.examples:
    + New file; ship upstream example scripts.
  * debian/rules:
    + Replace with dh7 rules file from dh-make-perl.
  * debian/watch:
    + New watch file courtesy of dh-make-perl.

Added:
    trunk/libmail-mboxparser-perl/debian/libmail-mboxparser-perl.examples
    trunk/libmail-mboxparser-perl/debian/watch
Modified:
    trunk/libmail-mboxparser-perl/debian/changelog
    trunk/libmail-mboxparser-perl/debian/compat
    trunk/libmail-mboxparser-perl/debian/control
    trunk/libmail-mboxparser-perl/debian/rules

Modified: trunk/libmail-mboxparser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/changelog?rev=24369&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/changelog (original)
+++ trunk/libmail-mboxparser-perl/debian/changelog Sat Aug 16 03:56:50 2008
@@ -1,6 +1,30 @@
-libmail-mboxparser-perl (0.55-1.2) UNRELEASED; urgency=low
+libmail-mboxparser-perl (0.55-2) UNRELEASED; urgency=low
 
-  * Take over for the Debian Perl Group; Closes: #460181 -- RFA
+  TODO (at least)
+  - Change copyright file to new format
+  - add quilt rules
+  - README.source
+
+  * Take over for the Debian Perl Group. (Closes: #460181)
+  * debian/compat: Bump from 4 to 7.
+  * debian/control:
+    + Change Maintainer to Debian Perl Group.
+    + Add self to Uploaders.
+    + Bump Standards-Version to 3.8.0.
+    + Add new Homepage and Vcs-* fields.
+    + Bump debhelper Build-Depends, and replace dpatch with quilt.
+    + Add libtest-pod-perl and libtest-pod-coverage-perl to
+      Build-Depends-Indep field.
+    + Replace libmime-perl with libmime-tools-perl in Build-Depends-Indep and
+      Depends fields.
+    + Move liburi-find-perl from Suggests to Recommends.
+    + Revise Description.
+  * debian/libmail-mboxparser-perl.examples:
+    + New file; ship upstream example scripts.
+  * debian/rules:
+    + Replace with dh7 rules file from dh-make-perl.
+  * debian/watch:
+    + New watch file courtesy of dh-make-perl.
 
  -- Tim Retout <tim at retout.co.uk>  Fri, 15 Aug 2008 22:14:50 -0300
 

Modified: trunk/libmail-mboxparser-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/compat?rev=24369&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/compat (original)
+++ trunk/libmail-mboxparser-perl/debian/compat Sat Aug 16 03:56:50 2008
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libmail-mboxparser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/control?rev=24369&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/control (original)
+++ trunk/libmail-mboxparser-perl/debian/control Sat Aug 16 03:56:50 2008
@@ -1,22 +1,22 @@
 Source: libmail-mboxparser-perl
 Section: perl
 Priority: optional
-Maintainer: Joshua Kwan <joshk at triplehelix.org>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 4.0.2), dpatch
-Build-Depends-Indep: perl (>= 5.8.0-7), libmime-perl, libfile-temp-perl, libmail-mbox-messageparser-perl
+Build-Depends: debhelper (>= 7), quilt
+Build-Depends-Indep: perl (>= 5.8.0-7), libmime-tools-perl, libfile-temp-perl, libmail-mbox-messageparser-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Tim Retout <tim at retout.co.uk>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/Mail-MboxParser/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-mboxparser-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/
 
 Package: libmail-mboxparser-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmime-perl (>= 5.0), libfile-temp-perl
-Suggests: liburi-find-perl
-Recommends: libmail-mbox-messageparser-perl
-Description: Perl5 module for fast, object-oriented UNIX mailbox reading
- This Perl module attempts to provide a simplified access to standard
- UNIX-mailboxes (mboxes.) It offers only a subset of methods to get 'straight
- to the point'. More sophisticated things can still be done by invoking any
- method from MIME::Tools on the appropriate return values.
- .
- Mail::MboxParser has not been derived from Mail::Box and thus isn't acquainted
- with it in any way. It, however, incorporates some invaluable hints by the
- author of Mail::Box, Mark Overmeer.
+Depends: ${perl:Depends}, ${misc:Depends}, libmime-tools-perl, libfile-temp-perl
+Recommends: libmail-mbox-messageparser-perl, liburi-find-perl
+Description: Read-only access to UNIX mailboxes
+ Mail::MboxParser attempts to provide a simplified access to standard
+ UNIX-mailboxes.  It offers only a subset of methods to get 'straight
+ to the point'. More sophisticated things can still be done by
+ invoking any method from MIME::Tools on the appropriate return
+ values.

Added: trunk/libmail-mboxparser-perl/debian/libmail-mboxparser-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/libmail-mboxparser-perl.examples?rev=24369&op=file
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/libmail-mboxparser-perl.examples (added)
+++ trunk/libmail-mboxparser-perl/debian/libmail-mboxparser-perl.examples Sat Aug 16 03:56:50 2008
@@ -1,0 +1,1 @@
+eg/*

Modified: trunk/libmail-mboxparser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/rules?rev=24369&op=diff
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/rules (original)
+++ trunk/libmail-mboxparser-perl/debian/rules Sat Aug 16 03:56:50 2008
@@ -1,102 +1,23 @@
 #!/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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimation by setting noopt in
-# $DEB_BUILD_OPTIONS
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
-patch: patch-stamp
-patch-stamp:
-	dpatch apply-all
+build: build-stamp
+build-stamp:
+	dh build
 	touch $@
 
-build: patch build-stamp
-build-stamp:
-	dh_testdir
-
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)"
-	
-	touch build-stamp
-
-unpatch:
-	dpatch deapply-all
-	rm -f patch-stamp
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-
-	# Add commands to clean up after the build process here
-	-$(MAKE) distclean
-	
-	dh_clean build-stamp install-stamp
+clean:
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) test
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	
-	# As this is a architecture independent package, we are not supposed to
-	# install stuff to /usr/lib. MakeMaker (up to Perl 5.8) creates the 
-	# dirs, we delete them from the deb: 
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-
-	touch install-stamp
+	dh install
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
 
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-#	dh_installcron
-#	dh_installmenu
-#	dh_installexamples
-	dh_installdocs README
-	dh_installchangelogs Changelog
-	dh_perl
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build

Added: trunk/libmail-mboxparser-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-mboxparser-perl/debian/watch?rev=24369&op=file
==============================================================================
--- trunk/libmail-mboxparser-perl/debian/watch (added)
+++ trunk/libmail-mboxparser-perl/debian/watch Sat Aug 16 03:56:50 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/Mail-MboxParser/   .*/Mail-MboxParser-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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