Package: libwww-doc
Followup-For: Bug #483853

tags 483853 + patch
thanks

Hi,
I've made a patch to solve this problem, without a feedback I try to do
an NMU to solve the problem.

Best Regards,
francesco


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

libwww-doc depends on no packages.

libwww-doc recommends no packages.

Versions of packages libwww-doc suggests:
pn  libwww-dev | libwww-ssl-dev   <none>     (no description available)

-- no debconf information
diff -Nur debian.old/control debian.new/control
--- debian.old/control	2006-03-29 12:27:59.000000000 +0200
+++ debian.new/control	2008-07-19 00:09:54.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Richard Atterer <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5)
-Standards-Version: 3.6.2
+Standards-Version: 3.8.0
 
 Package: libwww-doc
 Section: doc
diff -Nur debian.old/copyright debian.new/copyright
--- debian.old/copyright	2002-06-22 21:57:23.000000000 +0200
+++ debian.new/copyright	2008-07-19 00:08:24.000000000 +0200
@@ -12,7 +12,7 @@
 libwww: W3C's implementation of HTTP can be found at:
 http://www.w3.org/Library/
 
-    Copyright © 1995-1998 World Wide Web Consortium, (Massachusetts
+    Copyright © 1995-1998 World Wide Web Consortium, (Massachusetts
     Institute of Technology, Institut National de Recherche en
     Informatique et en Automatique, Keio University). All Rights Reserved.
     This program is distributed under the W3C's Intellectual Property
@@ -21,7 +21,7 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See W3C License
     http://www.w3.org/Consortium/Legal/ for more details.
 
-    Copyright © 1995 CERN. "This product includes computer software
+    Copyright © 1995 CERN. "This product includes computer software
     created and made available by CERN. This acknowledgment shall be
     mentioned in full in any product which includes the CERN computer
     software included herein or parts thereof."
@@ -32,7 +32,7 @@
 
 W3C
 
-W3C® Intellectual Property Notice and Legal Disclaimers
+W3C® Intellectual Property Notice and Legal Disclaimers
 
 This page includes notices and disclaimers related to:
 
@@ -41,11 +41,11 @@
  3. Trademarks
  4. Disclaimers and Liabilities
 
-Copyright © 1994-2001 W3C ® (Massachusetts Institute of Technology,
+Copyright © 1994-2001 W3C ® (Massachusetts Institute of Technology,
 Institut National de Recherche en Informatique et en Automatique, Keio
 University), All Rights Reserved.
 
-World Wide Web Consortium (W3C®) web site pages may contain other
+World Wide Web Consortium (W3C®) web site pages may contain other
 proprietary notices and copyright information, the terms of which must be
 observed and followed. Specific notices do exist for W3C documents and
 software. Also, there are specific usage policies associated with some of
@@ -78,7 +78,7 @@
 contents of the W3C Site. Organizations that want to mirror W3C content
 must abide by the W3C Mirroring Policy.
 
-W3C®Trademarks and Generic Terms
+W3C®Trademarks and Generic Terms
 
 Trademarks owned by W3C host institutions on behalf of W3C and generic
 terms used by the W3C
@@ -96,7 +96,7 @@
 The following is a list of W3C terms claimed as a trademark or generic
 term by MIT, INRIA, and/or Keio on behalf of the W3C:
 
-    W3C®, World Wide Web Consortium  (registered in numerous countries)
+    W3C®, World Wide Web Consortium  (registered in numerous countries)
     Amaya(TM), a Web Browser
     CSS(TM), Cascading Style Sheets Specification
     DOM(TM), Document Object Model
@@ -201,5 +201,5 @@
 Created by reagle
 last updated by reagle on $ Date: 1999/07/28 13:54:29 $
 
-Copyright © 1998-2000 W3C ® (MIT, INRIA, Keio), All Rights Reserved. W3C
+Copyright © 1998-2000 W3C ® (MIT, INRIA, Keio), All Rights Reserved. W3C
 liability, trademark, document use and software licensing rules apply.
diff -Nur debian.old/files debian.new/files
--- debian.old/files	2006-03-28 11:15:37.000000000 +0200
+++ debian.new/files	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-libwww-doc_0.20060328_all.deb devel optional
diff -Nur debian.old/libwww-doc.doc-base debian.new/libwww-doc.doc-base
--- debian.old/libwww-doc.doc-base	2002-06-22 22:05:53.000000000 +0200
+++ debian.new/libwww-doc.doc-base	2008-07-19 00:17:32.000000000 +0200
@@ -4,7 +4,7 @@
  modular, general-purpose client side Web API written in C for Unix and
  Windows. It is well suited for both small and large applications, like
  browsers/editors, robots, batch tools, etc.
-Section: Apps/Programming
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/libwww-doc/html/Library/Overview.html
diff -Nur debian.old/libwww-doc.postinst.debhelper debian.new/libwww-doc.postinst.debhelper
--- debian.old/libwww-doc.postinst.debhelper	2006-03-28 11:15:37.000000000 +0200
+++ debian.new/libwww-doc.postinst.debhelper	1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
-# Automatically added by dh_installdocs
-if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
-	install-docs -i /usr/share/doc-base/doc-libwww
-fi
-# End automatically added section
diff -Nur debian.old/libwww-doc.prerm.debhelper debian.new/libwww-doc.prerm.debhelper
--- debian.old/libwww-doc.prerm.debhelper	2006-03-28 11:15:37.000000000 +0200
+++ debian.new/libwww-doc.prerm.debhelper	1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-# Automatically added by dh_installdocs
-if [ "$1" = remove ] || [ "$1" = upgrade ] && \
-   which install-docs >/dev/null 2>&1; then
-	install-docs -r doc-libwww
-fi
-# End automatically added section
diff -Nur debian.old/rules debian.new/rules
--- debian.old/rules	2006-03-28 11:04:55.000000000 +0200
+++ debian.new/rules	2008-07-19 00:05:08.000000000 +0200
@@ -8,6 +8,7 @@
 
 clean:
 	rm -rf debian/libwww-doc
+	dh_clean
 
 install:
 	dh_testdir
@@ -30,11 +31,9 @@
 	done
 
 binary-indep: build install
-
-binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs 
+	dh_installdocs
 	dh_installchangelogs
 	dh_compress -X /html/
 	dh_fixperms
@@ -43,5 +42,5 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep binary-arch
+binary: binary-indep
 .PHONY: build clean binary-indep binary-arch binary install configure

Reply via email to