[libnet-dict-perl] 02/04: d/patches: add patch to rename dict to pdict

2015-07-21 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libnet-dict-perl.

commit 9f0d55d7892f370365c3b01a795398f849f4cfbd
Author: Lucas Kanashiro kanashiro.dua...@gmail.com
Date:   Tue Jul 21 13:30:35 2015 -0300

d/patches: add patch to rename dict to pdict
---
 debian/patches/01-rename-dict-binary.patch | 131 +
 debian/patches/series  |   1 +
 2 files changed, 132 insertions(+)

diff --git a/debian/patches/01-rename-dict-binary.patch 
b/debian/patches/01-rename-dict-binary.patch
new file mode 100644
index 000..4e71eb4
--- /dev/null
+++ b/debian/patches/01-rename-dict-binary.patch
@@ -0,0 +1,131 @@
+--- a/dict
 b/dict
+@@ -1,6 +1,6 @@
+ #!/usr/bin/env perl
+ #
+-# dict - perl DICT client (for accessing network dictionary servers)
++# pdict - perl DICT client (for accessing network dictionary servers)
+ #
+ # $Id: dict,v 1.2 2003/05/05 23:55:00 neilb Exp $
+ #
+@@ -319,25 +319,25 @@ __END__
+ 
+ =head1 NAME
+ 
+-dict - a perl client for accessing network dictionary servers
++pdict - a perl client for accessing network dictionary servers
+ 
+ =head1 SYNOPSIS
+ 
+-Bdict [OPTIONS] Iword
++Bpdict [OPTIONS] Iword
+ 
+ =head1 DESCRIPTION
+ 
+-Bdict is a client for the Dictionary server protocol (DICT),
++Bpdict is a client for the Dictionary server protocol (DICT),
+ which is used to query natural language dictionaries hosted on
+ a remote machine.  When used in the most simple way,
+ 
+-% dict word
++% pdict word
+ 
+-Bdict will look for definitions of Iword in the dictionaries
++Bpdict will look for definitions of Iword in the dictionaries
+ hosted at Bdict.org. If no definitions are found, then dict
+ will look for words which are similar, and list them:
+ 
+-% dict bonana
++% pdict bonana
+   no definition for bonana - perhaps you meant:
+ banana, bonanza, Banana, Bonanza, Bonasa
+ 
+@@ -347,19 +347,19 @@ You can use the B-stats switch to find
+ 
+ You can specify the hostname of the DICT server using the B-h option:
+ 
+-% dict -h dict.org dictionary
++% pdict -h dict.org dictionary
+ 
+ A DICT server can support a number of databases;
+ you can use the B-d option to specify a particular database.
+ For example, you can look up computer-related terms
+ in the Free On-line Dictionary Of Computing (FOLDOC) using:
+ 
+-% dict -h dict.org -d foldoc byte
++% pdict -h dict.org -d foldoc byte
+ 
+ To find out what databases (dictionaries) are available on
+ a server, use the B-dbs option:
+ 
+-% dict -dbs
++% pdict -dbs
+ 
+ There are many dictionaries hosted on other servers around the net;
+ a list of some of them can be found at
+@@ -368,12 +368,12 @@ a list of some of them can be found at
+ 
+ =head2 MATCHING
+ 
+-Instead of requesting word definitions, you can use dict
++Instead of requesting word definitions, you can use pdict
+ to request a list of words which match a pattern.
+ For example, to look for four-letter words starting in 'b'
+ and ending in 'p', you would use:
+ 
+-% dict -match -strategy re '^b..p$'
++% pdict -match -strategy re '^b..p$'
+ 
+ The B-match option says you want a list of matching words rather
+ than a definition.
+@@ -384,7 +384,7 @@ Most DICT servers support a number of ma
+ you can get a list of the strategies provided by a server
+ using the B-strats switch:
+ 
+-% dict -h dict.org -strats
++% pdict -h dict.org -strats
+ 
+ =head1 OPTIONS
+ 
+@@ -439,19 +439,19 @@ Display a short help message including c
+ 
+ =item B-doc
+ 
+-Display the full documentation for Bdict.
++Display the full documentation for Bpdict.
+ 
+ =item B-version
+ 
+-Display the version of Bdict
++Display the version of Bpdict
+ 
+ =item B-verbose
+ 
+-Display verbose information as Bdict runs.
++Display verbose information as Bpdict runs.
+ 
+ =item B-debug
+ 
+-Display debugging information as Bdict runs.
++Display debugging information as Bpdict runs.
+ Useful mainly for developers.
+ 
+ =back
+@@ -462,7 +462,7 @@ Useful mainly for developers.
+ 
+ =item *
+ 
+-Bdict doesn't know how to handle firewalls.
++Bpdict doesn't know how to handle firewalls.
+ 
+ =item *
+ 
+@@ -474,7 +474,7 @@ Display of list results (eg from B-stra
+ 
+ =item *
+ 
+-Bdict isn't very smart at handling combinations of options.
++Bpdict isn't very smart at handling combinations of options.
+ 
+ =item *
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..3e964a4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-rename-dict-binary.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dict-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-dict-perl] 03/04: d/rules: rename dict (exec and man page) to pdict

2015-07-21 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libnet-dict-perl.

commit fce329b72f685812e1d680756bb45c426170
Author: Lucas Kanashiro kanashiro.dua...@gmail.com
Date:   Tue Jul 21 13:31:04 2015 -0300

d/rules: rename dict (exec and man page) to pdict
---
 debian/rules | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index bd33a33..242e381 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,16 @@
 #!/usr/bin/make -f
 
-TEST_FILES=$(ls t/*.t)
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
 
 %:
dh $@
 
+# Skip all tests, they depend of Internet access
 override_dh_auto_test:
-   dh_auto_test -- TEST_FILES=$(TEST_FILES)
+
+override_dh_auto_install:
+   dh_auto_install
+   mv $(TMP)/usr/bin/dict $(TMP)/usr/bin/pdict
+   mv $(TMP)/usr/share/man/man1/dict.1p \
+   $(TMP)/usr/share/man/man1/pdict.1p

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dict-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-dict-perl] branch master updated (9689449 - 5b81a31)

2015-07-21 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libnet-dict-perl.

  from  9689449   back to UNRELEASED, TODO added to d/changelog
   new  61200aa   d/copyright: add missing t/database.t
   new  9f0d55d   d/patches: add patch to rename dict to pdict
   new  fce329b   d/rules: rename dict (exec and man page) to pdict
   new  5b81a31   d/changelog: remove TODO and release to unstable

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   |  13 +--
 debian/copyright   |  30 +++
 debian/patches/01-rename-dict-binary.patch | 131 +
 debian/patches/series  |   1 +
 debian/rules   |  11 ++-
 5 files changed, 172 insertions(+), 14 deletions(-)
 create mode 100644 debian/patches/01-rename-dict-binary.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-dict-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-dict-perl] 04/04: d/changelog: remove TODO and release to unstable

2015-07-21 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libnet-dict-perl.

commit 5b81a310c0f39c0d3200cf5b2c2f322510667dd3
Author: Lucas Kanashiro kanashiro.dua...@gmail.com
Date:   Tue Jul 21 13:40:10 2015 -0300

d/changelog: remove TODO and release to unstable
---
 debian/changelog | 13 +
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f046add..2099c3d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,15 +1,4 @@
-libnet-dict-perl (2.19-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright: t/database.t is still missing
-  - d/rules: this only skips tests because it's invalid make syntax :)
-for not running the tests, an empty override_dh_auto_test (preferrably 
with a
-comment) is the easiest way; TEST_FILES and dh_auto_test can be removed
-  - /usr/bin/dict already exists (in apt-gidict); so either we install it as
-an example or under a different name (pdict?). also means renaming
-manpages and probably patching them etc.
-  - let's see what ci.debian.net thinks about the tests which need network
-access.
+libnet-dict-perl (2.19-1) unstable; urgency=low
 
   * Initial Release. (Closes: #792879)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dict-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-dict-perl] 01/04: d/copyright: add missing t/database.t

2015-07-21 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libnet-dict-perl.

commit 61200aafc7eecca0483c036775a31df8907588e2
Author: Lucas Kanashiro kanashiro.dua...@gmail.com
Date:   Tue Jul 21 13:29:11 2015 -0300

d/copyright: add missing t/database.t
---
 debian/copyright | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/debian/copyright b/debian/copyright
index d5c5208..c64fb23 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,10 @@ Copyright: 2002-2014 Neil Bowers n...@bowers.com
1998  Dmitry Rubinstein dim...@wisdom.weizmann.ac.il
 License: Artistic or GPL-1+
 
+Files: t/database.t
+Copyright: 2006 Princeton University
+License: WordNet3.0
+
 Files: debian/*
 Copyright: 2015 Lucas Kanashiro kanashiro.dua...@gmail.com
 License: Artistic or GPL-1+
@@ -28,3 +32,29 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: WordNet3.0
+ Permission to use, copy, modify and distribute this software and
+ database and its documentation for any purpose and without fee or
+ royalty is hereby granted, provided that you agree to comply with
+ the following copyright notice and statements, including the disclaimer,
+ and that the same appear on ALL copies of the software, database and
+ documentation, including modifications that you make for internal
+ use or for distribution.
+ .
+ WordNet 3.0 Copyright 2006 by Princeton University.  All rights reserved.
+ .
+ THIS SOFTWARE AND DATABASE IS PROVIDED AS IS AND PRINCETON
+ UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+ IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PRINCETON
+ UNIVERSITY MAKES NO REPRESENTATIONS OR WARRANTIES OF MERCHANT-
+ ABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE
+ OF THE LICENSED SOFTWARE, DATABASE OR DOCUMENTATION WILL NOT
+ INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR
+ OTHER RIGHTS.
+ .
+ The name of Princeton University or Princeton may not be used in
+ advertising or publicity pertaining to distribution of the software
+ and/or database.  Title to copyright in this software, database and
+ any associated documentation shall at all times remain with
+ Princeton University and LICENSEE agrees to preserve same.

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


[libio-interface-perl] 08/08: Prepare changelog for release

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

carnil pushed a commit to branch master
in repository libio-interface-perl.

commit a81fdfb8db0fbebfb065566fbbb64f9b10923912
Author: Salvatore Bonaccorso car...@debian.org
Date:   Tue Jul 21 19:57:06 2015 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index beb6fa0..b81dd47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,19 @@
-libio-interface-perl (1.07-3) UNRELEASED; urgency=medium
+libio-interface-perl (1.09-1) unstable; urgency=medium
 
+  * Team upload.
   * Update Vcs-Browser URL to cgit web frontend
-
- -- Salvatore Bonaccorso car...@debian.org  Sat, 16 Aug 2014 09:32:30 +0200
+  * Imported Upstream version 1.09
+  * Update copyright stanza for upstream files.
+Update copyright years for upstream files and change License field to
+Artistic-2.0 as per upstream change.
+Add License-stanza for Artistic-2.0.
+  * Drop missing-curly.patch patch
+  * Add Build-Depends on libmodule-build-perl
+  * Don't install README file into docs
+  * Declare compliance with Debian policy 3.9.6
+  * Declare package as autopkgtestable
+
+ -- Salvatore Bonaccorso car...@debian.org  Tue, 21 Jul 2015 19:54:18 +0200
 
 libio-interface-perl (1.07-2) unstable; urgency=high
 

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


[libio-interface-perl] 05/08: Don't install README file into docs

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

carnil pushed a commit to branch master
in repository libio-interface-perl.

commit 07b6a0f98d3aade9953160092a7fbd42942a03e0
Author: Salvatore Bonaccorso car...@debian.org
Date:   Tue Jul 21 19:52:10 2015 +0200

Don't install README file into docs
---
 debian/libio-interface-perl.docs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/libio-interface-perl.docs b/debian/libio-interface-perl.docs
deleted file mode 100644
index e845566..000
--- a/debian/libio-interface-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README

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


[libio-interface-perl] branch master updated (f744cb6 - a81fdfb)

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

carnil pushed a change to branch master
in repository libio-interface-perl.

  from  f744cb6   update changelog
  adds  4a980be   Imported Upstream version 1.09
   new  d75f7ec   Merge tag 'upstream/1.09'
   new  1f7f227   Update copyright stanza for upstream files
   new  efadc6c   Drop missing-curly.patch patch
   new  441c280   Add Build-Depends on libmodule-build-perl
   new  07b6a0f   Don't install README file into docs
   new  634b6fb   Declare compliance with Debian policy 3.9.6
   new  5a546b1   Declare package as autopkgtestable
   new  a81fdfb   Prepare changelog for release

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


Summary of changes:
 Build.PL  |  26 
 Changes   |  35 +++--
 LICENSE   | 202 +
 MANIFEST  |  14 +-
 META.json |  49 +++
 META.yml  |  43 ---
 Makefile.PL   |  52 
 README|  11 --
 README.md |  32 +
 debian/changelog  |  17 ++-
 debian/control|   4 +-
 debian/copyright  | 207 +-
 debian/libio-interface-perl.docs  |   1 -
 debian/patches/missing-curly.patch|  18 ---
 debian/patches/series |   1 -
 Interface.pm = lib/IO/Interface.pm   |  15 ++-
 Interface.xs = lib/IO/Interface.xs   |  14 +-
 {Interface = lib/IO/Interface}/Simple.pm |  12 +-
 18 files changed, 617 insertions(+), 136 deletions(-)
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 debian/libio-interface-perl.docs
 delete mode 100644 debian/patches/missing-curly.patch
 delete mode 100644 debian/patches/series
 rename Interface.pm = lib/IO/Interface.pm (95%)
 rename Interface.xs = lib/IO/Interface.xs (97%)
 rename {Interface = lib/IO/Interface}/Simple.pm (94%)

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


[libio-interface-perl] 03/08: Drop missing-curly.patch patch

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

carnil pushed a commit to branch master
in repository libio-interface-perl.

commit efadc6c8a6fa85164a2b8994cdf036a38a34cddb
Author: Salvatore Bonaccorso car...@debian.org
Date:   Tue Jul 21 19:50:53 2015 +0200

Drop missing-curly.patch patch
---
 debian/patches/missing-curly.patch | 18 --
 debian/patches/series  |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/missing-curly.patch 
b/debian/patches/missing-curly.patch
deleted file mode 100644
index 379e82a..000
--- a/debian/patches/missing-curly.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: make count if braces more balanced
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=97190
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=97190
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754691
-Author: gregor herrmann gre...@debian.org
-Last-Update: 2014-07-23
-
 a/Interface.xs
-+++ b/Interface.xs
-@@ -595,6 +595,7 @@
-}
-ifap = ifap - ifa_next;
-  } 
-+ }
-  freeifaddrs(ifap);
- 
-  s = hwaddr; 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 0a123c4..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-missing-curly.patch

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


[libio-interface-perl] 04/08: Add Build-Depends on libmodule-build-perl

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

carnil pushed a commit to branch master
in repository libio-interface-perl.

commit 441c280eabc430869e36d0d0e47a6ffa7bc486f6
Author: Salvatore Bonaccorso car...@debian.org
Date:   Tue Jul 21 19:51:27 2015 +0200

Add Build-Depends on libmodule-build-perl
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index eb9342e..d750a99 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders: Zak B. Elep zak...@spunge.org,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (= 9.20120312~),
+   libmodule-build-perl,
netbase,
perl
 Standards-Version: 3.9.5

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


[libio-interface-perl] 02/08: Update copyright stanza for upstream files

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

carnil pushed a commit to branch master
in repository libio-interface-perl.

commit 1f7f2273e3bc88ce901e92c319d1f48a4a0c132d
Author: Salvatore Bonaccorso car...@debian.org
Date:   Tue Jul 21 19:47:44 2015 +0200

Update copyright stanza for upstream files

Update copyright years for upstream files and change License field to
Artistic-2.0 as per upstream change.

Add License-stanza for Artistic-2.0.
---
 debian/copyright | 207 ++-
 1 file changed, 205 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 346ba49..a2e42ab 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,8 +4,8 @@ Upstream-Contact: Lincoln Stein lst...@cshl.org
 Source: https://metacpan.org/release/IO-Interface
 
 Files: *
-Copyright: 2000-2008 Lincoln Stein lst...@cshl.org
-License: Artistic or GPL-1+
+Copyright: 2000-2014 Lincoln Stein lst...@cshl.org
+License: Artistic-2.0
 
 Files: debian/*
 Copyright: 2004, Matthias Urlichs sm...@debian.org
@@ -18,6 +18,209 @@ Copyright: 2004, Matthias Urlichs sm...@debian.org
  2014, Florian Schlichting f...@debian.org
 License: Artistic or GPL-1+
 
+License: Artistic-2.0
+ The Artistic License 2.0
+ .
+Copyright (c) 2014 Lincoln Stein
+ .
+  Everyone is permitted to copy and distribute verbatim copies
+   of this license document, but changing it is not allowed.
+ .
+ Preamble
+ .
+ This license establishes the terms under which a given free software
+ Package may be copied, modified, distributed, and/or redistributed.
+ The intent is that the Copyright Holder maintains some artistic
+ control over the development of that Package while still keeping the
+ Package available as open source and free software.
+ .
+ You are always permitted to make arrangements wholly outside of this
+ license directly with the Copyright Holder of a given Package.  If the
+ terms of this license do not permit the full use that you propose to
+ make of the Package, you should contact the Copyright Holder and seek
+ a different licensing arrangement.
+ .
+ Definitions
+ .
+ Copyright Holder means the individual(s) or organization(s)
+ named in the copyright notice for the entire Package.
+ .
+ Contributor means any party that has contributed code or other
+ material to the Package, in accordance with the Copyright Holder's
+ procedures.
+ .
+ You and your means any person who would like to copy,
+ distribute, or modify the Package.
+ .
+ Package means the collection of files distributed by the
+ Copyright Holder, and derivatives of that collection and/or of
+ those files. A given Package may consist of either the Standard
+ Version, or a Modified Version.
+ .
+ Distribute means providing a copy of the Package or making it
+ accessible to anyone else, or in the case of a company or
+ organization, to others outside of your company or organization.
+ .
+ Distributor Fee means any fee that you charge for Distributing
+ this Package or providing support for this Package to another
+ party.  It does not mean licensing fees.
+ .
+ Standard Version refers to the Package if it has not been
+ modified, or has been modified only in ways explicitly requested
+ by the Copyright Holder.
+ .
+ Modified Version means the Package, if it has been changed, and
+ such changes were not explicitly requested by the Copyright
+ Holder.
+ .
+ Original License means this Artistic License as Distributed with
+ the Standard Version of the Package, in its current version or as
+ it may be modified by The Perl Foundation in the future.
+ .
+ Source form means the source code, documentation source, and
+ configuration files for the Package.
+ .
+ Compiled form means the compiled bytecode, object code, binary,
+ or any other form resulting from mechanical transformation or
+ translation of the Source form.
+ .
+ .
+ Permission for Use and Modification Without Distribution
+ .
+ (1)  You are permitted to use the Standard Version and create and use
+ Modified Versions for any purpose without restriction, provided that
+ you do not Distribute the Modified Version.
+ .
+ .
+ Permissions for Redistribution of the Standard Version
+ .
+ (2)  You may Distribute verbatim copies of the Source form of the
+ Standard Version of this Package in any medium without restriction,
+ either gratis or for a Distributor Fee, provided that you duplicate
+ all of the original copyright notices and associated disclaimers.  At
+ your discretion, such verbatim copies may or may not include a
+ Compiled form of the Package.
+ .
+ (3)  You may apply any bug fixes, portability changes, and other
+ modifications made available from the Copyright Holder.  The resulting
+ Package will still be considered the Standard Version, and as such
+ will be subject to the 

[libio-interface-perl] 06/08: Declare compliance with Debian policy 3.9.6

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

carnil pushed a commit to branch master
in repository libio-interface-perl.

commit 634b6fb3a248ed1fdf3f03a89327b5492763c7ea
Author: Salvatore Bonaccorso car...@debian.org
Date:   Tue Jul 21 19:52:37 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 d750a99..9020acd 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper (= 9.20120312~),
libmodule-build-perl,
netbase,
perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libio-interface-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-interface-perl.git
 Homepage: https://metacpan.org/release/IO-Interface

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


[libio-interface-perl] branch pristine-tar updated (ed255fb - 02c8473)

2015-07-21 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 libio-interface-perl.

  from  ed255fb   pristine-tar data for 
libio-interface-perl_1.07.orig.tar.gz
   new  02c8473   pristine-tar data for 
libio-interface-perl_1.09.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:
 libio-interface-perl_1.09.orig.tar.gz.delta | Bin 0 - 1171 bytes
 libio-interface-perl_1.09.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libio-interface-perl_1.09.orig.tar.gz.delta
 create mode 100644 libio-interface-perl_1.09.orig.tar.gz.id

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


[libio-interface-perl] annotated tag debian/1.09-1 created (now 1108bf8)

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

carnil pushed a change to annotated tag debian/1.09-1
in repository libio-interface-perl.

at  1108bf8   (tag)
   tagging  a81fdfb8db0fbebfb065566fbbb64f9b10923912 (commit)
  replaces  debian/1.07-2
 tagged by  Salvatore Bonaccorso
on  Tue Jul 21 19:57:19 2015 +0200

- Log -
tagging package libio-interface-perl version debian/1.09-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJVrof/AAoJEAVMuPMTQ89E3k8P/AiwCqLEauFB9MdhrsFkyIxt
DmWENxBLgV/4QFfu1hSFMJ7BIHNOCC12GSUH9kdOTnDazGWyIxCfWRPz00ptdP9G
Gl6Oi2/z0RhHvH5LpA7WkYPXeHHMjj4QxkWimyX8pQ6uXBC9zXqi3FF7zEKHL7EH
gml2JiZ6Hxr++UPtxpNFbB/zcxDANx1jq30TcBzNk9n5maHD1ChVYILxgDmBu7Ts
gzOghSsijvspFEwq4kZdwU/jFkO6oVh0s/VT0n3MfnOqI8WjiFpDLO7Kw7gnDdpY
0WoZOrJqPXX23cnm/vNUZ/riBwXhZPh0PeQE19UEnPPRTjZS0uU6ayJh7FiDfkNI
28hZNP6XPKMFUGg6qO9qQgj57x26McFumpbxmCFH+lzfMJSecFTnocNLAjv9P3Ce
DG3VcRLH8Ueevj7tL3A6EpNUS9PmTJSEBvLR+nnKBl67Omyi99gXHqnkfW2m/rSJ
/aMLiEr0oZGoYUZstK4I2KVl5lgr3wy+gdQ09tn4pSxO988BNXM7QVEx9B5Diaaq
UGcOXjshoh0QgCh0mm9yMjywjKBQgSeOGqn73ZKb16copWmxda15akigswH9/fmm
qiZnjEVnd51dQDnDD97z5MdyRRnsVFti2f0knHXiTnRzIZdw1Gzq5LKMaQZ8Odcs
+mF8GT5HiTA2zml7ovf5
=ayso
-END PGP SIGNATURE-

Salvatore Bonaccorso (11):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  Imported Upstream version 1.09
  Merge tag 'upstream/1.09'
  Update copyright stanza for upstream files
  Drop missing-curly.patch patch
  Add Build-Depends on libmodule-build-perl
  Don't install README file into docs
  Declare compliance with Debian policy 3.9.6
  Declare package as autopkgtestable
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  d75f7ec   Merge tag 'upstream/1.09'
   new  1f7f227   Update copyright stanza for upstream files
   new  efadc6c   Drop missing-curly.patch patch
   new  441c280   Add Build-Depends on libmodule-build-perl
   new  07b6a0f   Don't install README file into docs
   new  634b6fb   Declare compliance with Debian policy 3.9.6
   new  5a546b1   Declare package as autopkgtestable
   new  a81fdfb   Prepare changelog for release

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


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


[libio-interface-perl] annotated tag upstream/1.09 created (now 13c1672)

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

carnil pushed a change to annotated tag upstream/1.09
in repository libio-interface-perl.

at  13c1672   (tag)
   tagging  4a980be355585c0342b788113d979898fa051b92 (commit)
  replaces  upstream/1.07
 tagged by  Salvatore Bonaccorso
on  Tue Jul 21 19:32:46 2015 +0200

- Log -
Upstream version 1.09

Salvatore Bonaccorso (1):
  Imported Upstream version 1.09

---

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/libio-interface-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


[libio-interface-perl] 01/01: pristine-tar data for libio-interface-perl_1.09.orig.tar.gz

2015-07-21 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 libio-interface-perl.

commit 02c847397193b36d3fd8184248b860ef7a8e8ab6
Author: Salvatore Bonaccorso car...@debian.org
Date:   Tue Jul 21 19:32:46 2015 +0200

pristine-tar data for libio-interface-perl_1.09.orig.tar.gz
---
 libio-interface-perl_1.09.orig.tar.gz.delta | Bin 0 - 1171 bytes
 libio-interface-perl_1.09.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libio-interface-perl_1.09.orig.tar.gz.delta 
b/libio-interface-perl_1.09.orig.tar.gz.delta
new file mode 100644
index 000..6a1175d
Binary files /dev/null and b/libio-interface-perl_1.09.orig.tar.gz.delta differ
diff --git a/libio-interface-perl_1.09.orig.tar.gz.id 
b/libio-interface-perl_1.09.orig.tar.gz.id
new file mode 100644
index 000..4e57177
--- /dev/null
+++ b/libio-interface-perl_1.09.orig.tar.gz.id
@@ -0,0 +1 @@
+c1cf3921d410b8270c0471309fe55824394e7511

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


[libio-interface-perl] 01/08: Merge tag 'upstream/1.09'

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

carnil pushed a commit to branch master
in repository libio-interface-perl.

commit d75f7ec87fa777499adb7bcd157bab7cc1f6b846
Merge: f744cb6 4a980be
Author: Salvatore Bonaccorso car...@debian.org
Date:   Tue Jul 21 19:32:46 2015 +0200

Merge tag 'upstream/1.09'

Upstream version 1.09

 Build.PL  |  26 
 Changes   |  35 +++---
 LICENSE   | 202 ++
 MANIFEST  |  14 ++-
 META.json |  49 
 META.yml  |  43 ---
 Makefile.PL   |  52 
 README|  11 --
 README.md |  32 +
 Interface.pm = lib/IO/Interface.pm   |  15 ++-
 Interface.xs = lib/IO/Interface.xs   |  14 ++-
 {Interface = lib/IO/Interface}/Simple.pm |  12 +-
 12 files changed, 395 insertions(+), 110 deletions(-)

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


[libio-interface-perl] 07/08: Declare package as autopkgtestable

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

carnil pushed a commit to branch master
in repository libio-interface-perl.

commit 5a546b12b86ff84f2678e2103e54ad7d25943a70
Author: Salvatore Bonaccorso car...@debian.org
Date:   Tue Jul 21 19:53:41 2015 +0200

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

diff --git a/debian/control b/debian/control
index 9020acd..15363da 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/libio-interface-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-interface-perl.git
 Homepage: https://metacpan.org/release/IO-Interface
+Testsuite: autopkgtest-pkg-perl
 
 Package: libio-interface-perl
 Architecture: any

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


[librtf-document-perl] 02/05: Imported Debian patch 0.64-7

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 0c3eaced6db3bbf435dc39d9e4e7a32d744b2b92
Author: Krzysztof Krzyzaniak (eloy) e...@debian.org
Date:   Fri Jun 27 11:29:16 2003 +0200

Imported Debian patch 0.64-7
---
 debian/changelog | 26 ++
 debian/control   |  8 
 debian/copyright | 17 ++---
 debian/rules | 16 
 4 files changed, 52 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d17a929..39dc44c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,29 @@
+librtf-document-perl (0.64-7) unstable; urgency=low
+
+  * debian/control - changed Standards-Version to 3.5.8.0
+  * debian/copyright - file was updated to meet new standard
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Fri, 27 Jun 2003 11:29:16 
+0200
+
+librtf-document-perl (0.64-6) unstable; urgency=low
+
+  * debian/control - changed Standards-Version to 3.5.8.0 and Section to perl
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Thu, 29 May 2003 14:14:35 
+0200
+
+librtf-document-perl (0.64-5) unstable; urgency=low
+
+  * Typo fixed in rules file
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Mon,  2 Sep 2002 11:50:57 
+0200
+
+librtf-document-perl (0.64-4) unstable; urgency=low
+
+  * New rules file (based on libmd5-perl)
+  * link to Artistic in copyright (closes: #157646) 
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Mon,  2 Sep 2002 11:39:43 
+0200
+
 librtf-document-perl (0.64-3) unstable; urgency=low
 
   * rules file was rewriten
diff --git a/debian/control b/debian/control
index 45cc752..ac895ea 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: librtf-document-perl
-Section: interpreters
+Section: perl
 Priority: extra
 Maintainer: Krzysztof Krzyzaniak (eloy) e...@debian.org
-Build-Depends-Indep: debhelper ( 3.0.0), perl5, libconvert-units-perl (= 
0.43)
-Standards-Version: 3.5.2
+Build-Depends-Indep: perl5, debhelper ( 3.0.0), libconvert-units-perl (= 
0.43)
+Standards-Version: 3.5.10
 
 Package: librtf-document-perl
 Architecture: all
-Depends: perl5, libconvert-units-perl (= 0.43)
+Depends: ${perl:Depends}, libconvert-units-perl (= 0.43)
 Description: Perl extension for generating Rich Text (RTF) Files
  RTF::Document is a module for generating Rich Text Format (RTF) 
  documents that can be used by most text converters and word processors.
diff --git a/debian/copyright b/debian/copyright
index bd2e827..fa75d51 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,17 @@ It was downloaded from 
ftp://ftp.cpan.org/authors/id/R/RR/RRWO/RTF-Document-0.64
 Upstream author: Robert Rothenberg wlkng...@unix.asb.com  
   
 Copyright:
-Copyright (c) 1999-2000 Robert Rothenberg. All rights reserved.   
-This program is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.  
+Copyright (c) 1999-2000 Robert Rothenberg. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the terms of either:
+   
+   a) the GNU General Public License as published by the Free Software
+  Foundation; either version 1, or (at your option) any later
+  version, or
+
+   b) the Artistic License which comes with Perl.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL' and
+the Artistic Licence in /usr/share/common-licenses/Artistic'.
diff --git a/debian/rules b/debian/rules
index 16a9a50..1e92e25 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,30 +24,30 @@ binary-stamp: binary-indep binary-arch
 binary-arch: binary-arch-stamp
 binary-arch-stamp: arrange
dh_testdir
+   touch binary-arch-stamp
+
+binary-indep: binary-indep-stamp
+binary-indep-stamp: arrange
+   dh_testdir
dh_testroot
-   dh_installexamples
dh_installdocs README
dh_installchangelogs Changes
+   dh_link
+   dh_strip
dh_compress
dh_fixperms
-   dh_strip
dh_installdeb
dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
-   touch binary-arch-stamp
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-   dh_testdir
touch binary-indep-stamp
 
 build: build-stamp
 build-stamp: config
dh_testdir
-   $(MAKE) LDLOADLIBS=-lc
+   $(MAKE)
$(MAKE) test
touch build-stamp
 

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


[pkg-perl-tools] 03/04: alioth-repo: Proper error message if distribution name couldn't be determined

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit 42d162e964666e302618374bee9f078c3340e1ce
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 20:58:57 2015 +0200

alioth-repo: Proper error message if distribution name couldn't be 
determined
---
 debian/changelog| 2 ++
 scripts/alioth-repo | 5 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 11d2792..7c89c1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
   * dpt-takeover: Change to use gbp-import-dscs --debsnap instead of
 apt-get source and gbp-import-dsc.
   * dpt-takeover: set -u only after environment variable checking.
+  * dpt-alioth-repo: Proper error message if distribution name couldn't be
+determined.
 
   [ gregor herrmann ]
   * dpt-import-orig: use Gbp-Dch for changelog commit message.
diff --git a/scripts/alioth-repo b/scripts/alioth-repo
index 77a3099..226de6c 100755
--- a/scripts/alioth-repo
+++ b/scripts/alioth-repo
@@ -36,7 +36,10 @@ set -e
 
 [ -n $DIST ] || DIST=$(detect_dist)
 
-[ -n $DIST ]
+if [ -z $DIST ]; then
+   echo Couldn't determine distribution name. 12
+   exit 1
+fi
 
 # Check if there is already a remote called origin before proceeding
 if git remote | egrep -q '^origin$'; then

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


[pkg-perl-tools] 04/04: alioth-repo: Read a distribution name as 1st parameter if none is found

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit fca9d9babd131d5a4c7b988fe2e15c127471bdc1
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 21:01:26 2015 +0200

alioth-repo: Read a distribution name as 1st parameter if none is found
---
 debian/changelog| 2 +-
 scripts/alioth-repo | 8 +++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c89c1a..a040130 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,7 +28,7 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
 apt-get source and gbp-import-dsc.
   * dpt-takeover: set -u only after environment variable checking.
   * dpt-alioth-repo: Proper error message if distribution name couldn't be
-determined.
+determined. Read a distribution name as first parameter in that case.
 
   [ gregor herrmann ]
   * dpt-import-orig: use Gbp-Dch for changelog commit message.
diff --git a/scripts/alioth-repo b/scripts/alioth-repo
index 226de6c..b0396cd 100755
--- a/scripts/alioth-repo
+++ b/scripts/alioth-repo
@@ -35,9 +35,15 @@ DIST=`perl -MModule::Inspector -we'my 
$d=Module::Inspector-new(dist_dir = .)
 set -e
 
 [ -n $DIST ] || DIST=$(detect_dist)
+set +u
+if [ -z $DIST ]  [ -n $1 ]; then
+set -u
+DIST=$1
+fi
+set -u
 
 if [ -z $DIST ]; then
-   echo Couldn't determine distribution name. 12
+   echo Couldn't determine distribution name. You can pass it manually as 
parameter. 12
exit 1
 fi
 

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


[pkg-perl-tools] 02/04: dpt-takeover: set -u only after environment variable checking

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit d83f0041c05e4411fedf590dd589a04b6bb0529f
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 20:57:45 2015 +0200

dpt-takeover: set -u only after environment variable checking
---
 debian/changelog | 1 +
 scripts/takeover | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4f26480..11d2792 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
 nonteam-testsuite-header is emitted.
   * dpt-takeover: Change to use gbp-import-dscs --debsnap instead of
 apt-get source and gbp-import-dsc.
+  * dpt-takeover: set -u only after environment variable checking.
 
   [ gregor herrmann ]
   * dpt-import-orig: use Gbp-Dch for changelog commit message.
diff --git a/scripts/takeover b/scripts/takeover
index d441682..b20d3df 100755
--- a/scripts/takeover
+++ b/scripts/takeover
@@ -9,7 +9,7 @@
 
 
 
-set -e -u
+set -e
 
 MYDIR=$(readlink -f `dirname $0`)
 
@@ -45,6 +45,8 @@ RFA=''
 GIT=''
 LOCAL=''
 
+set -u
+
 while getopts t:m:a:g:hn o; do
 case $o in
 h) usage;;

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


[librtf-document-perl] 04/05: Imported Debian patch 0.64-9

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 1cb24ff3f270d73d6d48b8af4b464685d410c3bd
Author: Krzysztof Krzyzaniak (eloy) e...@debian.org
Date:   Mon Feb 13 16:10:58 2006 +0100

Imported Debian patch 0.64-9
---
 Document.pm | 2392 +++
 debian/changelog|7 +
 debian/patches/00list   |1 +
 debian/patches/01_make_it_strict.dpatch |  239 +++
 debian/rules|5 +-
 debian/watch|2 +
 6 files changed, 1448 insertions(+), 1198 deletions(-)

diff --git a/Document.pm b/Document.pm
index 2912269..a21b986 100644
--- a/Document.pm
+++ b/Document.pm
@@ -1,1196 +1,1196 @@
-package RTF::Document;
-require 5.005;
-require Exporter;
-
-use vars qw(
-$VERSION
-%DOCINFO %PROPERTIES
-%FONTCLASSES %FONTPITCH %COLORNAMES %STYLETYPES %NUMSTYLES
-);
-$VERSION = 0.64;
-
-@ISA = qw(Exporter);
-@EXPORT = qw();
-@EXPORT_OK = qw();
-
-use Carp;
-use POSIX qw(floor ceil);
-use Convert::Units::Type 0.33;
-
-%NUMSTYLES = (
-'1' = '\pndec',
-'a' = '\pnlcltr',
-'i' = '\pnlcrm',
-'A' = '\pnucltr',
-'I' = '\pnucrm',
-'1st' = '\pnord'
-);
-
-sub _prop_list
-{
-my ($self, $code, $properties) = @_;
-my ($result, $level, $style);
-
-if ($properties eq off) {
-return '\pard';
-}
-
-$result = $self-new_group( '\*', '\pn' );
-
-${$properties}{level} = ${$properties}{style}, if (${$properties}{style} 
eq bullet);
-
-if (${$properties}{level}) {
-$level = ${$properties}{level};
-$level = blt, if ($level eq bullet);
-if ((($level1) or ($level11)) and ($level ne blt))
-{
-carp List level \`$level\' is out of range;
-$level = 'body';
-}
-} else {
-$level = 'body';
-}
-
-$self-add_raw ($result, '\pnlvl'.$level);
-
-if ($level eq body)  {
-$style = $NUMSTYLES{${$properties}{style}} || '\pndec';
-$self-add_raw ($result, $style);
-}
-
-if (defined(${$properties}{font}))
-{
-   $self-add_raw ($result, '\pnf'.${$properties}{font});
-}
-
-if (defined(${$properties}{color}))
-{
-   $self-add_raw ($result, '\pncf'.${$properties}{color});
-}
-
-if (defined(${$properties}{before}))
-{
-   my $group = $self-add_group($result);
-   $self-add_raw ($group, '\pntxtb 
'.escape_simple(${$properties}{before}) );
-}
-
-if (defined(${$properties}{after}))
-{
-   my $group = $self-add_group($result);
-   $self-add_raw ($group, '\pntxta '.escape_simple(${$properties}{after}) 
);
-}
-
-if (${$properties}{across})
-{
-   $self-add_raw ($result, '\pnacross');
-}
-
-if (defined(${$properties}{indent}))
-{
-   $self-add_raw ($result, '\pnindent'.POSIX::floor(
- Convert::Units::Type::convert(${$properties}{indent}, twips)
-   ));
-}
-
-if (defined(${$properties}{space}))
-{
-   $self-add_raw ($result, '\pnsp'.POSIX::floor(
- Convert::Units::Type::convert(${$properties}{space}, twips)
-   ));
-}
-
-if (${$properties}{hang})
-{
-   $self-add_raw ($result, '\pnhang');
-}
-
-if (defined(${$properties}{start}))
-{
-   $self-add_raw ($result, '\pnstart'.${$properties}{start});
-}
-
-
-return ($result);
-}
-
-# $arg is a key to RTF control in hash value
-sub _prop_decode
-{
-my ($self, $hash, $arg) = @_;
-my $result = ${$hash}{$arg};
-
-unless (defined($result)) {
-carp Don\'t know how to handle value \`$arg\';
-}
-
-return (\\.$result);
-}
-
-sub _prop_style {
-my ($self, $code, $arg) = @_;
-$code = decode_stylename($arg, '\s222');
-my $formatting, $style_properties;
-
-if (defined($code)) {
-$formatting = $self-new_group();
-%{$style_properties} = %{$self-{styles}-{$code}};
-
-if (${$style_properties}{secd}) {
-$self-add_raw($formatting, '\secd');
-delete ${$style_properties}{secd};
-}
-if (${$style_properties}{pard}) {
-$self-add_raw($formatting, '\pard');
-delete ${$style_properties}{pard};
-}
-if (${$style_properties}{plain}) {
-$self-add_raw($formatting, '\plain');
-delete ${$style_properties}{plain};
-}
-
-$self-set_properties( \%PROPERTIES, $style_properties, $formatting);
-unless (@{$formatting}) {
-carp Style \`$arg\' is not defined;
-$code = decode_stylename(none);
-}
-}
-return ($code, @{$formatting} );
-}
-
-# $arg is a unit of type (points, picas, inches) converted to twips
-sub _prop_twips {
-my ($self, $code, $arg) = @_;
-return (\\.$code.POSIX::floor(Convert::Units::Type::convert($arg, 
twips)));
-}
-
-# $arg is 

[librtf-document-perl] annotated tag debian/0.64-9 created (now bcc69c9)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/0.64-9
in repository librtf-document-perl.

at  bcc69c9   (tag)
   tagging  1cb24ff3f270d73d6d48b8af4b464685d410c3bd (commit)
  replaces  debian/0.64-8
 tagged by  Axel Beckert
on  Tue Jul 21 20:33:15 2015 +0200

- Log -
Debian release 0.64-9
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJVrpBrAAoJEGvmY8daNcl1bLAQAJtmxd/mWjzBfoWHj8HbRgdE
HyIfxmtPyye4cKQl4QOKQ+HjyStS7Lp/hLhNBxf0bCYtmZyYYgy8OTPXCTHqFz4b
l4Z9nAmSjLunjvF6uqZ2rXaxRq7X8zVf0sDKw6UIlHSF1a3uxODX8SKq1PzKkpeA
XWtCKRftiEgX04ozhlzU3Sh9/0A5uhlJmI67nk9+y2VWzb/0XX+KbArQPW5IOdMK
6xKC2/QGBMIqSfaN0YT28I56VN9iE5mhHex05i7IkhPtfglHzCn5w8PYi2G9wwad
8qKQbJHxuRSX1hQSRmlZe4FUyFwa6v+cWFOeStzUVTjH51CutxrE/wLQlN6UrkDW
9rGaUZHRH2Qc560RcK35sI19yMsoIrK/vXSoujbrK6TZ/V2n3Bp+G5C28fWTWhT1
r5AMjArllFequW1OUtq3Keb95hcgFCSGh7hOSpVSqsQ7Tmm2KZzC9GB3J46y7k7A
Tpv5DfmSNKEuNXCK5SdwPiasn2OnlFsU/p9i9w9UI74nsI1XMulWMOg1pXc1ax39
1/q1BkNOl8sRIubEWwjya1CBa2FaFJnCsDT8PkwT0/uYF7l/eM2h64VkWksvZxQa
XlYOLFkiRh/3NLpFCjzrdRg9UVpCwWSnjgxf/GecsxdWGulh3M7yZu6El4Muw24w
mtivUkZjBiMtznBzIpld
=5gZQ
-END PGP SIGNATURE-

Krzysztof Krzyzaniak (eloy) (1):
  Imported Debian patch 0.64-9

---

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/librtf-document-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


[librtf-document-perl] 05/05: Imported Debian patch 0.64-10

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit dd210364528678742f2f57e182c0c67ac6c7e8d5
Author: Krzysztof Krzyzaniak (eloy) e...@debian.org
Date:   Mon Feb 13 16:27:10 2006 +0100

Imported Debian patch 0.64-10
---
 debian/changelog | 6 ++
 debian/control   | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2cf296e..288119d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+librtf-document-perl (0.64-10) unstable; urgency=low
+
+  * obvious dependency problems fixed
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Mon, 13 Feb 2006 16:27:10 
+0100
+
 librtf-document-perl (0.64-9) unstable; urgency=low
 
   * bugfix release
diff --git a/debian/control b/debian/control
index 1d676e3..09612d9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,8 @@ Source: librtf-document-perl
 Section: perl
 Priority: extra
 Maintainer: Krzysztof Krzyzaniak (eloy) e...@debian.org
-Build-Depends-Indep: perl5, debhelper ( 4.0.0), libconvert-units-perl (= 
0.43)
+Build-Depends: debhelper ( 4.0.0)
+Build-Depends-Indep: perl5, libconvert-units-perl (= 0.43), dpatch
 Standards-Version: 3.6.2
 
 Package: librtf-document-perl

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


[librtf-document-perl] branch pristine-tar created (now 85a4ba8)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository librtf-document-perl.

at  85a4ba8   pristine-tar data for 
librtf-document-perl_0.64.orig.tar.gz

This branch includes the following new commits:

   new  85a4ba8   pristine-tar data for 
librtf-document-perl_0.64.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.


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


[librtf-document-perl] 01/05: Imported Debian patch 0.64-3

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 8829da890d0416586752e67374778d71c786990a
Author: Krzysztof Krzyzaniak (eloy) e...@debian.org
Date:   Tue Apr 9 12:07:48 2002 +0200

Imported Debian patch 0.64-3
---
 debian/changelog | 22 +
 debian/control   | 13 ++
 debian/copyright | 11 +
 debian/rules | 72 
 4 files changed, 118 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..d17a929
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,22 @@
+librtf-document-perl (0.64-3) unstable; urgency=low
+
+  * rules file was rewriten
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Tue,  9 Apr 2002 12:07:48 
+0200
+
+librtf-document-perl (0.64-2) unstable; urgency=low
+
+  * Arch: any changed to Arch: all (closes: #124393)
+  * libconvert-units-perl added to Build-Depends
+  
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Mon, 17 Dec 2001 22:30:52 
+0100
+
+librtf-document-perl (0.64-1) unstable; urgency=low
+
+  * Initial Release (closes: #123410).
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Tue, 11 Dec 2001 13:02:13 
+0100
+
+Local variables:
+mode: debian-changelog
+End:
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..45cc752
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,13 @@
+Source: librtf-document-perl
+Section: interpreters
+Priority: extra
+Maintainer: Krzysztof Krzyzaniak (eloy) e...@debian.org
+Build-Depends-Indep: debhelper ( 3.0.0), perl5, libconvert-units-perl (= 
0.43)
+Standards-Version: 3.5.2
+
+Package: librtf-document-perl
+Architecture: all
+Depends: perl5, libconvert-units-perl (= 0.43)
+Description: Perl extension for generating Rich Text (RTF) Files
+ RTF::Document is a module for generating Rich Text Format (RTF) 
+ documents that can be used by most text converters and word processors.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..bd2e827
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,11 @@
+This package was debianized by Krzysztof Krzyzaniak (eloy) e...@debian.org on
+Tue, 11 Dec 2001 13:02:13 +0100.
+
+It was downloaded from 
ftp://ftp.cpan.org/authors/id/R/RR/RRWO/RTF-Document-0.64.tar.gz
+
+Upstream author: Robert Rothenberg wlkng...@unix.asb.com  
+  
+Copyright:
+Copyright (c) 1999-2000 Robert Rothenberg. All rights reserved.   
+This program is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.  
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..16a9a50
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,72 @@
+#!/usr/bin/make -f
+# -*- Makefile -*-
+
+# Use debhelper V. 2
+export DH_COMPAT := 2
+
+# Make sure perl is defined (allow overriding from the command line
+PERL ?= /usr/bin/perl
+
+# Set our build directory
+b := $(shell pwd)/debian/librtf-document-perl
+
+arrange: arrange-stamp
+arrange-stamp: install
+   dh_testdir
+   dh_installdirs
+   touch arrange-stamp
+
+binary: binary-stamp
+binary-stamp: binary-indep binary-arch
+   dh_testdir
+   touch binary-stamp
+
+binary-arch: binary-arch-stamp
+binary-arch-stamp: arrange
+   dh_testdir
+   dh_testroot
+   dh_installexamples
+   dh_installdocs README
+   dh_installchangelogs Changes
+   dh_compress
+   dh_fixperms
+   dh_strip
+   dh_installdeb
+   dh_perl
+   dh_shlibdeps
+   dh_gencontrol
+   dh_md5sums
+   dh_builddeb
+   touch binary-arch-stamp
+
+binary-indep: binary-indep-stamp
+binary-indep-stamp: arrange
+   dh_testdir
+   touch binary-indep-stamp
+
+build: build-stamp
+build-stamp: config
+   dh_testdir
+   $(MAKE) LDLOADLIBS=-lc
+   $(MAKE) test
+   touch build-stamp
+
+clean:
+   dh_testdir
+   dh_testroot
+   if [ -e Makefile ]; then $(MAKE) -i distclean; fi
+   dh_clean arrange-stamp binary-stamp binary-arch-stamp 
binary-indep-stamp build-stamp config-stamp install-stamp
+
+config: config-stamp
+config-stamp:
+   dh_testdir
+   $(PERL) Makefile.PL INSTALLDIRS=vendor
+   touch config-stamp
+
+install: install-stamp
+install-stamp: build
+   dh_testdir
+   $(MAKE) install PREFIX=$(b)/usr
+   touch install-stamp
+
+.PHONY: arrange binary binary-arch binary-indep build clean config install

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


[librtf-document-perl] annotated tag upstream/0.64 created (now 6a303f8)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/0.64
in repository librtf-document-perl.

at  6a303f8   (tag)
   tagging  e5ba010aefdb2179f977ccb36bba53e10b04d2e0 (commit)
 tagged by  Axel Beckert
on  Tue Jul 21 20:32:42 2015 +0200

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

iQIcBAABCAAGBQJVrpBKAAoJEGvmY8daNcl1t9UQAMw8ZRCfOcccf/aBIjDTQ8HP
oSQqKsfrEqAhX9FDJ2aQTBQPoKTXH5hvnO4r6Nmdz296ssxrvuzg99BGBLG1LYFN
AWgk1udBRcnDB13JOF3DfcFyrk7ZvfQV4QHusPACnPIn0CCnFnTLd3DFi9UEsbXt
XMiu7/Yblpo2JA98VcS7TC8Mp85hZH7iCq6eyXtPjUFhUqr+6U7Oyeqsu0o9rAnz
C2ynEYIjau0GO2t+NwHR5k9Yae74El+1J+AmKNhPB5Qmjq7wLt8h2MWLuTeyWTLC
ezmgoKLtRrTitf/tViz5/z9C2Nd8bGoL20DAERvE41YfAkXftaHpLre78sGlo+kQ
VHXE2hkPJee+5GoxMYDhbftVaqBgHdxLNUMryi17u7OCBitHHfLFBUAZGSiTJ2XV
eF8Tj3vC5WIK7BY8BA/6lZAJipjggrp0nt3Y3u8wD4kDbku7ibvHxDEPlPT+ed05
fyIKuM/Iay0InnP0Ll+WjQx8sMUEGKW6emlIGtgSIjDQxH13MjI17HMP76hOjmHN
ihBgD1M8MKgeAcIZ4V7dEQDZ4c6RHmeXopOM1C2sSC6cHeiwcRYnzluIjj+LNM+l
9q+M68d4ot/dSBjctrthiAHXVrfTlVTX2rV8qu4U5pY9wfY9HZHFoGSdeodRQ/0X
mFyqkIA63m55hLKe3b5N
=IDDe
-END PGP SIGNATURE-

Axel Beckert (1):
  Imported Upstream version 0.64

---

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/librtf-document-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


[librtf-document-perl] 01/01: pristine-tar data for librtf-document-perl_0.64.orig.tar.gz

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository librtf-document-perl.

commit 85a4ba8980aa983cac46d10e68e7db602e1a9e2c
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 20:32:55 2015 +0200

pristine-tar data for librtf-document-perl_0.64.orig.tar.gz
---
 librtf-document-perl_0.64.orig.tar.gz.delta | Bin 0 - 926 bytes
 librtf-document-perl_0.64.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/librtf-document-perl_0.64.orig.tar.gz.delta 
b/librtf-document-perl_0.64.orig.tar.gz.delta
new file mode 100644
index 000..96dd0fd
Binary files /dev/null and b/librtf-document-perl_0.64.orig.tar.gz.delta differ
diff --git a/librtf-document-perl_0.64.orig.tar.gz.id 
b/librtf-document-perl_0.64.orig.tar.gz.id
new file mode 100644
index 000..6af3216
--- /dev/null
+++ b/librtf-document-perl_0.64.orig.tar.gz.id
@@ -0,0 +1 @@
+92ef7e11583880e17a14412e7131c2787512d982

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


[librtf-document-perl] annotated tag debian/0.64-3 created (now b5c4267)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/0.64-3
in repository librtf-document-perl.

at  b5c4267   (tag)
   tagging  8829da890d0416586752e67374778d71c786990a (commit)
  replaces  upstream/0.64
 tagged by  Axel Beckert
on  Tue Jul 21 20:32:56 2015 +0200

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

iQIcBAABCAAGBQJVrpBYAAoJEGvmY8daNcl17CIP/3Wb/2XNoaxA+JOcQtqgSKB/
FJ2ekzDMbxijKe6Ia3MPUa5XNTtj67AR5+/5BV5O5BhWPAnXi9BCni7CvJvIigIa
JlCDStWqH+ov3VNv/z74CZb+4wxsjRUAHAcwalSo0bFgogLNxkpSTG667iAn95SH
sLtASBUqeDOU6pkhFDiBMo0oBE1616GJW+AOV+8MISICOAiy9sWdZ0wa/bKgQw4U
tka2Bcl2vXWbiHhFb7mNRNo2lfbufhLKui0k1rKnrP+Uu5/JI0xGJAdMM6if1AP8
3HpWDX/uTKYn+GJWETzDH59IilxT3cl668y/Vw4D1Jt7PFwYzpvjQ7F8wydtBIFA
Lqn/3yJSwuJ6oKFRO48F6sSgGZgohdD63pkowzc/m5WEHKI+s87p7XgvWx6fq6v4
NHt9D1WLzatgipUzjiX8J+I9xq4VaC32m0Vp6afMzv3qxyLVbtVmyNUGFGnOP+R2
VbJFExQ5+Ih1MBhoEFOEkGIeJAZLF5KCR90lXZt8zFLQjeJjUGWCI+inOY4eXp61
1QwzlPevmtTRxZNIUJoWZaFYvxYtGDtC0vW64yleuwJtMFav25jPMRq2AIB/IGTs
Kz55Q5PRokETZgcWUeCTHg7jCI0IBp9fXbAFpmgFhmeCsHX1Pu+ujtlH1oVOioUe
8x/EsOCaQowadxQ81DW/
=3DNA
-END PGP SIGNATURE-

Krzysztof Krzyzaniak (eloy) (1):
  Imported Debian patch 0.64-3

---

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/librtf-document-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


[librtf-document-perl] annotated tag debian/0.64-8 created (now 558adf3)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/0.64-8
in repository librtf-document-perl.

at  558adf3   (tag)
   tagging  d91471863bc005c4d5fca56b1d6ac886b1c73212 (commit)
  replaces  debian/0.64-7
 tagged by  Axel Beckert
on  Tue Jul 21 20:33:10 2015 +0200

- Log -
Debian release 0.64-8
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJVrpBmAAoJEGvmY8daNcl1aYcP/0kdXcaxf9qgoqQAtXawctSU
ZoN93MlXYAFDaN1pNltkA7kZ+0zDnmfoLHOwN8nzmFngLYkTjcaH325nW3FfpCqi
1Gj/NFn0kdCCltCfpQeWToOofhkPbr/Ig+0xPxN9SbMTFEsgOxgmTye5WM7OuLFK
eAzCWPyHb0sS6v1JDaupfJKpo5gXMQJBz30qF2GwrT9it+WG8RKWeQm5dxtfZT4m
4Kq3eYYjjC+tKqCIVbPiQFyk0haU0IzUm+bMbPn52tFhZKW6Ijc5ZPYeGbwQFanW
27fu1CI73CVExctXx9be35vCIIzJWwX+y1xVptwI/e5xo6u4hj7jXXg+Y0HAlqys
5WEmPLPrso3ZGyD27eYT9tFJlH0bhGOCt36urJsH14PzIK5x+HZawgc7tOkFogCv
nqf7YeAuRElR1eSCyewxcL3c+e92jxLQjr0dqqO/sqR5B8vpjX2kopQG04myD9dm
3K6rKBSjw/z6aEn1LLLeigLYnmchzLV9jf4gy570sYEoqPX1AtXkqq8vxFqcQdiw
Nyftz9OBMyyFUFCATx0RqaEvetGiDWsETJM9ASntnw5clsbOAAkH0Io/ziLyVRVE
p1s7Nk+7KU6Gq1r+C36wUueCib+Xgc2P9N7LHW09SKA238C9a6BnI/GcOrskYBFK
OVXryenyIZX07iw2zgni
=4v7T
-END PGP SIGNATURE-

Krzysztof Krzyzaniak (eloy) (1):
  Imported Debian patch 0.64-8

---

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/librtf-document-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


[librtf-document-perl] 03/05: Imported Debian patch 0.64-8

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit d91471863bc005c4d5fca56b1d6ac886b1c73212
Author: Krzysztof Krzyzaniak (eloy) e...@debian.org
Date:   Fri Nov 18 17:15:01 2005 +0100

Imported Debian patch 0.64-8
---
 debian/changelog | 6 ++
 debian/compat| 1 +
 debian/control   | 4 ++--
 debian/rules | 2 --
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 39dc44c..51085a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+librtf-document-perl (0.64-8) unstable; urgency=low
+
+  * cleaning for Standards-Version: 3.6.2
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Fri, 18 Nov 2005 17:15:01 
+0100
+
 librtf-document-perl (0.64-7) unstable; urgency=low
 
   * debian/control - changed Standards-Version to 3.5.8.0
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
index ac895ea..1d676e3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: librtf-document-perl
 Section: perl
 Priority: extra
 Maintainer: Krzysztof Krzyzaniak (eloy) e...@debian.org
-Build-Depends-Indep: perl5, debhelper ( 3.0.0), libconvert-units-perl (= 
0.43)
-Standards-Version: 3.5.10
+Build-Depends-Indep: perl5, debhelper ( 4.0.0), libconvert-units-perl (= 
0.43)
+Standards-Version: 3.6.2
 
 Package: librtf-document-perl
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 1e92e25..25d122e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 # -*- Makefile -*-
 
-# Use debhelper V. 2
-export DH_COMPAT := 2
 
 # Make sure perl is defined (allow overriding from the command line
 PERL ?= /usr/bin/perl

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


[librtf-document-perl] branch master created (now dd21036)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librtf-document-perl.

at  dd21036   Imported Debian patch 0.64-10

This branch includes the following new commits:

   new  8829da8   Imported Debian patch 0.64-3
   new  0c3eace   Imported Debian patch 0.64-7
   new  d914718   Imported Debian patch 0.64-8
   new  1cb24ff   Imported Debian patch 0.64-9
   new  dd21036   Imported Debian patch 0.64-10

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/librtf-document-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


[librtf-document-perl] annotated tag debian/0.64-7 created (now 010560c)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/0.64-7
in repository librtf-document-perl.

at  010560c   (tag)
   tagging  0c3eaced6db3bbf435dc39d9e4e7a32d744b2b92 (commit)
  replaces  debian/0.64-3
 tagged by  Axel Beckert
on  Tue Jul 21 20:33:04 2015 +0200

- Log -
Debian release 0.64-7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJVrpBgAAoJEGvmY8daNcl1y3QP/iqOoL6u1yQxyLcnGd24KW8w
PPifAxO7Oe4iNJSZcD/mHUONg8zg8C3aJz5PhtmuFBEf9pUkUCgPoFKaXy7GkYLs
rUKzp2u9WLO06SzM+Vvn+QHm+gCXNO0+mHchBhdJxIrF3bgim28MyJCEMwA8YJZA
ixOZ7Nk8bgfSGnrmuUnLDJF/CZyOf5499VRyMw1LhWLOERFXzgf0msj6KZt9rQKR
oEb05E6xp4aNmqLCQ7mmTzT3YaW26CMhW6ibDy1CHLU2NcPyQ+qZVm8QqO4JNoF4
EenGbj/pXWbaGhQmyA8K8cqwtwOuB8clm9vx8Tifgmh76DB2gfjfGLCZcZR4Q7Zm
YLc2h0/z0QAIiYNCd4LWU1Nlhkq4+A3y1O2sKgUXvSrRVjVM0CWBWHKblMdOnILo
5KRYufXm4C0zHpEBtAMsJvDZcSWOIi3TFhBdZukr6uYjeEffnyob48tlFtLih05b
ceeSmIr6CTeQ715b9LJymvJzpKOYkfw6GEtD1MUj6hUHW23xSfHKasn0XNPJ0Kiz
e/BoAidrwQa2Jhtk71v4l7JvgM450iUc1ot6S/PkReMMArOCKpq+bLvK1LCfmKzz
NMp6rlgSkc4xaW5ZuNv6IMUX8i/jBgu95ts0CPuAEdm8sWdEq+NPG8UerlB9thed
Zb8vhtekvdcd9vTCxUaL
=keL+
-END PGP SIGNATURE-

Krzysztof Krzyzaniak (eloy) (1):
  Imported Debian patch 0.64-7

---

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/librtf-document-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


[librtf-document-perl] annotated tag debian/0.64-10 created (now 532a916)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/0.64-10
in repository librtf-document-perl.

at  532a916   (tag)
   tagging  dd210364528678742f2f57e182c0c67ac6c7e8d5 (commit)
  replaces  debian/0.64-9
 tagged by  Axel Beckert
on  Tue Jul 21 20:33:20 2015 +0200

- Log -
Debian release 0.64-10
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJVrpBwAAoJEGvmY8daNcl108gP/34aQP1/R4Ujttiyqg5UNoZG
z1bXjiMFNhv8seX0UDKZ84hNeEcMIk5242xHjgnENiiaDZE4BwTrOuKOp/KRYUxI
YDG45t0WHQA/ghB0zN69NeKcqnFj5ahB98VBcuTPOMG39SAUZCUH5SaTUWemf044
Sy9q4inSyVkXCltIhGw+XzByMUkjuiVPzuDMVuUgJRxDGbfNzp+vTKgBMxsmBGSq
lN5jaFatxxq7SDTedjaVNYuLeADMsiOMOmdBFNbrHvEVd33knDOL2Y7VTNsRYDEQ
NJtfTUVBOxVvuoVVzXLutNf0Ug6JszQduQzmGnyh7SSJnJTASY5PjmNDJshxg3Ix
pSKfvpd1aHcUnz+U6D46latC0N3puo9gaNIeF/7uYVbOJ+ETSJA++oeXikmp/S53
dno2RLb2A8eZmlHGM4aIKLG0XTJ5xptHMbhRqUWVZAuX9mQWhowZh0oZ4dkOjnVA
MdIbBDrcXL0miGg0O4W6UQ3RwM7zKZ9pWqcERpKWtV/MfX/ciq2179+V+tbj99r6
71FvMmCvo2/5mgqJ3swrkIAY5ETQwKFTLFqJdJtCmgS79nRy+UmGvipKnS4tiFYn
fUsX+5l2gBoQXOdANMJ3O+WJyXkY6uhA4BA90zI8ymsoGFTGoRdZHxq5DOsxmT2C
ZK45Zr1IsPd9I/M/3MH0
=41pk
-END PGP SIGNATURE-

Krzysztof Krzyzaniak (eloy) (1):
  Imported Debian patch 0.64-10

---

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/librtf-document-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


[librtf-document-perl] branch master updated (550ca6d - f33f995)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librtf-document-perl.

  from  550ca6d   Takeover for the Debian Perl Group
   new  7efbe2d   Apply wrap-and-sort
   new  d32a687   Remove obsolete local emacs variables from 
debian/changelog
   new  f33f995   Apply dpatch2quilt and switch to source format 3.0 
(quilt)

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 | 10 ++
 debian/control   |  9 ++---
 debian/copyright | 12 ++--
 debian/patches/00list|  1 -
 .../{01_make_it_strict.dpatch = 01_make_it_strict.patch}|  9 -
 debian/patches/series|  1 +
 debian/rules |  6 ++
 debian/source/format |  1 +
 8 files changed, 26 insertions(+), 23 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{01_make_it_strict.dpatch = 01_make_it_strict.patch} 
(98%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

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


[librtf-document-perl] 02/03: Remove obsolete local emacs variables from debian/changelog

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit d32a6878e2e1c1b087dfba03c519d2391b84d8a5
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 21:12:04 2015 +0200

Remove obsolete local emacs variables from debian/changelog
---
 debian/changelog | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d049aca..abc0bc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
 + Added Vcs-* fields
   * Added ${misc:Depends} to Depends.
   * Apply wrap-and-sort.
+  * Remove obsolete local emacs variables from debian/changelog.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
@@ -72,7 +73,3 @@ librtf-document-perl (0.64-1) unstable; urgency=low
   * Initial Release (closes: #123410).
 
  -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Tue, 11 Dec 2001 13:02:13 
+0100
-
-Local variables:
-mode: debian-changelog
-End:

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


[librtf-document-perl] branch master updated (f33f995 - 975b933)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librtf-document-perl.

  from  f33f995   Apply dpatch2quilt and switch to source format 3.0 
(quilt)
   new  975b933   Fix line encodings of Document.pm

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:
 Document.pm| 2392 
 debian/changelog   |1 +
 debian/patches/01_make_it_strict.patch |  438 +++---
 3 files changed, 1417 insertions(+), 1414 deletions(-)

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


[pkg-perl-tools] branch master updated (47a61cd - fca9d9b)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository pkg-perl-tools.

  from  47a61cd   Also output the testsuite header's value if the tag 
nonteam-testsuite-header is emitted
   new  b2ad90f   takeover: Use gbp-import-dscs --debsnap instead of 
apt-get source + gbp-import-dsc
   new  d83f004   dpt-takeover: set -u only after environment variable 
checking
   new  42d162e   alioth-repo: Proper error message if distribution name 
couldn't be determined
   new  fca9d9b   alioth-repo: Read a distribution name as 1st parameter if 
none is found

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|  5 +
 scripts/alioth-repo | 11 ++-
 scripts/takeover| 11 +--
 3 files changed, 20 insertions(+), 7 deletions(-)

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


[pkg-perl-tools] 01/04: takeover: Use gbp-import-dscs --debsnap instead of apt-get source + gbp-import-dsc

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit b2ad90f98d1883388f675ea589f8897fbaf19e2b
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 20:55:52 2015 +0200

takeover: Use gbp-import-dscs --debsnap instead of apt-get source + 
gbp-import-dsc
---
 debian/changelog | 2 ++
 scripts/takeover | 7 ++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 33ca97c..4f26480 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
 Lacks creativity anyways to validate a copyright and license.
   * Also output the testsuite header's value if the tag
 nonteam-testsuite-header is emitted.
+  * dpt-takeover: Change to use gbp-import-dscs --debsnap instead of
+apt-get source and gbp-import-dsc.
 
   [ gregor herrmann ]
   * dpt-import-orig: use Gbp-Dch for changelog commit message.
diff --git a/scripts/takeover b/scripts/takeover
index 56b3cd8..d441682 100755
--- a/scripts/takeover
+++ b/scripts/takeover
@@ -93,14 +93,11 @@ EOF
 git remote remove origin
 cd ..
 else
-cd $TMP
-apt-get source -t unstable -d $PACKAGE
-
 cd $TOP/packages
 if [ -x /usr/bin/gbp ]; then
-gbp import-dsc --pristine-tar $TMP/$PACKAGE*.dsc
+gbp import-dscs --debsnap --pristine-tar $PACKAGE
 else
-git-import-dsc --pristine-tar $TMP/$PACKAGE*.dsc
+git-import-dscs --debsnap --pristine-tar $PACKAGE
 fi
 fi
 

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


[librtf-document-perl] branch master updated (dd21036 - 550ca6d)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librtf-document-perl.

  from  dd21036   Imported Debian patch 0.64-10
   new  550ca6d   Takeover for the Debian Perl Group

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

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


[librtf-document-perl] 01/01: Fix line encodings of Document.pm

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 975b9339c9b378f91d50977e81a602e63fedee26
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 21:52:55 2015 +0200

Fix line encodings of Document.pm
---
 Document.pm| 2392 
 debian/changelog   |1 +
 debian/patches/01_make_it_strict.patch |  438 +++---
 3 files changed, 1417 insertions(+), 1414 deletions(-)

diff --git a/Document.pm b/Document.pm
index a21b986..2912269 100644
--- a/Document.pm
+++ b/Document.pm
@@ -1,1196 +1,1196 @@
-package RTF::Document;
-require 5.005;
-require Exporter;
-
-use vars qw(
-$VERSION
-%DOCINFO %PROPERTIES
-%FONTCLASSES %FONTPITCH %COLORNAMES %STYLETYPES %NUMSTYLES
-);
-$VERSION = 0.64;
-
-@ISA = qw(Exporter);
-@EXPORT = qw();
-@EXPORT_OK = qw();
-
-use Carp;
-use POSIX qw(floor ceil);
-use Convert::Units::Type 0.33;
-
-%NUMSTYLES = (
-'1' = '\pndec',
-'a' = '\pnlcltr',
-'i' = '\pnlcrm',
-'A' = '\pnucltr',
-'I' = '\pnucrm',
-'1st' = '\pnord'
-);
-
-sub _prop_list
-{
-my ($self, $code, $properties) = @_;
-my ($result, $level, $style);
-
-if ($properties eq off) {
-return '\pard';
-}
-
-$result = $self-new_group( '\*', '\pn' );
-
-${$properties}{level} = ${$properties}{style}, if (${$properties}{style} 
eq bullet);
-
-if (${$properties}{level}) {
-$level = ${$properties}{level};
-$level = blt, if ($level eq bullet);
-if ((($level1) or ($level11)) and ($level ne blt))
-{
-carp List level \`$level\' is out of range;
-$level = 'body';
-}
-} else {
-$level = 'body';
-}
-
-$self-add_raw ($result, '\pnlvl'.$level);
-
-if ($level eq body)  {
-$style = $NUMSTYLES{${$properties}{style}} || '\pndec';
-$self-add_raw ($result, $style);
-}
-
-if (defined(${$properties}{font}))
-{
-   $self-add_raw ($result, '\pnf'.${$properties}{font});
-}
-
-if (defined(${$properties}{color}))
-{
-   $self-add_raw ($result, '\pncf'.${$properties}{color});
-}
-
-if (defined(${$properties}{before}))
-{
-   my $group = $self-add_group($result);
-   $self-add_raw ($group, '\pntxtb 
'.escape_simple(${$properties}{before}) );
-}
-
-if (defined(${$properties}{after}))
-{
-   my $group = $self-add_group($result);
-   $self-add_raw ($group, '\pntxta '.escape_simple(${$properties}{after}) 
);
-}
-
-if (${$properties}{across})
-{
-   $self-add_raw ($result, '\pnacross');
-}
-
-if (defined(${$properties}{indent}))
-{
-   $self-add_raw ($result, '\pnindent'.POSIX::floor(
- Convert::Units::Type::convert(${$properties}{indent}, twips)
-   ));
-}
-
-if (defined(${$properties}{space}))
-{
-   $self-add_raw ($result, '\pnsp'.POSIX::floor(
- Convert::Units::Type::convert(${$properties}{space}, twips)
-   ));
-}
-
-if (${$properties}{hang})
-{
-   $self-add_raw ($result, '\pnhang');
-}
-
-if (defined(${$properties}{start}))
-{
-   $self-add_raw ($result, '\pnstart'.${$properties}{start});
-}
-
-
-return ($result);
-}
-
-# $arg is a key to RTF control in hash value
-sub _prop_decode
-{
-my ($self, $hash, $arg) = @_;
-my $result = ${$hash}{$arg};
-
-unless (defined($result)) {
-carp Don\'t know how to handle value \`$arg\';
-}
-
-return (\\.$result);
-}
-
-sub _prop_style {
-my ($self, $code, $arg) = @_;
-$code = decode_stylename($arg, '\s222');
-my $formatting, $style_properties;
-
-if (defined($code)) {
-$formatting = $self-new_group();
-%{$style_properties} = %{$self-{styles}-{$code}};
-
-if (${$style_properties}{secd}) {
-$self-add_raw($formatting, '\secd');
-delete ${$style_properties}{secd};
-}
-if (${$style_properties}{pard}) {
-$self-add_raw($formatting, '\pard');
-delete ${$style_properties}{pard};
-}
-if (${$style_properties}{plain}) {
-$self-add_raw($formatting, '\plain');
-delete ${$style_properties}{plain};
-}
-
-$self-set_properties( \%PROPERTIES, $style_properties, $formatting);
-unless (@{$formatting}) {
-carp Style \`$arg\' is not defined;
-$code = decode_stylename(none);
-}
-}
-return ($code, @{$formatting} );
-}
-
-# $arg is a unit of type (points, picas, inches) converted to twips
-sub _prop_twips {
-my ($self, $code, $arg) = @_;
-return (\\.$code.POSIX::floor(Convert::Units::Type::convert($arg, 
twips)));
-}
-
-# $arg is a unit of type (points, picas, inches) converted to half-points
-sub _prop_halfpts {
-my ($self, $code, $arg) = @_;
-return 

[librtf-document-perl] 01/01: Takeover for the Debian Perl Group

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 550ca6d4e40ea6fc8241d899ac92e2061c4a89ad
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 21:10:54 2015 +0200

Takeover for the Debian Perl Group

Changes done by dpt packagecheck -a -A -C -c except the changelog entry.
---
 debian/changelog | 10 ++
 debian/control   |  7 +--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 288119d..adc9544 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
+
+  * Move package under the umbrella of the Debian Perl Group
+(c.f. https://lists.debian.org/debian-perl/2014/04/msg00033.html)
++ move Krzysztof Krzyzaniak (eloy) to Uploaders.
++ Added Vcs-* fields
+  * Added ${misc:Depends} to Depends.
+
+ -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
+
 librtf-document-perl (0.64-10) unstable; urgency=low
 
   * obvious dependency problems fixed
diff --git a/debian/control b/debian/control
index 09612d9..35f28f8 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,17 @@
 Source: librtf-document-perl
 Section: perl
 Priority: extra
-Maintainer: Krzysztof Krzyzaniak (eloy) e...@debian.org
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Krzysztof Krzyzaniak (eloy) e...@debian.org
 Build-Depends: debhelper ( 4.0.0)
 Build-Depends-Indep: perl5, libconvert-units-perl (= 0.43), dpatch
 Standards-Version: 3.6.2
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librtf-document-perl.git
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librtf-document-perl.git
 
 Package: librtf-document-perl
 Architecture: all
-Depends: ${perl:Depends}, libconvert-units-perl (= 0.43)
+Depends: ${misc:Depends}, ${perl:Depends}, libconvert-units-perl (= 0.43)
 Description: Perl extension for generating Rich Text (RTF) Files
  RTF::Document is a module for generating Rich Text Format (RTF) 
  documents that can be used by most text converters and word processors.

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


[librtf-document-perl] 01/03: Apply wrap-and-sort

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 7efbe2d4076bb1a45c921ec8311f49e12043b886
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 21:11:27 2015 +0200

Apply wrap-and-sort
---
 debian/changelog |  1 +
 debian/control   | 10 +++---
 debian/copyright | 12 ++--
 3 files changed, 14 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index adc9544..d049aca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
 + move Krzysztof Krzyzaniak (eloy) to Uploaders.
 + Added Vcs-* fields
   * Added ${misc:Depends} to Depends.
+  * Apply wrap-and-sort.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
diff --git a/debian/control b/debian/control
index 35f28f8..e60a6d4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,14 +4,18 @@ Priority: extra
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Krzysztof Krzyzaniak (eloy) e...@debian.org
 Build-Depends: debhelper ( 4.0.0)
-Build-Depends-Indep: perl5, libconvert-units-perl (= 0.43), dpatch
+Build-Depends-Indep: dpatch,
+ libconvert-units-perl (= 0.43),
+ perl5
 Standards-Version: 3.6.2
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librtf-document-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librtf-document-perl.git
 
 Package: librtf-document-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libconvert-units-perl (= 0.43)
+Depends: libconvert-units-perl (= 0.43),
+ ${misc:Depends},
+ ${perl:Depends}
 Description: Perl extension for generating Rich Text (RTF) Files
- RTF::Document is a module for generating Rich Text Format (RTF) 
+ RTF::Document is a module for generating Rich Text Format (RTF)
  documents that can be used by most text converters and word processors.
diff --git a/debian/copyright b/debian/copyright
index fa75d51..a09117c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,20 +3,20 @@ Tue, 11 Dec 2001 13:02:13 +0100.
 
 It was downloaded from 
ftp://ftp.cpan.org/authors/id/R/RR/RRWO/RTF-Document-0.64.tar.gz
 
-Upstream author: Robert Rothenberg wlkng...@unix.asb.com  
-  
-Copyright:
+Upstream author: Robert Rothenberg wlkng...@unix.asb.com
+
+Copyright:
 Copyright (c) 1999-2000 Robert Rothenberg. All rights reserved.
 
 This library is free software; you can redistribute it and/or modify
 it under the terms of either:
-   
+
a) the GNU General Public License as published by the Free Software
   Foundation; either version 1, or (at your option) any later
   version, or
-
+
b) the Artistic License which comes with Perl.
-
+
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in /usr/share/common-licenses/GPL' and
 the Artistic Licence in /usr/share/common-licenses/Artistic'.

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


[librtf-document-perl] 03/03: Apply dpatch2quilt and switch to source format 3.0 (quilt)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit f33f9959c506571e5c04e053473af3c8b06a4f27
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 21:28:06 2015 +0200

Apply dpatch2quilt and switch to source format 3.0 (quilt)
---
 debian/changelog | 4 
 debian/control   | 5 ++---
 debian/patches/00list| 1 -
 .../{01_make_it_strict.dpatch = 01_make_it_strict.patch}| 9 -
 debian/patches/series| 1 +
 debian/rules | 6 ++
 debian/source/format | 1 +
 7 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index abc0bc6..f4552af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,10 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
   * Added ${misc:Depends} to Depends.
   * Apply wrap-and-sort.
   * Remove obsolete local emacs variables from debian/changelog.
+  * Apply dpatch2quilt and switch to source format 3.0 (quilt).
++ Add debian/source/format
++ Drop build-dependency on dpatch
++ Drop dependencies on patch target from debian/rules.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
diff --git a/debian/control b/debian/control
index e60a6d4..9f116fb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,8 @@ Priority: extra
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Krzysztof Krzyzaniak (eloy) e...@debian.org
 Build-Depends: debhelper ( 4.0.0)
-Build-Depends-Indep: dpatch,
- libconvert-units-perl (= 0.43),
- perl5
+Build-Depends-Indep: libconvert-units-perl (= 0.43),
+ perl
 Standards-Version: 3.6.2
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librtf-document-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librtf-document-perl.git
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index f74dee1..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1 +0,0 @@
-01_make_it_strict
diff --git a/debian/patches/01_make_it_strict.dpatch 
b/debian/patches/01_make_it_strict.patch
similarity index 98%
rename from debian/patches/01_make_it_strict.dpatch
rename to debian/patches/01_make_it_strict.patch
index 8faaa84..f1122bb 100644
--- a/debian/patches/01_make_it_strict.dpatch
+++ b/debian/patches/01_make_it_strict.patch
@@ -1,8 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-
-@DPATCH@
 Document.pm2006-02-13 15:53:37.122539911 +0100
-+++ debian/Document.pm 2006-02-13 15:51:04.891781370 +0100
+Author: 
+Description: 
+--- librtf-document-perl.orig/Document.pm
 librtf-document-perl/Document.pm
 @@ -14,6 +14,7 @@
  @EXPORT_OK = qw();
  
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..f556d2c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_make_it_strict.patch
diff --git a/debian/rules b/debian/rules
index 22fb31b..3ff6700 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 # -*- Makefile -*-
 
-include /usr/share/dpatch/dpatch.make
-
 # Make sure perl is defined (allow overriding from the command line
 PERL ?= /usr/bin/perl
 
@@ -44,7 +42,7 @@ binary-indep-stamp: arrange
touch binary-indep-stamp
 
 build: build-stamp
-build-stamp: patch config
+build-stamp: config
dh_testdir
$(MAKE)
$(MAKE) test
@@ -68,4 +66,4 @@ install-stamp: build
$(MAKE) install PREFIX=$(b)/usr
touch install-stamp
 
-.PHONY: arrange binary binary-arch binary-indep build clean config install 
patch
+.PHONY: arrange binary binary-arch binary-indep build clean config install
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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


[pkg-perl-tools] branch master updated (218221f - 6d2a5b3)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository pkg-perl-tools.

  from  218221f   Add another idea how to fix the issue
   new  6d2a5b3   alioth-repo: If origin already exists, check if it's the 
right one. Skip creation if so.

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| 21 -
 scripts/alioth-repo | 17 +++--
 2 files changed, 15 insertions(+), 23 deletions(-)

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


[pkg-perl-tools] 01/02: Always setup the repository on alioth if it doesn't exist yet

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit 04c7426688c0b19cdc24e22c1ff9381a31aa67eb
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 23:44:55 2015 +0200

Always setup the repository on alioth if it doesn't exist yet

Even if a remote named origin already existed and pointed to the
correct repository.
---
 scripts/alioth-repo | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/scripts/alioth-repo b/scripts/alioth-repo
index 8d7045c..76683a7 100755
--- a/scripts/alioth-repo
+++ b/scripts/alioth-repo
@@ -47,6 +47,13 @@ if [ -z $DIST ]; then
exit 1
 fi
 
+# Setup the repository on alioth if it doesn't exist yet.
+if ssh git.debian.org test -e /git/pkg-perl/packages/$PKG.git; then
+echo /git/pkg-perl/packages/$PKG.git already exists on git.debian.org, 
skipping setup-repository 12
+else
+ssh git.debian.org /git/pkg-perl/setup-repository $PKG \Debian packaging 
of $DIST CPAN distribution\
+fi
+
 # Check if there is already a remote called origin before proceeding
 if git remote | egrep -q '^origin$'; then
 if git remote -v | egrep 
^origin[[:space:]].*git\.debian.org.*/git/pkg-perl/packages/$PKG\.git\b.*\(push\)$;
 then
@@ -58,7 +65,6 @@ if git remote | egrep -q '^origin$'; then
 exit 1;
 fi
 else
-ssh git.debian.org /git/pkg-perl/setup-repository $PKG \Debian packaging 
of $DIST CPAN distribution\
 git remote add origin ssh://git.debian.org/git/pkg-perl/packages/$PKG.git 
|| [ $? = 128 ]
 fi
 

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


[pkg-perl-tools] 02/02: Drop the || [ $? = 128 ], it was just there to catch the case of an already existing repo

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit 5ca838e543e5ea9196728084365be63575f9214e
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 23:47:25 2015 +0200

Drop the || [ $? = 128 ], it was just there to catch the case of an 
already existing repo
---
 scripts/alioth-repo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/alioth-repo b/scripts/alioth-repo
index 76683a7..b1b721b 100755
--- a/scripts/alioth-repo
+++ b/scripts/alioth-repo
@@ -65,7 +65,7 @@ if git remote | egrep -q '^origin$'; then
 exit 1;
 fi
 else
-git remote add origin ssh://git.debian.org/git/pkg-perl/packages/$PKG.git 
|| [ $? = 128 ]
+git remote add origin ssh://git.debian.org/git/pkg-perl/packages/$PKG.git
 fi
 
 git push --all origin --set-upstream

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


[pkg-perl-tools] 01/01: Slightly reword the warning if a proper origin is already present

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit 5ae8ad25450217d71b5b6e3d95e97c1b3c73390b
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 23:53:46 2015 +0200

Slightly reword the warning if a proper origin is already present
---
 scripts/alioth-repo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/alioth-repo b/scripts/alioth-repo
index b1b721b..b7a506c 100755
--- a/scripts/alioth-repo
+++ b/scripts/alioth-repo
@@ -58,7 +58,7 @@ fi
 if git remote | egrep -q '^origin$'; then
 if git remote -v | egrep 
^origin[[:space:]].*git\.debian.org.*/git/pkg-perl/packages/$PKG\.git\b.*\(push\)$;
 then
 echo 'A remote called origin already exists and looks like the right 
one.' 12
-echo 'Skipping creation and addition of the remote repository.' 12
+echo 'Skipping the addition of a remote repository named origin.' 
12
 else
 echo A remote called \origin\ already exists and doesn't look 
right. Aborting. 12
 echo 'You may want to rename it with git remote rename origin 
origin-old.' 12

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


[pkg-perl-tools] branch master updated (5ca838e - 5ae8ad2)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository pkg-perl-tools.

  from  5ca838e   Drop the || [ $? = 128 ], it was just there to catch 
the case of an already existing repo
   new  5ae8ad2   Slightly reword the warning if a proper origin is already 
present

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:
 scripts/alioth-repo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[pkg-perl-tools] 01/01: alioth-repo: Add I: and E: prefixes to STDERR messages

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit dc9c0b7c057d83616a26d52ba47212fd4e759110
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 23:57:04 2015 +0200

alioth-repo: Add I: and E: prefixes to STDERR messages
---
 scripts/alioth-repo | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/scripts/alioth-repo b/scripts/alioth-repo
index b7a506c..e1b5850 100755
--- a/scripts/alioth-repo
+++ b/scripts/alioth-repo
@@ -43,13 +43,13 @@ fi
 set -u
 
 if [ -z $DIST ]; then
-   echo Couldn't determine distribution name. You can pass it manually as 
parameter. 12
+   echo E: Couldn't determine distribution name. You can pass it manually as 
parameter. 12
exit 1
 fi
 
 # Setup the repository on alioth if it doesn't exist yet.
 if ssh git.debian.org test -e /git/pkg-perl/packages/$PKG.git; then
-echo /git/pkg-perl/packages/$PKG.git already exists on git.debian.org, 
skipping setup-repository 12
+echo I: /git/pkg-perl/packages/$PKG.git already exists on git.debian.org, 
skipping setup-repository 12
 else
 ssh git.debian.org /git/pkg-perl/setup-repository $PKG \Debian packaging 
of $DIST CPAN distribution\
 fi
@@ -57,11 +57,11 @@ fi
 # Check if there is already a remote called origin before proceeding
 if git remote | egrep -q '^origin$'; then
 if git remote -v | egrep 
^origin[[:space:]].*git\.debian.org.*/git/pkg-perl/packages/$PKG\.git\b.*\(push\)$;
 then
-echo 'A remote called origin already exists and looks like the right 
one.' 12
-echo 'Skipping the addition of a remote repository named origin.' 
12
+echo 'I: A remote called origin already exists and looks like the 
right one.' 12
+echo 'I: Skipping the addition of a remote repository named origin.' 
12
 else
-echo A remote called \origin\ already exists and doesn't look 
right. Aborting. 12
-echo 'You may want to rename it with git remote rename origin 
origin-old.' 12
+echo E: A remote called \origin\ already exists and doesn't look 
right. Aborting. 12
+echo 'E: You may want to rename it with git remote rename origin 
origin-old.' 12
 exit 1;
 fi
 else

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


[pkg-perl-tools] branch master updated (5ae8ad2 - dc9c0b7)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository pkg-perl-tools.

  from  5ae8ad2   Slightly reword the warning if a proper origin is already 
present
   new  dc9c0b7   alioth-repo: Add I: and E: prefixes to STDERR messages

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:
 scripts/alioth-repo | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

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


[libconvert-units-perl] branch master updated (e067349 - 07bb33c)

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch master
in repository libconvert-units-perl.

  from  e067349   Imported Debian patch 1:0.43-1
  adds  a198593   Imported Upstream version 0.43
  adds  582e5bf   Imported Debian patch 0.43-4
  adds  b638f71   Imported Debian patch 0.43-7
  adds  0f10c80   Imported Debian patch 0.43-8
  adds  f3e492b   Imported Upstream version 0.43.1
  adds  6ae463c   Imported Debian patch 0.43.1-1
  adds  6e67c7c   Imported Debian patch 1:0.43-1
  adds  59d1616   Take over maintenance with eloy's approval
  adds  6be88f9   Replace perl5 (build) dependency with plain 'perl' or 
${perl:Depends}
  adds  fc50454   Replace debian/rules with the tiny debhelper 7 variant
  adds  2237143   Use source format '3.0 (quilt)'
  adds  646f7d5   Use debhelper compatibility level 8
  adds  c458dc5   Add ${misc:Depends} to dependencies; thanks, lintian
  adds  c428753   Declare conformance with Policy 3.9.6
  adds  a92313d   copyright: Point to GPL-1 instead to GPL symlink
  adds  e22a04b   Add Testsuite header
  adds  064a3f2   releasing package libconvert-units-perl version 1:0.43-2
   new  07bb33c   Merge branch 'master' of 
ssh://git.debian.org/git/pkg-perl/packages/libconvert-units-perl

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 | 19 +++
 debian/compat|  2 +-
 debian/control   | 11 ++---
 debian/copyright |  2 +-
 debian/rules | 69 ++--
 debian/source/format |  1 +
 6 files changed, 31 insertions(+), 73 deletions(-)
 create mode 100644 debian/source/format

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


[librtf-document-perl] 01/01: Declare compliance with Debian Policy 3.9.6

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 8cecc97240ba94c83552690acbd6be7a9a22e223
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:25:29 2015 +0200

Declare compliance with Debian Policy 3.9.6
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0a393a1..24a941c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
   * Rewrite debian/rules using a minimal dh v7 style file.
 + Stop installing upstream README, i.e. no debian/docs needed.
 + Bump debhelper compat level to 9, bump according versioned b-d.
+  * Declare compliance with Debian Policy 3.9.6.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
diff --git a/debian/control b/debian/control
index 2b80757..3ab48a5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Krzysztof Krzyzaniak (eloy) e...@debian.org
 Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libconvert-units-perl (= 0.43),
  perl
-Standards-Version: 3.6.2
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librtf-document-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librtf-document-perl.git
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/librtf-document-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-dict-perl] branch master updated (5b81a31 - fd15f66)

2015-07-21 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libnet-dict-perl.

  from  5b81a31   d/changelog: remove TODO and release to unstable
   new  9286e04   d/copyright: fix t/databse.t copyright
   new  fd15f66   d/patches: add DEP3 headers to patch

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/copyright   | 48 --
 debian/patches/01-rename-dict-binary.patch |  7 +
 2 files changed, 32 insertions(+), 23 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dict-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-dict-perl] 02/02: d/patches: add DEP3 headers to patch

2015-07-21 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libnet-dict-perl.

commit fd15f66bc3123ce3ca0ef49349b0379830dd8b90
Author: Lucas Kanashiro kanashiro.dua...@gmail.com
Date:   Tue Jul 21 17:31:36 2015 -0300

d/patches: add DEP3 headers to patch
---
 debian/patches/01-rename-dict-binary.patch | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/debian/patches/01-rename-dict-binary.patch 
b/debian/patches/01-rename-dict-binary.patch
index 4e71eb4..1d7dec0 100644
--- a/debian/patches/01-rename-dict-binary.patch
+++ b/debian/patches/01-rename-dict-binary.patch
@@ -1,3 +1,10 @@
+Description: rename dict to pdict
+ In dict file, rename some occurrences of dict to pdict. This file was renamed
+ to pdict because the conflit with apt-gdict executable.
+Author: Lucas Kanashiro kanashiro.dua...@gmail.com
+Last-Update: 2015-07-21
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/dict
 +++ b/dict
 @@ -1,6 +1,6 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dict-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-dict-perl] annotated tag debian/2.19-1 created (now 0be3dfd)

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

gregoa pushed a change to annotated tag debian/2.19-1
in repository libnet-dict-perl.

at  0be3dfd   (tag)
   tagging  abe0116cbe481492aa83af5099f6b5c3c02ac5a0 (commit)
 tagged by  gregor herrmann
on  Tue Jul 21 22:40:20 2015 +0200

- Log -
tagging package libnet-dict-perl version debian/2.19-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVrq40XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGctsQAIZy2vNObt0tR47ipLG99kF3
mfbt6rxpgRVMP98mU93UFj9VDOLAmI7Ilf1N2zBi07Y08Zw5HKpUjkrWRyJCkAEG
6ZW2I3BnQh7gv8ixDtm2d82xjLcLBm1x1r0zKh1IoJR7Ihevn1DL1YKA9F55xAMN
Th0hd/M3jNT+vN1/cgr95tAormfQIX3buXceSI61/aRRYmajkJLhNvq6GTyFC2Yz
PZY3+L6SE9cIrik7Xe0p7ZZK1vD6Xniv3tjr68vsKF4e4O+/Iz3Rj6ppz9J19poH
k3MgtDhPUgnStdD35bGQY33DqbH2gJ+FqWd105FS/W4J4v0jrCKHCQbAfR0EsruW
urWrwYTTs9DB5shYPYxdD6zI/sxWuzB1ae0X4qEbL0tD2K/bbEvBl+1HKAZC7Gxl
lZf5BjuVDL9iYK/7p7Dfk/a3Zb/g0eG59VB3CkCL+Zxa6jTMCIcbdTpKQo0IM4NJ
OEmZ94g0p9+V9zEuzGFor40hCVfZlZM8ZKtQt5uqn79zvp6EgH4z7AWlhjJYAzFE
iXOj1umJ36KKV8E1yKn0y46EsEfEQSnBGY/eBt0rCImuF4UmMmQGCf/Rzf/6N0ml
gEinNjhaPzzjEnrz0qE/AkEFlXg0v1+K0V0yZi3eVe2uOQ1so06EH28uD5qt7Of9
O8Z8cl10JBPoF4GMlu4s
=Ou4u
-END PGP SIGNATURE-

Lucas Kanashiro (14):
  Import original source of Net-Dict 2.19
  Initial packaging by dh-make-perl 0.84
  Set up debian directory
  debian/control: add missing dependency
  d/copyright: fix copyright after gregoa review
  d/control: fix dependency and recommends
  d/rules: skip tests
  d/changelog: Remove TODO and release
  d/copyright: add missing t/database.t
  d/patches: add patch to rename dict to pdict
  d/rules: rename dict (exec and man page) to pdict
  d/changelog: remove TODO and release to unstable
  d/copyright: fix t/databse.t copyright
  d/patches: add DEP3 headers to patch

gregor herrmann (3):
  back to UNRELEASED, TODO added to d/changelog
  back to UNRELEASED, TODO added to d/changelog
  add Forwarded header to patch

---

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-dict-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-dict-perl] branch master updated (fd15f66 - abe0116)

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

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

  from  fd15f66   d/patches: add DEP3 headers to patch
   new  abe0116   add Forwarded header to patch

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


Summary of changes:
 debian/patches/01-rename-dict-binary.patch | 1 +
 1 file changed, 1 insertion(+)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dict-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-dict-perl] annotated tag debian/2.19-1 deleted (was 15f5921)

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

gregoa pushed a change to annotated tag debian/2.19-1
in repository libnet-dict-perl.

*** WARNING: tag debian/2.19-1 was deleted! ***

   tag was  15f5921

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dict-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-dict-perl] 01/01: add Forwarded header to patch

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

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

commit abe0116cbe481492aa83af5099f6b5c3c02ac5a0
Author: gregor herrmann gre...@debian.org
Date:   Tue Jul 21 22:37:38 2015 +0200

add Forwarded header to patch

and set it to not-needed (i.e. the patch is debian-specific)

Gbp-Dch: Ignore
---
 debian/patches/01-rename-dict-binary.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/01-rename-dict-binary.patch 
b/debian/patches/01-rename-dict-binary.patch
index 1d7dec0..4b42b29 100644
--- a/debian/patches/01-rename-dict-binary.patch
+++ b/debian/patches/01-rename-dict-binary.patch
@@ -3,6 +3,7 @@ Description: rename dict to pdict
  to pdict because the conflit with apt-gdict executable.
 Author: Lucas Kanashiro kanashiro.dua...@gmail.com
 Last-Update: 2015-07-21
+Forwarded: not-needed
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/dict

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


[pkg-perl-tools] branch master updated (fca9d9b - 7e6ba4c)

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

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

  from  fca9d9b   alioth-repo: Read a distribution name as 1st parameter if 
none is found
   new  7e6ba4c   add TODO about review 87ad5a7 (dpt-alioth-repo / remote 
origin)

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 | 14 +-
 1 file changed, 13 insertions(+), 1 deletion(-)

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


[pkg-perl-tools] 01/01: alioth-repo: If origin already exists, check if it's the right one. Skip creation if so.

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit 6d2a5b3bfc8587baf6a8a2da346d0937dd67f7cc
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 23:32:41 2015 +0200

alioth-repo: If origin already exists, check if it's the right one. Skip 
creation if so.
---
 debian/changelog| 21 -
 scripts/alioth-repo | 17 +++--
 2 files changed, 15 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 21106cf..2d038b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,6 @@
 pkg-perl-tools (0.21) UNRELEASED; urgency=medium
 
-  TODO:
-  - dpt push with notes still needs to be tested.
-  - review 87ad5a7 (dpt-alioth-repo / remote origin):
-in its current form it means that dpt-alioth-repo always bails out on
-packages created with dh-make-perl which already sets the git remote
-origin to git.debian.org. - ideas:
-+ revert commit. disadvantadge: leaves the confusing error when git remote
-  add fails which was the reason for this change. (Note that the error is
-  caught, only the message is confusing.)
-+ revert and add some message (don't worry about an error ...)
-+ bail out only if a remote origin exists and does not point to git.d.o
-+ bail out only if a remote origin exists and is not the remote we
-  wanted to add.
-+ if a remote origin exists, rename it and continue
-+ something else :)
+  TODO: dpt push with notes still needs to be tested.
 
   [ Salvatore Bonaccorso ]
   * examples/b: Use buildpackage subcomand for gbp in case git directory
@@ -28,8 +14,9 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
   [ Axel Beckert ]
   * Also push git notes with dpt push for use with Niko Tyni's
 git-debcherry variant (see #784159)
-  * dpt-alioth-repo: Check if a remote named origin already exists
-before creating the remote repository.
+  * dpt-alioth-repo: Check if a remote named origin already exists and
+if it's already the expected remote repository before creating a
+remote repository named origin.
   * Use Gbp-Dch instead of Git-Dch in examples/mass-commit and
 dpt-upstream-repo.
   * Remove .mailmap stanza from debian/copyright. It's only needed in the
diff --git a/scripts/alioth-repo b/scripts/alioth-repo
index b0396cd..8d7045c 100755
--- a/scripts/alioth-repo
+++ b/scripts/alioth-repo
@@ -49,14 +49,19 @@ fi
 
 # Check if there is already a remote called origin before proceeding
 if git remote | egrep -q '^origin$'; then
-echo 'A remote called origin already exists. Aborting.' 12
-echo 'You may want to rename it with git remote rename origin 
origin-old.' 12
-exit 1;
+if git remote -v | egrep 
^origin[[:space:]].*git\.debian.org.*/git/pkg-perl/packages/$PKG\.git\b.*\(push\)$;
 then
+echo 'A remote called origin already exists and looks like the right 
one.' 12
+echo 'Skipping creation and addition of the remote repository.' 12
+else
+echo A remote called \origin\ already exists and doesn't look 
right. Aborting. 12
+echo 'You may want to rename it with git remote rename origin 
origin-old.' 12
+exit 1;
+fi
+else
+ssh git.debian.org /git/pkg-perl/setup-repository $PKG \Debian packaging 
of $DIST CPAN distribution\
+git remote add origin ssh://git.debian.org/git/pkg-perl/packages/$PKG.git 
|| [ $? = 128 ]
 fi
 
-ssh git.debian.org /git/pkg-perl/setup-repository $PKG \Debian packaging of 
$DIST CPAN distribution\
-
-git remote add origin ssh://git.debian.org/git/pkg-perl/packages/$PKG.git || [ 
$? = 128 ]
 git push --all origin --set-upstream
 git push --tags origin
 

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


[pkg-perl-tools] branch master updated (6d2a5b3 - 5ca838e)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository pkg-perl-tools.

  from  6d2a5b3   alioth-repo: If origin already exists, check if it's the 
right one. Skip creation if so.
   new  04c7426   Always setup the repository on alioth if it doesn't exist 
yet
   new  5ca838e   Drop the || [ $? = 128 ], it was just there to catch 
the case of an already existing repo

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:
 scripts/alioth-repo | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

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


[libconvert-units-perl] 01/03: pristine-tar data for libconvert-units-perl_0.43.orig.tar.gz

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch pristine-tar
in repository libconvert-units-perl.

commit 2573e5c4c554ed760b84e21e40bdbeb61df9a219
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 19:13:10 2015 +

pristine-tar data for libconvert-units-perl_0.43.orig.tar.gz
---
 libconvert-units-perl_0.43.orig.tar.gz.delta | Bin 0 - 1060 bytes
 libconvert-units-perl_0.43.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libconvert-units-perl_0.43.orig.tar.gz.delta 
b/libconvert-units-perl_0.43.orig.tar.gz.delta
new file mode 100644
index 000..c35bee8
Binary files /dev/null and b/libconvert-units-perl_0.43.orig.tar.gz.delta differ
diff --git a/libconvert-units-perl_0.43.orig.tar.gz.id 
b/libconvert-units-perl_0.43.orig.tar.gz.id
new file mode 100644
index 000..a842953
--- /dev/null
+++ b/libconvert-units-perl_0.43.orig.tar.gz.id
@@ -0,0 +1 @@
+02a00b1bdae841ea850f914896dd25b0b3ea04eb

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


[libconvert-units-perl] 02/03: pristine-tar data for libconvert-units-perl_0.43.1.orig.tar.gz

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch pristine-tar
in repository libconvert-units-perl.

commit 6c67e227f04df5de11b1be957a9575f558cd914f
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 19:13:11 2015 +

pristine-tar data for libconvert-units-perl_0.43.1.orig.tar.gz
---
 libconvert-units-perl_0.43.1.orig.tar.gz.delta | Bin 0 - 1092 bytes
 libconvert-units-perl_0.43.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libconvert-units-perl_0.43.1.orig.tar.gz.delta 
b/libconvert-units-perl_0.43.1.orig.tar.gz.delta
new file mode 100644
index 000..0952536
Binary files /dev/null and b/libconvert-units-perl_0.43.1.orig.tar.gz.delta 
differ
diff --git a/libconvert-units-perl_0.43.1.orig.tar.gz.id 
b/libconvert-units-perl_0.43.1.orig.tar.gz.id
new file mode 100644
index 000..a842953
--- /dev/null
+++ b/libconvert-units-perl_0.43.1.orig.tar.gz.id
@@ -0,0 +1 @@
+02a00b1bdae841ea850f914896dd25b0b3ea04eb

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


[libconvert-units-perl] 03/03: Merge remote-tracking branch 'origin/pristine-tar' into pristine-tar

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch pristine-tar
in repository libconvert-units-perl.

commit 8c607ddb20dad96574abc3e102fc352d66c4ca15
Merge: 6c67e22 7524bd5
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 20:26:40 2015 +

Merge remote-tracking branch 'origin/pristine-tar' into pristine-tar


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


[libconvert-units-perl] branch pristine-tar updated (7524bd5 - 8c607dd)

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to branch pristine-tar
in repository libconvert-units-perl.

  from  7524bd5   pristine-tar data for 
libconvert-units-perl_0.43.orig.tar.gz
   new  2573e5c   pristine-tar data for 
libconvert-units-perl_0.43.orig.tar.gz
   new  6c67e22   pristine-tar data for 
libconvert-units-perl_0.43.1.orig.tar.gz
   new  8c607dd   Merge remote-tracking branch 'origin/pristine-tar' into 
pristine-tar

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:
 libconvert-units-perl_0.43.1.orig.tar.gz.delta| Bin 0 - 1092 bytes
 id = libconvert-units-perl_0.43.1.orig.tar.gz.id |   0
 libconvert-units-perl_0.43.orig.tar.gz.delta  | Bin 1055 - 1060 bytes
 3 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 libconvert-units-perl_0.43.1.orig.tar.gz.delta
 copy libconvert-units-perl_0.43.orig.tar.gz.id = 
libconvert-units-perl_0.43.1.orig.tar.gz.id (100%)

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


[libconvert-units-perl] 01/17: Imported Upstream version 0.43

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit a198593fc4de28db8b51d8b9ba0d6171ddd587a2
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 19:13:09 2015 +

Imported Upstream version 0.43
---
 Base.pm| 330 +
 Changes|  19 
 Length.pm  |  81 ++
 MANIFEST   |  11 ++
 Makefile.PL|  14 +++
 README | 157 +++
 Temperature.pm |  46 
 Type.pm|  56 ++
 test.pl|  20 
 9 files changed, 734 insertions(+)

diff --git a/Base.pm b/Base.pm
new file mode 100644
index 000..b7ac710
--- /dev/null
+++ b/Base.pm
@@ -0,0 +1,330 @@
+package Convert::Units::Base;
+require 5.004;
+require Exporter;
+
+@ISA = qw(Exporter);
+
+use vars qw($VERSION);
+
+use Carp;
+
+$VERSION = 0.43;
+
+sub initialize {
+my $self = shift;
+$self-{default}   = undef;# default unit
+$self-{conversions}   = {};   # conversions
+$self-{synonyms}  = {};   # unit synonyms and abbreviations
+$self-{multipliers}   = {};   # multipliers
+}
+
+sub import {
+my $self = shift;
+
+my ($conversions, $synonyms, $multipliers, $default) = (@_);
+
+$self-{conversions}   = $conversions;
+$self-{synonyms}  = $synonyms;
+$self-{multipliers}   = $multipliers;
+$self-{default}   = $default;
+
+# if no default unit has been defined, look for any base unit
+
+unless (defined($self-{default}))
+{
+foreach (keys %{$self-{conversions}})
+{
+if (${$self-{conversions}}{$_}==1)
+{
+$self-{default} = $_;
+}
+}
+}
+
+# Add plural versions of unit names
+
+foreach (keys %{$self-{conversions}}) {
+${$self-{conversions}}{$self-plural($_)} = 
${$self-{conversions}}{$_};
+}
+
+foreach (keys %{$self-{multipliers}}) {
+${$self-{multipliers}}{$self-plural($_)} = 
${$self-{multipliers}}{$_};
+}
+
+# Add synonyms and abbreviations for units
+
+foreach (keys %{$self-{synonyms}}) {
+${$self-{conversions}}{$_} = 
${$self-{conversions}}{${$self-{synonyms}}{$_}};
+}
+}
+
+sub new {
+my $this = shift;
+my $class = ref($this) || $this;
+my $self = {};
+bless $self, $class;
+$self-initialize();
+$self-import(@_);
+return $self;
+}
+
+# In the future use Lingua::EN::Inflect?
+
+sub plural
+{
+my $self = shift;
+
+local ($_) = shift;
+
+my $suff = s;
+
+$suff = es,   if (m/(ch|s)$/);
+$suff = ies, if (m/y$/);
+
+$_ .= $suff;
+
+$_ = halves, if ($_ eq halfs); # exceptions
+$_ = feet,   if ($_ eq foots);
+
+return $_;
+}
+
+sub parse_unit
+{
+my $self = shift;
+
+local ($_) = shift;
+my $base = shift;  # assume no number specfied = base (0 or 1 usually)
+
+m/^(\-?\d*(\.\d+)?)\s*(\D*)$/;
+
+my $number = $1 || $base;
+my $unit   = $3 || $self-{default};
+
+unless (defined(${$self-{conversions}}{$unit}))
+{
+if ($unit =~ m/(\w+)([\s\-]of[\s\-]an?|[\s\-]of)?[\s\-](\w+)$/)
+{
+$number *= ${$self-{multipliers}}{$1};
+$unit = $3;
+}
+}
+
+unless (defined(${$self-{conversions}}{$unit}))
+{
+croak Invalid unit: $unit;
+}
+
+return ($number, $unit);
+}
+
+sub convert_units
+{
+my $self = shift;
+
+my ($amount, $unit)= $self-parse_unit (shift, 0);
+my ($multiple, $unit_to)   = $self-parse_unit (shift, 1);
+   
+unless (defined($unit_to)) {
+$unit_to = $self-{default};
+}
+
+my ($M, $A);
+my $U = ${$self-{conversions}}{$unit};
+
+if (ref($U) eq ARRAY) {
+($M, $A) = @{$U};
+} else {
+$M = $U;
+$A = 0;
+}
+
+my $def_unit   = ($amount + $A) * $M;
+
+$U = ${$self-{conversions}}{$unit_to};
+if (ref($U) eq ARRAY) {
+($M, $A) = @{$U};
+} else {
+$M = $U;
+$A = 0;
+}
+
+my $result = (($def_unit / $M) - $A) / $multiple;
+
+return $result;
+}
+
+sub parse_string
+{
+my $self = shift;
+my $str = lc(shift);
+my $unit_to = lc(shift);
+
+my $sum = 0, $el = 1;
+
+my @units = (split /,|\s+/, $str);
+
+foreach my $unit (@units) {
+
+$el = $unit, if ($unit =~ m/^\d/);
+$el .=  .$unit, if (($unit =~ m/^\D/) and ($unit !~ m/^(and)$/));
+
+if ($el =~ m/\d\D/) {
+$sum += $self-convert_units ($el, $unit_to);
+$el = 1;
+}
+}
+
+return $sum;
+}
+
+
+1;
+
+__END__
+
+=head1 NAME
+
+Convert::Units::Base - base object for performing unit conversions
+
+=head1 DESCRIPTION
+
+The Units package is a collection of modules for parsing strings with
+unit measurements (such as 12pt or 3 meters) and 

[librtf-document-perl] branch master updated (8cecc97 - 6ee50b6)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librtf-document-perl.

  from  8cecc97   Declare compliance with Debian Policy 3.9.6
   new  8a82836   Rewrite debian/copyright in machine-readable DEP5 format
   new  dda9bae   Mark package as autopkgtestable
   new  ac38ad0   Add a Homepage header and let it point the author's 
BackPAN directory
   new  c4100f9   Slightly optimize short and long package description
   new  6ee50b6   This upload obsoletes and hence closes #670750

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

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


[librtf-document-perl] 03/05: Add a Homepage header and let it point the author's BackPAN directory

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit ac38ad05baf9a573c35d60cd0971b600f5c9c690
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:40:58 2015 +0200

Add a Homepage header and let it point the author's BackPAN directory
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 487ffcb..910de04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
   * Declare compliance with Debian Policy 3.9.6.
   * Rewrite debian/copyright in machine-readable DEP5 format.
   * Mark package as autopkgtestable.
+  * Add a Homepage header and let it point the author's BackPAN directory.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
diff --git a/debian/control b/debian/control
index 35eebc3..262ba80 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librtf-document-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librtf-document-perl.git
 Testsuite: autopkgtest-pkg-perl
+Homepage: http://backpan.perl.org/modules/by-authors/id/R/RR/RRWO/
 
 Package: librtf-document-perl
 Architecture: all

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


[librtf-document-perl] 01/05: Rewrite debian/copyright in machine-readable DEP5 format

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 8a8283600b26d17bafbd332b00961f0ac23b704c
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:36:57 2015 +0200

Rewrite debian/copyright in machine-readable DEP5 format
---
 debian/changelog |  1 +
 debian/copyright | 42 --
 2 files changed, 25 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 24a941c..4a64e0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
 + Stop installing upstream README, i.e. no debian/docs needed.
 + Bump debhelper compat level to 9, bump according versioned b-d.
   * Declare compliance with Debian Policy 3.9.6.
+  * Rewrite debian/copyright in machine-readable DEP5 format.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
diff --git a/debian/copyright b/debian/copyright
index a09117c..cb9d598 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,22 +1,28 @@
-This package was debianized by Krzysztof Krzyzaniak (eloy) e...@debian.org on
-Tue, 11 Dec 2001 13:02:13 +0100.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Robert Rothenberg wlkng...@unix.asb.com
+Upstream-Name: Chart
+Source: 
http://backpan.perl.org/modules/by-authors/id/R/RR/RRWO/RTF-Document-0.64.tar.gz
 
-It was downloaded from 
ftp://ftp.cpan.org/authors/id/R/RR/RRWO/RTF-Document-0.64.tar.gz
+Files: *
+Copyright: 1999-2000 Robert Rothenberg wlkng...@unix.asb.com
+License: Artistic or GPL-1+
 
-Upstream author: Robert Rothenberg wlkng...@unix.asb.com
+Files: debian/*
+Copyright: 2001-2006 Krzysztof Krzyzaniak (eloy) e...@debian.org
+   2015  Axel Beckert a...@debian.org
+License: Artistic or GPL-1+
+Comment: It is assumed that the packaging is under the same license as
+ the upstream code unless stated otherwise.
 
-Copyright:
-Copyright (c) 1999-2000 Robert Rothenberg. All rights reserved.
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
-This library is free software; you can redistribute it and/or modify
-it under the terms of either:
-
-   a) the GNU General Public License as published by the Free Software
-  Foundation; either version 1, or (at your option) any later
-  version, or
-
-   b) the Artistic License which comes with Perl.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in /usr/share/common-licenses/GPL' and
-the Artistic Licence in /usr/share/common-licenses/Artistic'.
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.

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


[librtf-document-perl] 02/05: Mark package as autopkgtestable

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit dda9bae027819f07c1f7ebd88cba5748ff8c4560
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:37:50 2015 +0200

Mark package as autopkgtestable
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4a64e0d..487ffcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
 + Bump debhelper compat level to 9, bump according versioned b-d.
   * Declare compliance with Debian Policy 3.9.6.
   * Rewrite debian/copyright in machine-readable DEP5 format.
+  * Mark package as autopkgtestable.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
diff --git a/debian/control b/debian/control
index 3ab48a5..35eebc3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends-Indep: libconvert-units-perl (= 0.43),
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librtf-document-perl.git
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librtf-document-perl.git
+Testsuite: autopkgtest-pkg-perl
 
 Package: librtf-document-perl
 Architecture: all

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


[librtf-document-perl] 01/01: Add patch to fix defined(@array) is deprecated warning

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 97862840692de795bb48c8f58e42076391ed7807
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:54:18 2015 +0200

Add patch to fix defined(@array) is deprecated warning
---
 debian/changelog  |  1 +
 debian/patches/02_fix-defined-array.patch | 16 
 debian/patches/series |  1 +
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b6a3b8d..d4e27d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
   * Mark package as autopkgtestable.
   * Add a Homepage header and let it point the author's BackPAN directory.
   * Slightly optimize short and long package description.
+  * Add patch to fix defined(@array) is deprecated warning.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
diff --git a/debian/patches/02_fix-defined-array.patch 
b/debian/patches/02_fix-defined-array.patch
new file mode 100644
index 000..7b4f5d2
--- /dev/null
+++ b/debian/patches/02_fix-defined-array.patch
@@ -0,0 +1,16 @@
+Description: Fixes defined(@array) is deprecated Perl warning
+Author: Axel Beckert a...@debian.org
+
+Index: librtf-document-perl/Document.pm
+===
+--- librtf-document-perl.orig/Document.pm  2015-07-21 22:49:05.937818261 
+0200
 librtf-document-perl/Document.pm   2015-07-21 22:51:37.656018946 +0200
+@@ -582,7 +582,7 @@
+ $self-add_raw ($fattr, escape_simple($name) );
+ 
+ my @alternates = ();
+-   @alternates = @{${$attributes}{alternates}} if ( defined 
@{${$attributes}{alternates}} );
++   @alternates = @{${$attributes}{alternates}} if 
@{${$attributes}{alternates}};
+ if (@alternates) {
+ while ($_ = shift @alternates) {
+ $self-add_raw ($fattr, [ '\*\falt '.escape_simple($_) ] );
diff --git a/debian/patches/series b/debian/patches/series
index f556d2c..9ab2267 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_make_it_strict.patch
+02_fix-defined-array.patch

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


[librtf-document-perl] branch master updated (6ee50b6 - 9786284)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librtf-document-perl.

  from  6ee50b6   This upload obsoletes and hence closes #670750
   new  9786284   Add patch to fix defined(@array) is deprecated warning

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  |  1 +
 debian/patches/02_fix-defined-array.patch | 16 
 debian/patches/series |  1 +
 3 files changed, 18 insertions(+)
 create mode 100644 debian/patches/02_fix-defined-array.patch

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


[librtf-document-perl] annotated tag debian/0.64-11 created (now 986b938)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/0.64-11
in repository librtf-document-perl.

at  986b938   (tag)
   tagging  eb9db775312fbbd483bf39767a3e3260c89aff92 (commit)
  replaces  debian/0.64-10
 tagged by  Axel Beckert
on  Tue Jul 21 22:56:26 2015 +0200

- Log -
librtf-document-perl Debian release 0.64-11
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJVrrH6AAoJEGvmY8daNcl1pVEQAKQfhKwrsej8cdpopa6NwYS5
A2eKSt+ZIZ+E4Vg9p5v4yZ9dRoMDyXfYKsN5jqU4FBhopzJaUk1GA1+qr8N9hXYY
ZbMJiDuSGBVG2DYz31eWAq57MxdRPRnn8ayL0qhRRkkd0alz/MMNyM7F37/nYmBJ
V/u8SrK3s0BBojI5Pf/aiR+5bEvNoESsBDDi9klHsqFDqIRIsSCNve2EsRCKWoT2
GbLKE0e8ZKeR1wZKrZGITRYetzFaGbsU3rry3DVVr9tlvuMURgXnTtXjzQlMsfEz
rkzPQZ31ueFWefUGHauglHqVcA9wEhJk8ZKG6Xh/4unqCYFYwhAxDHn4wXHmmqwN
D6y/y81L6YxF18qaWzh8P0iYdOhKlIHVyUlUuwT+5cFKzScHGuOAZlIXxtEbt01V
tJ2dNZotaA/+Zv8sni+47Kb/NZAt+zvOveZAZPMnLmM/fvNWH4iJBiXDd7SImnSu
lJF2UzJONWympLjZJ8hTC9rdsRHNy8FEZMe41eHsmG/+eLb4U0KAa+iFM2V0rhUj
KVM82636Wz/45f9a8YC4RDT6WlrTZaNd9akhwvWX+2RvQSvGbPQxw/2VfcqevVuA
tx+an+D/pcWqyR28o1tga3tuj0wq1h2rwfHHWIh9p6Pox1Nxs9veWeEs6k2fUGR5
35duSnE49W4qHp9Rfel+
=F/q1
-END PGP SIGNATURE-

Axel Beckert (15):
  Takeover for the Debian Perl Group
  Apply wrap-and-sort
  Remove obsolete local emacs variables from debian/changelog
  Apply dpatch2quilt and switch to source format 3.0 (quilt)
  Fix line encodings of Document.pm
  Add changelog entry for switching perl5 b-d to perl
  Rewrite debian/rules using a minimal dh v7 style file
  Declare compliance with Debian Policy 3.9.6
  Rewrite debian/copyright in machine-readable DEP5 format
  Mark package as autopkgtestable
  Add a Homepage header and let it point the author's BackPAN directory
  Slightly optimize short and long package description
  This upload obsoletes and hence closes #670750
  Add patch to fix defined(@array) is deprecated warning
  Upload to unstable as 0.64-11

---

This annotated tag includes the following new commits:

   new  eb9db77   Upload to unstable as 0.64-11

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.


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


[librtf-document-perl] 01/01: Upload to unstable as 0.64-11

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit eb9db775312fbbd483bf39767a3e3260c89aff92
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:55:44 2015 +0200

Upload to unstable as 0.64-11
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d4e27d3..40bba73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
+librtf-document-perl (0.64-11) unstable; urgency=medium
 
+  * Team upload
   * Move package under the umbrella of the Debian Perl Group
 (c.f. https://lists.debian.org/debian-perl/2014/04/msg00033.html)
 + move Krzysztof Krzyzaniak (eloy) to Uploaders.
@@ -24,7 +25,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
   * Slightly optimize short and long package description.
   * Add patch to fix defined(@array) is deprecated warning.
 
- -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
+ -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 22:54:43 +0200
 
 librtf-document-perl (0.64-10) unstable; urgency=low
 

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


[librtf-document-perl] branch master updated (9786284 - eb9db77)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librtf-document-perl.

  from  9786284   Add patch to fix defined(@array) is deprecated warning
   new  eb9db77   Upload to unstable as 0.64-11

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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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


[pkg-perl-tools] 01/01: add TODO about review 87ad5a7 (dpt-alioth-repo / remote origin)

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

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

commit 7e6ba4c42f92165bcddc4f8e1cc063a2dc742e70
Author: gregor herrmann gre...@debian.org
Date:   Tue Jul 21 23:06:44 2015 +0200

add TODO about review 87ad5a7 (dpt-alioth-repo / remote origin)

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

diff --git a/debian/changelog b/debian/changelog
index a040130..5129985 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,18 @@
 pkg-perl-tools (0.21) UNRELEASED; urgency=medium
 
-  TODO: dpt push with notes still needs to be tested.
+  TODO:
+  - dpt push with notes still needs to be tested.
+  - review 87ad5a7 (dpt-alioth-repo / remote origin):
+in its current form it means that dpt-alioth-repo always bails out on
+packages created with dh-make-perl which already sets the git remote
+origin to git.debian.org. - ideas:
++ revert commit. disadvantadge: leaves the confusing error when git remtoe
+  add fails which was the reason for this change. (note that the error is
+  caught, only the message is confusing)
++ revert and add some message (don't worry about an error ...)
++ bail out only it a remote origin exists and does not point to git.d.o
++ if a remote origin exists, rename it and continue
++ something else :)
 
   [ Salvatore Bonaccorso ]
   * examples/b: Use buildpackage subcomand for gbp in case git directory

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


[pkg-perl-tools] branch master updated (cfddfdc - 218221f)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository pkg-perl-tools.

  from  cfddfdc   Fix another typo
   new  218221f   Add another idea how to fix the issue

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

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


[librtf-document-perl] branch master updated (975b933 - 85142dd)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librtf-document-perl.

  from  975b933   Fix line encodings of Document.pm
   new  6819745   Add changelog entry for switching perl5 b-d to perl
   new  85142dd   Rewrite debian/rules using a minimal dh v7 style 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 |  4 
 debian/compat|  2 +-
 debian/control   |  2 +-
 debian/rules | 68 ++--
 4 files changed, 8 insertions(+), 68 deletions(-)

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


[librtf-document-perl] 01/02: Add changelog entry for switching perl5 b-d to perl

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 6819745ef21f763518580ec20d81c27f37ef4d02
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:04:49 2015 +0200

Add changelog entry for switching perl5 b-d to perl

Accidentially already committed in f33f9959c506571e5c04e053473af3c8b06a4f27.

Closes: #786681
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index ec48c43..ff3d030 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
 + Drop build-dependency on dpatch
 + Drop dependencies on patch target from debian/rules.
   * Drop complete Diff of Document.pm by fixing the line-endings.
+  * Replace Build-Dependency on perl5 by plain perl (Closes: #786681)
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 

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


[libconvert-units-perl] 04/17: Imported Upstream version 0.43.1

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit f3e492b739923bd988dfb54b1f3d295133691160
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 19:13:10 2015 +

Imported Upstream version 0.43.1

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


[librtf-document-perl] branch master updated (85142dd - 8cecc97)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository librtf-document-perl.

  from  85142dd   Rewrite debian/rules using a minimal dh v7 style file
   new  8cecc97   Declare compliance with Debian Policy 3.9.6

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

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


[libconvert-units-perl] 01/01: Merge branch 'master' of ssh://git.debian.org/git/pkg-perl/packages/libconvert-units-perl

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository libconvert-units-perl.

commit 07bb33cc3a2db2cbefb8b70534457bd7feaf0f60
Merge: 064a3f2 e067349
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 20:24:10 2015 +

Merge branch 'master' of 
ssh://git.debian.org/git/pkg-perl/packages/libconvert-units-perl

Conflicts:
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules

 debian/changelog | 1 -
 1 file changed, 1 deletion(-)

diff --cc debian/changelog
index ebf4d84,7a2d90a..d392650
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,25 -1,5 +1,24 @@@
 +libconvert-units-perl (1:0.43-2) unstable; urgency=low
 +
 +  [ Damyan Ivanov ]
 +  * Take over maintenance with eloy's approval
 +(https://lists.debian.org/debian-perl/2014/04/msg00033.html)
 +Make Debian Perl Group the Maintainer, and move eloy to Uploaders;
 +Add myself to uploaders too
 +  * Replace perl5 (build) dependency with plain 'perl' or ${perl:Depends}
 +Closes: #786678
 +  * Replace debian/rules with the tiny debhelper 7 variant
 +  * Use source format '3.0 (quilt)'
 +  * Use debhelper compatibility level 8
 +  * Add ${misc:Depends} to dependencies; thanks, lintian
 +  * Declare conformance with Policy 3.9.6
 +  * copyright: Point to GPL-1 instead to GPL symlink
 +  * Add Testsuite header
 +
 + -- Damyan Ivanov d...@debian.org  Tue, 21 Jul 2015 20:16:23 +
 +
  libconvert-units-perl (1:0.43-1) unstable; urgency=low
  
-   [ Krzysztof Krzyzaniak (eloy) ]
* Added epoch to version
  
   -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Wed, 22 Feb 2006 22:02:19 
+0100

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


[librtf-document-perl] 04/05: Slightly optimize short and long package description

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit c4100f982a77d90cfc5f5dd659f49e49c5d05e14
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:42:20 2015 +0200

Slightly optimize short and long package description
---
 debian/changelog | 1 +
 debian/control   | 7 ---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 910de04..ba5abeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
   * Rewrite debian/copyright in machine-readable DEP5 format.
   * Mark package as autopkgtestable.
   * Add a Homepage header and let it point the author's BackPAN directory.
+  * Slightly optimize short and long package description.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
diff --git a/debian/control b/debian/control
index 262ba80..5873b20 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Architecture: all
 Depends: libconvert-units-perl (= 0.43),
  ${misc:Depends},
  ${perl:Depends}
-Description: Perl extension for generating Rich Text (RTF) Files
- RTF::Document is a module for generating Rich Text Format (RTF)
- documents that can be used by most text converters and word processors.
+Description: Perl extension for generating Rich Text Format (RTF) files
+ RTF::Document is a Perl module for generating Rich Text Format (RTF)
+ documents that can be used by most text converters and word
+ processors.

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


[librtf-document-perl] 05/05: This upload obsoletes and hence closes #670750

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 6ee50b60d914d9d2e6825b8406bb8fba787cab31
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:44:47 2015 +0200

This upload obsoletes and hence closes #670750
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index ba5abeb..b6a3b8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
 + Add debian/source/format
 + Drop build-dependency on dpatch
 + Drop dependencies on patch target from debian/rules.
++ Obsoletes and hence closes: #670750.
   * Drop complete Diff of Document.pm by fixing the line-endings.
   * Replace Build-Dependency on perl5 by plain perl (Closes: #786681)
   * Rewrite debian/rules using a minimal dh v7 style file.

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


[pkg-perl-tools] branch master updated (7e6ba4c - 99a8ab4)

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository pkg-perl-tools.

  from  7e6ba4c   add TODO about review 87ad5a7 (dpt-alioth-repo / remote 
origin)
   new  99a8ab4   Fix a typo and add some punctuation

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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


[pkg-perl-tools] 01/01: Fix a typo and add some punctuation

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit 99a8ab42c80b6dae7304598834c0eb0457e62802
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 23:08:21 2015 +0200

Fix a typo and add some punctuation
---
 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5129985..39ef821 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,9 +6,9 @@ pkg-perl-tools (0.21) UNRELEASED; urgency=medium
 in its current form it means that dpt-alioth-repo always bails out on
 packages created with dh-make-perl which already sets the git remote
 origin to git.debian.org. - ideas:
-+ revert commit. disadvantadge: leaves the confusing error when git remtoe
-  add fails which was the reason for this change. (note that the error is
-  caught, only the message is confusing)
++ revert commit. disadvantadge: leaves the confusing error when git remote
+  add fails which was the reason for this change. (Note that the error is
+  caught, only the message is confusing.)
 + revert and add some message (don't worry about an error ...)
 + bail out only it a remote origin exists and does not point to git.d.o
 + if a remote origin exists, rename it and continue

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


[libconvert-units-perl] 10/17: Replace debian/rules with the tiny debhelper 7 variant

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit fc5045415059d186f592e27d01f34fac4e77bc89
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 19:42:23 2015 +

Replace debian/rules with the tiny debhelper 7 variant

Now the package builds
---
 debian/changelog |  1 +
 debian/rules | 69 ++--
 2 files changed, 3 insertions(+), 67 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff5b616..a4e0b03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libconvert-units-perl (1:0.43-1) unstable; urgency=low
 Add myself to uploaders too
   * Replace perl5 (build) dependency with plain 'perl' or ${perl:Depends}
 Closes: #786678
+  * Replace debian/rules with the tiny debhelper 7 variant
 
  -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Wed, 22 Feb 2006 22:02:19 
+0100
 
diff --git a/debian/rules b/debian/rules
index e44ef8a..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,69 +1,4 @@
 #!/usr/bin/make -f
-# -*- Makefile -*-
 
-# Make sure perl is defined (allow overriding from the command line
-PERL ?= /usr/bin/perl
-
-# Set our build directory
-b := $(shell pwd)/debian/libconvert-units-perl
-
-arrange: arrange-stamp
-arrange-stamp: install
-   dh_testdir
-   dh_installdirs
-   touch arrange-stamp
-
-binary: binary-stamp
-binary-stamp: binary-indep binary-arch
-   dh_testdir
-   touch binary-stamp
-
-binary-arch: binary-arch-stamp
-binary-arch-stamp: arrange
-   dh_testdir
-   touch binary-arch-stamp
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-   dh_testdir
-   dh_testroot
-   dh_installdocs README
-   dh_installchangelogs Changes
-   dh_link
-   dh_strip
-   dh_compress
-   dh_fixperms
-   dh_installdeb
-   dh_perl
-   dh_shlibdeps
-   dh_gencontrol
-   dh_md5sums
-   dh_builddeb
-   touch binary-indep-stamp
-
-build: build-stamp
-build-stamp: config
-   dh_testdir
-   $(MAKE)
-   $(MAKE) test
-   touch build-stamp
-
-clean:
-   dh_testdir
-   dh_testroot
-   if [ -e Makefile ]; then $(MAKE) -i distclean; fi
-   dh_clean arrange-stamp binary-stamp binary-arch-stamp 
binary-indep-stamp build-stamp config-stamp install-stamp
-
-config: config-stamp
-config-stamp:
-   dh_testdir
-   $(PERL) Makefile.PL INSTALLDIRS=vendor
-   touch config-stamp
-
-install: install-stamp
-install-stamp: build
-   dh_testdir
-   $(MAKE) install PREFIX=$(b)/usr
-   touch install-stamp
-
-.PHONY: arrange binary binary-arch binary-indep build clean config install
+%:
+   dh $@

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


[libconvert-units-perl] 06/17: Imported Debian patch 0.43.1-1

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit 6ae463c80d5fb237fae7704e58d0f9cce80ff1c2
Merge: 0f10c80 f3e492b
Author: Krzysztof Krzyzaniak (eloy) e...@debian.org
Date:   Sun Feb 12 23:35:09 2006 +0100

Imported Debian patch 0.43.1-1

 debian/changelog | 18 ++
 debian/control   |  4 ++--
 debian/watch |  2 ++
 3 files changed, 22 insertions(+), 2 deletions(-)

diff --cc debian/changelog
index 55d18a7,000..d429c06
mode 100644,00..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,53 -1,0 +1,71 @@@
++libconvert-units-perl (0.43.1-1) unstable; urgency=low
++
++  * Chnged version to properly upload tar.gz file
++
++ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Sun, 12 Feb 2006 23:35:09 
+0100
++
++libconvert-units-perl (0.43-10) unstable; urgency=low
++
++  * Added debian/watch (backpan)
++
++ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Sun, 12 Feb 2006 23:30:50 
+0100
++
++libconvert-units-perl (0.43-9) unstable; urgency=low
++
++  * debian/control - section/priority changed to perl/optional
++
++ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Fri, 18 Nov 2005 17:30:55 
+0100
++
 +libconvert-units-perl (0.43-8) unstable; urgency=low
 +
 +  * cleaning for Standards-Version: 3.6.2
 +
 + -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Fri, 18 Nov 2005 17:08:00 
+0100
 +
 +libconvert-units-perl (0.43-7) unstable; urgency=low
 +
 +  * debian/copyright - file was updated to meet new standard
 +  * debian/control - changed Standards-Version to 3.5.10
 +
 + -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Fri, 27 Jun 2003 11:23:54 
+0200
 +
 +libconvert-units-perl (0.43-6) unstable; urgency=low
 +
 +  * debian/control - changed Standards-Version to 3.5.8.0 and Section to perl
 +
 + -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Thu, 29 May 2003 14:09:21 
+0200
 +
 +libconvert-units-perl (0.43-5) unstable; urgency=low
 +
 +  * new rules file (based on libmd5-perl) build with binary-indep (closes: 
#157470)
 +  * link to LICENCE in copyright (closes: #157559)
 +
 + -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Mon,  2 Sep 2002 11:20:20 
+0200
 +
 +libconvert-units-perl (0.43-4) unstable; urgency=low
 +
 +  * rules file was rewritten
 +
 + -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Mon,  8 Apr 2002 15:17:26 
+0200
 +
 +libconvert-units-perl (0.43-3) unstable; urgency=low
 +
 +  * Build-Depends changed to Build-Depends-Indep (avoid lintian error)
 +
 + -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Mon, 17 Dec 2001 22:50:48 
+0100
 +
 +libconvert-units-perl (0.43-2) unstable; urgency=low
 +
 +  * Arch: any changed to Arch: all
 +
 + -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Mon, 17 Dec 2001 22:33:30 
+0100
 +
 +libconvert-units-perl (0.43-1) unstable; urgency=low
 +
 +  * Initial Release (closes: #123403).
 +
 + -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Wed, 12 Dec 2001 11:11:39 
+0100
 +
 +Local variables:
 +mode: debian-changelog
 +End:
diff --cc debian/control
index b6917e0,000..9e5b005
mode 100644,00..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,14 -1,0 +1,14 @@@
 +Source: libconvert-units-perl
- Section: interpreters
- Priority: extra
++Section: perl
++Priority: optional
 +Maintainer: Krzysztof Krzyzaniak (eloy) e...@debian.org
 +Build-Depends-Indep: debhelper ( 3.0.0), perl5
 +Standards-Version: 3.6.2
 +
 +Package: libconvert-units-perl
 +Architecture: all
 +Depends: perl5
 +Description: Perl module for performing unit conversions
 + The Units package is a collection of modules for parsing strings
 + with unit measurements (such as 12pt or 3 meters) and
 + converting them to some other unit (such as picas or inches).
diff --cc debian/watch
index 000,000..da935f0
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,2 @@@
++version=2
++http://backpan.cpan.org/modules/by-authors/id/R/RR/RRWO/Convert-Units-([\.\d]+).tar.gz

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


[libconvert-units-perl] annotated tag debian/0.43.1-1 created (now 11e94d2)

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.43.1-1
in repository libconvert-units-perl.

at  11e94d2   (tag)
   tagging  6ae463c80d5fb237fae7704e58d0f9cce80ff1c2 (commit)
  replaces  debian/0.43-8
 tagged by  Damyan Ivanov
on  Tue Jul 21 19:13:11 2015 +

- Log -
Debian release 0.43.1-1

Damyan Ivanov (1):
  Imported Upstream version 0.43.1

Krzysztof Krzyzaniak (eloy) (1):
  Imported Debian patch 0.43.1-1

---

This annotated tag includes the following new commits:

   new  a198593   Imported Upstream version 0.43
   new  582e5bf   Imported Debian patch 0.43-4
   new  b638f71   Imported Debian patch 0.43-7
   new  f3e492b   Imported Upstream version 0.43.1
   new  0f10c80   Imported Debian patch 0.43-8
   new  6ae463c   Imported Debian patch 0.43.1-1

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


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


[libconvert-units-perl] 12/17: Use debhelper compatibility level 8

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit 646f7d5eb2f4ad185a0a10efaa53fc102595fa25
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 19:45:25 2015 +

Use debhelper compatibility level 8
---
 debian/changelog | 1 +
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0cd8b7f..0a68c18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libconvert-units-perl (1:0.43-1) unstable; urgency=low
 Closes: #786678
   * Replace debian/rules with the tiny debhelper 7 variant
   * Use source format '3.0 (quilt)'
+  * Use debhelper compatibility level 8
 
  -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Wed, 22 Feb 2006 22:02:19 
+0100
 
diff --git a/debian/compat b/debian/compat
index b8626c4..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+8
diff --git a/debian/control b/debian/control
index 7d865c5..62191a5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Krzysztof Krzyzaniak (eloy) e...@debian.org,
Damyan Ivanov d...@debian.org
-Build-Depends-Indep: debhelper ( 3.0.0), perl
+Build-Depends-Indep: debhelper (= 8~), perl
 Standards-Version: 3.6.2
 
 Package: libconvert-units-perl

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


[librtf-document-perl] 02/02: Rewrite debian/rules using a minimal dh v7 style file

2015-07-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository librtf-document-perl.

commit 85142dd1e3a663d4c0617dd6c4ebc36f577be16e
Author: Axel Beckert a...@deuxchevaux.org
Date:   Tue Jul 21 22:13:24 2015 +0200

Rewrite debian/rules using a minimal dh v7 style file

Stop installing upstream README, i.e. no debian/docs needed.

Bump debhelper compatibility level to 9, bump according versioned
build-dependency.
---
 debian/changelog |  3 +++
 debian/compat|  2 +-
 debian/control   |  2 +-
 debian/rules | 68 ++--
 4 files changed, 7 insertions(+), 68 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ff3d030..0a393a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ librtf-document-perl (0.64-11) UNRELEASED; urgency=medium
 + Drop dependencies on patch target from debian/rules.
   * Drop complete Diff of Document.pm by fixing the line-endings.
   * Replace Build-Dependency on perl5 by plain perl (Closes: #786681)
+  * Rewrite debian/rules using a minimal dh v7 style file.
++ Stop installing upstream README, i.e. no debian/docs needed.
++ Bump debhelper compat level to 9, bump according versioned b-d.
 
  -- Axel Beckert a...@debian.org  Tue, 21 Jul 2015 21:03:51 +0200
 
diff --git a/debian/compat b/debian/compat
index b8626c4..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+9
diff --git a/debian/control b/debian/control
index 9f116fb..2b80757 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
 Priority: extra
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Krzysztof Krzyzaniak (eloy) e...@debian.org
-Build-Depends: debhelper ( 4.0.0)
+Build-Depends: debhelper (= 9)
 Build-Depends-Indep: libconvert-units-perl (= 0.43),
  perl
 Standards-Version: 3.6.2
diff --git a/debian/rules b/debian/rules
index 3ff6700..81e25d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,69 +1,5 @@
 #!/usr/bin/make -f
 # -*- Makefile -*-
 
-# Make sure perl is defined (allow overriding from the command line
-PERL ?= /usr/bin/perl
-
-# Set our build directory
-b := $(shell pwd)/debian/librtf-document-perl
-
-arrange: arrange-stamp
-arrange-stamp: install
-   dh_testdir
-   dh_installdirs
-   touch arrange-stamp
-
-binary: binary-stamp
-binary-stamp: binary-indep binary-arch
-   dh_testdir
-   touch binary-stamp
-
-binary-arch: binary-arch-stamp
-binary-arch-stamp: arrange
-   dh_testdir
-   touch binary-arch-stamp
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-   dh_testdir
-   dh_testroot
-   dh_installdocs README
-   dh_installchangelogs Changes
-   dh_link
-   dh_strip
-   dh_compress
-   dh_fixperms
-   dh_installdeb
-   dh_perl
-   dh_shlibdeps
-   dh_gencontrol
-   dh_md5sums
-   dh_builddeb
-   touch binary-indep-stamp
-
-build: build-stamp
-build-stamp: config
-   dh_testdir
-   $(MAKE)
-   $(MAKE) test
-   touch build-stamp
-
-clean:
-   dh_testdir
-   dh_testroot
-   if [ -e Makefile ]; then $(MAKE) -i distclean; fi
-   dh_clean arrange-stamp binary-stamp binary-arch-stamp 
binary-indep-stamp build-stamp config-stamp install-stamp
-
-config: config-stamp
-config-stamp:
-   dh_testdir
-   $(PERL) Makefile.PL INSTALLDIRS=vendor
-   touch config-stamp
-
-install: install-stamp
-install-stamp: build
-   dh_testdir
-   $(MAKE) install PREFIX=$(b)/usr
-   touch install-stamp
-
-.PHONY: arrange binary binary-arch binary-indep build clean config install
+%:
+   dh $@

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


[libconvert-units-perl] annotated tag debian/0.43-4 created (now df8b709)

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.43-4
in repository libconvert-units-perl.

at  df8b709   (tag)
   tagging  582e5bf294d6f90e03256d9ad8d7b33a1d4282e8 (commit)
 tagged by  Damyan Ivanov
on  Tue Jul 21 19:13:10 2015 +

- Log -
Debian release 0.43-4

Damyan Ivanov (1):
  Imported Upstream version 0.43

Krzysztof Krzyzaniak (eloy) (1):
  Imported Debian patch 0.43-4

---

This annotated tag includes the following new commits:

   new  a198593   Imported Upstream version 0.43
   new  582e5bf   Imported Debian patch 0.43-4

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/libconvert-units-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


[libconvert-units-perl] 13/17: Add ${misc:Depends} to dependencies; thanks, lintian

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit c458dc5f65763ea6d87b05193f02be93331ab374
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 19:46:03 2015 +

Add ${misc:Depends} to dependencies; thanks, lintian
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0a68c18..9146a71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libconvert-units-perl (1:0.43-1) unstable; urgency=low
   * Replace debian/rules with the tiny debhelper 7 variant
   * Use source format '3.0 (quilt)'
   * Use debhelper compatibility level 8
+  * Add ${misc:Depends} to dependencies; thanks, lintian
 
  -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Wed, 22 Feb 2006 22:02:19 
+0100
 
diff --git a/debian/control b/debian/control
index 62191a5..342eef1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.6.2
 
 Package: libconvert-units-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: Perl module for performing unit conversions
  The Units package is a collection of modules for parsing strings
  with unit measurements (such as 12pt or 3 meters) and

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


[libconvert-units-perl] annotated tag debian/0.43-7 created (now 58f8234)

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.43-7
in repository libconvert-units-perl.

at  58f8234   (tag)
   tagging  b638f71dc97977067d021dd110f0c284f7125663 (commit)
  replaces  debian/0.43-4
 tagged by  Damyan Ivanov
on  Tue Jul 21 19:13:10 2015 +

- Log -
Debian release 0.43-7

Krzysztof Krzyzaniak (eloy) (1):
  Imported Debian patch 0.43-7

---

This annotated tag includes the following new commits:

   new  a198593   Imported Upstream version 0.43
   new  582e5bf   Imported Debian patch 0.43-4
   new  b638f71   Imported Debian patch 0.43-7

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/libconvert-units-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


[libconvert-units-perl] annotated tag debian/0.43-8 created (now 6e52d85)

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a change to annotated tag debian/0.43-8
in repository libconvert-units-perl.

at  6e52d85   (tag)
   tagging  0f10c80d10ce2bcec8a149f4dd63cc1c2153c353 (commit)
  replaces  debian/0.43-7
 tagged by  Damyan Ivanov
on  Tue Jul 21 19:13:10 2015 +

- Log -
Debian release 0.43-8

Krzysztof Krzyzaniak (eloy) (1):
  Imported Debian patch 0.43-8

---

This annotated tag includes the following new commits:

   new  a198593   Imported Upstream version 0.43
   new  582e5bf   Imported Debian patch 0.43-4
   new  b638f71   Imported Debian patch 0.43-7
   new  0f10c80   Imported Debian patch 0.43-8

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.


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


[libconvert-units-perl] 08/17: Take over maintenance with eloy's approval

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit 59d16168c411b6f89691fb2d1916c8212e44ba39
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 19:35:48 2015 +

Take over maintenance with eloy's approval

(https://lists.debian.org/debian-perl/2014/04/msg00033.html)
Make Debian Perl Group the Maintainer, and move eloy to Uploaders;
Add myself to uploaders too
---
 debian/changelog | 7 +++
 debian/control   | 4 +++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7a2d90a..86a05a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
 libconvert-units-perl (1:0.43-1) unstable; urgency=low
 
+  [ Krzysztof Krzyzaniak (eloy) ]
   * Added epoch to version
 
+  [ Damyan Ivanov ]
+  * Take over maintenance with eloy's approval
+(https://lists.debian.org/debian-perl/2014/04/msg00033.html)
+Make Debian Perl Group the Maintainer, and move eloy to Uploaders;
+Add myself to uploaders too
+
  -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Wed, 22 Feb 2006 22:02:19 
+0100
 
 libconvert-units-perl (0.43.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 9e5b005..949e26d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,9 @@
 Source: libconvert-units-perl
 Section: perl
 Priority: optional
-Maintainer: Krzysztof Krzyzaniak (eloy) e...@debian.org
+Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
+Uploaders: Krzysztof Krzyzaniak (eloy) e...@debian.org,
+   Damyan Ivanov d...@debian.org
 Build-Depends-Indep: debhelper ( 3.0.0), perl5
 Standards-Version: 3.6.2
 

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


[libconvert-units-perl] 03/17: Imported Debian patch 0.43-7

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit b638f71dc97977067d021dd110f0c284f7125663
Author: Krzysztof Krzyzaniak (eloy) e...@debian.org
Date:   Fri Jun 27 11:23:54 2003 +0200

Imported Debian patch 0.43-7
---
 debian/changelog | 20 
 debian/control   |  2 +-
 debian/copyright | 17 ++---
 debian/rules | 16 
 4 files changed, 43 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3db0738..2f802b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+libconvert-units-perl (0.43-7) unstable; urgency=low
+
+  * debian/copyright - file was updated to meet new standard
+  * debian/control - changed Standards-Version to 3.5.10
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Fri, 27 Jun 2003 11:23:54 
+0200
+
+libconvert-units-perl (0.43-6) unstable; urgency=low
+
+  * debian/control - changed Standards-Version to 3.5.8.0 and Section to perl
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Thu, 29 May 2003 14:09:21 
+0200
+
+libconvert-units-perl (0.43-5) unstable; urgency=low
+
+  * new rules file (based on libmd5-perl) build with binary-indep (closes: 
#157470)
+  * link to LICENCE in copyright (closes: #157559)
+
+ -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Mon,  2 Sep 2002 11:20:20 
+0200
+
 libconvert-units-perl (0.43-4) unstable; urgency=low
 
   * rules file was rewritten
diff --git a/debian/control b/debian/control
index 7d368c3..0559d7d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: interpreters
 Priority: extra
 Maintainer: Krzysztof Krzyzaniak (eloy) e...@debian.org
 Build-Depends-Indep: debhelper ( 3.0.0), perl5
-Standards-Version: 3.5.2
+Standards-Version: 3.5.10
 
 Package: libconvert-units-perl
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index 14c50fc..c55104e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,6 +8,17 @@ Upstream Author: Robert Rothenberg wlkng...@unix.asb.com
 
 Copyright:
 
-Copyright (c) 1999 Robert Rothenberg. All rights reserved. This
-program is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
+Copyright (c) 1999 Robert Rothenberg. All rights reserved.
+
+This library is free software; you can redistribute it and/or modify
+it under the terms of either:
+   
+a) the GNU General Public License as published by the Free Software
+   Foundation; either version 1, or (at your option) any later
+   version, or
+
+b) the Artistic License which comes with Perl.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in /usr/share/common-licenses/GPL' and
+the Artistic Licence in /usr/share/common-licenses/Artistic'.
diff --git a/debian/rules b/debian/rules
index e845a8f..90d97a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,30 +24,30 @@ binary-stamp: binary-indep binary-arch
 binary-arch: binary-arch-stamp
 binary-arch-stamp: arrange
dh_testdir
+   touch binary-arch-stamp
+
+binary-indep: binary-indep-stamp
+binary-indep-stamp: arrange
+   dh_testdir
dh_testroot
-   dh_installexamples
dh_installdocs README
dh_installchangelogs Changes
+   dh_link
+   dh_strip
dh_compress
dh_fixperms
-   dh_strip
dh_installdeb
dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
-   touch binary-arch-stamp
-
-binary-indep: binary-indep-stamp
-binary-indep-stamp: arrange
-   dh_testdir
touch binary-indep-stamp
 
 build: build-stamp
 build-stamp: config
dh_testdir
-   $(MAKE) LDLOADLIBS=-lc
+   $(MAKE)
$(MAKE) test
touch build-stamp
 

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


[libconvert-units-perl] 15/17: copyright: Point to GPL-1 instead to GPL symlink

2015-07-21 Thread Damyan Ivanov
This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to annotated tag debian/0.43-2
in repository libconvert-units-perl.

commit a92313de541941b73553bececa113a972152c5f1
Author: Damyan Ivanov d...@debian.org
Date:   Tue Jul 21 19:55:56 2015 +

copyright: Point to GPL-1 instead to GPL symlink
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9a9940d..b6ec5b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libconvert-units-perl (1:0.43-1) unstable; urgency=low
   * Use debhelper compatibility level 8
   * Add ${misc:Depends} to dependencies; thanks, lintian
   * Declare conformance with Policy 3.9.6
+  * copyright: Point to GPL-1 instead to GPL symlink
 
  -- Krzysztof Krzyzaniak (eloy) e...@debian.org  Wed, 22 Feb 2006 22:02:19 
+0100
 
diff --git a/debian/copyright b/debian/copyright
index c55104e..3e5ef93 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,5 +20,5 @@ it under the terms of either:
 b) the Artistic License which comes with Perl.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in /usr/share/common-licenses/GPL' and
+Public License version 1 can be found in /usr/share/common-licenses/GPL-1' and
 the Artistic Licence in /usr/share/common-licenses/Artistic'.

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


  1   2   >