[libdevel-gdb-perl] 02/05: Refresh packaging using dh-make-perl refresh
Daniel Lintott
dlintott-guest at moszumanska.debian.org
Mon Apr 14 17:23:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
dlintott-guest pushed a commit to branch master
in repository libdevel-gdb-perl.
commit 810729b5bf01232e56821364d0ce0545345d8ab7
Author: Daniel Lintott <daniel at serverb.co.uk>
Date: Mon Apr 14 18:00:15 2014 +0100
Refresh packaging using dh-make-perl refresh
+ Remove README.source
+ Update debian/control
+ Migrate copyright to format 1.0
+ Migate package to source format 3.0(quilt)
Git-Dch: Full
---
debian/README.source | 5 -----
debian/control | 28 +++++++++++++---------------
debian/copyright | 43 ++++++++++++++++++++++++++++---------------
debian/source/format | 1 +
4 files changed, 42 insertions(+), 35 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 a89e1a2..159d354 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,25 @@
Source: libdevel-gdb-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>,
- gregor herrmann <gregoa at debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 6),
- quilt
-Build-Depends-Indep: perl,
- libtest-pod-perl,
- libtest-pod-coverage-perl,
- gdb,
- libexpect-perl
-Standards-Version: 3.7.3
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>,
+ gregor herrmann <gregoa at debian.org>,
+ Daniel Lintott <daniel at serverb.co.uk>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: gdb,
+ libexpect-perl,
+ libtest-pod-coverage-perl,
+ libtest-pod-perl,
+ perl
+Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdevel-gdb-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-gdb-perl.git
Homepage: https://metacpan.org/release/Devel-GDB
Package: libdevel-gdb-perl
Architecture: all
-Depends: ${perl:Depends},
- ${misc:Depends}
-Description: Open and communicate a gdb session
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module to open and communicate with a gdb session
The Devel::GDB package provides an interface for communicating
with GDB. Internally, it uses the GDB/MI interpreter
(see http://sourceware.org/gdb/current/onlinedocs/gdb_25.html),
@@ -39,4 +38,3 @@ Description: Open and communicate a gdb session
corresponding to the console command ptype, is not yet implemented as of GDB
6.6). In this case, the get function provides a workaround by capturing all
output sent to the console stream.
-
diff --git a/debian/copyright b/debian/copyright
index 3c3f66f..d1b84ea 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,32 @@
-This is the debian package for the Devel-GDB module.
-It was created by Deepak Tripathi <apenguinlinux at gmail.com> using dh-make-perl.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Devel-GDB
+Upstream-Contact: Josef Ezra <jezra at cpan.org>
+Upstream-Name: Devel-GDB
-Upstream source location: http://search.cpan.org/dist/Devel-GDB/
+Files: *
+Copyright: 2007, Antal Novak <afn at cpan.org>
+ 2007, Josef Ezra <jezra at cpan.org>
+License: Artistic or GPL-1+
-The upstream author is: Antal Novak <afn at cpan.org>, Josef Ezra <jezra at cpan.org>.
+Files: debian/*
+Copyright: 2007, Deepak Tripathi <apenguinlinux at gmail.com>
+ 2008, Roberto C. Sanchez <roberto at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2014, Daniel Lintott <daniel at serverb.co.uk>
+License: Artistic or GPL-1+
-Copyright (C) 2007 by Antal Novak & Josef Ezra.
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
+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'.
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License. On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
---
-The Debian packaging is (C) 2007, Deepak Tripathi <apenguinlinux at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+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/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/libdevel-gdb-perl.git
More information about the Pkg-perl-cvs-commits
mailing list