r38485 - in /trunk/libnet-imap-simple-perl/debian: changelog control copyright libnet-imap-simple-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 22 18:50:02 UTC 2009


Author: gregoa
Date: Mon Jun 22 18:49:56 2009
New Revision: 38485

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38485
Log:
* debian/rules:
  - use tiny template
  - activate author tests, add necessary build dependencies to debian/control
* debian/copyright: add more contributors to debian/*.
* Resurrect installation of the example script that got dropped in the last update.

Added:
    trunk/libnet-imap-simple-perl/debian/libnet-imap-simple-perl.examples
Modified:
    trunk/libnet-imap-simple-perl/debian/changelog
    trunk/libnet-imap-simple-perl/debian/control
    trunk/libnet-imap-simple-perl/debian/copyright
    trunk/libnet-imap-simple-perl/debian/rules

Modified: trunk/libnet-imap-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/changelog?rev=38485&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/changelog (original)
+++ trunk/libnet-imap-simple-perl/debian/changelog Mon Jun 22 18:49:56 2009
@@ -29,6 +29,10 @@
 
   [ gregor herrmann ]
   * debian/control: change my email address.
+  * debian/rules:
+    - use tiny template
+    - activate author tests, add necessary build dependencies to debian/control
+  * debian/copyright: add more contributors to debian/*.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Wed, 17 Jun 2009 20:43:26 +0000
 

Modified: trunk/libnet-imap-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/control?rev=38485&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/control (original)
+++ trunk/libnet-imap-simple-perl/debian/control Mon Jun 22 18:49:56 2009
@@ -1,10 +1,12 @@
 Source: libnet-imap-simple-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.0)
-Build-Depends-Indep: perl (>= 5.8.0-7)
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: perl (>= 5.8.8), libtest-pod-perl,
+ libtest-pod-coverage-perl, libtest-perl-critic-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Allard Hoeve <allard at byte.nl>, Gunnar Wolf <gwolf at debian.org>, gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,
+Uploaders: Allard Hoeve <allard at byte.nl>, Gunnar Wolf <gwolf at debian.org>,
+ gregor herrmann <gregoa at debian.org>, Rene Mayorga <rmayorga at debian.org>,
  Nathan Handler <nhandler at ubuntu.com>
 Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Net-IMAP-Simple/
@@ -13,7 +15,7 @@
 
 Package: libnet-imap-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl extension for simple IMAP account handling
  This module is a simple way to access IMAP accounts. The API is mostly
  equivalent to the Net::POP3 one, with some additional methods for mailbox

Modified: trunk/libnet-imap-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/copyright?rev=38485&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/copyright (original)
+++ trunk/libnet-imap-simple-perl/debian/copyright Mon Jun 22 18:49:56 2009
@@ -13,20 +13,23 @@
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2006-2009, Joost van Baal <joostvb at uvt.nl>
+Copyright: 2004, Joost van Baal <joostvb at uvt.nl>
+ 2005, 2007, Gunnar Wolf <gwolf at debian.org>
+ 2006, Frank Lichtenheld <djpig at debian.org>
+ 2007, Rene Mayorga <rmayorga at debian.org.sv>
  2009, Nathan Handler <nhandler at ubuntu.com>
-License-Alias: Perl
+ 2006-2009, gregor herrmann <gregoa at debian.org>
 License: Artistic | GPL-1+
 
 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
+    can be found in `/usr/share/common-licenses/Artistic'
 
 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 
+    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

Added: trunk/libnet-imap-simple-perl/debian/libnet-imap-simple-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/libnet-imap-simple-perl.examples?rev=38485&op=file
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/libnet-imap-simple-perl.examples (added)
+++ trunk/libnet-imap-simple-perl/debian/libnet-imap-simple-perl.examples Mon Jun 22 18:49:56 2009
@@ -1,0 +1,1 @@
+contrib/imap.pl

Modified: trunk/libnet-imap-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/rules?rev=38485&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/rules (original)
+++ trunk/libnet-imap-simple-perl/debian/rules Mon Jun 22 18:49:56 2009
@@ -1,24 +1,8 @@
 #!/usr/bin/make -f
 
-
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
 
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+	TEST_AUTHOR=1 dh_auto_test
+	




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