Control: tags 679383 + pending
Control: tags 999169 + patch
Control: tags 999169 + pending

Dear maintainer,

I've prepared an NMU for cconv (versioned as 0.6.2-1.2) and uploaded
it to DELAYED/7. Please feel free to tell me if I should cancel it.

cu
Adrian
diff -u cconv-0.6.2/debian/changelog cconv-0.6.2/debian/changelog
--- cconv-0.6.2/debian/changelog
+++ cconv-0.6.2/debian/changelog
@@ -1,3 +1,12 @@
+cconv (0.6.2-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Add build-{arch,indep}. (Closes: #999169)
+  * Package description improvements from Justin B Rye.
+    (Closes: 679383)
+
+ -- Adrian Bunk <b...@debian.org>  Tue, 04 Jan 2022 08:10:17 +0200
+
 cconv (0.6.2-1.1) unstable; urgency=medium
 
   [ Aurelien Jarno
diff -u cconv-0.6.2/debian/control cconv-0.6.2/debian/control
--- cconv-0.6.2/debian/control
+++ cconv-0.6.2/debian/control
@@ -13,33 +13,30 @@
-Description: simplified-traditional chinese conversion tool
+Description: Simplified/Traditional Chinese conversion tool
  The Chinese national GB standard defines a basic set of (around 6,000)
- characters for use with Simplified Chinese writing that does not include many
- of the characters in the Taiwanese industry standard for Traditional Chinese
- called Big5 (around 13,000 characters in the basic set). Unicode is however a
- superset of both with all duplication removed down to the level of detail
- described above.
+ characters for use in Simplified Chinese writing; this excludes many of
+ the characters in the Taiwanese industry standard for Traditional Chinese
+ called Big5 (around 13,000 characters in the basic set). However, Unicode
+ is a superset of both (with the duplication removed).
  .
- This tool is used for converting a UTF-8 string which combining both
- Simplified Chinese characters and Traditional Chinese charcters directly into
- one type Chinese chareacters.
+ This tool is used for converting a UTF-8 string which contains both
+ Simplified and Traditional Chinese characters directly into a single
+ Chinese character set.
 
 Package: libcconv0
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: library for CCONV
- CCONV is a simplified-traditional chinese conversion tool.
+Description: library for cconv
+ Cconv is a Simplified/Traditional Chinese conversion tool. For more
+ information, see the description of the package cconv.
  .
- This package provide runtime libraries for CCONV.
- .
- For more information about CCONV, please see the description of cconv package.
+ This package provides the runtime library for cconv.
 
 Package: libcconv-dev
 Section: libdevel
 Architecture: any
 Depends: libcconv0 (= ${binary:Version}), ${misc:Depends}
-Description: development library for CCONV
- CCONV is a simplified-traditional chinese conversion tool.
- .
- This package provide development libraries and documentations for CCONV.
+Description: development libraries for CCONV
+ Cconv is a Simplified/Traditional Chinese conversion tool. For more
+ information, see the description of the package cconv.
  .
- For more information about CCONV, please see the description of cconv package.
+ This package provides development libraries and documentation for cconv.
diff -u cconv-0.6.2/debian/rules cconv-0.6.2/debian/rules
--- cconv-0.6.2/debian/rules
+++ cconv-0.6.2/debian/rules
@@ -65,2 +65,4 @@
+build-arch: build
+build-indep: build
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build-arch build-indep build clean binary-indep binary-arch binary install 

Reply via email to