[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#670800: [NMU] latex-cjk-japanese-wadalab: Helping to update to Copyright format 1.0



Hi Jari,

On Fr, 11 Mai 2012, jaalto wrote:
>   - The E: error reported by Lintian for the use of deprecated dpatch

Wrong, this was fixed in 0.20050817-16 by moving to quilt.

>   - Simplicity of patching system (reducing depends, standards quilt
>     interface etc.)
> 
> | Thanks for your work, and Danai *might* include your copyright
> | change in one of the future versions, but this is *SOLELY* up to
> | him as main maintainer of the package.
> 
> I did not notice that latex-cjk-japanese-wadalab had had recent
> uploads. The information I had written down previously was that the
> package's last upload was from 2009; based on this, the message about

Wrong. Why are you telling these wrong things????

Can you PLEASE look at your own patch as submitted? It is based on
version 0.20050817-16 and thus is lintian clean.
0.20050817-16 was uploaded on 24 Mar 2012 .... you submitted on 29 Apr 2012!!!

Your patch was an NMU 0.20050817-16.1

Let us look at the patch *AS*SENT*BY*YOU*:

>From 1a1623d1e9202e5688eed9625ea44d19f925345f Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Sun, 29 Apr 2012 08:28:14 +0300
Subject: [PATCH] format-1.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 debian/changelog                                   |   16 ++++
 debian/compat                                      |    2 +-
 debian/control                                     |    2 +-
 debian/copyright                                   |   98 +++++++++++++-------
 .../{01_fix_wftodm.dpatch => 01-fix-wftodm.patch}  |   21 ++---
 ..._makefont.dpatch => 02-automate-makefont.patch} |    5 +-
 ...te_fixwada.dpatch => 03-automate-fixwada.patch} |    5 +-
 debian/patches/series                              |    6 +-
 debian/rules                                       |    2 +-
 9 files changed, 96 insertions(+), 61 deletions(-)
 rename debian/patches/{01_fix_wftodm.dpatch => 01-fix-wftodm.patch} (66%)
 mode change 100755 => 100644
 rename debian/patches/{02_automate_makefont.dpatch => 02-automate-makefont.patch} (87%)
 rename debian/patches/{03_automate_fixwada.dpatch => 03-automate-fixwada.patch} (80%)

#################### simple renames

diff --git a/debian/changelog b/debian/changelog
index 16c6d4b..f6dab43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+latex-cjk-japanese-wadalab (0.20050817-16.1) unstable; urgency=low

########################### against -16 which already uses quilt

+
+  * Non-maintainer upload.
+  * Update to debhelper to 9.
+  * debian/compat
+    - Update to 9.
+  * debian/copyright
+    - Migrate to Copyright Format 1.0.
+  * debian/patches:
+    - Add DEP-3 headers.
+    - Change to standard *.patch suffix and (-) in file names.
+  * debian/rules:
+    - Replace deprecated dh_prep and use dh_prep.
+
+ -- Jari Aalto <jari.aalto@cante.net>  Sun, 29 Apr 2012 08:24:44 +0300
+
 latex-cjk-japanese-wadalab (0.20050817-16) unstable; urgency=low
 
   * debian/control: add Danai and myself to uploaders
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 126fe64..0e4de14 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: tex
 Priority: optional
 Maintainer: Debian TeX maintainers <debian-tex-maint@lists.debian.org>
 Uploaders: Danai SAE-HAN (韓達耐) <danai@debian.org>, Norbert Preining <preining@debian.org>
-Build-Depends: debhelper (>= 8.1.0~), tex-common (>= 3)
+Build-Depends: debhelper (>= 9), tex-common (>= 3)
 Build-Depends-Indep: t1utils, texlive-font-utils, perl-base (>= 5.8.0)
 Standards-Version: 3.9.3
 Vcs-Svn: svn://svn.debian.org/svn/debian-tex/latex-cjk-japanese-wadalab/trunk
diff --git a/debian/copyright b/debian/copyright
index 8645195..782d7a6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,40 +1,70 @@

#############################

diff --git a/debian/patches/01_fix_wftodm.dpatch b/debian/patches/01-fix-wftodm.patch
old mode 100755
new mode 100644
similarity index 66%
rename from debian/patches/01_fix_wftodm.dpatch
rename to debian/patches/01-fix-wftodm.patch

#########################  rename

index 39adc0d..37cccc1
--- a/debian/patches/01_fix_wftodm.dpatch
+++ b/debian/patches/01-fix-wftodm.patch
@@ -1,19 +1,10 @@
-01_fix_wftodm.dpatch by <danai.sae-han@edpnet.be>
+From: Werner Lemberg (author of the CJK macro for LaTeX)
+Subject: enable partial font downloading
+  - It also contains a fix to set just one directory as argument instead
+    of two, without exiting with a 0300 code.
+  - And last but not least it fixes a segfault on Debian AMD64:
+    it needs <time.h> instead of <sys/time.h>.
 
-This fix is from Werner Lemberg (author of the CJK macro for LaTeX).
-It modifies wftodm to enable partial font downloading.
-It also contains a fix to set just one directory as argument instead
-of two, without exiting with a 0300 code.
-And last but not least it fixes a segfault on Debian AMD64:
-it needs <time.h> instead of <sys/time.h>.

###################### change format (etc for other patches)

index 0034d9c..df97e93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -104,7 +104,7 @@ clean:
 install:
 	dh_testdir
 	dh_testroot
-#	dh_clean -k 
+#	dh_prep
 	dh_installdirs
 
####################### comments ...

 
> The background is that the original developer of dpatch let go the
> package and it was orphaned long time during 2009...2011 having no
> maintainer at all.  It was understandable: not sensible to mantain
> parallel project to quilt().
> <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562697>.
> 
> Dpatch is currently being overseen only due to historical reasons and
> the current maintainer wishes packages to migrate away from it; hence
> the Lintian (E:) error for packages that are still using it.

Which does NOT happen against the version you patched ....



Please, before telling things like this, check yourself.



Anyway, to console you a bit, Danai has included you copyright patch
in the next version -17, so you will be mentioned anyway.

Best wishes

Norbert
------------------------------------------------------------------------
Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
POLPERRO (n.)
A polperro is the ball, or muff, of soggy hair found clinging to bath
overflow-holes.
			--- Douglas Adams, The Meaning of Liff



Reply to: