[liblatex-tom-perl] 03/22: Import Debian changes 1.00-1

gregor herrmann gregoa at debian.org
Sat Sep 9 18:16:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

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

commit f4c9f1f2f5a90188a1648b241aa9d4939479dd76
Merge: f435af7 9664358
Author: Patrick Winnertz <winnie at debian.org>
Date:   Mon Jan 25 22:39:34 2010 +0100

    Import Debian changes 1.00-1
    
    liblatex-tom-perl (1.00-1) unstable; urgency=low
    
      * New upstream release (Closes: #531336)
      * Added watchfile to see when newer version are released.
      * Added Hompage: to control
      * Bumped standards-version to 3.8.3, no further changes needed

 Build.PL                |   8 +-
 Changes                 |  54 ++++++++
 INSTALL                 |   2 +-
 MANIFEST                |   6 +
 META.yml                |  25 ++--
 Makefile.PL             |   2 +-
 README                  | 271 +++++++++++++++++++++------------------
 debian/changelog        |   9 ++
 debian/control          |   3 +-
 debian/watch            |   2 +
 lib/LaTeX/TOM.pm        | 331 +++++++++++++++++++++++++++---------------------
 lib/LaTeX/TOM/Node.pm   |   2 +
 lib/LaTeX/TOM/Parser.pm |  86 +++++++------
 lib/LaTeX/TOM/Tree.pm   |  26 +++-
 t/00-load.t             |   2 -
 t/01-basic.t            |  14 ++
 t/02-parser.t           |  29 +++++
 t/03-tree.t             |  38 ++++++
 t/04-node.t             |  97 ++++++++++++++
 t/data/input.tex        |   3 +
 t/data/tex.in           |   9 ++
 t/pod-coverage.t        |   0
 t/pod.t                 |   0
 23 files changed, 693 insertions(+), 326 deletions(-)

diff --cc debian/changelog
index ecf6790,0000000..56f3506
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,16 -1,0 +1,25 @@@
++liblatex-tom-perl (1.00-1) unstable; urgency=low
++
++  * New upstream release (Closes: #531336)
++  * Added watchfile to see when newer version are released.
++  * Added Hompage: to control
++  * Bumped standards-version to 3.8.3, no further changes needed
++
++ -- Patrick Winnertz <winnie at debian.org>  Mon, 25 Jan 2010 22:39:34 +0100
++
 +liblatex-tom-perl (0.8-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Changed maintainer address
 +  * Bumped Standard-Versions number
 +  * Remove .packlist from package (added find ... | xargs rm -f statement to
 +    debian/rules 
 +
 + -- Patrick Winnertz <winnie at debian.org>  Thu, 06 Dec 2007 19:31:01 +0100
 +
 +liblatex-tom-perl (0.6-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #417031)
 +
 + -- Patrick Winnertz <patrick.winnertz at skolelinux.org>  Fri, 30 Mar 2007 17:37:06 +0200
 +
diff --cc debian/control
index e0f13ff,0000000..bc553eb
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,21 -1,0 +1,22 @@@
 +Source: liblatex-tom-perl
 +Section: perl
 +Priority: optional
 +Build-Depends: debhelper (>= 5.0.0)
 +Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-build-perl, libtest-pod-coverage-perl, libtest-pod-perl
 +Maintainer: Patrick Winnertz <winnie at debian.org>
- Standards-Version: 3.7.3
++Standards-Version: 3.8.3
++Homepage: http://search.cpan.org/~schubiger/LaTeX-TOM-1.00/lib/LaTeX/TOM.pm
 +
 +Package: liblatex-tom-perl
 +Architecture: all
 +Depends: ${perl:Depends}, ${misc:Depends}
 +Description: A module for parsing, analyzing and manipulating latex documents
 + This module provides a parser which parses and interprets (though not fully) 
 + LaTeX documents and returns a tree-based representation of what it finds. 
 + This tree is a LaTeX::TOM::Tree. The tree contains LaTeX::TOM::Node nodes.
 + .
 + This module should be especially useful to anyone who wants to do processing 
 + of LaTeX documents that requires extraction of plain-text information, or 
 + altering of the plain-text components (or alternatively, the math-text 
 + components).
 +
diff --cc debian/watch
index 0000000,0000000..25858e1
new file mode 100644
--- /dev/null
+++ b/debian/watch
@@@ -1,0 -1,0 +1,2 @@@
++version=3
++http://search.cpan.org/CPAN/authors/id/S/SC/SCHUBIGER/LaTeX-TOM-([\d\.]*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblatex-tom-perl.git



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