[Chinese-commits] [zh-autoconvert] 24/26: Modernize debian/control

Anthony Fok foka at debian.org
Wed Nov 18 00:27:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

foka pushed a commit to branch master
in repository zh-autoconvert.

commit 9dba2b34ebcd1d221426838b25218f9ecf5e1500
Author: Anthony Fok <foka at debian.org>
Date:   Tue Nov 17 16:02:29 2015 -0700

    Modernize debian/control
    
     - Set Maintainer to "Debian Chinese Team" for group maintenance
     - Set Yu Guanghui and Anthony Fok as Uploaders
     - Bump Standards-Version to 3.9.6
     - Update Build-Depends and Depends
     - Add Vcs-Git and Vcs-Browser fields
     - Revise package descriptions
---
 debian/control | 52 +++++++++++++++++++++++++++++++++-------------------
 1 file changed, 33 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 568ce66..7c71ff9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,40 +1,54 @@
 Source: zh-autoconvert
-Build-Depends: debhelper (>= 2.0.72), libgtk2.0-dev
+Section: text
+Build-Depends: debhelper (>= 9), libgtk2.0-dev
 Priority: optional
-Maintainer: Yu Guanghui <ygh at debian.org>
-Standards-Version: 3.1.0
+Maintainer: Debian Chinese Team <chinese-developers at lists.alioth.debian.org>
+Uploaders: Yu Guanghui <ygh at debian.org>, Anthony Fok <foka at debian.org>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/chinese/zh-autoconvert.git
+Vcs-Browser: https://anonscm.debian.org/cgit/chinese/zh-autoconvert.git
 
 Package: zh-autoconvert
 Architecture: any
-Section: text
-Depends: ${shlibs:Depends}
-Description: Chinese HZ/GB/BIG5/UNI/UTF7/UTF8 encodings auto-converter
+Depends: libhz0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Chinese HZ/GB/BIG5/UTF-16/UTF-7/UTF-8 encodings auto-converter
  AutoConvert is an intelligent Chinese Encoding converter. It uses
- builtin functions to judge the type of the input file's Chinese
+ builtin functions to judge the type of the input file’s Chinese
  Encoding (such as GB/Big5/HZ), then converts the input file to any
  type of Chinese Encoding you want. You can use autoconvert to handle
  incoming mail, automatically converting messages to the Chinese
- Encoding you want. 
- It can alse handle Unicode/UTF7/UTF8 now.
+ Encoding you want.  It can alse handle Unicode (UTF-16)/UTF-7/UTF-8 now.
  .
-  Author: Yu Guanghui <ygh at debian.org>
+ This package contains the binary tools autogb and autob5, as well as
+ the corresponding autogb/autob5 plugins for XChat the IRC client.
 
 Package: libhz-dev
 Architecture: any
-Section: devel
-Depends: libhz0 (= ${Source-Version}), libc6-dev
+Section: libdevel
+Depends: libhz0 (= ${binary:Version}), libc6-dev | libc-dev, ${misc:Depends}
 Description: Headers and static libraries for zh-autoconvert
- Contains the symlinks, headers, and object files needed to compile and
- link programs which use the zh-autoconvert library.
+ AutoConvert is an intelligent Chinese Encoding converter. It uses
+ builtin functions to judge the type of the input file’s Chinese
+ Encoding (such as GB/Big5/HZ), then converts the input file to any
+ type of Chinese Encoding you want. You can use autoconvert to handle
+ incoming mail, automatically converting messages to the Chinese
+ Encoding you want.  It can alse handle Unicode (UTF-16)/UTF-7/UTF-8 now.
  .
-  Author: Yu Guanghui <ygh at debian.org>
+ This package contains the development files (symlinks, headers, and object
+ files) needed to compile and link programs which use the zh-autoconvert
+ libhz library.
 
 Package: libhz0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Chinese encoding autoconvert library
- This library provide the Chinese encoding judge function, 
- and the HZ/GB/Big5/UNI/UTF7/UTF8 convert functions.
+ AutoConvert is an intelligent Chinese Encoding converter. It uses
+ builtin functions to judge the type of the input file’s Chinese
+ Encoding (such as GB/Big5/HZ), then converts the input file to any
+ type of Chinese Encoding you want. You can use autoconvert to handle
+ incoming mail, automatically converting messages to the Chinese
+ Encoding you want.  It can alse handle Unicode (UTF-16)/UTF-7/UTF-8 now.
  .
-  Author: Yu Guanghui <ygh at debian.org>
+ This library provide the Chinese encoding judge function,
+ and the HZ/GB/Big5/UTF-16/UTF-7/UTF-8 convert functions.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/zh-autoconvert.git



More information about the Chinese-commits mailing list