[SCM] libgeo-distance-xs-perl Debian packaging branch, master, updated. debian/0.09-1-9-g579c3c7

Jonas Smedegaard dr at jones.dk
Tue Apr 24 14:30:17 UTC 2012


The following commit has been merged in the master branch:
commit 579c3c7daef6bc7ec616b41603f30cb950758a72
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 24 10:27:32 2012 -0400

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

diff --git a/debian/changelog b/debian/changelog
index 0baceee..e490906 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+libgeo-distance-xs-perl (0.11-1) unstable; urgency=low
+
+  * New upstream release.
+
+  * Bump standards-version to 3.9.3.
+  * Use anonscm.debian.org for Vcs-Browser field.
+  * Update copyright file:
+    + Extend a copyright year.
+    + Fix double-indent in Copyright fields as per Policy §5.6.13.
+    + Bump format to 1.0.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 24 Apr 2012 10:27:01 -0400
+
 libgeo-distance-xs-perl (0.09-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index a1e06c7..9d8e331 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,9 @@ Build-Depends: devscripts,
  perl (>= 5.10.1) | libtest-simple-perl (>= 0.82)
 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.3
 Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libgeo-distance-xs-perl
-Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libgeo-distance-xs-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgeo-distance-xs-perl.git
 Homepage: http://search.cpan.org/dist/Geo-Distance-XS/
 
 Package: libgeo-distance-xs-perl
diff --git a/debian/copyright_hints b/debian/copyright_hints
index b331c38..d25a16e 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,10 +17,12 @@ Files: Changes
  debian/source/format
  debian/watch
  ex/benchmark.pl
+ ex/benchmark2.pl
  t/00_load.t
  t/01_new.t
  t/02_new_pp.t
  t/03_methods.t
+ t/04_disable_xs.t
  xt/kwalitee.t
  xt/leaktrace.t
  xt/perlcritic.t
@@ -36,53 +38,53 @@ License: UNKNOWN
 
 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: lib/Geo/Distance/XS.pm
-Copyright: 2009-2011, gray <gray at cpan.org>
+Copyright: 2009-2012, gray <gray at cpan.org>
 License: UNKNOWN
  FIXME
 
 Files: README
-Copyright: 2009-2011, gray <gray at cpan.org>
+Copyright: 2009-2012, gray <gray at cpan.org>
 License: UNKNOWN
  FIXME
 

-- 
libgeo-distance-xs-perl Debian packaging



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