[SCM] libtrycatch-perl Debian packaging branch, master, updated. debian/1.003000-1-23-g74e047d

Jonas Smedegaard dr at jones.dk
Fri Apr 12 23:17:51 UTC 2013


The following commit has been merged in the master branch:
commit 32bb9bcd2bb83163dc25b834bbaee80d6649f4cf
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Apr 13 00:32:50 2013 +0200

    Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index db3dc7e..cb6c633 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ libtrycatch-perl (1.003000-2) UNRELEASED; urgency=low
   * Update copyright file:
     + Add github URL as alternate source.
   * Use canonical hostname (anonscm.debian.org) in Vcs-Bowser.
+  * Update package relations:
+    + Relax to build-depend unversioned on debhelper, cdbs and
+      devscripts: Needed versions satisfied in stable, and oldstable no
+      longer supported.
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 06 Jan 2013 22:08:38 +0100
 
diff --git a/debian/control b/debian/control
index c978abb..de3c6a5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
 Source: libtrycatch-perl
 Section: perl
 Priority: optional
-Build-Depends: devscripts (>= 2.10.7~),
+Build-Depends: cdbs,
+ devscripts,
  perl,
- cdbs (>= 0.4.85~),
- debhelper (>= 7.0.1),
+ debhelper,
  dh-buildinfo,
  libparse-method-signatures-perl,
  libb-hooks-endofscope-perl,
@@ -19,9 +19,9 @@ Build-Depends: devscripts (>= 2.10.7~),
  libtest-exception-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libtrycatch-perl
-Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libtrycatch-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtrycatch-perl.git
 Homepage: http://search.cpan.org/dist/TryCatch/
 
 Package: libtrycatch-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index d1dd900..09ab51f 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=174
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: FIXME
 Upstream-Contact: FIXME
 Source: FIXME
@@ -17,7 +17,6 @@ Files: Changes
  debian/control.in
  debian/gbp.conf
  debian/source/format
- debian/source/local-options
  debian/watch
  inc/EUDeps/B/Hooks/OP/Check/Install/Files.pm
  inc/EUDeps/B/Hooks/OP/Check/Install/hook_op_check.h
@@ -51,53 +50,53 @@ Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
+Files: inc/Module/Install/Metadata.pm
+Copyright: 
+License: Expat
+ FIXME
+
 Files: debian/rules
 Copyright: 2011, Jonas Smedegaard <dr at jones.dk>
-License: GPL
+License: GPL-2+
  FIXME
 
 Files: ppport.h
 Copyright: && HvNAME(hv) \
- ( < ' ' || == 127)
- ( <= 127)
- (( >= 32 && < 127))
- (( >= 33 && <= 47) || ( >= 58 && <= 64) || ( >= 91 && <= 96) || ( >= 123 && <= 126))
- (->cop_file)
- (->cop_filegv)
- (->cop_stash)
- (->cop_stashpv)
- (CopFILE ? GvAV(gv_fetchfile(CopFILE)) : Nullav)
- (CopFILE ? GvSV(gv_fetchfile(CopFILE)) : Nullsv)
- (CopFILE ? gv_fetchfile(CopFILE) : Nullgv)
- (CopFILEGV ? GvAV(CopFILEGV) : Nullav)
- (CopFILEGV ? GvSV(CopFILEGV) : Nullsv)
- (CopFILESV ? SvPVX(CopFILESV) : Nullch)
- (CopSTASH ? HvNAME(CopSTASH) : Nullch)
- (CopSTASHPV ? gv_stashpv(CopSTASHPV,GV_ADD) : Nullhv)
- (isALNUM || isPUNCT)
- (isALPHA || isDIGIT)
- (isDIGIT || ( >= 'a' && <= 'f') || ( >= 'A' && <= 'F'))
- (isSPACE || == '\v')
- 1999, Kenneth Albanowski
- 2001, Paul Marquess
- 2004-2009, Marcus Holland-Moritz
- == (hv))
- == HvNAME(hv) \
- isalnum
- isascii
- iscntrl
- isgraph
- isprint
- ispunct
- isxdigit
+  ( < ' ' || == 127)
+  ( <= 127)
+  (( >= 32 && < 127))
+  (( >= 33 && <= 47) || ( >= 58 && <= 64) || ( >= 91 && <= 96) || ( >= 123 && <= 126))
+  (->cop_file)
+  (->cop_filegv)
+  (->cop_stash)
+  (->cop_stashpv)
+  (CopFILE ? GvAV(gv_fetchfile(CopFILE)) : Nullav)
+  (CopFILE ? GvSV(gv_fetchfile(CopFILE)) : Nullsv)
+  (CopFILE ? gv_fetchfile(CopFILE) : Nullgv)
+  (CopFILEGV ? GvAV(CopFILEGV) : Nullav)
+  (CopFILEGV ? GvSV(CopFILEGV) : Nullsv)
+  (CopFILESV ? SvPVX(CopFILESV) : Nullch)
+  (CopSTASH ? HvNAME(CopSTASH) : Nullch)
+  (CopSTASHPV ? gv_stashpv(CopSTASHPV,GV_ADD) : Nullhv)
+  (isALNUM || isPUNCT)
+  (isALPHA || isDIGIT)
+  (isDIGIT || ( >= 'a' && <= 'f') || ( >= 'A' && <= 'F'))
+  (isSPACE || == '\v')
+  1999, Kenneth Albanowski
+  2001, Paul Marquess
+  2004-2009, Marcus Holland-Moritz
+  == (hv))
+  == HvNAME(hv) \
+  isalnum
+  isascii
+  iscntrl
+  isgraph
+  isprint
+  ispunct
+  isxdigit
 License: Perl
  FIXME
 
-Files: inc/Module/Install/Metadata.pm
-Copyright: 
-License: UNKNOWN
- FIXME
-
 Files: inc/Module/Install.pm
 Copyright: 2008, - 2010, Adam Kennedy
 License: UNKNOWN

-- 
libtrycatch-perl Debian packaging



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