r16493 - in /trunk/libmail-bulkmail-perl/debian: changelog compat control copyright rules watch
rmayorga-guest at users.alioth.debian.org
rmayorga-guest at users.alioth.debian.org
Tue Mar 4 20:09:01 UTC 2008
Author: rmayorga-guest
Date: Tue Mar 4 20:09:00 2008
New Revision: 16493
URL: http://svn.debian.org/wsvn/?sc=1&rev=16493
Log:
* debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467896)
* debian/control
+ Update standards-version to 3.7.3 ( no changes needed )
+ Use debhelper version and compat level 5
+ Add ${misc:Depends} to depends
+ Add myself to uploaders
* debian/rules
+ Remove CFLAGS and OPTIMIZE, this package is arch:all
+ move test souite from install to build target
+ use $@ when touching -stamp files
+ remove unused dh_ calls
* Improve debian/watch
* debian/copyright: use a dist-based URL
Modified:
trunk/libmail-bulkmail-perl/debian/changelog
trunk/libmail-bulkmail-perl/debian/compat
trunk/libmail-bulkmail-perl/debian/control
trunk/libmail-bulkmail-perl/debian/copyright
trunk/libmail-bulkmail-perl/debian/rules
trunk/libmail-bulkmail-perl/debian/watch
Modified: trunk/libmail-bulkmail-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-bulkmail-perl/debian/changelog?rev=16493&op=diff
==============================================================================
--- trunk/libmail-bulkmail-perl/debian/changelog (original)
+++ trunk/libmail-bulkmail-perl/debian/changelog Tue Mar 4 20:09:00 2008
@@ -1,16 +1,30 @@
-libmail-bulkmail-perl (3.12-4) UNRELEASED; urgency=low
+libmail-bulkmail-perl (3.12-4) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
* debian/rules: don't remove /usr/lib/perl5 and /usr/lib separately.
- * debian/rules: delete /usr/lib/perl5 only if it exists.
+ * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467896)
[ Joachim Breitner ]
* Removed myself from uploaders.
- -- Joachim Breitner <nomeata at debian.org> Mon, 11 Feb 2008 20:29:08 +0000
+ [ Rene Mayorga ]
+ * debian/control
+ + Update standards-version to 3.7.3 ( no changes needed )
+ + Use debhelper version and compat level 5
+ + Add ${misc:Depends} to depends
+ + Add myself to uploaders
+ * debian/rules
+ + Remove CFLAGS and OPTIMIZE, this package is arch:all
+ + move test souite from install to build target
+ + use $@ when touching -stamp files
+ + remove unused dh_ calls
+ * Improve debian/watch
+ * debian/copyright: use a dist-based URL
+
+ -- Rene Mayorga <rmayorga at debian.org.sv> Tue, 04 Mar 2008 13:54:14 -0600
libmail-bulkmail-perl (3.12-3) unstable; urgency=low
Modified: trunk/libmail-bulkmail-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmail-bulkmail-perl/debian/compat?rev=16493&op=diff
==============================================================================
--- trunk/libmail-bulkmail-perl/debian/compat (original)
+++ trunk/libmail-bulkmail-perl/debian/compat Tue Mar 4 20:09:00 2008
@@ -1,1 +1,1 @@
-4
+5
Modified: trunk/libmail-bulkmail-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmail-bulkmail-perl/debian/control?rev=16493&op=diff
==============================================================================
--- trunk/libmail-bulkmail-perl/debian/control (original)
+++ trunk/libmail-bulkmail-perl/debian/control Tue Mar 4 20:09:00 2008
@@ -2,17 +2,18 @@
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Marc Brockschmidt <marc at dch-faq.de>, Niko Tyni <ntyni at iki.fi>
-Standards-Version: 3.6.2
+Uploaders: Marc Brockschmidt <marc at dch-faq.de>, Niko Tyni <ntyni at iki.fi>,
+ Rene Mayorga <rmayorga at debian.org.sv>
+Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Mail-Bulkmail/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-bulkmail-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-bulkmail-perl/
-Build-Depends: debhelper (>= 4)
+Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.0-16)
Package: libmail-bulkmail-perl
Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
Description: Platform independent mailing list module
Mail::Bulkmail gives a fairly complete set of tools for
managing mass-mailing lists. It's really, really fast and
Modified: trunk/libmail-bulkmail-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libmail-bulkmail-perl/debian/copyright?rev=16493&op=diff
==============================================================================
--- trunk/libmail-bulkmail-perl/debian/copyright (original)
+++ trunk/libmail-bulkmail-perl/debian/copyright Tue Mar 4 20:09:00 2008
@@ -4,7 +4,7 @@
/debian subdir.
The original package can be downloaded from:
- http://www.perl.org/CPAN/modules/by-module/Mail/
+ http://search.cpan.org/dist/Mail-Bulkmail/
COPYRIGHT
Copyright and (c) 1999, 2000, 2001, 2002, 2003 James A Thomason III
Modified: trunk/libmail-bulkmail-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-bulkmail-perl/debian/rules?rev=16493&op=diff
==============================================================================
--- trunk/libmail-bulkmail-perl/debian/rules (original)
+++ trunk/libmail-bulkmail-perl/debian/rules Tue Mar 4 20:09:00 2008
@@ -8,42 +8,30 @@
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)"
-
- touch build-stamp
+ $(MAKE)
+ $(MAKE) test
+ touch $@
clean:
dh_testdir
dh_testroot
+ dh_clean build-stamp install-stamp
[ ! -f Makefile ] || $(MAKE) distclean
- dh_clean build-stamp install-stamp
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 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
+ touch $@
binary-arch: build install
# We have nothing to do by default.
@@ -55,8 +43,6 @@
dh_installexamples
dh_perl
dh_installchangelogs Changes
- dh_link
- dh_strip
dh_compress
dh_fixperms
dh_installdeb
Modified: trunk/libmail-bulkmail-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libmail-bulkmail-perl/debian/watch?rev=16493&op=diff
==============================================================================
--- trunk/libmail-bulkmail-perl/debian/watch (original)
+++ trunk/libmail-bulkmail-perl/debian/watch Tue Mar 4 20:09:00 2008
@@ -1,4 +1,2 @@
-# format version number, currently 2; this line is compulsory!
-version=2
-
-http://www.cpan.org/modules/by-module/Mail/Mail-Bulkmail-(.+).tar.gz
+version=3
+http://search.cpan.org/dist/Mail-Bulkmail/ .*/Mail-Bulkmail-([\d.]+)\.(?:tar\.gz|tar|tgz)
More information about the Pkg-perl-cvs-commits
mailing list