[libconfig-model-perl] 01/01: pristine-tar data for libconfig-model-perl_2.074.orig.tar.gz

2015-10-13 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch pristine-tar
in repository libconfig-model-perl.

commit f48db977c8e14562026dfae7af7f2e69ff621d32
Author: Dominique Dumont 
Date:   Tue Oct 13 12:09:51 2015 +0200

pristine-tar data for libconfig-model-perl_2.074.orig.tar.gz
---
 libconfig-model-perl_2.074.orig.tar.gz.delta | Bin 0 -> 10273 bytes
 libconfig-model-perl_2.074.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libconfig-model-perl_2.074.orig.tar.gz.delta 
b/libconfig-model-perl_2.074.orig.tar.gz.delta
new file mode 100644
index 000..307bc5e
Binary files /dev/null and b/libconfig-model-perl_2.074.orig.tar.gz.delta differ
diff --git a/libconfig-model-perl_2.074.orig.tar.gz.id 
b/libconfig-model-perl_2.074.orig.tar.gz.id
new file mode 100644
index 000..457e0fc
--- /dev/null
+++ b/libconfig-model-perl_2.074.orig.tar.gz.id
@@ -0,0 +1 @@
+2f24eb7dbb32904da6d8f04dd7369213bc1d631c

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


[libconfig-model-perl] 02/03: prepare release

2015-10-13 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-perl.

commit f0babf96f851dbbef105ab7cd2e6992e6d2135a2
Author: Dominique Dumont 
Date:   Tue Oct 13 12:11:42 2015 +0200

prepare release
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0cfd0d0..6a699a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libconfig-model-perl (2.074-1) unstable; urgency=medium
+
+  * Imported Upstream version 2.074
+* Loader: added navigation with upward search. E.g. with a
+  command like '/foo', the loader will go up the tree until
+  a node containing a 'foo' element is found.
+
+ -- Dominique Dumont   Tue, 13 Oct 2015 12:11:01 +0200
+
 libconfig-model-perl (2.073-1) unstable; urgency=medium
 
   * Imported Upstream version 2.073

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


[libconfig-model-perl] branch master updated (0b62d0c -> bb88334)

2015-10-13 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch master
in repository libconfig-model-perl.

  from  0b62d0c   removed installation of cme-old bash completion file
  adds  ff85585   Imported Upstream version 2.074
   new  e5d9760   Merge tag 'upstream/2.074'
   new  f0babf9   prepare release
   new  bb88334   copyright: minor fix LGPL-2.1+ summary

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:
 Build.PL   |  2 +-
 Changes| 14 ++
 META.json  |  2 +-
 META.yml   |  2 +-
 debian/changelog   |  9 
 debian/copyright   |  4 +-
 examples/fstab/fstab_test.pl   |  2 +-
 lib/Config/Model.pm|  4 +-
 lib/Config/Model/Annotation.pm |  4 +-
 lib/Config/Model/AnyId.pm  |  4 +-
 lib/Config/Model/AnyThing.pm   | 33 --
 lib/Config/Model/Backend/Any.pm| 25 ---
 lib/Config/Model/Backend/Fstab.pm  |  4 +-
 lib/Config/Model/Backend/IniFile.pm|  4 +-
 lib/Config/Model/Backend/Json.pm   |  4 +-
 lib/Config/Model/Backend/PlainFile.pm  |  4 +-
 lib/Config/Model/Backend/ShellVar.pm   |  4 +-
 lib/Config/Model/Backend/Yaml.pm   |  4 +-
 lib/Config/Model/BackendMgr.pm | 22 +-
 lib/Config/Model/CheckList.pm  |  4 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |  2 +-
 lib/Config/Model/Describe.pm   |  4 +-
 lib/Config/Model/DumpAsData.pm |  4 +-
 lib/Config/Model/Dumper.pm |  4 +-
 lib/Config/Model/Exception.pm  | 28 ++--
 lib/Config/Model/FuseUI.pm |  4 +-
 lib/Config/Model/HashId.pm |  4 +-
 lib/Config/Model/IdElementReference.pm |  4 +-
 lib/Config/Model/Instance.pm   |  4 +-
 lib/Config/Model/Iterator.pm   |  4 +-
 lib/Config/Model/ListId.pm |  4 +-
 lib/Config/Model/Lister.pm |  4 +-
 lib/Config/Model/Loader.pm | 50 --
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |  2 +-
 .../Model/Manual/ModelCreationIntroduction.pod |  2 +-
 lib/Config/Model/Node.pm   | 18 +++-
 lib/Config/Model/ObjTreeScanner.pm |  4 +-
 lib/Config/Model/Report.pm |  4 +-
 lib/Config/Model/Role/NodeLoader.pm|  4 +-
 lib/Config/Model/SearchElement.pm  |  4 +-
 lib/Config/Model/SimpleUI.pm   |  4 +-
 lib/Config/Model/TermUI.pm |  4 +-
 lib/Config/Model/TreeSearcher.pm   |  4 +-
 lib/Config/Model/Utils/GenClassPod.pm  |  4 +-
 lib/Config/Model/Value.pm  |  5 ++-
 lib/Config/Model/Value/LayeredInclude.pm   |  4 +-
 lib/Config/Model/ValueComputer.pm  |  4 +-
 lib/Config/Model/WarpedNode.pm |  4 +-
 lib/Config/Model/Warper.pm |  4 +-
 t/backend_ini.t|  1 +
 t/backend_plainfile.t  |  8 +++-
 t/load.t   |  9 +++-
 52 files changed, 249 insertions(+), 119 deletions(-)

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


[libconfig-model-perl] 03/03: copyright: minor fix LGPL-2.1+ summary

2015-10-13 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-perl.

commit bb88334c7bfdf5f65820d59b43309b2a179c65b1
Author: Dominique Dumont 
Date:   Tue Oct 13 13:26:02 2015 +0200

copyright: minor fix LGPL-2.1+ summary
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index fb73de0..e6d3bdf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,8 +19,8 @@ License: LGPL-2.1+
 License: LGPL-2.1+
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU Lesser General Public License as published by the
- Free Software Foundation; either version 2.1 of the License, or (at
+ Free Software Foundation; version 2.1 of the License, or (at
  your option) any later version.
  .
  On Debian systems, the complete text of version 2.1 of the GNU Lesser
- Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+ General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.

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


[libconfig-model-perl] branch origin/upstream created (now e42a3ce)

2015-10-13 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch origin/upstream
in repository libconfig-model-perl.

at  e42a3ce   Imported Upstream version 2.073

No new revisions were added by this update.

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


[libconfig-model-perl] 01/03: Merge tag 'upstream/2.074'

2015-10-13 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-perl.

commit e5d97604d49556ba1d9652cae7f36b3023244b41
Merge: 0b62d0c ff85585
Author: Dominique Dumont 
Date:   Tue Oct 13 12:09:56 2015 +0200

Merge tag 'upstream/2.074'

Upstream version 2.074

# gpg: Signature made Tue 13 Oct 2015 12:09:51 PM CEST using RSA key ID 
49AB2B6C
# gpg: Good signature from "Dominique Dumont "
# gpg: aka "Dominique Dumont (CPAN) "
# gpg: aka "Dominique Dumont (HP-GNB) 
"
# gpg: aka "Dominique Dumont (HP-SEA) 
"
# gpg: aka "Dominique Dumont (Debian) "
# gpg: aka "Dominique Dumont "
# gpg: aka "Dominique Dumont "

 Build.PL   |  2 +-
 Changes| 14 ++
 META.json  |  2 +-
 META.yml   |  2 +-
 examples/fstab/fstab_test.pl   |  2 +-
 lib/Config/Model.pm|  4 +-
 lib/Config/Model/Annotation.pm |  4 +-
 lib/Config/Model/AnyId.pm  |  4 +-
 lib/Config/Model/AnyThing.pm   | 33 --
 lib/Config/Model/Backend/Any.pm| 25 ---
 lib/Config/Model/Backend/Fstab.pm  |  4 +-
 lib/Config/Model/Backend/IniFile.pm|  4 +-
 lib/Config/Model/Backend/Json.pm   |  4 +-
 lib/Config/Model/Backend/PlainFile.pm  |  4 +-
 lib/Config/Model/Backend/ShellVar.pm   |  4 +-
 lib/Config/Model/Backend/Yaml.pm   |  4 +-
 lib/Config/Model/BackendMgr.pm | 22 +-
 lib/Config/Model/CheckList.pm  |  4 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |  2 +-
 lib/Config/Model/Describe.pm   |  4 +-
 lib/Config/Model/DumpAsData.pm |  4 +-
 lib/Config/Model/Dumper.pm |  4 +-
 lib/Config/Model/Exception.pm  | 28 ++--
 lib/Config/Model/FuseUI.pm |  4 +-
 lib/Config/Model/HashId.pm |  4 +-
 lib/Config/Model/IdElementReference.pm |  4 +-
 lib/Config/Model/Instance.pm   |  4 +-
 lib/Config/Model/Iterator.pm   |  4 +-
 lib/Config/Model/ListId.pm |  4 +-
 lib/Config/Model/Lister.pm |  4 +-
 lib/Config/Model/Loader.pm | 50 --
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |  2 +-
 .../Model/Manual/ModelCreationIntroduction.pod |  2 +-
 lib/Config/Model/Node.pm   | 18 +++-
 lib/Config/Model/ObjTreeScanner.pm |  4 +-
 lib/Config/Model/Report.pm |  4 +-
 lib/Config/Model/Role/NodeLoader.pm|  4 +-
 lib/Config/Model/SearchElement.pm  |  4 +-
 lib/Config/Model/SimpleUI.pm   |  4 +-
 lib/Config/Model/TermUI.pm |  4 +-
 lib/Config/Model/TreeSearcher.pm   |  4 +-
 lib/Config/Model/Utils/GenClassPod.pm  |  4 +-
 lib/Config/Model/Value.pm  |  5 ++-
 lib/Config/Model/Value/LayeredInclude.pm   |  4 +-
 lib/Config/Model/ValueComputer.pm  |  4 +-
 lib/Config/Model/WarpedNode.pm |  4 +-
 lib/Config/Model/Warper.pm |  4 +-
 t/backend_ini.t|  1 +
 t/backend_plainfile.t  |  8 +++-
 t/load.t   |  9 +++-
 50 files changed, 238 insertions(+), 117 deletions(-)

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


[libconfig-model-perl] branch pristine-tar updated (bb77174 -> f48db97)

2015-10-13 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch pristine-tar
in repository libconfig-model-perl.

  from  bb77174   pristine-tar data for 
libconfig-model-perl_2.073.orig.tar.gz
   new  f48db97   pristine-tar data for 
libconfig-model-perl_2.074.orig.tar.gz

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:
 libconfig-model-perl_2.074.orig.tar.gz.delta | Bin 0 -> 10273 bytes
 libconfig-model-perl_2.074.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libconfig-model-perl_2.074.orig.tar.gz.delta
 create mode 100644 libconfig-model-perl_2.074.orig.tar.gz.id

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


[libconfig-model-perl] annotated tag debian/2.074-1 created (now e8971ea)

2015-10-13 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to annotated tag debian/2.074-1
in repository libconfig-model-perl.

at  e8971ea   (tag)
   tagging  bb88334c7bfdf5f65820d59b43309b2a179c65b1 (commit)
  replaces  debian/2.073-1
 tagged by  Dominique Dumont
on  Tue Oct 13 13:29:11 2015 +0200

- Log -
libconfig-model-perl Debian release 2.074-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWHOsHAAoJEMMfT9lJqytsIAUQAJToFJZIDfI/KGLj/ruIPI/B
chgjNi7FBY6XMhTveDvkDE4eNTi5xuiL6coH/vMG4aNI9YMWH437EG/UK04qID27
3qP4LfIVJeSL0WcrJZv/oDwUvVJ1ol7LW70kpsadPcsM5VrT9vvlwHWrYPSrPuuw
eMU4cw0lIDLtHyXA+PU8tt2DRkmEKr1ykVWJCr5YRnX4lAnckf/QgnbEx2LVFLDI
WgOXq7fal6LhVo0dJ1SBWAjYFkFBOGEggEk/npdQCUqX2byt/QTIfsItCoDDrtMB
aLyBFZgNYoLCYjYMT5N6J6GKD/QPFqSClkqSqGB8OXIfRNFCkOgy9du12CFKAuL+
UNHX064lmA8N70RwuBwsAN5lMz2uwDn+gwl93dFQlvJlQa1qV/1p7CY8HPxZw3/b
e6P4DmSS2BRmjqAZ3CLJxwdqKQVpzr7kVyy6xniRl8eYMxcO7aJMN9y7YKH86A9j
X6YjAEIKJJMG+qyejIJbHQWpo8v3P2vW9hxaIY5f28HJVqlXESJ88nFFG7fOGBf4
7fR9+rTLGnQkiBWJPJT7YHSUdZ8S0VxhR1NYdXwtZnt3vCs4hSJ2AAlcXIFKZviI
kQ2+7d7PBxJSwHBsRAQosM5pQkXUDHo/TWxrinzA+QsrYWK888B4uGpklqgtW04C
Si9sFdIfXJf/SijE1/xc
=C1ZC
-END PGP SIGNATURE-

Dominique Dumont (4):
  Imported Upstream version 2.074
  Merge tag 'upstream/2.074'
  prepare release
  copyright: minor fix LGPL-2.1+ summary

---

No new revisions were added by this update.

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


[libconfig-model-perl] annotated tag upstream/2.074 created (now d5ae29f)

2015-10-13 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to annotated tag upstream/2.074
in repository libconfig-model-perl.

at  d5ae29f   (tag)
   tagging  ff855859aec7e0b36830fe827610a82ea6fbb1be (commit)
  replaces  upstream/2.073
 tagged by  Dominique Dumont
on  Tue Oct 13 12:09:51 2015 +0200

- Log -
Upstream version 2.074
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWHNhvAAoJEMMfT9lJqytsAJQP+QG7VWRt0cvKEiWPywi7Nv7J
aV/gZ2E3g+//0QN03Epjcz2L/emQjxRa7jhf1cbNDTJQjyXU+Z2JKjLW5t8IjkJR
3f1D04ZD8aWqLI8vhv0NXkCilDeQpJPkhf60ZIQTe6xYcowSZSqxazqXzTtm6Ain
xiZSy/k85yanTmMwkgLVKlfkwCrpUvB59638+PipJnQp2HgDGcsvB52etnuIXe8F
hdgQoOkQ4iC99LlIbVtwExeakBfj9HyEB+b18bdJCPRwZRo+DYQ60kjUpYfpAZZ+
YsVBj8uKb1WKQ2x/ZCdBQ/0kFhvvx31mdemQIRYlxHtoTIRVmSAqLm7wwqgsBwcJ
kNbk2h1/XZSEWoAqRR6JwR8y5u5GdzlvqjYbrWoZL2Em7A/18bddSPDznDGqoSlK
h4et5bmhUL0AnY2h7XovDjHCWaz0WTBDiL+B2MEFJKPId5+0DwRYDqK88Hfw3yPZ
PCY8/20zOpjR6SZsNvX1FbhKjieZP40DCo9cLJBXrJwIHxJHjAlNapIBr7HtcAwn
Up4hFc17jeoOAEVO8Tmvp3/rq6lQDSEg3J7e8pU/lvKTd/nMR1dGXBR5NpWO14im
eBOZHXzKlcNISmXflmNB3JCRS0jX46Zq/RdMUfMg5g8ntB2U3lGGZLE8oztpYp5b
91/4tFlxxFXgZmS38DFb
=LxxH
-END PGP SIGNATURE-

Dominique Dumont (1):
  Imported Upstream version 2.074

---

No new revisions were added by this update.

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


[libnet-sftp-foreign-perl] 02/04: Bump Debhelper compat level to 9

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 9f8694b0497cae94e3821dbd806aca33524decf8
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:16:47 2015 +0200

Bump Debhelper compat level to 9
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 96efabb..a594b77 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Alejandro Garrido Mota ,
Salvatore Bonaccorso 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-sftp-foreign-perl.git

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


[libnet-sftp-foreign-perl] 03/04: Declare compliance with Debian policy 3.9.6

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit b5e132afe8c895b226d29d9706fc91673b3bca4e
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:18:53 2015 +0200

Declare compliance with Debian policy 3.9.6
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a594b77..1b3ee2f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-sftp-foreign-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libnet-sftp-foreign-perl.git
 Homepage: https://metacpan.org/release/Net-SFTP-Foreign

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


[libnet-sftp-foreign-perl] 01/04: Drop pod.patch patch (POD errors fixed upstream)

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 10a300565a21abf6a6779b5bc86e3a660c230ce4
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:15:37 2015 +0200

Drop pod.patch patch (POD errors fixed upstream)
---
 debian/patches/pod.patch | 33 -
 debian/patches/series|  1 -
 2 files changed, 34 deletions(-)

diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
deleted file mode 100644
index eba188f..000
--- a/debian/patches/pod.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: fix POD ERRORS:
- "Expected text after =item, not a number"
- Newer Pod::* tools are more picky ...
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=91330
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=91330
-Author: gregor herrmann 
-Last-Update: 2013-12-11
-
 a/lib/Net/SFTP/Foreign.pm
-+++ b/lib/Net/SFTP/Foreign.pm
-@@ -3720,18 +3720,18 @@
- 
- =over 4
- 
--=item 0
-+=item Z<>0
- 
- Never try to disconnect this object when exiting from any process.
- 
- On most operating systems, the SSH process will exit when the last
- process connected to it ends, but this is not guaranteed.
- 
--=item 1
-+=item Z<>1
- 
- Disconnect on exit from any process. This is the default.
- 
--=item 2
-+=item Z<>2
- 
- Disconnect on exit from the current process only.
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c9352c4..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pod.patch

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


[libnet-sftp-foreign-perl] 04/04: Update debian/changelog file

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 7c9aa9e31f5a85a165f7ac120e1ac2fd7c198dc1
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:22:49 2015 +0200

Update debian/changelog file

Gbp-Dch: Ignore
---
 debian/changelog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index eecce25..52acc67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ libnet-sftp-foreign-perl (1.79+dfsg-1) UNRELEASED; 
urgency=medium
   * Imported Upstream version 1.79+dfsg
   * Update copyright years for upstream files
   * Update copyright years for debian/* packaging files
+  * Drop pod.patch patch (POD errors fixed upstream)
+  * Bump Debhelper compat level to 9
+  * Declare compliance with Debian policy 3.9.6
 
  -- gregor herrmann   Sat, 15 Feb 2014 20:27:26 +0100
 

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


[libnet-sftp-foreign-perl] branch master updated (013e9e5 -> 7c9aa9e)

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libnet-sftp-foreign-perl.

  from  013e9e5   Update debian/changelog file
   new  10a3005   Drop pod.patch patch (POD errors fixed upstream)
   new  9f8694b   Bump Debhelper compat level to 9
   new  b5e132a   Declare compliance with Debian policy 3.9.6
   new  7c9aa9e   Update debian/changelog file

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 |  3 +++
 debian/compat|  2 +-
 debian/control   |  4 ++--
 debian/patches/pod.patch | 33 -
 debian/patches/series|  1 -
 5 files changed, 6 insertions(+), 37 deletions(-)
 delete mode 100644 debian/patches/pod.patch
 delete mode 100644 debian/patches/series

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


[libnet-sftp-foreign-perl] 03/05: Update copyright years for upstream files

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 18a767af4b5facdcbc73f404b4d2a6b3488e7c38
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:11:04 2015 +0200

Update copyright years for upstream files
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index e227efc..baa7c08 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Comment: The non-free RFCs have been removed from the upstream 
tarball
  for the +dfsg version.
 
 Files: *
-Copyright: 2005-2013, Salvador Fandiño 
+Copyright: 2005-2015, Salvador Fandiño 
  2003, David Rolsky 
  2002, Richard Clamp 
  2001, Benjamin Trott 

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

[libnet-sftp-foreign-perl] 05/05: Update debian/changelog file

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 013e9e534c11cbe274734565205e71d2c615689c
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:11:40 2015 +0200

Update debian/changelog file

Gbp-Dch: Ignore
---
 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f1e00f1..eecce25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ libnet-sftp-foreign-perl (1.79+dfsg-1) UNRELEASED; 
urgency=medium
   * Update Vcs-Browser URL to cgit web frontend
   * Replace debian/repack.stub with recent copy from pkg-perl-tools
   * Imported Upstream version 1.79+dfsg
+  * Update copyright years for upstream files
+  * Update copyright years for debian/* packaging files
 
  -- gregor herrmann   Sat, 15 Feb 2014 20:27:26 +0100
 

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


[libnet-sftp-foreign-perl] 01/01: pristine-tar data for libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch pristine-tar
in repository libnet-sftp-foreign-perl.

commit 7ef7afe74b1562bcb86c1b7b9e57c77cbf45de48
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:07:25 2015 +0200

pristine-tar data for libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz
---
 libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.delta | Bin 0 -> 2025 bytes
 libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.delta 
b/libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.delta
new file mode 100644
index 000..94e77fd
Binary files /dev/null and 
b/libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.delta differ
diff --git a/libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.id 
b/libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.id
new file mode 100644
index 000..449a2c8
--- /dev/null
+++ b/libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.id
@@ -0,0 +1 @@
+1999fdcd97fc896caeafce8c40d10c9f8b2ed606

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


[libnet-sftp-foreign-perl] 01/02: Declare package as autopkgtestable

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit f0111b2b13e8022f6aa10543976962cf627178ee
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:36:22 2015 +0200

Declare package as autopkgtestable
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 1b3ee2f..4fbb3a3 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-sftp-foreign-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libnet-sftp-foreign-perl.git
 Homepage: https://metacpan.org/release/Net-SFTP-Foreign
+Testsuite: autopkgtest-pkg-perl
 
 Package: libnet-sftp-foreign-perl
 Architecture: all

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


[libnet-sftp-foreign-perl] 01/01: Replace debian/repack.stub with recent copy from pkg-perl-tools

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 73f526232efec7e15174503098c44aa5bd50ee7e
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:05:52 2015 +0200

Replace debian/repack.stub with recent copy from pkg-perl-tools
---
 debian/repack.stub | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/repack.stub b/debian/repack.stub
index 4d68667..7e36f5f 100755
--- a/debian/repack.stub
+++ b/debian/repack.stub
@@ -66,12 +66,15 @@ this is the directory where the upstream source is.
 
 Copyright 2009, Ryan Niebur 
 
-License: Artistic or GPL-1+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
 
 =cut
 
 if [ -z "$REPACK_SH" ]; then
-if [ -f ../../scripts/repack.sh ]; then
+if [ -x /usr/share/pkg-perl-tools/repack.sh ]; then
+REPACK_SH='/usr/share/pkg-perl-tools/repack.sh'
+elif [ -f ../../scripts/repack.sh ]; then
 REPACK_SH=../../scripts/repack.sh
 fi
 if [ -z "$REPACK_SH" ] && which repack.sh > /dev/null; then
@@ -81,7 +84,7 @@ fi
 
 if [ ! -f "$REPACK_SH" ]; then
 echo "Couldn't find a repack.sh. please put it in your PATH, put it at 
../../scripts/repack.sh, or put it somewhere else and set the REPACK_SH 
variable"
-echo "You can get it from 
http://anonscm.debian.org/gitweb/?p=pkg-perl/scripts.git;a=blob_plain;f=repack.sh;hb=HEAD;
+echo "You can get it from 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/pkg-perl-tools.git;a=blob_plain;f=scripts/repack.sh;hb=HEAD;
 exit 1
 fi
 

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


[libnet-sftp-foreign-perl] 02/02: Update debian/changelog file

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 4ab725f4ef3c0f1c4638c8078df00b2e2cc6d2a1
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:33:13 2015 +0200

Update debian/changelog file

Gbp-Dch: Ignore
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 52acc67..63fd76b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libnet-sftp-foreign-perl (1.79+dfsg-1) UNRELEASED; 
urgency=medium
   * Drop pod.patch patch (POD errors fixed upstream)
   * Bump Debhelper compat level to 9
   * Declare compliance with Debian policy 3.9.6
+  * Add fix-spelling-error-in-manpage.patch patch
 
  -- gregor herrmann   Sat, 15 Feb 2014 20:27:26 +0100
 

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


[libnet-sftp-foreign-perl] branch master updated (7c9aa9e -> 4ab725f)

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libnet-sftp-foreign-perl.

  from  7c9aa9e   Update debian/changelog file
   new  409d82c   Add fix-spelling-error-in-manpage.patch patch
   new  4ab725f   Update debian/changelog file

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/patches/fix-spelling-error-in-manpage.patch | 45 ++
 debian/patches/series  |  1 +
 3 files changed, 47 insertions(+)
 create mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 create mode 100644 debian/patches/series

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


[libnet-sftp-foreign-perl] 01/02: Add fix-spelling-error-in-manpage.patch patch

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 409d82cada980c05fd6eadabc017b305659a
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:32:53 2015 +0200

Add fix-spelling-error-in-manpage.patch patch
---
 debian/patches/fix-spelling-error-in-manpage.patch | 45 ++
 debian/patches/series  |  1 +
 2 files changed, 46 insertions(+)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch 
b/debian/patches/fix-spelling-error-in-manpage.patch
new file mode 100644
index 000..79efd8b
--- /dev/null
+++ b/debian/patches/fix-spelling-error-in-manpage.patch
@@ -0,0 +1,45 @@
+Description: Fix spelling errors in manpage
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=107755
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107755
+Author: Salvatore Bonaccorso 
+Last-Update: 2015-10-13
+
+--- a/lib/Net/SFTP/Foreign.pm
 b/lib/Net/SFTP/Foreign.pm
+@@ -3986,7 +3986,7 @@ server to ensure that it actually exists
+ directory. Some servers may fail to honor those requests even for
+ valid directories (i.e. when the directory has the hidden flag set).
+ 
+-This option allows to disable those checks and just sets the cwd to
++This option allows one to disable those checks and just sets the cwd to
+ the given value blindly.
+ 
+ =back
+@@ -4535,7 +4535,7 @@ amounts of RAM for big file trees):
+ 
+ =item no_descend =E sub { ... }
+ 
+-These options, similar to the C ones, allow to prune the
++These options, similar to the C ones, allow one to prune the
+ search, discarding full subdirectories. For instance:
+ 
+ use Fcntl ':mode';
+@@ -4807,7 +4807,7 @@ for more information).
+ 
+ =item no_wanted =E ...
+ 
+-Allow to select which file system objects have to be deleted.
++Allow one to select which file system objects have to be deleted.
+ 
+ =back
+ 
+@@ -5230,7 +5230,7 @@ argument. The values accepted here are t
+ 
+ =head2 On the fly data conversion
+ 
+-Some of the methods on this module allow to perform on the fly data
++Some of the methods on this module allow one to perform on the fly data
+ conversion via the C option that accepts the following
+ values:
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..8810115
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-error-in-manpage.patch

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


[libnet-sftp-foreign-perl] branch master updated (4a0c16d -> 73f5262)

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libnet-sftp-foreign-perl.

  from  4a0c16d   update changelog
   new  73f5262   Replace debian/repack.stub with recent copy from 
pkg-perl-tools

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/repack.stub | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

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


[libnet-sftp-foreign-perl] branch master updated (73f5262 -> 013e9e5)

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libnet-sftp-foreign-perl.

  from  73f5262   Replace debian/repack.stub with recent copy from 
pkg-perl-tools
  adds  e93c256   Imported Upstream version 1.79+dfsg
   new  98c756c   Merge tag 'upstream/1.79+dfsg'
   new  58bb4a2   Update debian/changelog file
   new  18a767a   Update copyright years for upstream files
   new  139fac9   Update copyright years for debian/* packaging files
   new  013e9e5   Update debian/changelog file

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:
 Changes|  50 +++-
 META.json  |  13 +-
 META.yml   |  15 +-
 Makefile.PL|   5 +-
 README |   2 +-
 debian/changelog   |   6 +-
 debian/copyright   |   4 +-
 lib/Net/SFTP/Foreign.pm| 476 +
 lib/Net/SFTP/Foreign/Attributes.pm |   9 +-
 lib/Net/SFTP/Foreign/Common.pm |   3 +-
 lib/Net/SFTP/Foreign/Constants.pm  |   1 +
 lib/Net/SFTP/Foreign/Helpers.pm|  12 +-
 t/1_run.t  |   6 +
 t/common.pm|  15 ++
 14 files changed, 489 insertions(+), 128 deletions(-)

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


[libnet-sftp-foreign-perl] 02/05: Update debian/changelog file

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 58bb4a242c1dc9c16421ee0a74dcb4c2c63ae8b7
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:10:18 2015 +0200

Update debian/changelog file

Gbp-Dch: Ignore
---
 debian/changelog | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 88f1e29..f1e00f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libnet-sftp-foreign-perl (1.77+dfsg-2) UNRELEASED; urgency=medium
+libnet-sftp-foreign-perl (1.79+dfsg-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/control: remove Nicholas Bamber from Uploaders on request of
@@ -7,6 +7,8 @@ libnet-sftp-foreign-perl (1.77+dfsg-2) UNRELEASED; 
urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
+  * Replace debian/repack.stub with recent copy from pkg-perl-tools
+  * Imported Upstream version 1.79+dfsg
 
  -- gregor herrmann   Sat, 15 Feb 2014 20:27:26 +0100
 

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


[libnet-sftp-foreign-perl] 04/05: Update copyright years for debian/* packaging files

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 139fac9044ad9ccdc416a25dfb968a4791dd443d
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:11:16 2015 +0200

Update copyright years for debian/* packaging files
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index baa7c08..171d649 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,7 +20,7 @@ Copyright: 2008-2013, gregor herrmann 
  2008, Roberto C. Sanchez 
  2008, Alejandro Garrido Mota 
  2009, Ryan Niebur 
- 2010-2013, Salvatore Bonaccorso 
+ 2010-2015, Salvatore Bonaccorso 
  2010-2011, Nicholas Bamber 
 License: Artistic or GPL-1+
 

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


[libnet-sftp-foreign-perl] 01/05: Merge tag 'upstream/1.79+dfsg'

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit 98c756cc5698b1703bb418da3ea0d64507ea4d13
Merge: 73f5262 e93c256
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:07:25 2015 +0200

Merge tag 'upstream/1.79+dfsg'

Upstream version 1.79+dfsg

 Changes|  50 +++-
 META.json  |  13 +-
 META.yml   |  15 +-
 Makefile.PL|   5 +-
 README |   2 +-
 lib/Net/SFTP/Foreign.pm| 476 +
 lib/Net/SFTP/Foreign/Attributes.pm |   9 +-
 lib/Net/SFTP/Foreign/Common.pm |   3 +-
 lib/Net/SFTP/Foreign/Constants.pm  |   1 +
 lib/Net/SFTP/Foreign/Helpers.pm|  12 +-
 t/1_run.t  |   6 +
 t/common.pm|  15 ++
 12 files changed, 482 insertions(+), 125 deletions(-)

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


[libnet-sftp-foreign-perl] annotated tag upstream/1.79+dfsg created (now 9f426b7)

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/1.79+dfsg
in repository libnet-sftp-foreign-perl.

at  9f426b7   (tag)
   tagging  e93c256597f560a5ab7bb1cf43ed5174372bbfaf (commit)
  replaces  upstream/1.77+dfsg
 tagged by  Salvatore Bonaccorso
on  Tue Oct 13 18:07:25 2015 +0200

- Log -
Upstream version 1.79+dfsg

Salvatore Bonaccorso (1):
  Imported Upstream version 1.79+dfsg

---

No new revisions were added by this update.

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


[libnet-sftp-foreign-perl] branch pristine-tar updated (bb1b2a5 -> 7ef7afe)

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch pristine-tar
in repository libnet-sftp-foreign-perl.

  from  bb1b2a5   pristine-tar data for 
libnet-sftp-foreign-perl_1.77+dfsg.orig.tar.gz
   new  7ef7afe   pristine-tar data for 
libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz

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:
 libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.delta | Bin 0 -> 2025 bytes
 libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.delta
 create mode 100644 libnet-sftp-foreign-perl_1.79+dfsg.orig.tar.gz.id

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


[libnet-sftp-foreign-perl] 02/02: Prepare changelog for release

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libnet-sftp-foreign-perl.

commit bd0043e20176f3ad4a0d704af543d46a3d32248e
Author: Salvatore Bonaccorso 
Date:   Tue Oct 13 18:37:56 2015 +0200

Prepare changelog for release

Gbp-Dch: Ignore
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 63fd76b..722463c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libnet-sftp-foreign-perl (1.79+dfsg-1) UNRELEASED; urgency=medium
+libnet-sftp-foreign-perl (1.79+dfsg-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * debian/control: remove Nicholas Bamber from Uploaders on request of
@@ -15,8 +15,9 @@ libnet-sftp-foreign-perl (1.79+dfsg-1) UNRELEASED; 
urgency=medium
   * Bump Debhelper compat level to 9
   * Declare compliance with Debian policy 3.9.6
   * Add fix-spelling-error-in-manpage.patch patch
+  * Declare package as autopkgtestable
 
- -- gregor herrmann   Sat, 15 Feb 2014 20:27:26 +0100
+ -- Salvatore Bonaccorso   Tue, 13 Oct 2015 18:37:46 +0200
 
 libnet-sftp-foreign-perl (1.77+dfsg-1) unstable; urgency=medium
 

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


[libnet-sftp-foreign-perl] branch master updated (4ab725f -> bd0043e)

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libnet-sftp-foreign-perl.

  from  4ab725f   Update debian/changelog file
   new  f0111b2   Declare package as autopkgtestable
   new  bd0043e   Prepare changelog for release

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 | 5 +++--
 debian/control   | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

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


[libnet-sftp-foreign-perl] annotated tag debian/1.79+dfsg-1 created (now aca2b63)

2015-10-13 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag debian/1.79+dfsg-1
in repository libnet-sftp-foreign-perl.

at  aca2b63   (tag)
   tagging  bd0043e20176f3ad4a0d704af543d46a3d32248e (commit)
  replaces  debian/1.77+dfsg-1
 tagged by  Salvatore Bonaccorso
on  Tue Oct 13 18:38:13 2015 +0200

- Log -
tagging package libnet-sftp-foreign-perl version debian/1.79+dfsg-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJWHTN1AAoJEAVMuPMTQ89ErRMP/iHtQq0xo8QfDf0EY4pKZbzr
CEJ02MMbliYbEe1YprWZWazTAgmg4pHMJD2gpf0plIabJBdqPMQmWUqQwJstUxO1
jer3/TTa9njyujHVHqwTqIzlt2phWC75VGiwMkK+67TnuXPTDHONotShnIjvymDm
bA4PFFnFmwvgwiTx3ZQ4lLiQwqhrgu7lVhu111elGBJXic7rxBVpqlbu9oZHY4Qh
yT/cM6PcEkX8B7tBcQVGociWQCN9j+7Jt2Lc5lj1y9vEXQSxPetihk1UgYAKQv9Y
BqAq3yYZsy+laoZx5o2WAWvNyPjbA3E7QZbzaoiJ4ab71AEwQ8gjSqHNY+ZZv6o+
utwelaersFGoWdewCSEWqH2LQoKoVOGTVKLWa/ILW3byLUUYSVD0mbP6Aoc+kiOk
DPMr75qyp+8y5QnI6lqveY1EAfI2EIMySdzJNzE0Q6aes+j8aqB1lUcdvi23qnwO
6o+3ERU0YRbSC6RrJtrkW/vgFeOgvyhEA7G48TwGGurq8yo/C+d4n0t/iU6A7cn4
mXByaHZvCMm+s4FKZ/hLMLtWvGJ16UoXVoyVLkmqyMUnYpe7I4cnqlqkTYwRGc2n
1Vv0zHo5VBZb4utXeM3eYEziDKAW33nWorWeCQz3q79+9HavgZFwNgKd1equr8NW
3Fn3JMe2kRNeVKtyIA0S
=AzZs
-END PGP SIGNATURE-

Salvatore Bonaccorso (17):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  Replace debian/repack.stub with recent copy from pkg-perl-tools
  Imported Upstream version 1.79+dfsg
  Merge tag 'upstream/1.79+dfsg'
  Update debian/changelog file
  Update copyright years for upstream files
  Update copyright years for debian/* packaging files
  Update debian/changelog file
  Drop pod.patch patch (POD errors fixed upstream)
  Bump Debhelper compat level to 9
  Declare compliance with Debian policy 3.9.6
  Update debian/changelog file
  Add fix-spelling-error-in-manpage.patch patch
  Update debian/changelog file
  Declare package as autopkgtestable
  Prepare changelog for release

gregor herrmann (4):
  debian/control: remove Nicholas Bamber from Uploaders on request of the 
MIA team.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog

---

This annotated tag includes the following new commits:

   new  f0111b2   Declare package as autopkgtestable
   new  bd0043e   Prepare changelog for release

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.


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


[libdevel-repl-perl] 02/02: releasing package libdevel-repl-perl version 1.003027-2 to unstable

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libdevel-repl-perl.

commit 8a6959863c548781192aacf96e31bd2382f34460
Author: Niko Tyni 
Date:   Tue Oct 13 22:06:39 2015 +0300

releasing package libdevel-repl-perl version 1.003027-2 to unstable
---
 debian/changelog | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f90ef53..1077683 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdevel-repl-perl (1.003027-2) unstable; urgency=medium
+
+  * Relax dependencies on libdata-dump-streamer-perl,
+broken by Perl 5.22. (Closes: #801662)
+
+ -- Niko Tyni   Tue, 13 Oct 2015 22:06:28 +0300
+
 libdevel-repl-perl (1.003027-1) unstable; urgency=medium
 
   * Update Vcs-Browser URL to cgit web frontend

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


[libdevel-repl-perl] annotated tag debian/1.003027-2 created (now 7c4328f)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/1.003027-2
in repository libdevel-repl-perl.

at  7c4328f   (tag)
   tagging  8a6959863c548781192aacf96e31bd2382f34460 (commit)
  replaces  debian/1.003027-1
 tagged by  Niko Tyni
on  Tue Oct 13 22:10:45 2015 +0300

- Log -
Debian release 1.003027-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWHVc1AAoJEC7A/7O3MBsfdZ4P/j4Zb0TD0vMlY73Av/IJLW08
lNeItjYCITe2xUpu2UxwuDv/otXIcwvIculPrn/SF2kcz38Ve8Vh2/RpZpK+9fwl
nSBE0tne5b3Ug00F0f8Lnq+gfeOKwtWaQj6o9WxEoU6lJ4J0TYIIWeXtAcE1a92Q
fOIgO82U4SQ0FJgSRgtQtpktXypnTZtgecwNREPywSXtOySiaBeoElaJs4tcfwnj
eY21dfSQ+l0YfqyCaAoqXM9d6MY3DPs6aSzJvVMa8abqEoQdxfPVmYdUrdxD8sIP
bIFqJPebuWwqESd1mI1rSKulE+fBsyZex57VdlU6ZRIhSJoroTlIUR+RBFp9GGwW
LT/PDw5TdLL0TDOuctN3YxbkDBARWtw/E0V3cPjwzTOwqAkulLHV4e7Fb8hD0Bgq
EmsUnWKnKKC61qltIFAhGd1wyTEK0qpcUogkfoOH0Fh4GM54i/jiPlBANdSQU//8
AxP4nTD5oHXPcQ6hJf/vaDQJmgsBXfq+uyP+K0ZJNVDJ3LkiQE1N8bvGWEykG56Z
yjXm6Bux0af7i/X9L9OUX+VSSRA3tUii7ty4w6BEiYjF5BQXCx764b2OCeII0TvD
fQvrgm78JZv7UZnZCQaTTB9wYFXwj1sVZ0OM/LPMD1VWKhwBbNY/cFvXbgH1Ttu+
xVsqEyyP8KjJ3pK3Jgj4
=SnLe
-END PGP SIGNATURE-

Niko Tyni (2):
  Relax dependencies on libdata-dump-streamer-perl, broken by Perl 5.22
  releasing package libdevel-repl-perl version 1.003027-2 to unstable

---

This annotated tag includes the following new commits:

   new  f5cd0ed   Relax dependencies on libdata-dump-streamer-perl, broken 
by Perl 5.22
   new  8a69598   releasing package libdevel-repl-perl version 1.003027-2 
to unstable

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.


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


[libdevel-repl-perl] 01/02: Relax dependencies on libdata-dump-streamer-perl, broken by Perl 5.22

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libdevel-repl-perl.

commit f5cd0eda9d556d36e48c98d901102f0201555c11
Author: Niko Tyni 
Date:   Tue Oct 13 22:05:13 2015 +0300

Relax dependencies on libdata-dump-streamer-perl, broken by Perl 5.22

Closes: #801662
---
 debian/control | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index e6442dc..4125ae7 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
 Build-Depends-Indep: libapp-nopaste-perl,
  libb-keywords-perl,
- libdata-dump-streamer-perl,
  libdata-dumper-concise-perl,
  libfile-homedir-perl,
  libfile-next-perl,
@@ -40,7 +39,6 @@ Depends: ${misc:Depends},
  ${perl:Depends},
  libapp-nopaste-perl,
  libb-keywords-perl,
- libdata-dump-streamer-perl,
  libdata-dumper-concise-perl,
  libfile-homedir-perl,
  libfile-next-perl,
@@ -55,7 +53,8 @@ Depends: ${misc:Depends},
  libscope-guard-perl,
  libsys-sigaction-perl,
  libtask-weaken-perl
-Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl
+Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl,
+libdata-dump-streamer-perl
 Description: module for building a modern Perl interactive shell
  Devel::REPL is a module for creating Read-Evaluate-Print-Loops (REPL) in
  Perl. The shell provides for rapid development or testing of code without the

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


[libuniversal-ref-perl] 01/03: Remove build dependency on libdata-dump-streamer-perl, broken by Perl 5.22

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libuniversal-ref-perl.

commit 72059566c53ec44d1912f520af4007bf5a9b5f5e
Author: Niko Tyni 
Date:   Tue Oct 13 22:16:39 2015 +0300

Remove build dependency on libdata-dump-streamer-perl, broken by Perl 5.22

Closes: #801663
---
 debian/control | 3 +--
 debian/rules   | 3 ---
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index cd764b9..b6b2f8f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Build-Depends: cdbs,
  perl,
  debhelper,
  dh-buildinfo,
- libb-utils-perl,
- libdata-dump-streamer-perl
+ libb-utils-perl
 Maintainer: Debian Perl Group 
 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.6
diff --git a/debian/rules b/debian/rules
index 72c8516..83a53ce 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,9 +30,6 @@ DEB_UPSTREAM_TARBALL_MD5 = a51b4fe3f4c56d37633d8978a5ee88b8
 # Needed by upstream build and (always) at runtime
 deps = libb-utils-perl
 
-# Needed by upstream testsuite
-deps-test = libdata-dump-streamer-perl
-
 CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
 

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


[libuniversal-ref-perl] branch master updated (bed530f -> 9e1b6dd)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libuniversal-ref-perl.

  from  bed530f   Prepare for release: Update changelog.
   new  7205956   Remove build dependency on libdata-dump-streamer-perl, 
broken by Perl 5.22
   new  b937f37   Declare the package autopkgtestable
   new  9e1b6dd   releasing package libuniversal-ref-perl version 0.14-3 to 
unstable

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  | 9 +
 debian/control| 4 ++--
 debian/control.in | 1 +
 debian/rules  | 3 ---
 4 files changed, 12 insertions(+), 5 deletions(-)

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


[libuniversal-ref-perl] annotated tag debian/0.14-3 created (now 0bb351d)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/0.14-3
in repository libuniversal-ref-perl.

at  0bb351d   (tag)
   tagging  9e1b6ddc477078264fb3dda27ee0df0091064b9a (commit)
  replaces  debian/0.14-2
 tagged by  Niko Tyni
on  Tue Oct 13 22:35:07 2015 +0300

- Log -
Debian release 0.14-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWHVzrAAoJEC7A/7O3MBsfxUIP/3/u81PgrTm5UQcUxR3mBy05
exNmY96f3IfbBeF8B3DYGGIVbHR9JVu3WKGKkJn8Gf8MupeC/JCeCykdI4omRY0s
wAqNJOPgFZpJUL2owlQDvtJACukrJKrMdNIwitXpHSo92QPrOfR5RezTDZTgS9KW
T0h3VRKY7zPlr7kNJbs/oGoE/qZnPh6z0iVyiNi8eH+vKqbxh61qpKjiGdqlWqGK
02uDBeFGTr4rxtjbV+ZOmjQtLTsPOiyY6/b5W2yMtZ2gPxMXf5xPY28D0MHeX/zA
1C+ZCrmWWj6VD3WuSzVXsSz4QArqsfhgjDOgscpDmZci86X7oxpXtddeWprV+yBo
Xp1dLvDRLzRUl3JJBJYyLVZEDC5XxN3jwJ//Ths2VcMxObu/MJtaUzuYcE2oJMbn
OQqL8TiHigjIdDxX15OJ0EXwrYARQXWSCtqZ6DBLzFdkJoWJAm1HNUEy+17aQCqw
yCSNeknO8Gzge3IopvV1WyUljsTbMWj3DDqHBa9NN5aVw0AIIG6E0gUQ6SE1fTru
h2/gKqSM+NinQFj9/UYRYgZao8XW3g/ZdaMCWC1t5PPBP1tCAcuIQG6GBi0/WekZ
uDg06e+/1B7+MEP0x2CdH7Reqid6A+XPNL7470yK9n4lJJc7PlJ7XBQ2G6Skf3N7
DJ9zFtKDNAd1L9VmoQGd
=pX4A
-END PGP SIGNATURE-

Niko Tyni (3):
  Remove build dependency on libdata-dump-streamer-perl, broken by Perl 5.22
  Declare the package autopkgtestable
  releasing package libuniversal-ref-perl version 0.14-3 to unstable

---

This annotated tag includes the following new commits:

   new  7205956   Remove build dependency on libdata-dump-streamer-perl, 
broken by Perl 5.22
   new  b937f37   Declare the package autopkgtestable
   new  9e1b6dd   releasing package libuniversal-ref-perl version 0.14-3 to 
unstable

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.


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


[libuniversal-ref-perl] 02/03: Declare the package autopkgtestable

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libuniversal-ref-perl.

commit b937f37349ca1d4b87c99948e5011b75753d6d29
Author: Niko Tyni 
Date:   Tue Oct 13 22:19:39 2015 +0300

Declare the package autopkgtestable
---
 debian/control| 1 +
 debian/control.in | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index b6b2f8f..aca2357 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libuniversal-ref-perl
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libuniversal-ref-perl.git
 Homepage: https://metacpan.org/release/UNIVERSAL-ref
+Testsuite: autopkgtest-pkg-perl
 
 Package: libuniversal-ref-perl
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
index d3aa7e9..316edb7 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,6 +8,7 @@ Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libuniversal-ref-perl
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libuniversal-ref-perl.git
 Homepage: https://metacpan.org/release/UNIVERSAL-ref
+Testsuite: autopkgtest-pkg-perl
 
 Package: libuniversal-ref-perl
 Architecture: any

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


[libuniversal-ref-perl] 03/03: releasing package libuniversal-ref-perl version 0.14-3 to unstable

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libuniversal-ref-perl.

commit 9e1b6ddc477078264fb3dda27ee0df0091064b9a
Author: Niko Tyni 
Date:   Tue Oct 13 22:27:34 2015 +0300

releasing package libuniversal-ref-perl version 0.14-3 to unstable
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 14922cb..4ad7fea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libuniversal-ref-perl (0.14-3) unstable; urgency=medium
+
+  * Team upload.
+  * Remove build dependency on libdata-dump-streamer-perl,
+broken by Perl 5.22. (Closes: #801663)
+  * Declare the package autopkgtestable
+
+ -- Niko Tyni   Tue, 13 Oct 2015 22:27:11 +0300
+
 libuniversal-ref-perl (0.14-2) unstable; urgency=medium
 
   * Update package relations:

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


[libdevel-repl-perl] branch master updated (8597486 -> 8a69598)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libdevel-repl-perl.

  from  8597486   Prepare changelog for release
   new  f5cd0ed   Relax dependencies on libdata-dump-streamer-perl, broken 
by Perl 5.22
   new  8a69598   releasing package libdevel-repl-perl version 1.003027-2 
to unstable

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 | 7 +++
 debian/control   | 5 ++---
 2 files changed, 9 insertions(+), 3 deletions(-)

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


[libhtml-formatexternal-perl] 03/05: Build depend on libhtml-tree-perl for better test coverage

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libhtml-formatexternal-perl.

commit fe1bde41b32503e9e1c15a5d0575c89bb6218f0f
Author: Niko Tyni 
Date:   Tue Oct 13 21:22:34 2015 +0300

Build depend on libhtml-tree-perl for better test coverage
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index b5c4477..c01cb76 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libconstant-defer-perl,
  libipc-run-perl,
  liburi-perl,
+ libhtml-tree-perl,
  perl,
  elinks,
  html2text,

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


[libhtml-formatexternal-perl] 02/05: Remove build dependency on ncurses-term, no longer needed with TERM=dumb

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libhtml-formatexternal-perl.

commit 4d0598cd961176b975577d61a8886f7f5122ea1d
Author: Niko Tyni 
Date:   Tue Oct 13 21:11:17 2015 +0300

Remove build dependency on ncurses-term, no longer needed with TERM=dumb
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index c4d8751..b5c4477 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends-Indep: libconstant-defer-perl,
  html2text,
  links,
  lynx-cur,
- ncurses-term,
  netrik,
  w3m
 Standards-Version: 3.9.6

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


[libhtml-formatexternal-perl] 01/05: Set TERM=dumb for the test suite for robustness

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libhtml-formatexternal-perl.

commit 6220fe2b116c8fba2cd67cca490cd4e8b287a3ab
Author: Niko Tyni 
Date:   Tue Oct 13 21:08:28 2015 +0300

Set TERM=dumb for the test suite for robustness

HTML::FormatText::Netrik needs a working TERM, and some build environments
don't seem to have that for whatever reason.

Closes: #801692
---
 debian/rules| 3 +++
 debian/tests/pkg-perl/env-smoke | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..f8bd4c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
+# for HTML::FormatText::Netrik
+export TERM=dumb
+
 %:
dh $@
diff --git a/debian/tests/pkg-perl/env-smoke b/debian/tests/pkg-perl/env-smoke
index e0f13a0..d9d56a2 100644
--- a/debian/tests/pkg-perl/env-smoke
+++ b/debian/tests/pkg-perl/env-smoke
@@ -1 +1,3 @@
 HOME=$ADTTMP
+# for HTML::FormatText::Netrik
+TERM=dumb

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


[libhtml-formatexternal-perl] 04/05: Create a temporary home directory for the test suite

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libhtml-formatexternal-perl.

commit 61ab9a87d35f87018d08c97acbec86a1e33e06d0
Author: Niko Tyni 
Date:   Tue Oct 13 21:24:04 2015 +0300

Create a temporary home directory for the test suite

The elinks and links2 plugins try to access $HOME.
---
 debian/rules | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/debian/rules b/debian/rules
index f8bd4c7..2e68c37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,17 @@
 #!/usr/bin/make -f
 
+BUILDHOME = $(CURDIR)/debian/build
+
 # for HTML::FormatText::Netrik
 export TERM=dumb
 
+override_dh_clean:
+   dh_clean
+   rm -rf $(BUILDHOME)
+
+override_dh_auto_test:
+   mkdir -p $(BUILDHOME)
+   HOME=$(BUILDHOME) dh_auto_test
+
 %:
dh $@

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


[libhtml-formatexternal-perl] 05/05: releasing package libhtml-formatexternal-perl version 26-2 to unstable

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libhtml-formatexternal-perl.

commit bc6276414c180eebf148b519f4cf0e222cdb6a93
Author: Niko Tyni 
Date:   Tue Oct 13 21:28:44 2015 +0300

releasing package libhtml-formatexternal-perl version 26-2 to unstable
---
 debian/changelog | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 7406281..04a1d1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libhtml-formatexternal-perl (26-2) unstable; urgency=medium
+
+  * Team upload.
+  * Set TERM=dumb for the test suite for robustness. (Closes: #801692)
++ remove build dependency on ncurses-term, no longer needed
+  * Build depend on libhtml-tree-perl for better test coverage.
+  * Create a temporary home directory for the test suite.
+
+ -- Niko Tyni   Tue, 13 Oct 2015 21:28:22 +0300
+
 libhtml-formatexternal-perl (26-1) unstable; urgency=medium
 
   * Team upload.

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


[libsys-filesystem-perl] 01/03: Patch the test suite not to fail on build hosts with no regular file systems

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libsys-filesystem-perl.

commit 8b72c2b6160d2357ae9d9ee1703b41e4c2b45334
Author: Niko Tyni 
Date:   Tue Oct 13 21:30:19 2015 +0300

Patch the test suite not to fail on build hosts with no regular file systems

Virtual build systems and chroots, in particular pbuilder-based
ones, may well have only special filesystems visible.

Closes: #801675
---
 ...st-suite-not-fail-on-build-hosts-with-no-.patch | 30 ++
 debian/patches/series  |  1 +
 2 files changed, 31 insertions(+)

diff --git 
a/debian/patches/0001-Make-the-test-suite-not-fail-on-build-hosts-with-no-.patch
 
b/debian/patches/0001-Make-the-test-suite-not-fail-on-build-hosts-with-no-.patch
new file mode 100644
index 000..21df71d
--- /dev/null
+++ 
b/debian/patches/0001-Make-the-test-suite-not-fail-on-build-hosts-with-no-.patch
@@ -0,0 +1,30 @@
+From c5654be89c15af971ba104a9b723f0ed73a8f9e8 Mon Sep 17 00:00:00 2001
+From: Niko Tyni 
+Date: Tue, 13 Oct 2015 21:30:19 +0300
+Subject: [PATCH] Make the test suite not fail on build hosts with no regular
+ file systems
+
+Virtual build systems and chroots, in particular pbuilder-based
+ones, may well have only special filesystems visible.
+
+Bug-Debian: https://bugs.debian.org/801675
+---
+ t/02_basic.t | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/t/02_basic.t b/t/02_basic.t
+index c43fd06..931664e 100644
+--- a/t/02_basic.t
 b/t/02_basic.t
+@@ -23,7 +23,7 @@ my @special_filesystems   = $fs->special_filesystems();
+ 
+ my @regular_filesystems = $fs->regular_filesystems();
+ 
+-ok( @regular_filesystems, 'Get list of regular filesystems' );
++ok( @regular_filesystems + @special_filesystems, 'Get list of regular and 
special filesystems' );
+ ok( @filesystems, 'Get list of all filesystems' );
+ 
+ diag( join( ' - ', qw(filesystem mounted special device options format volume 
label type) ) );
+-- 
+2.5.1
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..354f18b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Make-the-test-suite-not-fail-on-build-hosts-with-no-.patch

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


[libsys-filesystem-perl] 03/03: releasing package libsys-filesystem-perl version 1.406-2 to unstable

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libsys-filesystem-perl.

commit cd6d576e821243e2789f2c7802606cd42de502d9
Author: Niko Tyni 
Date:   Tue Oct 13 21:41:19 2015 +0300

releasing package libsys-filesystem-perl version 1.406-2 to unstable
---
 debian/changelog | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43c6e9a..aa6779d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
-libsys-filesystem-perl (1.406-2) UNRELEASED; urgency=medium
+libsys-filesystem-perl (1.406-2) unstable; urgency=medium
 
-  * Update Vcs-Browser URL to cgit web frontend
+  * Team upload.
+
+  [ Salvatore Bonaccorso ]
+  * Update Vcs-Browser URL to cgit web frontend.
+
+  [ Niko Tyni ]
+  * Patch the test suite not to fail on build hosts with no regular
+file systems. (Closes: #801675)
+  * Make the package autopkgtestable.
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:35:07 +0200
+ -- Niko Tyni   Tue, 13 Oct 2015 21:40:52 +0300
 
 libsys-filesystem-perl (1.406-1) unstable; urgency=medium
 

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


[libsys-filesystem-perl] 02/03: Make the package autopkgtestable

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libsys-filesystem-perl.

commit bbc0edaad7fc549cddf3463d94afb55334bf1c85
Author: Niko Tyni 
Date:   Tue Oct 13 21:36:42 2015 +0300

Make the package autopkgtestable
---
 debian/control| 1 +
 debian/tests/pkg-perl/syntax-skip | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index 3667a59..1107193 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Standards-Version: 3.9.5
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-filesystem-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-filesystem-perl.git
 Homepage: https://metacpan.org/release/Sys-Filesystem
+Testsuite: autopkgtest-pkg-perl
 
 Package: libsys-filesystem-perl
 Architecture: all
diff --git a/debian/tests/pkg-perl/syntax-skip 
b/debian/tests/pkg-perl/syntax-skip
new file mode 100644
index 000..3a857aa
--- /dev/null
+++ b/debian/tests/pkg-perl/syntax-skip
@@ -0,0 +1,2 @@
+# needs win32-specific modules
+Sys/Filesystem/Mswin32.pm

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


[libsys-filesystem-perl] branch master updated (43cff3b -> cd6d576)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libsys-filesystem-perl.

  from  43cff3b   update changelog
   new  8b72c2b   Patch the test suite not to fail on build hosts with no 
regular file systems
   new  bbc0eda   Make the package autopkgtestable
   new  cd6d576   releasing package libsys-filesystem-perl version 1.406-2 
to unstable

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   | 14 +++---
 debian/control |  1 +
 ...st-suite-not-fail-on-build-hosts-with-no-.patch | 30 ++
 debian/patches/series  |  1 +
 debian/tests/pkg-perl/syntax-skip  |  2 ++
 5 files changed, 45 insertions(+), 3 deletions(-)
 create mode 100644 
debian/patches/0001-Make-the-test-suite-not-fail-on-build-hosts-with-no-.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/tests/pkg-perl/syntax-skip

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


[libtest-aggregate-perl] annotated tag debian/0.372-2 created (now cfc63a2)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/0.372-2
in repository libtest-aggregate-perl.

at  cfc63a2   (tag)
   tagging  da2ab25cc0deb1b6c0a9f36ca5f673fb5cf939d8 (commit)
  replaces  debian/0.372-1
 tagged by  Niko Tyni
on  Tue Oct 13 21:56:37 2015 +0300

- Log -
Debian release 0.372-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWHVPlAAoJEC7A/7O3MBsfhgwP/RpPPkrh3krscD5seOapb1P+
0RDcNqTFAqQGgfEQnNprZWl7UaCePA7GAy6TwS5Z+LA7Vw4NR0AIeg0NXceMp8nG
7QeEMTKSK8R+V1sFOwQhgtE4gvXtSL1gbtvvkJ5UhMoepLrM2+IilyPfRiXGU2Sz
UuP4jFAl0I8VTsP4IRv7qqdYbTARZr8Iqk99Uaz5xRTaIWhj4QcpAYPfKMLQwcqA
ZwobULefMpklxCCHO0Prx83qYszgjfNHhFVUA65FoQ9tuf2+EqhY4A84THW0E+DB
nrKrc80GynRSw9A4XNlRWxwZi0Ac3ZYaKc6YLZx+TjXTSUzNASz3mXDo3TcyS37P
xqWi6/h+KAo/J4dVAM6NWYhMvwnhe6NhzOBc2y4RiUyqpmRFS+R2mAm/5niYOCOz
nNZm4/ymiOXXb6B1B0/BBQiW3TiW+O1IvQsZXBHBdEgcHt2/gZ3uqhIAN86DyNpl
dcDd95pwEvIb+ZlhGzcHMXWzIhHLdCP7PCkfvRgVSJcMOr2Otgm0MJec+3RyV5+X
XzuLBKBxtv5djDaKZe3Emg11gh0Zm8W4d8Js6B4qXdFgpjE4ZpMjuQqYdVh/s8N3
8qCcpCkj9LvykYoWysXM7n4TWnI4gV0v7JXOkZyaq0chXIAoaBDMzBLZUmkmzicJ
pQ6QoJUISKRmbrqBEARp
=RRKj
-END PGP SIGNATURE-

Niko Tyni (3):
  Remove build dependency on libdata-dump-streamer-perl, broken by Perl 5.22
  Make the package autopkgtestable
  releasing package libtest-aggregate-perl version 0.372-2 to unstable

---

This annotated tag includes the following new commits:

   new  cae280d   Remove build dependency on libdata-dump-streamer-perl, 
broken by Perl 5.22
   new  19be75d   Make the package autopkgtestable
   new  da2ab25   releasing package libtest-aggregate-perl version 0.372-2 
to unstable

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.


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


[libtest-aggregate-perl] 03/03: releasing package libtest-aggregate-perl version 0.372-2 to unstable

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libtest-aggregate-perl.

commit da2ab25cc0deb1b6c0a9f36ca5f673fb5cf939d8
Author: Niko Tyni 
Date:   Tue Oct 13 21:54:07 2015 +0300

releasing package libtest-aggregate-perl version 0.372-2 to unstable
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 59faac2..35ed5be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libtest-aggregate-perl (0.372-2) unstable; urgency=medium
+
+  * Team upload.
+  * Remove build dependency on libdata-dump-streamer-perl,
+broken by Perl 5.22. (Closes: #801660)
+  * Make the package autopkgtestable.
+
+ -- Niko Tyni   Tue, 13 Oct 2015 21:53:48 +0300
+
 libtest-aggregate-perl (0.372-1) unstable; urgency=medium
 
   [ gregor herrmann ]

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


[libtest-aggregate-perl] 02/03: Make the package autopkgtestable

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libtest-aggregate-perl.

commit 19be75d389dab5e43a0b47af6aa33f0444ed42a2
Author: Niko Tyni 
Date:   Tue Oct 13 21:48:25 2015 +0300

Make the package autopkgtestable
---
 debian/control| 1 +
 debian/tests/pkg-perl/smoke-files | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/control b/debian/control
index 59bfc05..b3b5c8a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-aggregate-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-aggregate-perl.git
 Homepage: https://metacpan.org/release/Test-Aggregate
+Testsuite: autopkgtest-pkg-perl
 
 Package: libtest-aggregate-perl
 Architecture: all
diff --git a/debian/tests/pkg-perl/smoke-files 
b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 000..e932168
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,4 @@
+t
+aggtests
+aggtests-extras
+aggtests-nested

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


[libtest-aggregate-perl] 01/03: Remove build dependency on libdata-dump-streamer-perl, broken by Perl 5.22

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libtest-aggregate-perl.

commit cae280db9e7f76c137303b94fde183e9efaabc8b
Author: Niko Tyni 
Date:   Tue Oct 13 21:46:46 2015 +0300

Remove build dependency on libdata-dump-streamer-perl, broken by Perl 5.22

The runtime recommendation is intentionally left in place for now.

Closes: #801660
---
 debian/control | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/control b/debian/control
index cc88ce9..59bfc05 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Priority: optional
 Build-Depends: debhelper (>= 8),
libmodule-build-perl (>= 0.42)
 Build-Depends-Indep: perl,
- libdata-dump-streamer-perl,
  libtest-most-perl,
  libtest-nowarnings-perl,
  libtest-trap-perl,

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


[libtest-aggregate-perl] branch master updated (842c7ea -> da2ab25)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libtest-aggregate-perl.

  from  842c7ea   releasing package libtest-aggregate-perl version 0.372-1
   new  cae280d   Remove build dependency on libdata-dump-streamer-perl, 
broken by Perl 5.22
   new  19be75d   Make the package autopkgtestable
   new  da2ab25   releasing package libtest-aggregate-perl version 0.372-2 
to unstable

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  | 9 +
 debian/control| 2 +-
 debian/tests/pkg-perl/smoke-files | 4 
 3 files changed, 14 insertions(+), 1 deletion(-)
 create mode 100644 debian/tests/pkg-perl/smoke-files

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


[libhtml-formatexternal-perl] annotated tag debian/26-2 created (now d47c8e8)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/26-2
in repository libhtml-formatexternal-perl.

at  d47c8e8   (tag)
   tagging  bc6276414c180eebf148b519f4cf0e222cdb6a93 (commit)
  replaces  debian/26-1
 tagged by  Niko Tyni
on  Tue Oct 13 21:33:32 2015 +0300

- Log -
Debian release 26-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWHU58AAoJEC7A/7O3MBsf67wP/0Ku8MBHbLl89cI/cnYjGKil
ebfSrftDNr6F6XApx7zZs+QM0dheIUACpM4htlHhSdLX1DhLhSWoYuJ74F8OMXoR
oU6E1H+OctZvVaFAJJk1UGXPnNmSF85t6xbJi+hjEEy7PGKAMrUqOpX7wA2GpujJ
oUKy7uzTxMInd0XP6Z3DOf2LLJpob3aBO+z/93uhuixMcmp3tI5+eq/aNnHc8YNK
/35onem1R8fc1f/uNrohE8e6pYrvTAWlCeKi+PdlNcdTFKhMs7adH2GLl5KSCyXL
EGY8RU5U5bM3I6XthzGQf+jJFazEWfhmCYx6CCb/UCRztP6Xbj997GsJLmB/+D3W
UJMP/P7Li2k/j1sxtnD827xT+m/7Deh6VWfDTIR59tQ6qrn8YM3gH4AVaPbgy4rL
YHzO1qEaZZMBNGB2S7Z8i1p6cE0fry+JqW2/cDWHENiOFoDfuSDliWMAFAuyp07o
D09M46E52GqTjyO3cTRLRZPt41wwneX6i20K0G0sX+Bd0FiLXPjkVffJSZkiACm1
JCTSwvAQ1GUv7RRVuVr6rGHrQ56E2aBmjpFJoj1poty1IadOuQ3QCzL+SvffCwGy
tPDDn8VQ5v3rbUXco/5CJ0b7vZieIQLwx8/7nsbyob79+WK+aD4A1KxW+wCvS0XI
4RRaCg6/EVRfKdj5SR/h
=07xY
-END PGP SIGNATURE-

Niko Tyni (5):
  Set TERM=dumb for the test suite for robustness
  Remove build dependency on ncurses-term, no longer needed with TERM=dumb
  Build depend on libhtml-tree-perl for better test coverage
  Create a temporary home directory for the test suite
  releasing package libhtml-formatexternal-perl version 26-2 to unstable

---

This annotated tag includes the following new commits:

   new  6220fe2   Set TERM=dumb for the test suite for robustness
   new  4d0598c   Remove build dependency on ncurses-term, no longer needed 
with TERM=dumb
   new  fe1bde4   Build depend on libhtml-tree-perl for better test coverage
   new  61ab9a8   Create a temporary home directory for the test suite
   new  bc62764   releasing package libhtml-formatexternal-perl version 
26-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/libhtml-formatexternal-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


[libhtml-formatexternal-perl] branch master updated (530bbaf -> bc62764)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libhtml-formatexternal-perl.

  from  530bbaf   releasing package libhtml-formatexternal-perl version 26-1
   new  6220fe2   Set TERM=dumb for the test suite for robustness
   new  4d0598c   Remove build dependency on ncurses-term, no longer needed 
with TERM=dumb
   new  fe1bde4   Build depend on libhtml-tree-perl for better test coverage
   new  61ab9a8   Create a temporary home directory for the test suite
   new  bc62764   releasing package libhtml-formatexternal-perl version 
26-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| 10 ++
 debian/control  |  2 +-
 debian/rules| 13 +
 debian/tests/pkg-perl/env-smoke |  2 ++
 4 files changed, 26 insertions(+), 1 deletion(-)

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


[libx12-parser-perl] branch master updated (109d805 -> 4fd0f4f)

2015-10-13 Thread Robert James Clay
This is an automated email from the git hooks/post-receive script.

jame-guest pushed a change to branch master
in repository libx12-parser-perl.

  from  109d805   fix Homepage url
   new  dfaaf66   Correct module distribution URL in debian/watch.
   new  2b9d8b9   Correct 'Source' URL in debian/copyright.
   new  878348e   Correct 'License' setting for 'Files: *' stanza in 
debian/copyright.
   new  c457645   Add CSILLAG Tamas to the 'debian: *' stanza in 
debian/copyright.
   new  225650c   Remove unneeded 'DISCLAIMER' stanza in debian/copyright.
   new  4fd0f4f   Update Description in debian/control.

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/control   |  6 +++---
 debian/copyright | 13 +++--
 debian/watch |  2 +-
 3 files changed, 7 insertions(+), 14 deletions(-)

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


[libx12-parser-perl] 06/06: Update Description in debian/control.

2015-10-13 Thread Robert James Clay
This is an automated email from the git hooks/post-receive script.

jame-guest pushed a commit to branch master
in repository libx12-parser-perl.

commit 4fd0f4f7c96d451cf11cfacf33fea3300117b3fb
Author: Robert James Clay 
Date:   Tue Oct 13 11:52:12 2015 -0400

Update Description in debian/control.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 2e061c5..3dd1a9a 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,6 @@ Description: Perl module for parsing X12 Transaction files
  The parsing of transaction files requires the presence of configuration files
  for the different transaction types.
  .
- The following methods are available:
- .
- This description was automagically extracted from the module by dh-make-perl.
+ The following methods are available: new, parsefile, parse, closefile,
+ get_next_loop, get_loop_segments, get_next_pos_loop,get_next_pos_level_loop,
+ print_tree, get_segment_separator, and get_segment_separator.

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


[libx12-parser-perl] 05/06: Remove unneeded 'DISCLAIMER' stanza in debian/copyright.

2015-10-13 Thread Robert James Clay
This is an automated email from the git hooks/post-receive script.

jame-guest pushed a commit to branch master
in repository libx12-parser-perl.

commit 225650cf1fb51bd7d33fef1ab8a8e3f34228eef8
Author: Robert James Clay 
Date:   Tue Oct 13 11:26:03 2015 -0400

Remove unneeded 'DISCLAIMER' stanza in debian/copyright.
---
 debian/copyright | 8 
 1 file changed, 8 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index d11b6fa..da7c8e4 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,6 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/X12
 Upstream-Contact: Prasad Balan, pra...@cpan.org
 Upstream-Name: X12-Parser
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
 Copyright: Prasad Balan, pra...@cpan.org

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


[libx12-parser-perl] 02/06: Correct 'Source' URL in debian/copyright.

2015-10-13 Thread Robert James Clay
This is an automated email from the git hooks/post-receive script.

jame-guest pushed a commit to branch master
in repository libx12-parser-perl.

commit 2b9d8b99345c79dd155b129c01e2c9014062c7e1
Author: Robert James Clay 
Date:   Tue Oct 13 11:12:31 2015 -0400

Correct 'Source' URL in debian/copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 7ff87c6..514df11 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: https://metacpan.org/release/X12-Parser
+Source: https://metacpan.org/release/X12
 Upstream-Contact: Prasad Balan, pra...@cpan.org
 Upstream-Name: X12-Parser
 DISCLAIMER: This copyright info was automatically extracted 

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


[libsys-filesystem-perl] annotated tag debian/1.406-2 created (now 666219a)

2015-10-13 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/1.406-2
in repository libsys-filesystem-perl.

at  666219a   (tag)
   tagging  cd6d576e821243e2789f2c7802606cd42de502d9 (commit)
  replaces  debian/1.406-1
 tagged by  Niko Tyni
on  Tue Oct 13 21:43:31 2015 +0300

- Log -
Debian release 1.406-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWHVDTAAoJEC7A/7O3MBsfYNIP/RCG0XhwJQ6dzMssIcNYenWl
rg08iwY74F3mrDNNMXWSyQalOTEk4/jhJoNJweILBh+AHi/uTwDkKj4aa0M1omGn
diVSdHtD8j+KbC/A+kRDZxfOHskVaisPI/9i8G3i2S/jRb7e7M9IcPrA4+yAhyH2
SzHp/eDXvBOQmofYUz7Q8ro3lmZrvIGcvyH8OVeWBBw4Tn5TigDnrU9xxBC3zsZe
YUg4T2bM+BXfCvVL1txrKFGM+C02H7MIH1fllMfN69IwYV9Oj9K5/f+Tbl19LtRJ
mj9lsNniiX0Lr8SMzXzGgqvgF+EEMJCEHLZHOi6xfV4Zdw+Fk6x4NVlbhz2qeTmR
8i8+MMgT+DBzZ4gRTz/Ltg67HnRnc2FsQxxehES9Crif/XuQ74Sh4A6gmIJutyTE
2hO+CxeWJ//B+m0ONOzKOD87uce+SE9RQtYUsvnEJ9IAsJDUdNhWAfGH0Mdx2lzl
pw4wSPq8t9zgOR/1Sjz4cTg4csGcDIcsGwCjCxNNWUQBTMzpV/UOMFVH7mwTOx5N
/HUpErxp3VHu7ImAPE1+440gmy+8mUwsRxiVASQVn3qYQVWeWs/ek7TEL9HqEEbY
MU6g1kILxBTJVEejoruKQYlvUeg9XmN47Yyfpjn8aGKRflFEipzKF3JUvGeVE5K/
7rZAQFHoNtspKUIE1MWg
=OecG
-END PGP SIGNATURE-

Niko Tyni (3):
  Patch the test suite not to fail on build hosts with no regular file 
systems
  Make the package autopkgtestable
  releasing package libsys-filesystem-perl version 1.406-2 to unstable

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

---

This annotated tag includes the following new commits:

   new  8b72c2b   Patch the test suite not to fail on build hosts with no 
regular file systems
   new  bbc0eda   Make the package autopkgtestable
   new  cd6d576   releasing package libsys-filesystem-perl version 1.406-2 
to unstable

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.


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


[libx12-parser-perl] 03/06: Correct 'License' setting for 'Files: *' stanza in debian/copyright.

2015-10-13 Thread Robert James Clay
This is an automated email from the git hooks/post-receive script.

jame-guest pushed a commit to branch master
in repository libx12-parser-perl.

commit 878348e6ee26df305ea45df6f2cca4cfe90f9e6b
Author: Robert James Clay 
Date:   Tue Oct 13 11:19:12 2015 -0400

Correct 'License' setting for 'Files: *' stanza in debian/copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 514df11..157f83f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -13,7 +13,7 @@ DISCLAIMER: This copyright info was automatically extracted
 
 Files: *
 Copyright: Prasad Balan, pra...@cpan.org
-License: 
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2015, Robert James Clay 

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


[libx12-parser-perl] 04/06: Add CSILLAG Tamas to the 'debian: *' stanza in debian/copyright.

2015-10-13 Thread Robert James Clay
This is an automated email from the git hooks/post-receive script.

jame-guest pushed a commit to branch master
in repository libx12-parser-perl.

commit c457645cee51f3644abb705ea60757ebdfbcac3b
Author: Robert James Clay 
Date:   Tue Oct 13 11:22:43 2015 -0400

Add CSILLAG Tamas to the 'debian: *' stanza in debian/copyright.
---
 debian/copyright | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/copyright b/debian/copyright
index 157f83f..d11b6fa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -17,6 +17,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2015, Robert James Clay 
+ 2015, CSILLAG Tamas 
 License: Artistic or GPL-1+
 
 License: Artistic

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


[libx12-parser-perl] 01/06: Correct module distribution URL in debian/watch.

2015-10-13 Thread Robert James Clay
This is an automated email from the git hooks/post-receive script.

jame-guest pushed a commit to branch master
in repository libx12-parser-perl.

commit dfaaf6605e5946bd08deccf07611001c137db435
Author: Robert James Clay 
Date:   Tue Oct 13 11:05:30 2015 -0400

Correct module distribution URL in debian/watch.
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 1ecf306..15807d4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://metacpan.org/release/X12-Parser   
.*/X12-Parser-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://metacpan.org/release/X12   
.*/X12-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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


[libmemcached-libmemcached-perl] branch master updated (87633e8 -> cd4b0fe)

2015-10-13 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libmemcached-libmemcached-perl.

  from  87633e8   Removed unnecessary explicit dependancy from 
debian/control Removed documents and examples from bundled libmemcached Removed 
assumption of amd64 architecture from Makefile.PL and other cruft Refactored 
tests to make use of smoke-env and smoke-setup
   new  cd4b0fe   add TODO item

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/changelog | 4 
 1 file changed, 4 insertions(+)

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


[libmemcached-libmemcached-perl] branch master updated (b414523 -> 87633e8)

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

grinorcole-guest pushed a change to branch master
in repository libmemcached-libmemcached-perl.

  from  b414523   back to UNRELEASED, TODO added to d/changelog
   new  87633e8   Removed unnecessary explicit dependancy from 
debian/control Removed documents and examples from bundled libmemcached Removed 
assumption of amd64 architecture from Makefile.PL and other cruft Refactored 
tests to make use of smoke-env and smoke-setup

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/changelog   | 16 
 debian/control |  1 -
 debian/libmemcached-libmemcached-perl.docs |  7 --
 debian/libmemcached-libmemcached-perl.examples |  1 -
 debian/patches/use-system-libmemcached.patch   | 34 +-
 debian/tests/control   | 15 
 debian/tests/custom-smoke  | 14 ---
 debian/tests/pkg-perl/SKIP |  2 --
 debian/tests/pkg-perl/smoke-env|  1 +
 debian/tests/pkg-perl/smoke-setup  |  2 ++
 10 files changed, 31 insertions(+), 62 deletions(-)
 delete mode 100644 debian/libmemcached-libmemcached-perl.examples
 delete mode 100644 debian/tests/control
 delete mode 100644 debian/tests/custom-smoke
 delete mode 100644 debian/tests/pkg-perl/SKIP
 create mode 100644 debian/tests/pkg-perl/smoke-env
 create mode 100755 debian/tests/pkg-perl/smoke-setup

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


[libmemcached-libmemcached-perl] 01/01: Removed unnecessary explicit dependancy from debian/control Removed documents and examples from bundled libmemcached Removed assumption of amd64 architecture fr

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

grinorcole-guest pushed a commit to branch master
in repository libmemcached-libmemcached-perl.

commit 87633e8c9a778211560d8df07b340143f04a5449
Author: Christopher Hoskin 
Date:   Tue Oct 13 21:42:38 2015 +0100

Removed unnecessary explicit dependancy from debian/control
Removed documents and examples from bundled libmemcached
Removed assumption of amd64 architecture from Makefile.PL and other cruft
Refactored tests to make use of smoke-env and smoke-setup
---
 debian/changelog   | 16 
 debian/control |  1 -
 debian/libmemcached-libmemcached-perl.docs |  7 --
 debian/libmemcached-libmemcached-perl.examples |  1 -
 debian/patches/use-system-libmemcached.patch   | 34 +-
 debian/tests/control   | 15 
 debian/tests/custom-smoke  | 14 ---
 debian/tests/pkg-perl/SKIP |  2 --
 debian/tests/pkg-perl/smoke-env|  1 +
 debian/tests/pkg-perl/smoke-setup  |  2 ++
 10 files changed, 31 insertions(+), 62 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea83e67..cadd13e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,21 +1,6 @@
 libmemcached-libmemcached-perl (1.001801-1) UNRELEASED; urgency=low
 
   TODO:
-  - the package will fail to build on all architectures except amd64 due to
-"/usr/lib/x86_64-linux-gnu/libmemcached.so" in the patch.
-(later:) tested on i386:
-make[1]: *** No rule to make target 
'/usr/lib/x86_64-linux-gnu/libmemcached.so', needed by 'libmemcached.o'.  Stop.
-either -lmemcached or similar works, or DEB_HOST_MULTIARCH helps to find
-the patch; or it can be removed if this is a makefile target ...
-  - side note: in Makefile.PL, 'my $is_developer = (-d ".svn" || -d ".git");'
-looks wrong for us
-  - autopkgtest: (just a thought, haven't tried): maybe the new
-debian/tests/pkg-perl/smoke-setup script option would avoid having to
-setup a whole new test
-  - debian/libmemcached-libmemcached-perl.examples: looks more like examples
-of embedded libmemcached?
-  - debian/libmemcached-libmemcached-perl.docs: probably all except the TODO
-is not needed?
   - d/copyright: Paul-Hsieh looks at least weird (doesn't say what is
 allowed), Bob-Jenkins looks non-free (only "use", no distribution or
 "modification". - I think just repackaging and removing src/ completely is
@@ -24,7 +9,6 @@ libmemcached-libmemcached-perl (1.001801-1) UNRELEASED; 
urgency=low
 ">="? limiting to one version sounds like a pain for the future.
 the resulting binary package just depends on an unversioned
 "libmemcached11".
-  - d/control: libpod-coverage-perl is probably not needed explicitly
 
   * Initial Release. Closes: #801254
 
diff --git a/debian/control b/debian/control
index 916a6ac..f55e998 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,6 @@ Build-Depends: debhelper (>= 9.20120312~),
  procps,
  libpod-coverage-perl,
  libtest-pod-perl,
- libtest-pod-coverage-perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmemcached-libmemcached-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libmemcached-libmemcached-perl.git
diff --git a/debian/libmemcached-libmemcached-perl.docs 
b/debian/libmemcached-libmemcached-perl.docs
index ea8704f..1333ed7 100644
--- a/debian/libmemcached-libmemcached-perl.docs
+++ b/debian/libmemcached-libmemcached-perl.docs
@@ -1,8 +1 @@
-README.md
 TODO
-src/README
-src/libmemcached/README
-src/libmemcached/README.FIRST
-src/libmemcached/NEWS
-src/libmemcached/TODO
-src/libmemcached/libmemcached/memcached/README.txt
diff --git a/debian/libmemcached-libmemcached-perl.examples 
b/debian/libmemcached-libmemcached-perl.examples
deleted file mode 100644
index eccca46..000
--- a/debian/libmemcached-libmemcached-perl.examples
+++ /dev/null
@@ -1 +0,0 @@
-src/libmemcached/example
diff --git a/debian/patches/use-system-libmemcached.patch 
b/debian/patches/use-system-libmemcached.patch
index e75cbf9..ee8d8be 100644
--- a/debian/patches/use-system-libmemcached.patch
+++ b/debian/patches/use-system-libmemcached.patch
@@ -11,8 +11,9 @@ Last-Update: 2015-10-07
  my $lmcd_api_ver = "1.0"; # eg $lmcd_src/libmemcached-$lmcd_api_ver/
  my $lmcd_inst = getcwd()."/src_inst";
 -my $lmcd_built_lib = "$lmcd_inst/lib/libmemcached$Config{lib_ext}";
+-my $is_developer = (-d ".svn" || -d ".git");
 +my $lmcd_built_lib = "/usr/lib/x86_64-linux-gnu/libmemcached.so";
- my $is_developer = (-d ".svn" || -d ".git");
++my $is_developer = 0; #Packaged code is not developer
  
 -my ($lmcd_h) = eval { build_libmemcached() };
 -if ($@) {
@@ -31,7 +32,16 @@ Last-Update: 2015-10-07
  
  my %opts;
  if (my $gccversion = $Config{gccversion}) { # ask gcc 

[libmemcached-libmemcached-perl] 01/01: add TODO item

2015-10-13 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmemcached-libmemcached-perl.

commit cd4b0fec1cdff021989198ca2f55026f01ec2513
Author: gregor herrmann 
Date:   Tue Oct 13 23:04:58 2015 +0200

add TODO item

Gbp-Dch: Ignore
---
 debian/changelog | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cadd13e..71a0ff0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ libmemcached-libmemcached-perl (1.001801-1) UNRELEASED; 
urgency=low
 ">="? limiting to one version sounds like a pain for the future.
 the resulting binary package just depends on an unversioned
 "libmemcached11".
+  - autopkgtest: the rewrite with the new tools looks nice! but unfortunately
+it has a problem: /usr/bin/memcached is still running at the end :/
+(which means in my lvm setup that the snapshot lv can't be unmounted and
+the tests finally die)
 
   * Initial Release. Closes: #801254
 

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