[ucto] 32/69: * debian/control: libfolia has been renamed to libfolia1. * debian/control, debian/libucto.install, debian/libucto1.install, debian/libucto-dev.install, debian/libucto1-dev.install: renamed libucto to libucto1 and libucto-dev to libucto1-dev.
Joost van Baal
joostvb at moszumanska.debian.org
Wed Sep 3 17:14:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository ucto.
commit dda08e0c1ea6d428e3d006275a2c2cdff78e79da
Author: Joost van Baal-Ilić <joostvb at debian.org>
Date: Thu Dec 29 11:21:37 2011 +0000
* debian/control: libfolia has been renamed to libfolia1.
* debian/control, debian/libucto.install, debian/libucto1.install,
debian/libucto-dev.install, debian/libucto1-dev.install: renamed
libucto to libucto1 and libucto-dev to libucto1-dev.
---
debian/changelog | 5 ++++-
debian/control | 9 +++++----
debian/{libucto-dev.install => libucto1-dev.install} | 0
debian/{libucto.install => libucto1.install} | 0
4 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 04e7ba6..e5fa0fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
ucto (0.4.9-3) UNRELEASED; urgency=low
- * control: libfolia has been renamed to libfolia1.
+ * debian/control: libfolia has been renamed to libfolia1.
+ * debian/control, debian/libucto.install, debian/libucto1.install,
+ debian/libucto-dev.install, debian/libucto1-dev.install: renamed
+ libucto to libucto1 and libucto-dev to libucto1-dev.
-- Joost van Baal-Ilić <joostvb at debian.org> Thu, 29 Dec 2011 12:14:35 +0100
diff --git a/debian/control b/debian/control
index 80afd5f..bd8fb4c 100644
--- a/debian/control
+++ b/debian/control
@@ -27,10 +27,10 @@ Description: Unicode Tokenizer
do scientific research in natural language processing, ucto will likely be of
use to you.
-Package: libucto-dev
+Package: libucto1-dev
Section: libdevel
Architecture: any
-Depends: libucto (= ${binary:Version}), ${misc:Depends}
+Depends: libucto1 (= ${binary:Version}), ${misc:Depends}
Description: Unicode Tokenizer - development
Ucto can tokenize UTF-8 encoded text files (i.e. separate words from
punctuation, split sentences, generate n-grams), and offers several other
@@ -44,7 +44,7 @@ Description: Unicode Tokenizer - development
This package provides the ucto header files required to compile C++ programs
that use ucto.
-Package: libucto
+Package: libucto1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -59,5 +59,6 @@ Description: Unicode Tokenizer - runtime
Ucto is a product of the ILK Research Group, Tilburg University (The
Netherlands).
.
- This package provides the runtime files required to run programs that use ucto
+ This package provides the runtime files required to run programs that use
+ ucto.
diff --git a/debian/libucto-dev.install b/debian/libucto1-dev.install
similarity index 100%
rename from debian/libucto-dev.install
rename to debian/libucto1-dev.install
diff --git a/debian/libucto.install b/debian/libucto1.install
similarity index 100%
rename from debian/libucto.install
rename to debian/libucto1.install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ucto.git
More information about the debian-science-commits
mailing list