Skip to content
Snippets Groups Projects
Commit a5ebd59c authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

debian package helper

parent 17470a57
Branches
No related merge requests found
corpus2 (1.0.12-1) lucid; urgency=low
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
-- Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> Fri, 09 Sep 2011 11:07:41 +0200
7
Source: corpus2
Priority: extra
Maintainer: Adam Radziszewski <adam.radziszewski@pwr.wroc.pl>
Build-Depends: debhelper (>= 7), cmake, swig, python-dev, libboost-program-options1.42-dev, libboost-system1.42-dev, libboost-filesystem1.42-dev, libboost-regex1.42-dev, libedit-dev, libxml++2.6-dev, libicu-dev (>= 4.2)
Standards-Version: 3.8.3
Section: libs
Homepage: http://nlp.pwr.wroc.pl/redmine/projects/libpltagger/wiki
Package: libcorpus2-dev
Section: libdevel
Architecture: any
Depends: libcorpus2 (= ${binary:Version})
Description: data structures and I/O for morpho-syntactic processing of Polish
Library providing convenient framework of corpus readers and writers
to process morpho-syntactically annotated text, targeted at Polish.
Corpus2 supports configurable tagset, Unicode. Data structures for tagset,
tag, sentence and token are provided.
The package also gives convenient Python wrappers that support rapid
NLP application development.
Package: libcorpus2
Section: libs
Architecture: any
Depends: swig, python, libxml++2.6, ${shlibs:Depends}, ${misc:Depends}
Description: data structures and I/O for morpho-syntactic processing of Polish
Library providing convenient framework of corpus readers and writers
to process morpho-syntactically annotated text, targeted at Polish.
Corpus2 supports configurable tagset, Unicode. Data structures for tagset,
tag, sentence and token are provided.
The package also gives convenient Python wrappers that support rapid
NLP application development.
This work was packaged for Debian by:
Adam Radziszewski <adam.radziszewski@pwr.wroc.pl> on Fri, 09 Sep 2011 11:07:41 +0200
It was downloaded from:
http://nlp.pwr.wroc.pl/redmine/projects/libpltagger/wiki
Upstream Authors:
Tomasz Śniatowski
Adam Radziszewski
Wrocław University of Technology
Copyright:
Copyright (C) 2010-2011 Tomasz Śniatowski and Adam Radziszewski
License:
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 3 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
The Debian packaging is:
Copyright (C) 2011 Adam Radziszewski <adam.radziszewski@pwr.wroc.pl>
and is licensed under the GPL version 3, see above.
CMakeLists.txt
libcorpus2-dev_1.0.12-1_amd64.deb libdevel extra
libcorpus2_1.0.12-1_amd64.deb libs extra
#!/usr/bin/make -f
# -*- makefile -*-
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
#%:
# dh $@
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment