[SCM] libperlx-maybe-perl Debian packaging branch, master, updated. debian/0.002-1-21-ge84c86e

Jonas Smedegaard dr at jones.dk
Fri Apr 12 22:00:38 UTC 2013


The following commit has been merged in the master branch:
commit e84c86ef5faa480fd599a24f55e71af4fabbc105
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Apr 12 23:57:52 2013 +0200

    Prepare for release: Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index dc051eb..dbc311a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,32 @@
-libperlx-maybe-perl (0.002-2) UNRELEASED; urgency=low
+libperlx-maybe-perl (0.003-1) unstable; urgency=low
 
-  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
+  [ upstream ]
+  * New release.
 
- -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:05:47 +0100
+  [ Salvatore Bonaccorso ]
+  * Use canonical anonscm.debian.org hostname in Vcs-Git URI.
+
+  [ Jonas Smedegaard ]
+  * Stop track or support import of upstream development releases.
+  * Revert wrong fix for lintian warning.
+  * Update copyright file:
+    + Fix use pseudo-license and pseudo-comment to obey silly
+      restrictions of copyright format 1.0.
+    + Cover yet another convenience code copy.
+    + Extend coverage to current year for main author.
+  * Use metacpan.org URL as Homepage, to match upstream meta hint.
+  * Update package relations:
+    + Recommend libperlx-maybe-xs-perl.
+    + Suggest libsyntax-perl.
+    + Relax to build-depend unversioned on cdbs: Needed version
+      satisfied in stable, and oldstable no longer supported.
+  * Bump dephelper compatibility level to 8.
+  * Bump standards-version to 3.9.4.
+  * Have git-buildpackage ignore upstream .gitignore files.
+  * Mention Syntax::Feature::Maybe in long description.
+  * Drop patch 1001: Fixed in CDBS (see bug#652274).
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 12 Apr 2013 23:57:47 +0200
 
 libperlx-maybe-perl (0.002-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2982e3c..476a813 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 Source: libperlx-maybe-perl
 Section: perl
 Priority: optional
-Build-Depends: devscripts,
- cdbs (>= 0.4.73~),
+Build-Depends: cdbs,
+ devscripts,
  perl,
  debhelper,
  dh-buildinfo,
  libmodule-manifest-skip-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libperlx-maybe-perl
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libperlx-maybe-perl.git
-Homepage: http://search.cpan.org/dist/PerlX-Maybe/
+Homepage: https://metacpan.org/release/PerlX-Maybe
 
 Package: libperlx-maybe-perl
 Architecture: all
@@ -37,3 +37,5 @@ Description: return a pair only if they are both defined
  .
  PerlX::Maybe checks that $x and $y are both defined. If they are, it
  returns them both as a list; otherwise it returns the empty list.
+ .
+ This package also includes Syntax::Feature::Maybe.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 74fbdef..45b5513 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -13,9 +13,6 @@ Files: Changes
  debian/control
  debian/control.in
  debian/gbp.conf
- debian/patches/1001_no_auto-install_deps.patch
- debian/patches/README
- debian/patches/series
  debian/source/format
  debian/watch
  inc/Module/AutoInstall.pm
@@ -31,11 +28,14 @@ Files: Changes
  inc/Module/Install/WriteAll.pm
  inc/Module/Package/Dist/RDF.pm
  inc/YAML/Tiny.pm
+ inc/unicore/Name.pm
+ inc/utf8.pm
  meta/changes.ttl
  meta/doap.ttl
  meta/makefile.ttl
  t/01basic.t
  t/02maybe.t
+ t/03provided.t
 Copyright: *No copyright*
 License: UNKNOWN
  FIXME
@@ -43,23 +43,21 @@ License: UNKNOWN
 Files: README
  lib/PerlX/Maybe.pm
  lib/Syntax/Feature/Maybe.pm
-Copyright: 2012, Toby Inkster
+Copyright: 2012-2013, Toby Inkster
 License: UNKNOWN
  FIXME
 
-Files: inc/Scalar/Util.pm
- inc/Scalar/Util/PP.pm
-Copyright: 1997-2007, Graham Barr <gbarr at pobox.com>.
-  1997-2009, Graham Barr <gbarr at pobox.com>.
-License: Perl
- FIXME
-
 Files: inc/Module/Install/Package.pm
  inc/Module/Package.pm
 Copyright: 2011
 License: UNKNOWN
  FIXME
 
+Files: inc/Module/Install/Metadata.pm
+Copyright: 
+License: Expat
+ FIXME
+
 Files: debian/rules
 Copyright: 2012, Jonas Smedegaard <dr at jones.dk>
 License: GPL-2+
@@ -69,7 +67,7 @@ Files: LICENSE
 Copyright: 1989, Free Software Foundation, Inc
   19xx name of author
   19yy <name of author>
-  2012, Toby Inkster <tobyink at cpan.org>
+  2013, Toby Inkster <tobyink at cpan.org>
   HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
   HOLDERS AND/OR OTHER PARTIES
   Holder
@@ -87,13 +85,30 @@ Copyright: 1989, Free Software Foundation, Inc
 License: GPL-ever
  FIXME
 
-Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: MIT/X11 (BSD like)
+Files: inc/Scalar/Util.pm
+Copyright: 1997-2007, Graham Barr <gbarr at pobox.com>.
+License: Perl
+ FIXME
+
+Files: COPYRIGHT
+Copyright: 1993-2012, Larry Wall and others
+  1997-2007, Graham Barr <gbarr at pobox.com>.
+  1999, Tuomas J. Lukka <lukka at iki.fi>.
+  2002, - 2012, Brian Ingerson, Audrey Tang and Adam Kennedy
+  2002-2004, Audrey Tang and Brian Ingerson
+  2003-2004, Audrey Tang <autrijus at autrijus.org>
+  2006, - 2012, Adam Kennedy
+  2011. Ingy doet Net
+  2013, the holder(s)
+  None
+  This software is 2011-2012, by Toby Inkster
+  This software is 2012-2013, by Toby Inkster
+  Unknown
+License: UNKNOWN
  FIXME
 
 Files: inc/Module/Install.pm
-Copyright: 2008, - 2011, Adam Kennedy
+Copyright: 2008, - 2012, Adam Kennedy
 License: UNKNOWN
  FIXME
 

-- 
libperlx-maybe-perl Debian packaging



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