This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a commit to branch master
in repository libmarc-perl.

commit 707ec622d6d8ebe68ecda729a762543c815fc013
Author: Daniel Lintott <dan...@serverb.co.uk>
Date:   Thu Apr 24 15:34:34 2014 +0100

    Refresh packaging using dh-make-perl refresh
    
    + Update debian/control
    + Migrate debian/copyright to format 1.0
    + Install examples
    + Migrate package to source format 3.0(quilt)
    
    Git-Dch: Full
---
 debian/README.source         |  5 -----
 debian/control               | 16 ++++++-------
 debian/copyright             | 53 ++++++++++++++++++++++++++------------------
 debian/libmarc-perl.examples |  1 +
 debian/source/format         |  1 +
 5 files changed, 40 insertions(+), 36 deletions(-)

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/control b/debian/control
index f990345..748b6fa 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,20 @@
 Source: libmarc-perl
-Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
-Uploaders: gregor herrmann <gre...@debian.org>,
-           Rene Mayorga <rmayo...@debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6),
-               quilt
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: gregor herrmann <gre...@debian.org>,
+ Rene Mayorga <rmayo...@debian.org>,
+ Daniel Lintott <dan...@serverb.co.uk>
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
-Standards-Version: 3.7.3
+Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmarc-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmarc-perl.git
 Homepage: https://metacpan.org/release/MARC
 
 Package: libmarc-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends}
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Perl extension to manipulate MAchine Readable Cataloging records
  MARC.pm is a Perl 5 module for reading in, manipulating, and outputting
  bibliographic records in the USMARC format.
@@ -26,4 +25,3 @@ Description: Perl extension to manipulate MAchine Readable 
Cataloging records
  allow you to read in records from a batch gradually. MARC.pm also includes
  a variety of tools for searching, removing, and even creating records from
  scratch.
-
diff --git a/debian/copyright b/debian/copyright
index 0fbd1a0..f9e8f89 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,26 +1,35 @@
-This package was debianized by gregor herrmann <gre...@debian.org> on
-Sun,  1 Jan 2006 14:48:42 +0100.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/MARC
+Upstream-Contact: Bill Birthisel wcbirthi...@alum.mit.edu
+Upstream-Name: MARC
 
-It was downloaded from: http://search.cpan.org/dist/MARC/
+Files: *
+Copyright: 1999-2000, Chuck Bearden <cbear...@rice.edu>
+ 1999-2000, Bill Birthisel <wcbirthi...@alum.mit.edu>
+ 1999-2000, Derek Lane <derekl...@pobox.com>
+ 1999-2000, Charles McFadden <ch...@vims.edu>
+ 1999-2000, Ed Summers <e...@cheetahmail.com>
+ 1999-2000, Duke University
+License: Artistic or GPL-1+
 
-Authors:
-Chuck Bearden cbear...@rice.edu
-Bill Birthisel wcbirthi...@alum.mit.edu
-Derek Lane derekl...@pobox.com
-Charles McFadden ch...@vims.edu
-Ed Summers e...@cheetahmail.com
+Files: debian/*
+Copyright: 2006, gregor herrmann <gre...@debian.org>
+ 2008-2009, Rene Mayorga <rmayo...@debian.org>
+ 2014, Daniel Lintott <dan...@serverb.co.uk>
+License: Artistic or GPL-1+
 
-Copyright:
-Copyright (C) 1999,2000, Bearden, Birthisel, Lane, McFadden, and Summers.
-All rights reserved. This module is free software; you can redistribute it
-and/or modify it under the same terms as Perl itself. 23 April 2000.
-Portions Copyright (C) 1999,2000, Duke University, Lane.
+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 systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
-License:
-Perl is distributed under either the Artistic licence or the GPL.
-
-The full text of the GPL is available on Debian systems in
-/usr/share/common-licenses/GPL
-
-The full text of the Artistic Licence is available on Debian systems 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 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/libmarc-perl.examples b/debian/libmarc-perl.examples
new file mode 100644
index 0000000..c0f0d8a
--- /dev/null
+++ b/debian/libmarc-perl.examples
@@ -0,0 +1 @@
+eg/*
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)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmarc-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to