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

gregor herrmann gregoa at debian.org
Sun Mar 4 03:22:40 UTC 2012


The following commit has been merged in the master branch:
commit a02f872b9a25887c9591252137009cdcc9b0f6b4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Mar 4 03:46:45 2012 +0100

    install example code as examples in -dev package instead of a binary package
    
    Git-Dch: Ignore

diff --git a/debian/btparse-tools.install b/debian/btparse-tools.install
deleted file mode 100644
index 1df36c6..0000000
--- a/debian/btparse-tools.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/*
diff --git a/debian/control b/debian/control
index a59f6aa..0e16611 100644
--- a/debian/control
+++ b/debian/control
@@ -53,16 +53,3 @@ Description: C library to parse BibTeX files
  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: C library to parse BibTeX files - example binaries
- 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.examples b/debian/libbtparse-dev.examples
new file mode 100644
index 0000000..4e5a91e
--- /dev/null
+++ b/debian/libbtparse-dev.examples
@@ -0,0 +1,3 @@
+btparse/progs/biblex.c
+btparse/progs/bibparse.c
+btparse/progs/dumpnames.c

-- 
Debian packaging of Text-BibTeX CPAN distribution



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