[SCM] Debian packaging of Text-BibTeX CPAN distribution branch, master, updated. upstream/0.62-29-ge8540b0

David Bremner bremner at debian.org
Sun Mar 4 01:10:35 UTC 2012


The following commit has been merged in the master branch:
commit 796bfee5e73109804f375a4daa887ab13c1443f0
Author: David Bremner <bremner at debian.org>
Date:   Sat Mar 3 17:03:27 2012 -0400

    split up binary package
    
    - create shared library and -dev packages
    - create package btparse-tools

diff --git a/debian/btparse-tools.install b/debian/btparse-tools.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/debian/btparse-tools.install
@@ -0,0 +1 @@
+usr/bin/*
diff --git a/debian/control b/debian/control
index d20f691..f3f727a 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,46 @@ Homepage: http://search.cpan.org/dist/Text-BibTeX/
 
 Package: libtext-bibtex-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libbtparse1
 Description: Perl extension to read and parse BibTeX files
  The Text::bibTeX module provides functions to read, parse and write bibTeX
  files using perl.
+
+Package: libbtparse-dev
+Section: libdevel
+Architecture: any
+Depends: libbtparse1 (= ${binary:Version}), ${misc:Depends}
+Description: C library to parse BibTeX files - development files
+ btparse is the C component of btOOL, a pair of libraries for parsing and
+ processing BibTeX files. It is built on top of a lexical analyzer and parser
+ constructed using PCCTS. The library provides entry points to the parser,
+ functions to traverse and query the abstract-syntax tree that it produces, and
+ some functions for processing strings in "the BibTeX way".
+ .
+ This package contains the necessary symlinks, headers and object files needed
+ develop applications using btparse.
+
+Package: libbtparse1
+Section: libs
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: C library to parse BibTeX files
+ btparse is the C component of btOOL, a pair of libraries for parsing and
+ processing BibTeX files. It is built on top of a lexical analyzer and parser
+ constructed using PCCTS. The library provides entry points to the parser,
+ functions to traverse and query the abstract-syntax tree that it produces, and
+ some functions for processing strings in "the BibTeX way".
+
+Package: btparse-tools
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libbtparse1
+Description: Perl extension to read and parse BibTeX files
+ btparse is the C component of btOOL, a pair of libraries for parsing and
+ processing BibTeX files. It is built on top of a lexical analyzer and parser
+ constructed using PCCTS. The library provides entry points to the parser,
+ functions to traverse and query the abstract-syntax tree that it produces, and
+ some functions for processing strings in "the BibTeX way".
+ .
+ This package contains some example binaries.
+
diff --git a/debian/libbtparse-dev.install b/debian/libbtparse-dev.install
new file mode 100644
index 0000000..6d75645
--- /dev/null
+++ b/debian/libbtparse-dev.install
@@ -0,0 +1,4 @@
+btparse/src/bt_config.h  /usr/include
+btparse/src/btparse.h   /usr/include
+btparse/src/libbtparse.so /usr/lib
+
diff --git a/debian/libbtparse1.install b/debian/libbtparse1.install
new file mode 100644
index 0000000..0ba3188
--- /dev/null
+++ b/debian/libbtparse1.install
@@ -0,0 +1 @@
+usr/lib/libbtparse.so.*
diff --git a/debian/libtext-bibtex-perl.install b/debian/libtext-bibtex-perl.install
new file mode 100644
index 0000000..f83653b
--- /dev/null
+++ b/debian/libtext-bibtex-perl.install
@@ -0,0 +1,2 @@
+usr/lib/perl5
+

-- 
Debian packaging of Text-BibTeX CPAN distribution



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