[SCM] Debian packaging of libio-epoll-perl branch, master, updated. 668342130d463fb9b792675c3bc7478398c14950

Alessandro Ghedini al3xbio at gmail.com
Fri Jan 13 19:52:26 UTC 2012


The following commit has been merged in the master branch:
commit 5def3c1683e163b9ce4c22cd84c3cc26ec22ab05
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Thu Jan 12 22:21:33 2012 +0100

    Update packaging

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 0ec9b0e..8b9a615 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
 Source: libio-epoll-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7), perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Build-Depends: debhelper (>= 8), perl
 Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/IO-Epoll/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-epoll-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-epoll-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-epoll-perl.git
+Homepage: http://search.cpan.org/dist/IO-Epoll/
 
 Package: libio-epoll-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
 Description: Perl interface to the Epoll IO Multiplexing subsystem
  IO::Epoll provides access to the new, (currently) Linux-specific variant of
  poll() known as epoll(). It is designed to offer O(1) scalability over large
diff --git a/debian/copyright b/debian/copyright
index e68ae00..490f354 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,35 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Bruce J Keeler <bruce at gridpoint.com>
-Upstream-Source: http://search.cpan.org/dist/IO-Epoll/
-Upstream-Name: IO-Epoll
+Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
+Maintainer: Bruce J Keeler <bruce at gridpoint.com>
+Source: http://search.cpan.org/dist/IO-Epoll/
+Name: IO-Epoll
 
 Files: *
 Copyright: 2004, Bruce J Keeler <bruce at gridpoint.com>
  1997-1998, Graham Barr <gbarr at pobox.com>
-License-Alias: Perl
-License: Artistic | GPL-1+
-
-Files: debian/*
-Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
 
 Files: ppport.h
-Copyright: 2001, Paul Marquess <pmqs at cpan.org>
+Copyright: 2004-2010, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+ 2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
  1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
-License-Alias: Perl
-License: Artistic | GPL-1+
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+License: Artistic or 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'
+ 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 systems, the complete text of the Artistic License 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
-    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
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
index f6b359a..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt
+	dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Debian packaging of libio-epoll-perl



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