[libtext-mecab-perl] 07/17: Fix lintian errors
Taku YASUI
tach at debian.org
Thu Aug 15 16:38:59 UTC 2013
This is an automated email from the git hooks/post-receive script.
tach pushed a commit to branch master
in repository libtext-mecab-perl.
commit e9a16f3a35ce48b8bf99411cbe2086556187dc3a
Author: Taku YASUI <tach at debian.org>
Date: Sat Jul 16 14:13:25 2011 +0000
Fix lintian errors
---
debian/README.source | 5 +++++
debian/control | 9 +++------
debian/copyright | 28 +++++++---------------------
debian/rules | 1 +
4 files changed, 16 insertions(+), 27 deletions(-)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..9377f93
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source. Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for detail.
diff --git a/debian/control b/debian/control
index f91e486..bc06df1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
Maintainer: Taku YASUI <tach at debian.org>
Build-Depends: debhelper (>= 7),
cdbs,
- libmecab-dev,
+ quilt,
+ libmecab-dev (>= 0.96),
libclass-accessor-perl,
perl (>= 5.10.1)
Standards-Version: 3.9.2
@@ -17,13 +18,9 @@ Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
libclass-accessor-perl,
perl
-Description: Alternate Interface To libmecab
+Description: Alternate MeCab Interface for Perl
libmecab (http://mecab.sourceforge.ne.jp) already has a perl interface built
with it, so why a new module? I just feel that while a subtle difference,
making the perl interface through a tied hash is just... weird.
.
So Text::MeCab gives you a more natural, Perl-ish way to access libmecab!
- .
- WARNING: Version 0.20000 has only been tested against libmecab 0.96.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 5085073..d8adb99 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,29 +1,15 @@
Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Maintainer: -2011 Daisuke Maki <daisuke at endeworks.jp>
+Maintainer: 2006-2011 Daisuke Maki <daisuke at endeworks.jp>
Source: http://search.cpan.org/dist/Text-MeCab/
Name: Text-MeCab
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
Files: *
-Copyright: -2011 Daisuke Maki <daisuke at endeworks.jp>
-License: unparsable
+Copyright: 2006-2011 Daisuke Maki <daisuke at endeworks.jp>
+License: Artistic
Files: debian/*
Copyright: 2011, Taku YASUI <tach at debian.org>
-License: unparsable or Artistic or GPL-1+
-
-License: unparsable
- No known license could be automatically determined for this module.
- If this module conforms to a commonly used license, please report this
- as a bug in dh-make-perl. In any case, please find the proper license
- and fix this file!
+License: GPL-3+
License: Artistic
This program is free software; you can redistribute it and/or modify
@@ -35,8 +21,8 @@ License: Artistic
License: GPL-1+
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 1, or (at your option)
+ the Free Software Foundation; either version 3, or (at your option)
any later version.
.
- On Debian systems, the complete text of version 1 of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 3 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
index b7f530d..9d77387 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,6 @@
#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/class/perl-makemaker.mk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-mecab-perl.git
More information about the Pkg-perl-cvs-commits
mailing list