r14694 - in /trunk/libmail-box-perl/debian: changelog compat control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Feb 10 14:38:25 UTC 2008


Author: gregoa-guest
Date: Sun Feb 10 14:38:24 2008
New Revision: 14694

URL: http://svn.debian.org/wsvn/?sc=1&rev=14694
Log:
* debian/rules: create the packe in binary-indep instead of binary-arch.
* debian/control: change libmime-perl to libmime-tools-perl in Suggests;
  add libmime-tools-perl, libmail-imapclient-perl, libemail-simple-perl,
  libemail-abstract-perl to build dependencies (used in test suite).
* Set Standards-Version to 3.7.3 (no changes needed).
* Set debhelper compatibility level to 6.

Modified:
    trunk/libmail-box-perl/debian/changelog
    trunk/libmail-box-perl/debian/compat
    trunk/libmail-box-perl/debian/control
    trunk/libmail-box-perl/debian/rules

Modified: trunk/libmail-box-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/changelog?rev=14694&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/changelog (original)
+++ trunk/libmail-box-perl/debian/changelog Sun Feb 10 14:38:24 2008
@@ -1,17 +1,20 @@
 libmail-box-perl (2.080-1) UNRELEASED; urgency=low
-
-  NEEDS libmailtools-perl >= 2.01 (cf. #453324) -- uploaded but not on the 
-  mirrors yet
 
   * New upstream release:
     - autodetection of MH folders improved (closes: #442912).
     - bump (build) dependency on libmailtools-perl to >= 2.01.
     - bump suggests of libmail-imapclient-perl to >= 3.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
+  * debian/rules: create the packe in binary-indep instead of binary-arch.
   * debian/copyright: update years of copyright.
   * debian/control: wrap long lines.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 10 Feb 2008 02:33:53 +0100
+  * debian/control: change libmime-perl to libmime-tools-perl in Suggests;
+    add libmime-tools-perl, libmail-imapclient-perl, libemail-simple-perl,
+    libemail-abstract-perl to build dependencies (used in test suite).
+  * Set Standards-Version to 3.7.3 (no changes needed).
+  * Set debhelper compatibility level to 6.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 10 Feb 2008 15:34:13 +0100
 
 libmail-box-perl (2.078-1) unstable; urgency=low
 

Modified: trunk/libmail-box-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/compat?rev=14694&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/compat (original)
+++ trunk/libmail-box-perl/debian/compat Sun Feb 10 14:38:24 2008
@@ -1,1 +1,1 @@
-5
+6

Modified: trunk/libmail-box-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/control?rev=14694&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/control (original)
+++ trunk/libmail-box-perl/debian/control Sun Feb 10 14:38:24 2008
@@ -1,19 +1,20 @@
 Source: libmail-box-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0), quilt
+Build-Depends: debhelper (>= 6), quilt
 Build-Depends-Indep: perl (>= 5.6.0-16), libtimedate-perl, libio-stringy-perl,
  libmime-types-perl (>= 1.004), libmailtools-perl (>= 2.01),
  libobject-realize-later-perl (>= 0.14),
  libscalar-list-utils-perl (>= 1.13) | perl (>= 5.8.2-2),
  liburi-perl (>= 1.23), libdigest-hmac-perl, libuser-identity-perl,
  libfile-remove-perl, libtext-autoformat-perl, netbase, libhtml-format-perl,
- libtest-harness-perl (>= 3), libtest-pod-perl
+ libtest-harness-perl (>= 3), libtest-pod-perl, libmime-tools-perl,
+ libmail-imapclient-perl (>= 3), libemail-simple-perl, libemail-abstract-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Gunnar Wolf <gwolf at debian.org>, Gustavo Franco <stratus at debian.org>,
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>, Damyan Ivanov <dmn at debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Mail-Box/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-box-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-box-perl/
@@ -25,7 +26,7 @@
  libobject-realize-later-perl (>= 0.14), libscalar-list-utils-perl (>= 1.13)
  | perl (>= 5.8.2-2), liburi-perl (>= 1.23), libdigest-hmac-perl,
  libuser-identity-perl, libfile-remove-perl
-Suggests: libmime-perl, libhtml-tree-perl (>= 3.13), libhtml-format-perl,
+Suggests: libmime-tools-perl, libhtml-tree-perl (>= 3.13), libhtml-format-perl,
  spamassassin, libmail-imapclient-perl (>= 3)
 Description: Manage a message-folder
  Mail::Box is the base-class for accessing various types of mail-folder

Modified: trunk/libmail-box-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libmail-box-perl/debian/rules?rev=14694&op=diff
==============================================================================
--- trunk/libmail-box-perl/debian/rules (original)
+++ trunk/libmail-box-perl/debian/rules Sun Feb 10 14:38:24 2008
@@ -43,8 +43,8 @@
 	[ ! -d $(CURDIR)/debian/libmail-box-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libmail-box-perl/usr/lib/perl5
 	touch install-stamp
 
+binary-arch: build install
 binary-indep: build install
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs




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