[libapache-ssllookup-perl] 07/08: Enable hardening

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit e96dbb19502796d1251fbd9822b412037b6478c3
Author: Christopher Hoskin 
Date:   Wed Feb 14 07:06:50 2018 +

Enable hardening
---
 debian/changelog | 1 +
 debian/rules | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 511c99e..ac3d49b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libapache-ssllookup-perl (2.00-04-2) UNRELEASED; 
urgency=medium
   * Clean t/TEST (generated by make test)
   * Remove unnecessary testsuite autopkgtest header
   * Include Apache notice
+  * Enable hardening
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:22:10 +
 
diff --git a/debian/rules b/debian/rules
index b586d85..70f3bba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 APR_INC := $(shell /usr/bin/apr-config --includedir)
 
 override_dh_auto_build:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-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


[libapache-ssllookup-perl] 05/08: Remove unnecessary testsuite autopkgtest header

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit 04e6af6e3ae806cdd9bfc75980abacbcc7ad2d2c
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:48:58 2018 +

Remove unnecessary testsuite autopkgtest header
---
 debian/changelog | 1 +
 debian/control   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 71889e0..a306e73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libapache-ssllookup-perl (2.00-04-2) UNRELEASED; 
urgency=medium
   * Remove redundant tests patch
   * Bump debhelper compat from 9 to 11
   * Clean t/TEST (generated by make test)
+  * Remove unnecessary testsuite autopkgtest header
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:22:10 +
 
diff --git a/debian/control b/debian/control
index e1c740f..f40d946 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-ssllookup-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libapache-ssllookup-perl.git
 Homepage: http://search.cpan.org/dist/Apache-SSLLookup/
-Testsuite: autopkgtest-pkg-perl
 
 Package: libapache-ssllookup-perl
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-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


[libapache-ssllookup-perl] 04/08: Clean t/TEST (generated by make test)

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit a765b476795fb5556fe8a4595b3a623d6f8a2790
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:47:54 2018 +

Clean t/TEST (generated by make test)
---
 debian/changelog  | 1 +
 debian/clean  | 1 +
 debian/tests/custom-smoke | 1 +
 3 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 56b5797..71889e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libapache-ssllookup-perl (2.00-04-2) UNRELEASED; 
urgency=medium
   * Use my @debian address in control, copyright and patches
   * Remove redundant tests patch
   * Bump debhelper compat from 9 to 11
+  * Clean t/TEST (generated by make test)
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:22:10 +
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 000..d06a421
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+t/TEST
diff --git a/debian/tests/custom-smoke b/debian/tests/custom-smoke
index c7f068f..c911ff6 100644
--- a/debian/tests/custom-smoke
+++ b/debian/tests/custom-smoke
@@ -3,3 +3,4 @@ mkdir t/logs
 cp debian/TEST t/TEST
 chmod u+x t/TEST
 t/TEST -httpd_conf `pwd`/debian/apache2.conf -bugreport -verbose=0
+rm t/TEST

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-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


[libapache-ssllookup-perl] branch master updated (9b51969 -> 3408e4c)

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a change to branch master
in repository libapache-ssllookup-perl.

  from  9b51969   update changelog
   new  92a5cda   Use my @debian address in control, copyright and patches
   new  0fe8578   Remove redundant tests patch
   new  d748b4a   Bump debhelper compat from 9 to 11
   new  a765b47   Clean t/TEST (generated by make test)
   new  04e6af6   Remove unnecessary testsuite autopkgtest header
   new  7d1adec   Include Apache notice
   new  e96dbb1   Enable hardening
   new  3408e4c   Bump Standards-Version from 3.9.6 to 4.1.3

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 12 +++-
 debian/clean |  1 +
 debian/compat|  2 +-
 debian/control   |  7 +++
 debian/copyright |  2 +-
 debian/libapache-ssllookup-perl.docs |  1 +
 debian/patches/MP_dTHX.patch |  4 ++--
 debian/patches/tests.patch   | 15 ---
 debian/rules |  2 ++
 debian/tests/custom-smoke|  1 +
 10 files changed, 23 insertions(+), 24 deletions(-)
 create mode 100644 debian/clean
 create mode 100644 debian/libapache-ssllookup-perl.docs
 delete mode 100644 debian/patches/tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-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


[libapache-ssllookup-perl] 08/08: Bump Standards-Version from 3.9.6 to 4.1.3

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit 3408e4c601ac0a9ff83d529395ea0e1eedad3768
Author: Christopher Hoskin 
Date:   Wed Feb 14 07:08:31 2018 +

Bump Standards-Version from 3.9.6 to 4.1.3
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ac3d49b..7723faf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ libapache-ssllookup-perl (2.00-04-2) UNRELEASED; 
urgency=medium
   * Remove unnecessary testsuite autopkgtest header
   * Include Apache notice
   * Enable hardening
+  * Bump Standards-Version from 3.9.6 to 4.1.3
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:22:10 +
 
diff --git a/debian/control b/debian/control
index f40d946..2b96bce 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11),
  apache2-dev,
  libapr1-dev,
  perl
-Standards-Version: 3.9.6
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-ssllookup-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libapache-ssllookup-perl.git
 Homepage: http://search.cpan.org/dist/Apache-SSLLookup/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-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


[libapache-ssllookup-perl] 01/08: Use my @debian address in control, copyright and patches

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit 92a5cda6ae57715c0716071d738e3099141a30b1
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:24:35 2018 +

Use my @debian address in control, copyright and patches
---
 debian/changelog | 5 -
 debian/control   | 2 +-
 debian/copyright | 2 +-
 debian/patches/MP_dTHX.patch | 4 ++--
 debian/patches/tests.patch   | 4 ++--
 5 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 714a101..892bd2e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,10 @@ libapache-ssllookup-perl (2.00-04-2) UNRELEASED; 
urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
- -- gregor herrmann   Sat, 24 Oct 2015 13:44:25 +0200
+  [ Christopher Hoskin ]
+  * Use my @debian address in control, copyright and patches
+
+ -- Christopher Hoskin   Wed, 14 Feb 2018 06:22:10 +
 
 libapache-ssllookup-perl (2.00-04-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7fe80a0..9b2cf46 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libapache-ssllookup-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
-Uploaders: Christopher Hoskin 
+Uploaders: Christopher Hoskin 
 Build-Depends: debhelper (>= 9.20120312~),
  libapache2-mod-perl2-dev,
  apache2-dev,
diff --git a/debian/copyright b/debian/copyright
index e41c6a4..0859e35 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2004, Geoffrey Young 
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2015, Christopher Hoskin 
+Copyright: 2015-2018, Christopher Hoskin 
 License: Artistic or GPL-1+
 
 Files: debian/patches/MP_dTHX.patch
diff --git a/debian/patches/MP_dTHX.patch b/debian/patches/MP_dTHX.patch
index 73e51de..f1cc403 100644
--- a/debian/patches/MP_dTHX.patch
+++ b/debian/patches/MP_dTHX.patch
@@ -1,7 +1,7 @@
 Description: Include MP_dTHX macro removed from recent versions of mod_perl
-Author: Christopher Hoskin 
+Author: Christopher Hoskin 
 Forwarded: no
-Last-Update: 2015-03-15
+Last-Update: 2018-02-14
 
 --- a/SSLLookup.xs
 +++ b/SSLLookup.xs
diff --git a/debian/patches/tests.patch b/debian/patches/tests.patch
index bb82c66..3a21c2b 100644
--- a/debian/patches/tests.patch
+++ b/debian/patches/tests.patch
@@ -1,7 +1,7 @@
 Description: Additions to Apache Test config to work with Apache 2.4
-Author: Christopher Hoskin 
+Author: Christopher Hoskin 
 Forwarded: no
-Last-Update: 2015-03-15
+Last-Update: 2018-02-14
 
 
 --- /dev/null

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-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


[libapache-ssllookup-perl] 02/08: Remove redundant tests patch

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit 0fe8578d4df0599fb5a8f838b971feb9c8dd468f
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:28:35 2018 +

Remove redundant tests patch
---
 debian/changelog   |  1 +
 debian/patches/tests.patch | 15 ---
 2 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 892bd2e..3a60183 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libapache-ssllookup-perl (2.00-04-2) UNRELEASED; 
urgency=medium
 
   [ Christopher Hoskin ]
   * Use my @debian address in control, copyright and patches
+  * Remove redundant tests patch
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:22:10 +
 
diff --git a/debian/patches/tests.patch b/debian/patches/tests.patch
deleted file mode 100644
index 3a21c2b..000
--- a/debian/patches/tests.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Additions to Apache Test config to work with Apache 2.4
-Author: Christopher Hoskin 
-Forwarded: no
-Last-Update: 2018-02-14
-
-
 /dev/null
-+++ b/t/conf/extra.conf.in
-@@ -0,0 +1,6 @@
-+
-+LoadModule mpm_event_module /usr/lib/apache2/modules/mod_mpm_event.so
-+
-+
-+LoadModule authz_core_module /usr/lib/apache2/modules/mod_authz_core.so
-+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-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


[libapache-ssllookup-perl] 03/08: Bump debhelper compat from 9 to 11

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit d748b4a99f6cf4acd40e77d7f4159210dc536a62
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:33:55 2018 +

Bump debhelper compat from 9 to 11
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3a60183..56b5797 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libapache-ssllookup-perl (2.00-04-2) UNRELEASED; 
urgency=medium
   [ Christopher Hoskin ]
   * Use my @debian address in control, copyright and patches
   * Remove redundant tests patch
+  * Bump debhelper compat from 9 to 11
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:22:10 +
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 9b2cf46..e1c740f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Christopher Hoskin 
-Build-Depends: debhelper (>= 9.20120312~),
+Build-Depends: debhelper (>= 11),
  libapache2-mod-perl2-dev,
  apache2-dev,
  libapr1-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-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


[libapache-ssllookup-perl] 06/08: Include Apache notice

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-ssllookup-perl.

commit 7d1adecaf25abdb37e087dd0531ff7838b479017
Author: Christopher Hoskin 
Date:   Wed Feb 14 07:05:48 2018 +

Include Apache notice
---
 debian/changelog | 1 +
 debian/libapache-ssllookup-perl.docs | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a306e73..511c99e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ libapache-ssllookup-perl (2.00-04-2) UNRELEASED; 
urgency=medium
   * Bump debhelper compat from 9 to 11
   * Clean t/TEST (generated by make test)
   * Remove unnecessary testsuite autopkgtest header
+  * Include Apache notice
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:22:10 +
 
diff --git a/debian/libapache-ssllookup-perl.docs 
b/debian/libapache-ssllookup-perl.docs
new file mode 100644
index 000..5c8fcc4
--- /dev/null
+++ b/debian/libapache-ssllookup-perl.docs
@@ -0,0 +1 @@
+mpi/NOTICE

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-ssllookup-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


[libapache-session-memcached-perl] 01/04: Use my @debian address in control, copyright and patches

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-session-memcached-perl.

commit 91de7a3f987852de1e535b56334c4016d56af37b
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:10:33 2018 +

Use my @debian address in control, copyright and patches
---
 debian/changelog  | 5 -
 debian/control| 2 +-
 debian/copyright  | 2 +-
 debian/patches/grammar.patch  | 4 ++--
 debian/patches/test-env-var.patch | 4 ++--
 5 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ddecf3f..66f4e82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,10 @@ libapache-session-memcached-perl (0.03-2) UNRELEASED; 
urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:02:51 +0100
+  [ Christopher Hoskin ]
+  * Use my @debian address in control, copyright and patches
+
+ -- Christopher Hoskin   Wed, 14 Feb 2018 06:09:19 +
 
 libapache-session-memcached-perl (0.03-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 6d2913d..1820737 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libapache-session-memcached-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
-Uploaders: Christopher Hoskin 
+Uploaders: Christopher Hoskin 
 Build-Depends: debhelper (>= 9), memcached, net-tools
 Build-Depends-Indep: perl,
  libapache-session-perl,
diff --git a/debian/copyright b/debian/copyright
index 50f7edd..9346ad5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: Copyright (C) 2001-2001-2004 by Enrico Sorcinelli
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2015, Christopher Hoskin 
+Copyright: 2015-2018, Christopher Hoskin 
 License: Artistic or GPL-1+
 
 License: Artistic
diff --git a/debian/patches/grammar.patch b/debian/patches/grammar.patch
index 5708b14..e257739 100644
--- a/debian/patches/grammar.patch
+++ b/debian/patches/grammar.patch
@@ -1,7 +1,7 @@
 Description: Minor grammar corrections
-Author: Christopher Hoskin 
+Author: Christopher Hoskin 
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102007
-Last-Update: 2015-02-08
+Last-Update: 2018-02-14
 
 --- a/lib/Apache/Session/Memcached.pm
 +++ b/lib/Apache/Session/Memcached.pm
diff --git a/debian/patches/test-env-var.patch 
b/debian/patches/test-env-var.patch
index 72174ea..26972e6 100644
--- a/debian/patches/test-env-var.patch
+++ b/debian/patches/test-env-var.patch
@@ -3,9 +3,9 @@ Description: Allow override of test config by environment 
variables
  variable named MEMCACHED_param will override the parameter param in the config
  file t/CONFIG. This is useful, for example, when the port number is determined
  on the fly during automated testing. 
-Author: Christopher Hoskin 
+Author: Christopher Hoskin 
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=102008
-Last-Update: 2015-02-08
+Last-Update: 2018-02-14
 
 --- a/t/testlib.pl
 +++ b/t/testlib.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-session-memcached-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


[libapache-session-memcached-perl] branch master updated (f5f0809 -> f73be29)

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a change to branch master
in repository libapache-session-memcached-perl.

  from  f5f0809   update changelog
   new  91de7a3   Use my @debian address in control, copyright and patches
   new  59be2c3   Bump debhelper compat from 9 to 11
   new  c944bc6   Remove unnecessary testsuite autopkgtest header
   new  f73be29   Bump Standards-Version from 3.9.6 to 4.1.3 (no change 
required)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog  | 8 +++-
 debian/compat | 2 +-
 debian/control| 7 +++
 debian/copyright  | 2 +-
 debian/patches/grammar.patch  | 4 ++--
 debian/patches/test-env-var.patch | 4 ++--
 6 files changed, 16 insertions(+), 11 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-session-memcached-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


[libapache-session-memcached-perl] 02/04: Bump debhelper compat from 9 to 11

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-session-memcached-perl.

commit 59be2c3155f2b6d2abc82f62fc937bd866573989
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:14:15 2018 +

Bump debhelper compat from 9 to 11
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 66f4e82..7fa9afd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libapache-session-memcached-perl (0.03-2) UNRELEASED; 
urgency=medium
 
   [ Christopher Hoskin ]
   * Use my @debian address in control, copyright and patches
+  * Bump debhelper compat from 9 to 11
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:09:19 +
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 1820737..32f3954 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Christopher Hoskin 
-Build-Depends: debhelper (>= 9), memcached, net-tools
+Build-Depends: debhelper (>= 11), memcached, net-tools
 Build-Depends-Indep: perl,
  libapache-session-perl,
  libcache-memcached-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-session-memcached-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


[libapache-session-memcached-perl] 03/04: Remove unnecessary testsuite autopkgtest header

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-session-memcached-perl.

commit c944bc60e2470f1d1296ee5b0fc9721530dd3ace
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:14:25 2018 +

Remove unnecessary testsuite autopkgtest header
---
 debian/changelog | 1 +
 debian/control   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7fa9afd..1ce8f48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libapache-session-memcached-perl (0.03-2) UNRELEASED; 
urgency=medium
   [ Christopher Hoskin ]
   * Use my @debian address in control, copyright and patches
   * Bump debhelper compat from 9 to 11
+  * Remove unnecessary testsuite autopkgtest header
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:09:19 +
 
diff --git a/debian/control b/debian/control
index 32f3954..0ab05e5 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-session-memcached-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libapache-session-memcached-perl.git
 Homepage: https://metacpan.org/release/Apache-Session-Memcached
-Testsuite: autopkgtest-pkg-perl
 
 Package: libapache-session-memcached-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-session-memcached-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


[libapache-session-memcached-perl] 04/04: Bump Standards-Version from 3.9.6 to 4.1.3 (no change required)

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libapache-session-memcached-perl.

commit f73be29296560510c14016f1f0d167aa5366d27e
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:16:46 2018 +

Bump Standards-Version from 3.9.6 to 4.1.3 (no change required)
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1ce8f48..e08b4e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libapache-session-memcached-perl (0.03-2) UNRELEASED; 
urgency=medium
   * Use my @debian address in control, copyright and patches
   * Bump debhelper compat from 9 to 11
   * Remove unnecessary testsuite autopkgtest header
+  * Bump Standards-Version from 3.9.6 to 4.1.3 (no change required)
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 06:09:19 +
 
diff --git a/debian/control b/debian/control
index 0ab05e5..9ca05d3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends-Indep: perl,
  libcache-memcached-perl,
  procps,
  netbase
-Standards-Version: 3.9.6
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-session-memcached-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libapache-session-memcached-perl.git
 Homepage: https://metacpan.org/release/Apache-Session-Memcached

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libapache-session-memcached-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


[libamazon-s3-perl] 01/03: Use my @debian address in control, copyright and patches

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libamazon-s3-perl.

commit d69ac44fcdfe2f784f5499ad756e85cf0281d6a2
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:02:42 2018 +

Use my @debian address in control, copyright and patches
---
 debian/changelog   | 6 ++
 debian/control | 2 +-
 debian/copyright   | 2 +-
 debian/patches/spellings.patch | 4 ++--
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1da439f..315f84f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libamazon-s3-perl (0.45-2) UNRELEASED; urgency=medium
+
+  * Use my @debian address in control, copyright and patches
+
+ -- Christopher Hoskin   Wed, 14 Feb 2018 05:59:41 +
+
 libamazon-s3-perl (0.45-1) unstable; urgency=low
 
   * Initial Release. (Closes: #847514)
diff --git a/debian/control b/debian/control
index c49dd81..9951304 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libamazon-s3-perl
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
-Uploaders: Christopher Hoskin 
+Uploaders: Christopher Hoskin 
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libclass-accessor-perl,
  libdigest-hmac-perl,
diff --git a/debian/copyright b/debian/copyright
index 8ba96a1..c45f23a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -22,7 +22,7 @@ Comment: Amazon-S3 was forked from Net::Amazon::S3.
  affiliates.
 
 Files: debian/*
-Copyright: 2016, Christopher Hoskin 
+Copyright: 2016-2018, Christopher Hoskin 
 License: Artistic or GPL-1+
 
 License: Artistic
diff --git a/debian/patches/spellings.patch b/debian/patches/spellings.patch
index ab1b77d..0fc02ff 100644
--- a/debian/patches/spellings.patch
+++ b/debian/patches/spellings.patch
@@ -1,7 +1,7 @@
 Description: Fix spellings
-Author: Christopher Hoskin 
+Author: Christopher Hoskin 
 Bug: https://rt.cpan.org/Public/Bug/Display.html?id=119229
-Last-Update: 2016-12-13
+Last-Update: 2018-02-14
 --- a/lib/Amazon/S3.pm
 +++ b/lib/Amazon/S3.pm
 @@ -692,7 +692,7 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libamazon-s3-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


[libamazon-s3-perl] branch master updated (7ad8f1d -> 695deb2)

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a change to branch master
in repository libamazon-s3-perl.

  from  7ad8f1d   dch -r; ready for review
   new  d69ac44   Use my @debian address in control, copyright and patches
   new  74f900e   Bump debhelper compat from 9 to 11
   new  695deb2   Bump Standards-Version from 3.9.8 to 4.1.3 (no change 
required)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   | 8 
 debian/compat  | 2 +-
 debian/control | 6 +++---
 debian/copyright   | 2 +-
 debian/patches/spellings.patch | 4 ++--
 5 files changed, 15 insertions(+), 7 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libamazon-s3-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


[libamazon-s3-perl] 03/03: Bump Standards-Version from 3.9.8 to 4.1.3 (no change required)

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libamazon-s3-perl.

commit 695deb235f1a37fd22683fdb9bf170ba3c387e08
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:04:40 2018 +

Bump Standards-Version from 3.9.8 to 4.1.3 (no change required)
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 14e25fd..0841a34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libamazon-s3-perl (0.45-2) UNRELEASED; urgency=medium
 
   * Use my @debian address in control, copyright and patches
   * Bump debhelper compat from 9 to 11
+  * Bump Standards-Version from 3.9.8 to 4.1.3 (no change required)
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 05:59:41 +
 
diff --git a/debian/control b/debian/control
index 64807cb..0ae2ffa 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: libclass-accessor-perl,
  liburi-perl,
  libxml-simple-perl,
  perl
-Standards-Version: 3.9.8
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libamazon-s3-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libamazon-s3-perl.git
 Homepage: https://metacpan.org/release/Amazon-S3

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libamazon-s3-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


[libamazon-s3-perl] 02/03: Bump debhelper compat from 9 to 11

2018-02-13 Thread Christopher Hoskin
This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch master
in repository libamazon-s3-perl.

commit 74f900e0c612314a2fb29586213dd1083591d1c0
Author: Christopher Hoskin 
Date:   Wed Feb 14 06:02:53 2018 +

Bump debhelper compat from 9 to 11
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 315f84f..14e25fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libamazon-s3-perl (0.45-2) UNRELEASED; urgency=medium
 
   * Use my @debian address in control, copyright and patches
+  * Bump debhelper compat from 9 to 11
 
  -- Christopher Hoskin   Wed, 14 Feb 2018 05:59:41 +
 
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index 9951304..64807cb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Christopher Hoskin 
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 11)
 Build-Depends-Indep: libclass-accessor-perl,
  libdigest-hmac-perl,
  libdigest-md5-file-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libamazon-s3-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


[libunicode-map-perl] annotated tag debian/0.112-12 created (now 080b8da)

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/0.112-12
in repository libunicode-map-perl.

at  080b8da   (tag)
   tagging  eea87b3d37724a2a90d584575b5a3a0bf08a0c96 (commit)
  replaces  debian/0.112-11
 tagged by  Niko Tyni
on  Tue Feb 13 20:57:30 2018 +0200

- Log -
Debian release 0.112-12
-BEGIN PGP SIGNATURE-

iQJFBAABCAAvFiEEdqKOQsmBHZHoj7peLsD/s7cwGx8FAlqDNRoRHG50eW5pQGRl
Ymlhbi5vcmcACgkQLsD/s7cwGx9l5A/+PbhlA5w0cCtD/66IZqeLThvyaNklxcmo
FtFfg39GmC55NMAHc7RDK0TIr+++cXB4ws4v/BowlYZA/wBEH0jHisb/sxdjKjl7
Fbq9JmyNxN86DuntaHBgefCOSdcDmfh6ODfnSjIDhQFsrHZ66QFGJdbuOI+NyxGA
X7pFvdYCXFyN+M/7onkt+pYPBRyR8ryi32RauuZ4wNaKx6nA1ZZ59PvBfSDF2v3q
OPLEJUR407xLZIcaDTvr0PUWkUirajZwoPTEfkHAHUwlG+CWYfXxKlnWEW3+v2iR
wbiTOECLa0QQ/Y4+EVTkCX/ea9RvWxkP6ZHJ8ZcQg6Go/SKRAEvY0OXdJ/ylH8w2
EMA8hMv44k9Qv1E0YWmAz2jvNKTbr74ky9Up6JxwAge5Wmh1wBj9HZH/KDnS3zLr
Jf/bpoKlOInVZ5xnjrRKJ54YMvtoAlqF8zNGqLzSpOPOYlpZvSpyPmL5Dx23DVC8
LVdsQ4RA0HzksmPKukko5DhcK/sXUDW4ahsep4wQlY277fgFI67vz37K/U2s0ygK
SF3OAtfSUZsX/EKXW0Kzu72kzBlfKyuSKe8ZAnHgSLr4pMcSKYAiQti4wgGVctlU
5wKHJOIj2pQYWKZQZDPt7LCmqBDOTwcOh+SqW+l258qy0N1p9b0ekNNajY46yT/f
kqUKCkzEhMU=
=BwJI
-END PGP SIGNATURE-

Niko Tyni (6):
  Note Testsuite addition in changelog
  Update my email address in Uploaders
  Update to debhelper compat level 10
  Update to Standards-Version 4.1.3
  Declare that the package does not need (fake)root to build
  releasing package libunicode-map-perl version 0.112-12 to unstable

Salvatore Bonaccorso (4):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (4):
  Strip trailing slash from metacpan URLs.
  update changelog
  Remove Daniel Ruoso from Uploaders on request of the MIA team.
  update changelog

---

This annotated tag includes the following new commits:

   new  a5f7c2f   Note Testsuite addition in changelog
   new  43c4218   Update my email address in Uploaders
   new  5d3b274   Update to debhelper compat level 10
   new  a038945   Update to Standards-Version 4.1.3
   new  2a59511   Declare that the package does not need (fake)root to build
   new  eea87b3   releasing package libunicode-map-perl version 0.112-12 to 
unstable

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libunicode-map-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


[libunicode-map-perl] 05/06: Declare that the package does not need (fake)root to build

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libunicode-map-perl.

commit 2a595117f9e339e179af1a8e3db7ba602a47884a
Author: Niko Tyni 
Date:   Tue Feb 13 20:52:01 2018 +0200

Declare that the package does not need (fake)root to build
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index a07c402..40e17d3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: libunicode-map-perl
 Maintainer: Debian Perl Group 
 Uploaders: Niko Tyni 
 Section: perl
+Rules-Requires-Root: no
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 10),

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libunicode-map-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


[libunicode-map-perl] 04/06: Update to Standards-Version 4.1.3

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libunicode-map-perl.

commit a038945f0128ee52b4e2061e599757a168d1
Author: Niko Tyni 
Date:   Tue Feb 13 20:52:01 2018 +0200

Update to Standards-Version 4.1.3
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 225c15d..a07c402 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 10),
perl
-Standards-Version: 3.9.5
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libunicode-map-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libunicode-map-perl.git
 Homepage: https://metacpan.org/release/Unicode-Map

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libunicode-map-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


[libunicode-map-perl] 06/06: releasing package libunicode-map-perl version 0.112-12 to unstable

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libunicode-map-perl.

commit eea87b3d37724a2a90d584575b5a3a0bf08a0c96
Author: Niko Tyni 
Date:   Tue Feb 13 20:55:30 2018 +0200

releasing package libunicode-map-perl version 0.112-12 to unstable
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1802a89..822609b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libunicode-map-perl (0.112-12) UNRELEASED; urgency=medium
+libunicode-map-perl (0.112-12) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -12,7 +12,13 @@ libunicode-map-perl (0.112-12) UNRELEASED; urgency=medium
 (Closes: #831621)
   * Add Testsuite declaration for autopkgtest-pkg-perl.
 
- -- gregor herrmann   Thu, 27 Feb 2014 22:42:18 +0100
+  [ Niko Tyni ]
+  * Update my email address in Uploaders
+  * Update to debhelper compat level 10
+  * Update to Standards-Version 4.1.3
+  * Declare that the package does not need (fake)root to build
+
+ -- Niko Tyni   Tue, 13 Feb 2018 20:52:50 +0200
 
 libunicode-map-perl (0.112-11) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libunicode-map-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


[libunicode-map-perl] branch master updated (15f637b -> eea87b3)

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libunicode-map-perl.

  from  15f637b   update changelog
   new  a5f7c2f   Note Testsuite addition in changelog
   new  43c4218   Update my email address in Uploaders
   new  5d3b274   Update to debhelper compat level 10
   new  a038945   Update to Standards-Version 4.1.3
   new  2a59511   Declare that the package does not need (fake)root to build
   new  eea87b3   releasing package libunicode-map-perl version 0.112-12 to 
unstable

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 11 +--
 debian/compat|  2 +-
 debian/control   |  7 ---
 3 files changed, 14 insertions(+), 6 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libunicode-map-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


[libunicode-map-perl] 02/06: Update my email address in Uploaders

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libunicode-map-perl.

commit 43c42186bbe4f58e0205dd69ed5c890fe6ef1057
Author: Niko Tyni 
Date:   Tue Feb 13 20:51:58 2018 +0200

Update my email address in Uploaders
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f100089..dd4e3fc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: libunicode-map-perl
 Maintainer: Debian Perl Group 
-Uploaders: Niko Tyni 
+Uploaders: Niko Tyni 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libunicode-map-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


[libunicode-map-perl] 01/06: Note Testsuite addition in changelog

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libunicode-map-perl.

commit a5f7c2f5487b1ac6a1ee9c37a3388cf53ce0f310
Author: Niko Tyni 
Date:   Tue Feb 13 20:51:36 2018 +0200

Note Testsuite addition in changelog
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index fb81cb9..1802a89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libunicode-map-perl (0.112-12) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * Remove Daniel Ruoso from Uploaders on request of the MIA team.
 (Closes: #831621)
+  * Add Testsuite declaration for autopkgtest-pkg-perl.
 
  -- gregor herrmann   Thu, 27 Feb 2014 22:42:18 +0100
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libunicode-map-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


[libunicode-map-perl] 03/06: Update to debhelper compat level 10

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libunicode-map-perl.

commit 5d3b274a4c0e347d339b42124c84f34e47ceba93
Author: Niko Tyni 
Date:   Tue Feb 13 20:52:01 2018 +0200

Update to debhelper compat level 10
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index dd4e3fc..225c15d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Niko Tyni 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312~),
+Build-Depends: debhelper (>= 10),
perl
 Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libunicode-map-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libunicode-map-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


[libmath-sparsematrix-perl] 05/08: Update to dpkg source format 3.0 (quilt)

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libmath-sparsematrix-perl.

commit 9ac6e5647c713b1248efd34e2d2ca1177974e1b3
Author: Niko Tyni 
Date:   Tue Feb 13 20:42:53 2018 +0200

Update to dpkg source format 3.0 (quilt)
---
 debian/source/format | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..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/libmath-sparsematrix-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


[libmath-sparsematrix-perl] 03/08: Update to debhelper compat level 10

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libmath-sparsematrix-perl.

commit f3d57029c1d54a412cdefb811984adb56ed5dc33
Author: Niko Tyni 
Date:   Tue Feb 13 20:42:51 2018 +0200

Update to debhelper compat level 10
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+10
diff --git a/debian/control b/debian/control
index 210322e..7903357 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group 

 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libmath-sparsevector-perl,
  perl
 Standards-Version: 3.9.1

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-sparsematrix-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


[libmath-sparsematrix-perl] 01/08: Note Testsuite addition in changelog

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libmath-sparsematrix-perl.

commit 9b430e8439680222f31b578f7c2d5f252fe80ae6
Author: Niko Tyni 
Date:   Tue Feb 13 20:49:46 2018 +0200

Note Testsuite addition in changelog
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 4a46083..fc520b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ libmath-sparsematrix-perl (0.03-2) UNRELEASED; urgency=low
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Remove TANIGUCHI Takaki from Uploaders. Thanks for your work!
+  * Add Testsuite declaration for autopkgtest-pkg-perl.
 
  -- Ansgar Burchardt   Wed, 27 Jul 2011 18:45:40 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-sparsematrix-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


[libmath-sparsematrix-perl] 08/08: releasing package libmath-sparsematrix-perl version 0.03-2 to unstable

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libmath-sparsematrix-perl.

commit d6f4e00ed700b8d4585643cba5c3ea2fad19306e
Author: Niko Tyni 
Date:   Tue Feb 13 20:50:12 2018 +0200

releasing package libmath-sparsematrix-perl version 0.03-2 to unstable
---
 debian/changelog | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fc520b8..4d48c67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmath-sparsematrix-perl (0.03-2) UNRELEASED; urgency=low
+libmath-sparsematrix-perl (0.03-2) unstable; urgency=medium
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -26,7 +26,15 @@ libmath-sparsematrix-perl (0.03-2) UNRELEASED; urgency=low
   * Remove TANIGUCHI Takaki from Uploaders. Thanks for your work!
   * Add Testsuite declaration for autopkgtest-pkg-perl.
 
- -- Ansgar Burchardt   Wed, 27 Jul 2011 18:45:40 +0200
+  [ Niko Tyni ]
+  * Install a manual page for the module instead of installation instructions
+  * Update to debhelper compat level 10
+  * Update to Standards-Version 4.1.3
+  * Update to dpkg source format 3.0 (quilt)
+  * Declare that the package does not need (fake)root to build
+  * Add myself to Uploaders
+
+ -- Niko Tyni   Tue, 13 Feb 2018 20:49:58 +0200
 
 libmath-sparsematrix-perl (0.03-1) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-sparsematrix-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


[libmath-sparsematrix-perl] 06/08: Declare that the package does not need (fake)root to build

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libmath-sparsematrix-perl.

commit 7bf37dbe6c8266536a593d84759e3935b1d250aa
Author: Niko Tyni 
Date:   Tue Feb 13 20:42:53 2018 +0200

Declare that the package does not need (fake)root to build
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 0348eab..859bd58 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,7 @@
 Source: libmath-sparsematrix-perl
 Maintainer: Debian Perl Group 
 Section: perl
+Rules-Requires-Root: no
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 10)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-sparsematrix-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


[libmath-sparsematrix-perl] 07/08: Add myself to Uploaders

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libmath-sparsematrix-perl.

commit 10772eef8ac632971e327bce8ee6849561050b22
Author: Niko Tyni 
Date:   Tue Feb 13 20:42:53 2018 +0200

Add myself to Uploaders
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 859bd58..1679fe4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,6 @@
 Source: libmath-sparsematrix-perl
 Maintainer: Debian Perl Group 
+Uploaders: Niko Tyni 
 Section: perl
 Rules-Requires-Root: no
 Testsuite: autopkgtest-pkg-perl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-sparsematrix-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


[libmath-sparsematrix-perl] branch master updated (eac749a -> d6f4e00)

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libmath-sparsematrix-perl.

  from  eac749a   update changelog
   new  9b430e8   Note Testsuite addition in changelog
   new  d427787   Install a manual page for the module instead of 
installation instructions
   new  f3d5702   Update to debhelper compat level 10
   new  4322884   Update to Standards-Version 4.1.3
   new  9ac6e56   Update to dpkg source format 3.0 (quilt)
   new  7bf37db   Declare that the package does not need (fake)root to build
   new  10772ee   Add myself to Uploaders
   new  d6f4e00   releasing package libmath-sparsematrix-perl version 
0.03-2 to unstable

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 13 +++--
 debian/compat|  2 +-
 debian/control   |  6 --
 debian/rules |  2 +-
 debian/source/format |  1 +
 5 files changed, 18 insertions(+), 6 deletions(-)
 create mode 100644 debian/source/format

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-sparsematrix-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


[libmath-sparsematrix-perl] annotated tag debian/0.03-2 created (now fbd21ea)

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/0.03-2
in repository libmath-sparsematrix-perl.

at  fbd21ea   (tag)
   tagging  d6f4e00ed700b8d4585643cba5c3ea2fad19306e (commit)
 tagged by  Niko Tyni
on  Tue Feb 13 20:52:29 2018 +0200

- Log -
Debian release 0.03-2
-BEGIN PGP SIGNATURE-

iQJFBAABCAAvFiEEdqKOQsmBHZHoj7peLsD/s7cwGx8FAlqDM+0RHG50eW5pQGRl
Ymlhbi5vcmcACgkQLsD/s7cwGx+qRA/9HqDrAXpU5S5bh1q/epzq9bSJ3dIgWIDZ
1I0p2M91dI+CRMWdqld9Tc5K75VCPRxxDkwDHwVX/VO+qU4+TqctCXCrsJQY/qfx
3P5AAQ9VZ8j0VwJSM9jEAKavZ5B7ey+CGB0ajS3Vdjs37yxSqUlOlYhPGdl4WTKx
i6WTCv447pS8jUEUTc9ds8iMMHC/ENw2sRHcZMeqW70pXzkpHAUZIrl30WpXfr+9
uh6zjqbBftpGfdXvWE6qfc2BXlMmWvH1UInTU5KAIERtPUBMjPJh1+FHNXmoFfG1
ND/qrgYzw1ZOS7nsZQda0Mrc/jSXdqxj0TFm3LN3R6dwze04kfVvH9YSO1yC7cL9
gDZu9LiePGvBNGkuIlGZPEqm9fuMBa5f/Q4GJ8DF2/cbQPQrgtbrXREiIJMQFl2y
JKnHB8peiTtFKsGw84ZNYn6dEoYNNVZTnhy5pkNA7tDUO2sZgvRj0rQz6pSxKt45
i5zbYg5qiNXP4cn2+X5KoMtfmo4UCK5HwOWSIMN/LmzQqDDN9dt9xtKpMg7FvgG6
HI1FeOQgjndVYGU5zr/nCwoQhIiuenV1F7bR1AelxxFw5IBj1A7oGifB6QVbGZfB
j+EEAwdokPCoreUeCwizd7lMBnvTKw93YcHu1neS1/QOAcPSSvEpKiM0lvzzZqwX
5aZDKPlHE4A=
=KwPs
-END PGP SIGNATURE-

Ansgar Burchardt (1):
  debian/control: Convert Vcs-* fields to Git.

Axel Beckert (1):
  debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix 
dpkg-copyright"

Niko Tyni (8):
  Note Testsuite addition in changelog
  Install a manual page for the module instead of installation instructions
  Update to debhelper compat level 10
  Update to Standards-Version 4.1.3
  Update to dpkg source format 3.0 (quilt)
  Declare that the package does not need (fake)root to build
  Add myself to Uploaders
  releasing package libmath-sparsematrix-perl version 0.03-2 to unstable

Salvatore Bonaccorso (8):
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

Takaki Taniguchi (2):
  [svn-inject] Installing original source of libmath-sparsematrix-perl 
(0.03)
  [svn-inject] Applying Debian modifications (0.03-1) to trunk

gregor herrmann (8):
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Remove TANIGUCHI Takaki from Uploaders. Thanks for your work!
  update changelog

---

This annotated tag includes the following new commits:

   new  9b430e8   Note Testsuite addition in changelog
   new  d427787   Install a manual page for the module instead of 
installation instructions
   new  f3d5702   Update to debhelper compat level 10
   new  4322884   Update to Standards-Version 4.1.3
   new  9ac6e56   Update to dpkg source format 3.0 (quilt)
   new  7bf37db   Declare that the package does not need (fake)root to build
   new  10772ee   Add myself to Uploaders
   new  d6f4e00   releasing package libmath-sparsematrix-perl version 
0.03-2 to unstable

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-sparsematrix-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


[libmath-sparsematrix-perl] 04/08: Update to Standards-Version 4.1.3

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libmath-sparsematrix-perl.

commit 43228842388487be153b2361fb3d437ac89e9ea8
Author: Niko Tyni 
Date:   Tue Feb 13 20:42:51 2018 +0200

Update to Standards-Version 4.1.3
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7903357..0348eab 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libmath-sparsevector-perl,
  perl
-Standards-Version: 3.9.1
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmath-sparsematrix-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmath-sparsematrix-perl.git
 Homepage: https://metacpan.org/release/Math-SparseMatrix

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-sparsematrix-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


[libmath-sparsematrix-perl] 02/08: Install a manual page for the module instead of installation instructions

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libmath-sparsematrix-perl.

commit d42778708e031088269d6208bafe9baf4009ae78
Author: Niko Tyni 
Date:   Tue Feb 13 20:42:46 2018 +0200

Install a manual page for the module instead of installation instructions
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 09cb3d3..4c00386 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@
 override_dh_auto_install:
dh_auto_install
rm -f 
$(CURDIR)/debian/libmath-sparsematrix-perl/usr/share/perl5/Math/INSTALL.pod
-   rm -f 
$(CURDIR)/debian/libmath-sparsematrix-perl/usr/share/man/man3/Math::SparseMatrix.3pm
+   rm -f 
$(CURDIR)/debian/libmath-sparsematrix-perl/usr/share/man/man3/Math::INSTALL.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-sparsematrix-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


[libstring-toidentifier-en-perl] 03/05: Declare that the package does not need (fake)root to build

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libstring-toidentifier-en-perl.

commit 5e3dc928cb78b6b23fb8202cbbb343e87241b2fa
Author: Niko Tyni 
Date:   Tue Feb 13 20:38:31 2018 +0200

Declare that the package does not need (fake)root to build
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index c0efc03..9134e21 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: libstring-toidentifier-en-perl
 Maintainer: Debian Perl Group 
 Uploaders: Dominique Dumont 
 Section: perl
+Rules-Requires-Root: no
 Priority: optional
 Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: liblingua-en-inflect-phrase-perl (>= 0.16),

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libstring-toidentifier-en-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


[libstring-toidentifier-en-perl] branch master updated (3d89447 -> 7c3e1bf)

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libstring-toidentifier-en-perl.

  from  3d89447   update changelog
   new  bf5c89c   Update to debhelper compat level 10
   new  e7e4981   Update to Standards-Version 4.1.3
   new  5e3dc92   Declare that the package does not need (fake)root to build
   new  5e179e4   Add Testsuite declaration for autopkgtest-pkg-perl
   new  7c3e1bf   releasing package libstring-toidentifier-en-perl version 
0.11-2 to unstable

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 12 ++--
 debian/compat|  2 +-
 debian/control   |  6 --
 3 files changed, 15 insertions(+), 5 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libstring-toidentifier-en-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


[libstring-toidentifier-en-perl] 02/05: Update to Standards-Version 4.1.3

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libstring-toidentifier-en-perl.

commit e7e498168c7c510108c2bc36125f3fbb2b8ce326
Author: Niko Tyni 
Date:   Tue Feb 13 20:38:31 2018 +0200

Update to Standards-Version 4.1.3
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9b43c75..c0efc03 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends-Indep: liblingua-en-inflect-phrase-perl (>= 0.16),
  libnamespace-clean-perl (>= 0.20),
  libtext-unidecode-perl,
  perl
-Standards-Version: 3.9.4
+Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libstring-toidentifier-en-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libstring-toidentifier-en-perl.git
 Homepage: https://metacpan.org/release/String-ToIdentifier-EN

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libstring-toidentifier-en-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


[libstring-toidentifier-en-perl] 04/05: Add Testsuite declaration for autopkgtest-pkg-perl

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libstring-toidentifier-en-perl.

commit 5e179e4b4055cd371a5ab6ccd7cb966b41157446
Author: Niko Tyni 
Date:   Tue Feb 13 20:38:31 2018 +0200

Add Testsuite declaration for autopkgtest-pkg-perl
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 9134e21..2adb73c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: libstring-toidentifier-en-perl
 Maintainer: Debian Perl Group 
 Uploaders: Dominique Dumont 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Rules-Requires-Root: no
 Priority: optional
 Build-Depends: debhelper (>= 10)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libstring-toidentifier-en-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


[libstring-toidentifier-en-perl] 01/05: Update to debhelper compat level 10

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libstring-toidentifier-en-perl.

commit bf5c89c0f5b4fe6dc0f7974646054670b71cf368
Author: Niko Tyni 
Date:   Tue Feb 13 20:38:31 2018 +0200

Update to debhelper compat level 10
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+10
diff --git a/debian/control b/debian/control
index 516ba77..9b43c75 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group 

 Uploaders: Dominique Dumont 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: liblingua-en-inflect-phrase-perl (>= 0.16),
  libnamespace-clean-perl (>= 0.20),
  libtext-unidecode-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libstring-toidentifier-en-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


[libstring-toidentifier-en-perl] annotated tag debian/0.11-2 created (now 61d5c07)

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/0.11-2
in repository libstring-toidentifier-en-perl.

at  61d5c07   (tag)
   tagging  7c3e1bf61126012bd6f26d9fc352d93f99b06bb9 (commit)
  replaces  debian/0.11-1
 tagged by  Niko Tyni
on  Tue Feb 13 20:43:55 2018 +0200

- Log -
Debian release 0.11-2
-BEGIN PGP SIGNATURE-

iQJFBAABCAAvFiEEdqKOQsmBHZHoj7peLsD/s7cwGx8FAlqDMesRHG50eW5pQGRl
Ymlhbi5vcmcACgkQLsD/s7cwGx/v+A/9HFaqYEtABMAEssUWCN+NYomQvYmsHjlL
w4mNuHM6l8WPToXJAexacarfuiD6SH46m9DJ/Kf+dacgoax0fWr8rmGxeEeiqW8n
jrNutoFFnxLCiVqS52NLEry7Id5qJGXGkp+/dUsjDYXqWQVnveIUtqlzwFjDxsMD
09Y3s0kbIzDq1MUobH+S4zYhO0uKLfSicKLtoLMyzSafG1wJGtrN9F+ew7KsYtwb
LVbgmSMLwZ/BAQ/EsdUG7layXLoc1twqHbz7yV+cl7Qh4uNuVdemDjkkz0erQYQj
FAsKL48JPNf/1qdgvcFkTiAr8S9N7Na/IQYn+Ojm5U4NEwyaY/9d7TN8PnHiQthM
kHqDftG3TxSevcPEe8kASPYm6dm1hIjo8QcI6vo17w5Ky31x7QuZv6hKE2k6pjun
e3RHaN/L/XALtNa9yJLzGrD1Yke53Q9OHPLKXcxM74UGRZl0JAUJFwY8hkBl4yay
SjW3iY66NAbjXl08OGgMoXlRqSTevTZ1VTjvaxLhPPp+7S5txdRiNK/sMkWwDlxx
SEbBD6Q1AoP6hnpth/kWZ2O7AqKOEuPKsXYCWEoY8CEPUXh31aScAa0FY6Hn9NV7
3gh0/RDR0qPykX+WOrodTyq6HiI1PUf/zW320itsZNGGFFUX5aPm9IKoVwdSj0do
iGnTTaFl1jU=
=wvqF
-END PGP SIGNATURE-

Niko Tyni (5):
  Update to debhelper compat level 10
  Update to Standards-Version 4.1.3
  Declare that the package does not need (fake)root to build
  Add Testsuite declaration for autopkgtest-pkg-perl
  releasing package libstring-toidentifier-en-perl version 0.11-2 to 
unstable

Salvatore Bonaccorso (4):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (4):
  Strip trailing slash from metacpan URLs.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

---

This annotated tag includes the following new commits:

   new  bf5c89c   Update to debhelper compat level 10
   new  e7e4981   Update to Standards-Version 4.1.3
   new  5e3dc92   Declare that the package does not need (fake)root to build
   new  5e179e4   Add Testsuite declaration for autopkgtest-pkg-perl
   new  7c3e1bf   releasing package libstring-toidentifier-en-perl version 
0.11-2 to unstable

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libstring-toidentifier-en-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


[libstring-toidentifier-en-perl] 05/05: releasing package libstring-toidentifier-en-perl version 0.11-2 to unstable

2018-02-13 Thread ntyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libstring-toidentifier-en-perl.

commit 7c3e1bf61126012bd6f26d9fc352d93f99b06bb9
Author: Niko Tyni 
Date:   Tue Feb 13 20:39:18 2018 +0200

releasing package libstring-toidentifier-en-perl version 0.11-2 to unstable
---
 debian/changelog | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b644c46..62ae8f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libstring-toidentifier-en-perl (0.11-2) UNRELEASED; urgency=medium
+libstring-toidentifier-en-perl (0.11-2) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -10,7 +12,13 @@ libstring-toidentifier-en-perl (0.11-2) UNRELEASED; 
urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
- -- gregor herrmann   Thu, 27 Feb 2014 22:40:49 +0100
+  [ Niko Tyni ]
+  * Update to debhelper compat level 10
+  * Update to Standards-Version 4.1.3
+  * Declare that the package does not need (fake)root to build
+  * Add Testsuite declaration for autopkgtest-pkg-perl
+
+ -- Niko Tyni   Tue, 13 Feb 2018 20:39:11 +0200
 
 libstring-toidentifier-en-perl (0.11-1) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libstring-toidentifier-en-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


[lemonldap-ng] branch master updated (794c583 -> 44655e1)

2018-02-13 Thread Xavier Guimard
This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a change to branch master
in repository lemonldap-ng.

  from  794c583   Update source link in debian/copyright (https)
   new  44655e1   Set "forwarded" to not-needed

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/patches/javascript-path.patch | 1 +
 1 file changed, 1 insertion(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.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


[lemonldap-ng] 01/01: Set "forwarded" to not-needed

2018-02-13 Thread Xavier Guimard
This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit 44655e183f9576d039b7ec4fb5f4325265802a1f
Author: Xavier Guimard 
Date:   Tue Feb 13 09:34:40 2018 +0100

Set "forwarded" to not-needed
---
 debian/patches/javascript-path.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/javascript-path.patch 
b/debian/patches/javascript-path.patch
index 5c8..835c52b 100644
--- a/debian/patches/javascript-path.patch
+++ b/debian/patches/javascript-path.patch
@@ -1,5 +1,6 @@
 Description: preserve javascript-common path
 Author: Xavier Guimard 
+Forwarded: not-needed
 Last-Update: 2016-03-05
 
 --- a/_example/etc/manager-nginx.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.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


[lemonldap-ng] 01/02: Remove upstream link in patch (not really related)

2018-02-13 Thread Xavier Guimard
This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit 200cb71ad988a4faa5b873b6b35d99568ee742db
Author: Xavier Guimard 
Date:   Tue Feb 13 09:31:28 2018 +0100

Remove upstream link in patch (not really related)
---
 debian/patches/javascript-path.patch | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/patches/javascript-path.patch 
b/debian/patches/javascript-path.patch
index f110a2e..5c8 100644
--- a/debian/patches/javascript-path.patch
+++ b/debian/patches/javascript-path.patch
@@ -1,6 +1,5 @@
 Description: preserve javascript-common path
 Author: Xavier Guimard 
-Forwarded: 
http://websvn.ow2.org/comp.php?repname=lemonldap&compare[]=%2F@4708&compare[]=%2F@4709
 Last-Update: 2016-03-05
 
 --- a/_example/etc/manager-nginx.conf

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.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


[lemonldap-ng] 02/02: Update source link in debian/copyright (https)

2018-02-13 Thread Xavier Guimard
This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a commit to branch master
in repository lemonldap-ng.

commit 794c583c65612825a4266ffd25eddd79258dda99
Author: Xavier Guimard 
Date:   Tue Feb 13 09:32:27 2018 +0100

Update source link in debian/copyright (https)
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 66bd963..4fd2dfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ lemonldap-ng (1.9.15-2) UNRELEASED; urgency=medium
   * Bump debhelper compatibility level to 10
   * Move Nginx dependency to "recommends" as FastCGI server may be on
 another server
+  * Update source link in debian/copyright (https)
 
  -- Xavier Guimard   Mon, 12 Feb 2018 20:26:56 +0100
 
diff --git a/debian/copyright b/debian/copyright
index d7fc6cf..33c8e08 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: lemonldap-ng
 Upstream-Contact: Xavier Guimard 
-Source: http://forge.objectweb.org/project/showfiles.php?group_id=274
+Source: https://forge.objectweb.org/project/showfiles.php?group_id=274
 
 Files: *
 Copyright: 2005-2017, Xavier Guimard 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.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


[lemonldap-ng] branch master updated (9484aea -> 794c583)

2018-02-13 Thread Xavier Guimard
This is an automated email from the git hooks/post-receive script.

xguimard-guest pushed a change to branch master
in repository lemonldap-ng.

  from  9484aea   Move Nginx dependency to "recommends"
   new  200cb71   Remove upstream link in patch (not really related)
   new  794c583   Update source link in debian/copyright (https)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 1 +
 debian/copyright | 2 +-
 debian/patches/javascript-path.patch | 1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/lemonldap-ng.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